CISSP Exam QuestionsBrowse all questions from this exam

CISSP Exam - Question 61


What is the MOST significant benefit of role-based access control (RBAC)?

Show Answer
Correct Answer: A

Role-based access control (RBAC) is significant because it reduces inappropriate access. By assigning access based on roles rather than individually, it ensures that users only have access to resources that are appropriate for their job functions. This limits the risk of unauthorized access and potential data breaches, making it a crucial advantage in maintaining security within an organization.

Discussion

17 comments
Sign in to comment
Cww1
Sep 16, 2022

given answer is correct

jackdryan
May 11, 2023

D is correct

Bach1968Option: B
Jul 5, 2023

The MOST significant benefit of role-based access control (RBAC) is: B. Management of least privilege. RBAC is a widely adopted access control model that provides several benefits, but the management of least privilege is considered its most significant advantage. RBAC ensures that users are assigned only the privileges necessary to perform their specific job functions, known as the principle of least privilege. By implementing RBAC, organizations can minimize the risk of inappropriate access and unauthorized actions. Users are granted access rights based on predefined roles that align with their responsibilities, eliminating unnecessary privileges that could be exploited. This helps to reduce the attack surface and potential impact of security incidents. While RBAC also offers other benefits, such as reducing administrative overhead and providing a structured and scalable access control framework, the management of least privilege is considered the most significant because it directly addresses the principle of granting users the minimal privileges required to perform their tasks effectively and securely. ps. do not forget segregation of duties

OkwyOption: B
Aug 19, 2023

Page 684 of OSG 9th edition

rajkamal0Option: D
Dec 26, 2022

Best answer is D, as this question is about benefit of RBAC.

Moose01Option: D
Oct 2, 2023

D. management and admin overhead work is reduced by put placing ten thousand users into one group if they all need to have access to a particular object. RBAC is not granular access level, that is where DAC comes into play providing special access to a specific user or group granted by the data owner. D is the correct answer.

Dee83Option: B
Jan 21, 2023

B. Management of least privilege The most significant benefit of role-based access control (RBAC) is the management of least privilege. Least privilege is the practice of limiting access to the minimum set of privileges required to perform a specific job or task. In RBAC, users are assigned roles, and roles are assigned the least set of privileges necessary to perform their functions. This approach helps to prevent inappropriate access by ensuring that users are only able to access the resources and perform the actions that they need to do their jobs. Additionally, it makes it easier to manage access control by reducing the need to manage permissions at the individual user level

JohnyDalOption: D
Jan 28, 2023

Should be D because it mentions about the benefit (not an objective) of the RBAC. An objective of the RBAC is to utilize the least privilege principle. And "Think like a manager" also requires us to think about the managerial benefit first which is reducing admin overhead by utilizing abstraction and the principle of least priv. So D

Azurefox79Option: B
Apr 3, 2023

Its B. You are taking a security certification so, while D is a benefit, its not the BEST.

OriginalDragonOption: D
Feb 7, 2024

Going with D here, managing least privilege is a subset of admin overhead

dm808
Mar 28, 2024

100% agree ! and all access controls should manage least privilege.. either by design or by admin overhead

HongjunOption: B
Mar 3, 2024

Refer to CISSP 9th official guide chapter 14 page 157. RABC helps to implement of the 'least privilege ' policy.

HughJassoleOption: D
Jun 22, 2023

D. This question asks for the most significant benefit or RBAC. I searched a lot and didn't find a single site that listed anything besides D is a benefit. A sounds good but I didn't see it anywhere, so D.

homeyslOption: B
Oct 11, 2023

B is the correct answer

ZonasOption: D
Nov 29, 2023

I choose D

SoleandheelOption: B
Dec 6, 2023

B. Management of least privilege

73f8ac3Option: D
Apr 3, 2024

D RBAC does not guarantee you give the least privilege. It allows you not to spend too much time doing it. Least priviledge is an objective, but RBAC does not guarantee it !

CCNPWILLOption: B
Apr 17, 2024

B. having a role will put the allowed priv already for the user. easier to manage.

RamyeOption: B
Jun 22, 2024

You do not authorize someone some permission/role for reducing administration overhead. Least privilege always needs to be considered.