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.
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)- A89% (25)
- B4% (1)
- D7% (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.
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.
This describes Discretionary Access Control (DAC), where data owners control access, which is generally considered less secure than MAC's centralized control.
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.
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
Community Discussion
No community discussion yet for this question.