nerdexam
CompTIA

SK0-004 · Question #89

An administrator was tasked to enforce disk quotas on the Windows file server. The administrator allocated 1GB of space to each user. A month later, the users were still able to save beyond 1GB…

The correct answer is C. Deny access if limit is reached. Windows disk quotas require the enforcement option to be enabled to actually block users from writing beyond their limit; without it, the quota is advisory only.

Server administration

Question

An administrator was tasked to enforce disk quotas on the Windows file server. The administrator allocated 1GB of space to each user. A month later, the users were still able to save beyond 1GB. Which of the following check boxes should have been selected?

Options

  • AEnable compression
  • BProhibit read/write if limit is reached
  • CDeny access if limit is reached
  • DLog an event if disk space is reached

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    80% (24)
  • D
    10% (3)

Why each option

Windows disk quotas require the enforcement option to be enabled to actually block users from writing beyond their limit; without it, the quota is advisory only.

AEnable compression

Enable compression reduces the physical space files occupy on disk but does not enforce any quota ceiling or prevent users from saving additional data.

BProhibit read/write if limit is reached

There is no standard Windows disk quota option labeled 'Prohibit read/write if limit is reached'; additionally, quota enforcement restricts write access only, not read access, making this option technically inaccurate.

CDeny access if limit is reachedCorrect

Selecting the option to deny disk space to users who exceed their limit is the hard-enforcement mechanism that prevents any additional writes once the quota ceiling is reached. Without enabling this checkbox, Windows tracks usage and can log events but does not block users from saving data beyond the configured 1GB limit.

DLog an event if disk space is reached

Logging an event when the quota is reached only creates an audit record in the event log and does not stop users from continuing to write data beyond the 1GB limit.

Concept tested: Windows disk quota hard enforcement configuration

Source: https://learn.microsoft.com/en-us/windows-server/storage/fsrm/quota-management

Topics

#disk quotas#Windows file server#storage management#access control

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice