SY0-301 · Question #666
Users require access to a certain server depending on their job function. Which of the following would be the MOST appropriate strategy for securing the server?
The correct answer is B. Role based access control. Role-Based Access Control (RBAC) grants permissions based on a user's job role or function within the organization, making it the perfect fit for this scenario. Users are assigned to roles (e.g., HR, Finance, IT), and each role has predefined access rights. This simplifies…
Question
Users require access to a certain server depending on their job function. Which of the following would be the MOST appropriate strategy for securing the server?
Options
- ACommon access card
- BRole based access control
- CDiscretionary access control
- DMandatory access control
How the community answered
(26 responses)- A8% (2)
- B88% (23)
- C4% (1)
Explanation
Role-Based Access Control (RBAC) grants permissions based on a user's job role or function within the organization, making it the perfect fit for this scenario. Users are assigned to roles (e.g., HR, Finance, IT), and each role has predefined access rights. This simplifies administration and enforces least privilege. Discretionary Access Control (DAC) lets resource owners set permissions, which is less structured. Mandatory Access Control (MAC) uses security labels and is typically used in high-security government environments. A common access card is an authentication mechanism, not an authorization strategy.
Topics
Community Discussion
No community discussion yet for this question.