Which of the following is a type of access control that is defined by a policy and cannot be changed by the information owner?

A. Mandatory access control
B. Discretionary access control
C. Role-based access control
D. Rule-based access control

Answer: A
Explanation: A mandatory access control is defined by a policy and cannot be changed by the information owner. It is a model commonly used in government and military systems.

Computer Science & Information Technology

You might also like to view...

Which of the following statements draws an arc that sweeps from the top of an oval to the leftmost edge?

a. g.drawArc(200, 100, 100, 50, 90, 90); b. g.drawArc(100, 200, 50, 100, 90, 180); c. g.drawArc(100, 200, 50, 100, 180, 90); d. g.drawArc(200, 100, 100, 50, 180, 90);

Computer Science & Information Technology

Which of the following firewalls is similar to application gateways, but is more secure and often implemented on high-end equipment?

A) Circuit level gateway firewalls B) Stateful inspection firewalls C) Packet filtering firewalls D) Router firewalls

Computer Science & Information Technology