Which access control model assigns permissions to roles or security groups that reflect specific job functions, and then assigns users to those roles instead of granting permissions directly to each user?
Role-based access control (RBAC) links permissions to roles that correspond to organizational job functions. Administrators add users to the appropriate roles or security groups, which automatically grants the permissions needed for their duties. Permissions therefore are not managed on a per-user basis, simplifying administration and enforcing least privilege.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are security groups in the context of RBAC?
Open an interactive chat with Bash
How does RBAC improve security compared to other access control methods?
Open an interactive chat with Bash
Can you explain the difference between RBAC and ABAC?