medium
Single Answer
0Mandatory access control is based on what type of model?
Answer Options
A
Discretionary
B
Group-based
C
Lattice-based
D
Rule-based
Correct Answer: C
Explanation
Mandatory access control systems are based on a lattice-based model. Lattice-based models use a matrix of classification labels to compartmentalize data. Discretionary access models allow object owners to determine access to the objects they control, role-based access controls are often group-based, and rule-based access controls like firewall ACLs apply rules to all subjects they apply to.