200-201 · Question #232
What is the difference between discretionary access control (DAC) and role-based access control (RBAC)?
The correct answer is B. RBAC access is granted when a user meets specific conditions, and in DAC, permissions are. DAC is a type of access control that allows the owner of an object to define who has access to it. Permissions are applied on a user and group level. For example, the owner of a file can grant read, write, and execute permissions to the users and groups they choose. RBAC is a…
Question
What is the difference between discretionary access control (DAC) and role-based access control (RBAC)?
Options
- ADAC requires explicit authorization for a given user on a given object, and RBAC requires specific
- BRBAC access is granted when a user meets specific conditions, and in DAC, permissions are
- CRBAC is an extended version of DAC where you can add an extra level of authorization based on
- DDAC administrators pass privileges to users and groups, and in RBAC, permissions are applied to
How the community answered
(36 responses)- A3% (1)
- B86% (31)
- C6% (2)
- D6% (2)
Explanation
DAC is a type of access control that allows the owner of an object to define who has access to it. Permissions are applied on a user and group level. For example, the owner of a file can grant read, write, and execute permissions to the users and groups they choose. RBAC is a type of access control that defines permissions based on a user's role. Roles are assigned to users based on their job function or responsibilities. For example, a user with the role of "employee" might have read-only access to all files, while a user with the role of "manager" might have read, write, and execute permissions to all files.
Topics
Community Discussion
No community discussion yet for this question.