SG0-001 · Question #402
Which of the following is true of both deduplication and compression?
The correct answer is D. Less physical space is required to store the data. The question asks for a shared characteristic of both data deduplication and data compression technologies.
Question
Which of the following is true of both deduplication and compression?
Options
- AData is more resilient to bad blocks and redundancy
- BData access is faster for both read and write
- CCompression and deduplication rates are uniform across data sets
- DLess physical space is required to store the data
How the community answered
(29 responses)- A7% (2)
- C3% (1)
- D90% (26)
Why each option
The question asks for a shared characteristic of both data deduplication and data compression technologies.
Deduplication and compression do not inherently make data more resilient to bad blocks or add redundancy; they primarily reduce space, while redundancy is typically handled by RAID or replication.
Data access is generally slower, not faster, for both read and write operations because processing (compression/decompression or deduplication/rehydration) overhead is introduced.
Compression and deduplication rates are highly variable and depend entirely on the characteristics of the data set; some data compresses or deduplicates much better than others.
Both deduplication and compression are data reduction technologies designed to minimize the physical storage space required for data. Deduplication achieves this by eliminating redundant copies of data, while compression achieves it by encoding data into a more compact form. The primary goal and benefit of both techniques is to store more data on less physical storage.
Concept tested: Data reduction technologies - compression and deduplication
Source: https://learn.microsoft.com/en-us/windows-server/storage/data-deduplication/overview
Topics
Community Discussion
No community discussion yet for this question.