nerdexam
CompTIA

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.

General security concepts

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)
  • A
    4% (1)
  • B
    68% (17)
  • C
    20% (5)
  • D
    8% (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.

AMD5 and 3DES

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.

BMD5 and SHA-1Correct

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.

CSHA-256 and RSA

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.

DSHA-256 and AES

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

#file integrity#hashing algorithms#MD5#SHA-1

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice