SK0-004 · Question #128
A server administrator is configuring access control on a file server for an organization. The Human Resources manager is taking a leave of absence for three months, during which time an interim…
The correct answer is D. RBAC. Role-Based Access Control (RBAC) is the correct model because it ties permissions to a job role rather than an individual, allowing the interim HR manager to inherit the correct file access simply by being assigned the HR role.
Question
A server administrator is configuring access control on a file server for an organization. The Human Resources manager is taking a leave of absence for three months, during which time an interim Human Resources manager will take over the duties of the position. Which of the following types of access control should be configured on the file server?
Options
- AMAC
- BCBAC
- CDAC
- DRBAC
How the community answered
(47 responses)- A2% (1)
- B6% (3)
- C4% (2)
- D87% (41)
Why each option
Role-Based Access Control (RBAC) is the correct model because it ties permissions to a job role rather than an individual, allowing the interim HR manager to inherit the correct file access simply by being assigned the HR role.
MAC (Mandatory Access Control) enforces access based on system-assigned security labels and classification levels, not on organizational roles or job positions.
CBAC (Context-Based Access Control) is a Cisco IOS stateful firewall packet inspection feature, not a file server access control model for managing user or role-based permissions.
DAC (Discretionary Access Control) lets individual resource owners manually set permissions for specific users, which would require an administrator to manually reconfigure access each time a role changes hands rather than inheriting it from a role definition.
RBAC grants permissions based on organizational roles rather than individual user identities, so when the interim HR manager is assigned the HR role on the file server, they automatically inherit all access rights associated with that position. This eliminates the need to manually reassign or copy permissions for a temporary replacement and makes role transitions efficient, auditable, and consistent.
Concept tested: Role-Based Access Control for temporary role assignment
Source: https://csrc.nist.gov/projects/role-based-access-control
Topics
Community Discussion
No community discussion yet for this question.