nerdexam
Cisco

210-250 · Question #35

Based on which statement does the discretionary access control security model grant or restrict access ?

The correct answer is B. security policy defined by the owner of an object. In the Discretionary Access Control (DAC) model, access decisions are governed by the policy set by the owner of the resource, not by administrators or roles.

Security Principles

Question

Based on which statement does the discretionary access control security model grant or restrict access ?

Options

  • Adiscretion of the system administrator
  • Bsecurity policy defined by the owner of an object
  • Csecurity policy defined by the system administrator
  • Drole of a user within an organization

How the community answered

(52 responses)
  • A
    6% (3)
  • B
    88% (46)
  • C
    4% (2)
  • D
    2% (1)

Why each option

In the Discretionary Access Control (DAC) model, access decisions are governed by the policy set by the owner of the resource, not by administrators or roles.

Adiscretion of the system administrator

Granting access at the discretion of the system administrator implies centralized administrative control, which contradicts the DAC principle where the object owner - not the admin - holds that discretion.

Bsecurity policy defined by the owner of an objectCorrect

DAC is defined by the principle that the owner of an object, such as a file or directory, has the discretion to specify who can access it and what operations they can perform. This is typified by Unix/Linux file permissions where the file creator controls read, write, and execute rights for owner, group, and others. The key distinguishing factor is that control is delegated to the individual resource owner rather than enforced centrally.

Csecurity policy defined by the system administrator

A security policy centrally defined and enforced by the system administrator describes Mandatory Access Control (MAC), where the OS enforces labels and classifications that individual users cannot override.

Drole of a user within an organization

Basing access on a user's role within an organization describes Role-Based Access Control (RBAC), a distinct model where permissions are assigned to roles rather than controlled by resource owners.

Concept tested: Discretionary Access Control model and owner-defined policy

Source: https://csrc.nist.gov/glossary/term/discretionary_access_control

Topics

#discretionary access control#DAC#access control models#object owner

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice