SY0-301 · Question #831
When verifying file integrity on a remote system that is bandwidth limited, which of the following tool combinations provides the STRONGEST confidence?
The correct answer is B. MD5 and SHA-1. MD5 and SHA-1 are both lightweight hashing algorithms, and using them together for file integrity verification provides dual cross-validation with minimal bandwidth overhead.
Question
When verifying file integrity on a remote system that is bandwidth limited, which of the following tool combinations provides the STRONGEST confidence?
Options
- AMD5 and 3DES
- BMD5 and SHA-1
- CSHA-256 and RSA
- DSHA-256 and AES
How the community answered
(25 responses)- A4% (1)
- B68% (17)
- C20% (5)
- D8% (2)
Why each option
MD5 and SHA-1 are both lightweight hashing algorithms, and using them together for file integrity verification provides dual cross-validation with minimal bandwidth overhead.
3DES is an encryption cipher, not a hashing algorithm, and combining MD5 with an encryption cipher does not provide file integrity verification - it introduces unnecessary complexity.
On a bandwidth-limited link, using two separate hash algorithms (MD5 and SHA-1) to verify a file provides corroborating integrity checks - an attacker or error would need to simultaneously defeat both hashes to go undetected. Both algorithms produce compact digests that consume negligible bandwidth, making this combination practical for constrained environments while improving confidence over using a single hash.
While SHA-256 and RSA together provide strong integrity and authentication, RSA asymmetric operations add significant computational and bandwidth overhead unsuitable for a bandwidth-limited remote link.
AES is a symmetric encryption algorithm, not a hashing function, so combining SHA-256 with AES does not provide meaningful file integrity verification in the context described.
Concept tested: File integrity verification using hash algorithms
Source: https://learn.microsoft.com/en-us/windows/win32/seccng/hash-and-mac-algorithms
Topics
Community Discussion
No community discussion yet for this question.