nerdexam
CompTIA

SY0-501 · Question #254

A security administrator wants to implement a company-wide policy to empower data owners to manage and enforce access control rules on various resources. Which of the following should be implemented?

The correct answer is B. Discretionary access control. The policy to empower data owners to manage and enforce access control rules on their resources requires implementing Discretionary Access Control.

Submitted by stefanr· Mar 4, 2026General security concepts

Question

A security administrator wants to implement a company-wide policy to empower data owners to manage and enforce access control rules on various resources. Which of the following should be implemented?

Options

  • AMandatory access control
  • BDiscretionary access control
  • CRole based access control
  • DRule-based access control

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    78% (31)
  • C
    13% (5)
  • D
    3% (1)

Why each option

The policy to empower data owners to manage and enforce access control rules on their resources requires implementing Discretionary Access Control.

AMandatory access control

Mandatory Access Control (MAC) is a system-enforced access control model where access decisions are determined by a central security policy and cannot be overridden by resource owners, directly contradicting the goal of empowering data owners.

BDiscretionary access controlCorrect

Discretionary Access Control (DAC) is an access control model where the owner of a resource explicitly defines and manages the permissions for other users to access that resource. This directly aligns with the stated policy of empowering data owners to manage and enforce access rules on their specific resources.

CRole based access control

Role-Based Access Control (RBAC) assigns permissions to roles, and users are then assigned to roles, meaning access is managed based on job function rather than individual data owners directly controlling their specific resources.

DRule-based access control

Rule-based access control grants or denies access based on a set of predefined rules or conditions, often implemented in firewalls or network devices, rather than empowering individual resource owners to manage permissions.

Concept tested: Access Control Models (Discretionary Access Control)

Source: https://learn.microsoft.com/en-us/windows/win32/secauthz/discretionary-access-control-lists

Topics

#discretionary access control#DAC#access control models#data ownership

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice