medium
Single Answer
0A companywide policy is being created to define various security levels. Which of the following systems of access control would use documented security levels like Confidential or Secret for information?
Answer Options
A
RBAC
B
MAC
C
DAC
D
BAC
Correct Answer: B
Explanation
Mandatory access control (MAC) is based on documented security levels associated with the information being accessed. Role-based access control (RBAC) is based on the role the user is placed in. Discretionary access control (DAC) lets the data owner set access control. BAC is not an access control model.