Access controls primarily exist to support which of the following secure design principles:
Select one:
a. Encapsulation AND least privilege
b. neither least privilege nor encapsulation
c. Encapsulation
d. Least privilege
Solution
Answer
a. Encapsulation AND least privilege
Explanation
Access control is one of the important technique to achieve
"good encapsulation"
for example if your code is encapsulated very well then
modification/manipulation is only possibe frm outside through clear
defined interface
Every prcess & Every user of the system should operate using the least set of necessary privileges to perform the task
Hence a. Encapsulation AND least privilege is the correct answer
Get Answers For Free
Most questions answered within 1 hours.