DRAG DROP Match the name of access control model with its associated restriction. Drag each access control model to its appropriate restriction access on the right.
Got the same matches as in the official practice test:
Mandatory Access Control → End user cannot set controls
Discretionary Access Control (DAC) → Subject has total control over objects
Role Based Access Control (RBAC) → Dynamically assigns permissions to duties by job function
Rule based access control → Dynamically assigns roles based on custodian criteria.
Quick check in the ISC2 guide confirmed this layout. Pretty standard, but wording can trip you up if you're not careful.
- Mandatory Access Control → End user cannot set controls
- Discretionary Access Control (DAC) → Subject has total control over objects
- Role Based Access Control (RBAC) → Dynamically assigns permissions by job function
- Rule based access control → Dynamically assigns roles to subjects based on criteria assigned by a custodian
