Courseiva
mediumMultiple ChoiceObjective-mapped

Discretionary Access Control: Owner Discretion

An organization wants to implement an access control model where data owners decide who can access resources. Which model should they choose?

Quick Answer

Discretionary Access Control is the right model because its defining characteristic is exactly what the scenario is asking for: the individuals who create or own a resource are the ones who decide who else gets to access it, rather than that decision being centralized in a role definition or a system-wide policy. In DAC, an owner typically sets permissions like read, write, or execute directly on their own files or resources, most commonly through access control lists that specify which other users or groups can interact with that resource and in what way. This ownership-driven model is what distinguishes DAC from the alternatives: role-based access control ties permissions to a person's job function rather than to individual owner decisions, and mandatory access control removes discretion from users entirely, enforcing access through system-wide security labels that neither the owner nor the user can override. DAC's flexibility is also its main weakness, because access decisions are scattered across many individual owners rather than centrally governed, it's harder to enforce consistent organization-wide policy or guarantee that sensitive data isn't shared inappropriately, which is why more tightly regulated environments often prefer RBAC or MAC instead. When a question describes a scenario where individual data or resource owners are meant to control who can access what they own, that's the hallmark of DAC, and it should be your answer whenever owner discretion, rather than role or classification, is the deciding factor.

⚠ Common exam trap

ISC2 often tests the misconception that 'data owners decide' implies a role-based or attribute-based model, but the key distinction is that DAC explicitly grants ownership-based control, while RBAC and ABAC centralize decisions with administrators or policies.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Discretionary Access Control (DAC)

Discretionary Access Control (DAC) is the correct model because it allows data owners (the users who create or own the resource) to decide who can access their resources. In DAC, the owner sets permissions (e.g., read, write, execute) on objects like files or directories, typically using Access Control Lists (ACLs). This directly matches the requirement where data owners control access decisions.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Attribute-Based Access Control (ABAC)

    Why it's wrong here

    ABAC uses policies that evaluate attributes, not owner discretion.

  • Mandatory Access Control (MAC)

    Why it's wrong here

    MAC is centrally controlled by security labels, not by data owners.

  • Role-Based Access Control (RBAC)

    Why it's wrong here

    RBAC assigns permissions based on roles, not individual owner decisions.

  • Discretionary Access Control (DAC)

    Why this is correct

    DAC allows data owners to grant access to others at their discretion.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

Quick reference

Access Control Model Comparison

ModelAcronymWho Controls Access?Best For
Discretionary Access ControlDACResource ownerSmall teams, file shares
Mandatory Access ControlMACSystem / security labelsClassified govt / military
Role-Based Access ControlRBACAdministrator (via roles)Enterprise environments
Attribute-Based Access ControlABACPolicy engine (user + resource attributes)Fine-grained, dynamic policies
Rule-Based Access ControlRuBACSystem rules / ACLsFirewall rules, network ACLs

About these practice questions

This SSCP question is part of Courseiva's 920-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on SSCP

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. In which access control model does the owner of a resource have full discretion over who can access it and with what permissions?

easy
  • A.Attribute-Based Access Control (ABAC)
  • B.Discretionary Access Control (DAC)
  • C.Role-Based Access Control (RBAC)
  • D.Mandatory Access Control (MAC)

Why B: Discretionary Access Control (DAC) is the model where the resource owner has full authority to grant or deny access to other subjects and to set the permissions (e.g., read, write, execute) on the object. This is typically implemented through Access Control Lists (ACLs) on files or objects, as seen in Windows NTFS or Linux file permissions, where the owner can change permissions using commands like `chmod` or through GUI properties.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SSCP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SSCP exam.