CISA · Question #261
Which of the following provides the BEST assurance of data integrity after file transfers?
The correct answer is D. Hash values. Hash values provide the best assurance of data integrity after file transfers by creating a unique digital fingerprint of the data that can be compared before and after transfer.
Question
Which of the following provides the BEST assurance of data integrity after file transfers?
Options
- ACheck digits
- BMonetary unit sampling
- CReasonableness check
- DHash values
How the community answered
(33 responses)- A3% (1)
- B3% (1)
- D94% (31)
Why each option
Hash values provide the best assurance of data integrity after file transfers by creating a unique digital fingerprint of the data that can be compared before and after transfer.
Check digits are simple error-detection codes appended to numbers (like account numbers) to detect basic transcription errors, not robustly assure file integrity for entire files.
Monetary unit sampling is an auditing technique used to select a sample for testing and is unrelated to verifying data integrity during file transfers.
A reasonableness check verifies if data falls within expected or plausible ranges, but it cannot detect subtle data corruption or unauthorized modifications within a file transfer.
Hash values (or cryptographic hashes) generate a fixed-size string of characters from a variable-sized input, acting as a unique digital fingerprint. If even a single bit of the data changes during transfer, the calculated hash value will be drastically different, immediately indicating data corruption or tampering, thus providing strong integrity assurance.
Concept tested: Data integrity assurance mechanisms
Topics
Community Discussion
No community discussion yet for this question.