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.
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)- A5% (2)
- C92% (35)
- D3% (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.
Disk shadowing (mirroring) duplicates data to another disk for redundancy, which does not restrict user storage consumption.
Disk compression reduces the physical space files occupy but does not impose a usage limit on individual users.
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.
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
Community Discussion
No community discussion yet for this question.