CERTIFIED-IN-CYBERSECURITY · Question #66
Which access control model can grant access to a given object based on complex rules?
The correct answer is B. ABAC. ABAC is an access control model that controls access to objects using rules that are evaluated according to the attributes of the subject, relevant objects, and attributes of the environment and action. The RBAC and MAC models are based on more straightforward and relatively…
Question
Which access control model can grant access to a given object based on complex rules?
Options
- AMAC
- BABAC
- CDAC
- DRBAC
How the community answered
(52 responses)- A2% (1)
- B87% (45)
- C8% (4)
- D4% (2)
Explanation
ABAC is an access control model that controls access to objects using rules that are evaluated according to the attributes of the subject, relevant objects, and attributes of the environment and action. The RBAC and MAC models are based on more straightforward and relatively less flexible rule systems, which are evaluated according to subject roles and security classifications. The rules that can be specified in a DAC model are even simpler than those of the previous two
Topics
Community Discussion
No community discussion yet for this question.