Question
What's the difference between code-based security and role-based security? which one is better?

Answers

Code security is the approach of using permissions and permission sets for a given code to run. The admin, for example, can disable running executables off the Internet or restrict access to corporate database to only few applications. Role-based security most of the time involves the code running with the privileges of the current user. This way the code cannot supposedly do more harm than mess up a single user account.
There's no better, or 100% thumbs-up approach, depending on the nature of deployment, both code-based and role-based security could be implemented to an extent.   Your Comment




More Software,security Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

Explain "roles" in sap security?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the different types of security services involved in infrastructure management?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?



Search
Can you Answer!!
  • Q What is difference between for and foreach loop in c#?
  • Q The concept of linguistic state was supported by:
  • Q What is the use of table maintenance allowed?
  • Q #include main(){ int a[10]={1,2,3,4,5,6,7,8,9,10}; int *p,*q; p=&a[5]; q=&a[8]; printf("%d",q-p); } what will be the o/p?
  • Q IAF Marshal Arjan Singh has passed away recently. He led the Indian Air Force (IAF) in which India-Pakistan War?
  • Q Why are there no signs of civilization prior to about 6000 years ago if modern humans have been around for about 125,000 years?
  • Q How can you find status of a process?
  • Q Define a good interface?
  • Q SIDBI Stands for
  • Q The prize money of Gyanpeeth?
  • Q Why cannot we use multiple inheritance and garbage collector paralelly in .net?