7. Access Control Flashcards
1
Q
What are authentication and authorization?
A
- Authentication: principal proofs that he is who he claims to be
-
Authorization: determines who is authorized to access a particular
object how
2
Q
What is Access Control?
A
Access control controls which subjects have which form of access rights to which objects in a system.
- Subjects are entities capable of accessing objects: e.g., users, processes,
machines,…
- Objects are resources to which access is controlled: e.g., files, programs, ports, processes,…
- Rights describe the way in which a subject may access an object: e.g., read, write, execute, append…