210-255 · Question #47
In Microsoft Windows, as files are deleted the space they were allocated eventually is considered available for use by other files. This creates alternating used and unused areas of various sizes. Wha
The correct answer is B. free space fragmentation. Repeated file deletions and writes leave behind scattered, non-contiguous gaps of available space on a disk, a condition known as free space fragmentation.
Question
In Microsoft Windows, as files are deleted the space they were allocated eventually is considered available for use by other files. This creates alternating used and unused areas of various sizes. What is this called?
Options
- Anetwork file storing
- Bfree space fragmentation
- Calternate data streaming
- Ddefragmentation
How the community answered
(40 responses)- A3% (1)
- B90% (36)
- C3% (1)
- D5% (2)
Why each option
Repeated file deletions and writes leave behind scattered, non-contiguous gaps of available space on a disk, a condition known as free space fragmentation.
Network file storing refers to saving files on a remote networked storage device, which has nothing to do with how local disk space becomes fragmented after repeated deletions.
Free space fragmentation occurs when file deletions leave behind scattered, non-contiguous regions of available space interspersed among active data, creating the alternating used and unused areas described. This condition develops naturally over time as the OS allocates and reclaims disk space and makes it harder to store large files contiguously without running a defragmentation utility.
Alternate data streaming is an NTFS feature that allows additional hidden data streams to be attached to a file object, which is entirely unrelated to free space allocation patterns.
Defragmentation is the remediation process that consolidates fragmented files and coalesces free space into contiguous regions - it is the solution to fragmentation, not the name of the condition itself.
Concept tested: Disk free space fragmentation concept
Source: https://learn.microsoft.com/en-us/windows/win32/fileio/defragmenting-files
Topics
Community Discussion
No community discussion yet for this question.