Access Control Flashcards
1
Q
What is file access control?
A
Mechanisms to restrict who can read, write, or execute a file.
2
Q
What are common access control models?
A
1) Discretionary Access Control (DAC), 2) Mandatory Access Control (MAC), 3) Role-Based Access Control (RBAC).
3
Q
What is Discretionary Access Control (DAC)?
A
The file owner decides who has what kind of access.
4
Q
What is Mandatory Access Control (MAC)?
A
Access is based on fixed policies and classification levels (e.g., used in military).
5
Q
What is Role-Based Access Control (RBAC)?
A
Access is based on the user’s role within an organization.