nerdexam
Cisco

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.

Host-Based Analysis

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)
  • A
    3% (1)
  • B
    90% (36)
  • C
    3% (1)
  • D
    5% (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.

Anetwork file storing

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.

Bfree space fragmentationCorrect

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.

Calternate data streaming

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.

Ddefragmentation

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

#file system forensics#free space fragmentation#Windows storage#disk analysis

Community Discussion

No community discussion yet for this question.

Full 210-255 Practice