nerdexam
Cisco

200-201 · Question #80

What is the main advantage of using a mandatory access control (MAC) model instead of a discretionary access control (DAC) model?

The correct answer is A. MAC is more secure because the operating system ensures security policy compliance. The main advantage of Mandatory Access Control (MAC) over Discretionary Access Control (DAC) is its enhanced security, as the operating system rigorously enforces centrally defined security policies.

Submitted by takeshi77· Mar 6, 2026Security Concepts

Question

What is the main advantage of using a mandatory access control (MAC) model instead of a discretionary access control (DAC) model?

Options

  • AMAC is more secure because the operating system ensures security policy compliance.
  • BMAC is more secure because the data owner can decide which user can get access, thus
  • CMAC is more secure because permissions are assigned based on roles.
  • DMAC is better because it is easier to implement.

How the community answered

(28 responses)
  • A
    89% (25)
  • B
    4% (1)
  • D
    7% (2)

Why each option

The main advantage of Mandatory Access Control (MAC) over Discretionary Access Control (DAC) is its enhanced security, as the operating system rigorously enforces centrally defined security policies.

AMAC is more secure because the operating system ensures security policy compliance.Correct

Mandatory Access Control (MAC) is considered more secure than DAC because a central authority or the operating system enforces access decisions based on predefined security policies and sensitivity labels. Unlike DAC, users or data owners cannot override these policies, ensuring consistent and strict adherence to organizational security requirements.

BMAC is more secure because the data owner can decide which user can get access, thus

This describes Discretionary Access Control (DAC), where data owners control access, which is generally considered less secure than MAC's centralized control.

CMAC is more secure because permissions are assigned based on roles.

Assigning permissions based on roles is characteristic of Role-Based Access Control (RBAC), not the primary distinguishing factor of MAC over DAC regarding security policy enforcement.

DMAC is better because it is easier to implement.

MAC is typically more complex to implement and manage than DAC due to its strict labeling and policy enforcement, making it harder, not easier, to implement.

Concept tested: MAC vs. DAC security advantages

Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/security-compliance-3/mandatory-access-control

Topics

#access control models#MAC#DAC#security policy enforcement

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice