HP0-J73 · Question #84
Which deduplication method is used by inline deduplication devices?
The correct answer is D. hash-based chunking. Inline deduplication devices use hash-based chunking to detect and eliminate duplicate data segments in the write path before any data is committed to storage.
Question
Which deduplication method is used by inline deduplication devices?
Options
- Aobject differencing
- Bzone level
- Cbyte-level-delta
- Dhash-based chunking
How the community answered
(42 responses)- A7% (3)
- B2% (1)
- C2% (1)
- D88% (37)
Why each option
Inline deduplication devices use hash-based chunking to detect and eliminate duplicate data segments in the write path before any data is committed to storage.
Object differencing is not a recognized inline deduplication method - it is a concept more associated with object storage versioning or differential backup strategies rather than inline dedup processing.
Zone-level is not a standard deduplication method; deduplication operates at the data chunk or block level, not at a zone abstraction.
Byte-level-delta (delta differencing) is a compression technique that records only the differences between data versions, used in post-process or replication deduplication scenarios rather than inline write-path deduplication.
Hash-based chunking divides incoming data into variable or fixed-size segments, computes a cryptographic hash for each chunk, and compares that hash against a stored index to identify duplicates before writing to disk. Because this process occurs inline - in the active write path - no duplicate data is ever physically stored. The hash index enables rapid lookup at wire speed, making hash-based chunking the standard and practical method for inline deduplication appliances.
Concept tested: Inline deduplication using hash-based chunking mechanism
Source: https://www.snia.org/sites/default/files/technical_work/Deduplication/SNIA_Deduplication_101.pdf
Topics
Community Discussion
No community discussion yet for this question.