nerdexam
CompTIA

CV0-003 · Question #874

A systems administrator notices the host filesystem is running out of storage space. Which of the following will best reduce the storage space on the system?

The correct answer is A. Deduplication. Deduplication eliminates redundant copies of data on the filesystem, directly reducing the amount of storage space consumed.

Operations

Question

A systems administrator notices the host filesystem is running out of storage space. Which of the following will best reduce the storage space on the system?

Options

  • ADeduplication
  • BCompression
  • CAdaptive optimization
  • DThin provisioning

How the community answered

(53 responses)
  • A
    89% (47)
  • B
    4% (2)
  • C
    6% (3)
  • D
    2% (1)

Why each option

Deduplication eliminates redundant copies of data on the filesystem, directly reducing the amount of storage space consumed.

ADeduplicationCorrect

Deduplication scans the filesystem for identical data blocks and replaces duplicates with pointers to a single shared copy, reducing the total physical space consumed. Unlike compression, it targets redundancy across files and datasets rather than encoding efficiency within a single file. This makes it the most effective option for reclaiming storage on a host filesystem that is nearing capacity.

BCompression

Compression reduces the encoded size of individual files but does not eliminate duplicate data blocks across the filesystem, so its space savings are typically lower than deduplication in environments with repetitive data.

CAdaptive optimization

Adaptive optimization automatically moves data between storage tiers based on access frequency to improve performance, not to reduce total storage consumption.

DThin provisioning

Thin provisioning allocates disk space to volumes on demand rather than upfront, which avoids wasting pre-allocated space but does not reduce space already consumed by existing data.

Concept tested: Storage deduplication for space reduction

Source: https://learn.microsoft.com/en-us/windows-server/storage/data-deduplication/overview

Topics

#deduplication#storage optimization#data reduction#capacity management

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice