Back to Glossary
Cybersecurity
Access Control
Quick Definition
The selective restriction of access to resources, ensuring that only authorised users can access specific data, systems, or facilities.
Detailed Explanation
Access control implements the confidentiality principle of the CIA Triad. It involves authentication (verifying identity), authorisation (determining permissions), and accountability (logging access for audit).
Common models include Role-Based Access Control (RBAC — permissions assigned to roles), Attribute-Based Access Control (ABAC — permissions based on attributes), and Mandatory Access Control (MAC — enforced by the system).
The principle of least privilege states that users should have only the minimum access necessary to perform their job functions.
Related Terms
Relevant Frameworks
ISO 27001NIST