Assigning users only the minimum amount of privileges

A. Principle of least privilege
B. Separation of duties
C. Defense in depth
D. Security triad


Answer: A
Explanation: Confidentiality is sometimes referred as the principle of least privilege to indicate that users should be given only the minimum amount of permissions and privileges to do their job and no more.

Computer Science & Information Technology

You might also like to view...

What would be the output of the following lines of code?

string one = “red”, two = “blue”; string three = two + “and” + one; cout << three;

Computer Science & Information Technology

A diagram of the hierarchical organization of the subproblems of a solution is called ______.

a. stepwise refinement b. divide and conquer c. a top-down approach d. function calls e. a structure chart

Computer Science & Information Technology

A(n) ________ tree allows you to break down potential decisions in a logical, structured format

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a browser loads a page, it looks for ____________________ and other scripted code, and displays a message letting you know that content has been blocked.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology