Security Models Fundamental Concepts Flashcards
Security models provide the rules for how we secure our data, while focusing on different goals and what they provide.
1
Q
DAC
A
(Discretionary Access Control) gives subjects full control of objects they have created or been given access to
2
Q
MAC
A
(Mandatory Access Control) is system-enforced access control based on a subject’s clearance and an object’s labels.
3
Q
RBAC
A
(Role Based Access Control) is where access to objects is granted based on the role of the subject.
4
Q
ABAC
A
(Attribute Based Access Control) is where access to objects is granted based on subjects, objects AND environmental conditions.
5
Q
RUBAC
A
(Rule Based Access Control) is access that’s granted based on IF/THEN statements.
6
Q
CIA
A
Confidentiality, Integrity and Availability
7
Q
IAAA
A
Identification and Authentication, Authorization and Accountability