nerdexam
CompTIA

SG0-001 · Question #327

Which replication method requires the LEAST amount of space?

The correct answer is C. Snapshot. The question asks to identify the data replication technique that consumes the minimal amount of storage capacity.

Storage Functionality

Question

Which replication method requires the LEAST amount of space?

Options

  • ACopy
  • BClone
  • CSnapshot
  • DMirror

How the community answered

(31 responses)
  • A
    3% (1)
  • C
    90% (28)
  • D
    6% (2)

Why each option

The question asks to identify the data replication technique that consumes the minimal amount of storage capacity.

ACopy

A copy implies creating a full, independent duplicate of the data, requiring an amount of space equal to the original data.

BClone

A clone is a full, independent duplicate of a virtual disk or volume at a specific point in time, requiring an amount of space equal to the original data.

CSnapshotCorrect

A snapshot is a point-in-time reference to data, typically storing only the changes made to the original data block-level, rather than a full duplicate. This "copy-on-write" or similar mechanism means it initially consumes very little space, growing only as data changes.

DMirror

A mirror creates and maintains a real-time, identical duplicate of data on a separate storage device, consuming an amount of space equal to the original data.

Concept tested: Storage replication and data protection methods

Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/take-data-snapshot

Topics

#replication methods#snapshots#storage efficiency

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice