Access Control Models Flashcards
What is Mandatory Access Control (MAC)?
The system controls access with fixed rules.
Example sentence: In MAC systems, access to files is determined by the system, not the user.
What is Discretionary Access Control (DAC)?
The resource owner decides who gets access.
Additional information: DAC allows users to control access to their own resources.
What is Role-Based Access Control (RBAC)?
Access is granted based on a user’s role.
Example sentence: In RBAC, users are assigned roles such as ‘admin’ or ‘guest’ to determine their access rights.
What is Attribute-Based Access Control (ABAC)?
Access is based on user attributes like department or location.
Additional information: ABAC policies evaluate attributes like job title or security clearance to determine access.