nerdexam
CompTIA

CV0-003 · Question #246

A file server is being migrated from physical hardware into a private cloud. Baselining of the server shows the disks average 90% full at all times. The contents of the file server consist mostly of…

The correct answer is C. Deduplication. Deduplication identifies and eliminates redundant copies of identical data by storing only a single instance and replacing duplicates with references, directly addressing the scenario where the same files are saved in multiple locations.

Operations and Support

Question

A file server is being migrated from physical hardware into a private cloud. Baselining of the server shows the disks average 90% full at all times. The contents of the file server consist mostly of compressed audio files. Multiple copies of the same files are often saved in different locations on the same disk. Which of the following storage technologies is MOST likely to help minimize storage utilization when moving this server to the private cloud?

Options

  • ACompression
  • BThin provisioning
  • CDeduplication
  • DTokenization

How the community answered

(30 responses)
  • B
    3% (1)
  • C
    90% (27)
  • D
    7% (2)

Why each option

Deduplication identifies and eliminates redundant copies of identical data by storing only a single instance and replacing duplicates with references, directly addressing the scenario where the same files are saved in multiple locations.

ACompression

Compression reduces the size of individual files by encoding data more efficiently, but the files are already described as compressed audio, meaning further compression will yield negligible additional savings.

BThin provisioning

Thin provisioning allocates physical storage incrementally as data is written rather than reserving the full amount upfront, which optimizes allocation efficiency but does not reduce the actual amount of data that needs to be stored.

CDeduplicationCorrect

Data deduplication works by computing hash signatures of data blocks or files and comparing them against a stored index; when a duplicate is detected, only a pointer to the existing copy is stored rather than the redundant data. Because the file server contains many duplicate copies of the same files across different directory locations, deduplication will consolidate these into single stored instances, potentially yielding very high storage savings. This is the most targeted technology for reducing storage consumption caused by redundant copies, which is the primary problem described.

DTokenization

Tokenization is a security technique that substitutes sensitive data values with non-sensitive tokens for compliance purposes, and it has no effect on reducing storage capacity utilization.

Concept tested: Data deduplication for redundant file storage optimization

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

Topics

#deduplication#storage optimization#private cloud migration#storage technologies

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice