CV0-003 · Question #885
A cloud administrator needs to reduce storage costs. Which of the following would best help the administrator reach that goal?
The correct answer is B. Implementing deduplication. Deduplication eliminates redundant copies of identical data blocks across the storage system, directly reducing total physical storage consumed and lowering cloud storage costs.
Question
A cloud administrator needs to reduce storage costs. Which of the following would best help the administrator reach that goal?
Options
- AEnabling compression
- BImplementing deduplication
- CUsing containers
- DRightsizing the VMs
How the community answered
(41 responses)- A2% (1)
- B95% (39)
- D2% (1)
Why each option
Deduplication eliminates redundant copies of identical data blocks across the storage system, directly reducing total physical storage consumed and lowering cloud storage costs.
Compression reduces the size of individual data blocks but does not eliminate duplicate data across the system, making it less effective than deduplication for environments with high data redundancy.
Deduplication identifies and removes duplicate data blocks across the storage pool, storing only unique blocks and replacing duplicates with pointers to the single stored copy. This can dramatically reduce storage consumption - especially in environments with many similar VMs or datasets - making it the most direct mechanism for reducing storage costs.
Using containers changes the application deployment model and does not directly reduce storage consumption for existing cloud-hosted data or VM disk images.
Rightsizing VMs optimizes CPU and memory allocation to reduce compute costs, not storage costs.
Concept tested: Storage deduplication for cloud cost reduction
Source: https://learn.microsoft.com/en-us/windows-server/storage/data-deduplication/overview
Topics
Community Discussion
No community discussion yet for this question.