Physical Access Control Systems vs Logical Access Control Systems
Physical - Manage entry to physical locations using methods such as RFID keycards or biometric scanners
Logical - Manage digital access to networks using passwords or MFA to verify user identity
Rule-Based Access Control
Used to manage user access to resources based on predefined rules and conditions
Mandatory Access Control
Enforces strict access policies based on predefined security classifications; uses labels for both users and resources (user with secret label can access anything labeled secret or below)
Discretionary Access Control
Allows resource owners full control of resource access, enabling them to grant or deny anyone access to their resources
Attribute-Based Access Control
Uses the attributes of users, resources, and the environment to determine access permissions dynamically