What is MAC (Mandatory Access Control)?
A central authority authorizes user access to specific resources
What is DAC (Discretionary Access Control)?
User determines which users can access each resource based on their identity, profile, or role
What is RBAC (Role-Based Access Control)?
Assigns users to roles and grants permissions to resources for those roles
What is a Rule-Based Access Control?
Uses security rules or access control lists
What is an ABAC (Attribute-based Access Control)?
Uses specific conditions that must be met for access control decisions
What are Time-of-Day Restrictions?
Limits access based on specific time periods
What is the Principle of Least Privilege?
Users are granted the minimum access required to perform their job functions