nerdexam
CompTIA

SK0-004 · Question #67

A system administrator notices that there is a low level of available storage space on a file server. Which of the following should be implemented to limit the amount of storage space users can…

The correct answer is C. Disk quota. Disk quotas are a built-in file server feature that enforces a maximum storage allocation per user, directly preventing any individual from consuming excessive space.

Server administration

Question

A system administrator notices that there is a low level of available storage space on a file server. Which of the following should be implemented to limit the amount of storage space users can utilize on the file server?

Options

  • ADisk shadowing
  • BDisk compression
  • CDisk quota
  • DDisk indexing

How the community answered

(38 responses)
  • A
    5% (2)
  • C
    92% (35)
  • D
    3% (1)

Why each option

Disk quotas are a built-in file server feature that enforces a maximum storage allocation per user, directly preventing any individual from consuming excessive space.

ADisk shadowing

Disk shadowing (mirroring) duplicates data to another disk for redundancy, which does not restrict user storage consumption.

BDisk compression

Disk compression reduces the physical space files occupy but does not impose a usage limit on individual users.

CDisk quotaCorrect

Disk quotas allow administrators to set hard or soft limits on the amount of disk space each user account can use on a volume or share. When a user reaches their quota limit, they are prevented from writing additional data, which directly controls consumption and protects available space for other users. This is the standard administrative control for storage governance on file servers.

DDisk indexing

Disk indexing catalogs file metadata to speed up search operations and has no effect on how much storage users can consume.

Concept tested: Disk quota configuration to limit user storage

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

Topics

#disk quota#storage management#file server#user limits

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice