CLO-002 · Question #598
A company that replicates crucial data across several availability zones is concerned about possible file corruption during file transfers. Which of the following best represents a technique the…
The correct answer is A. Hashing. Hashing is a technique used to validate data integrity by generating a unique hash value (a fixed- length string or code) for a piece of data. When the data is transferred or replicated, the hash value can be recalculated and compared with the original hash value to ensure that…
Question
A company that replicates crucial data across several availability zones is concerned about possible file corruption during file transfers. Which of the following best represents a technique the company can use to validate data quickly?
Options
- AHashing
- BAuditing
- CScanning
- DScanning
How the community answered
(59 responses)- A80% (47)
- B3% (2)
- C5% (3)
- D12% (7)
Explanation
Hashing is a technique used to validate data integrity by generating a unique hash value (a fixed- length string or code) for a piece of data. When the data is transferred or replicated, the hash value can be recalculated and compared with the original hash value to ensure that the data has not been altered or corrupted during the transfer. This is an effective and quick way to detect file
Topics
Community Discussion
No community discussion yet for this question.