Which of the following types of access control is preferred for its ease of administration when there are a large number of personnel with the same job in an organization?

A. Mandatory Access Control
B. Role-based Access Control
C. Rule-Based Access Control
D. Label-based Access Control

Answer: B. Role-based Access Control

Computer Science & Information Technology

You might also like to view...

Suppose you wish to write a method that returns the sum of the elements in partially filled array. Which is the best choice for a method header?

A. public int sum(int[] values) B. public int sum() C. public int sum(int[] values, int currSize) D. public int sum(int[] values, int size, int currSize)

Computer Science & Information Technology

The list of commands related to an object that appear when you right-click is the ________

A) Live Preview B) shortcut menu C) Quick Access toolbar D) Mini toolbar

Computer Science & Information Technology