nerdexam
CompTIA

SY0-301 · Question #483

Users report that after downloading several applications, their systems' performance has noticeably decreased. Which of the following would be used to validate programs prior to installing them?

The correct answer is D. MD5. MD5 (and other cryptographic hash functions) are used to validate the integrity of a downloaded program by comparing its computed hash against a known-good hash published by the vendor. A mismatch indicates tampering or corruption.

General security concepts

Question

Users report that after downloading several applications, their systems' performance has noticeably decreased. Which of the following would be used to validate programs prior to installing them?

Options

  • AWhole disk encryption
  • BSSH
  • CTelnet
  • DMD5

How the community answered

(29 responses)
  • B
    3% (1)
  • C
    3% (1)
  • D
    93% (27)

Why each option

MD5 (and other cryptographic hash functions) are used to validate the integrity of a downloaded program by comparing its computed hash against a known-good hash published by the vendor. A mismatch indicates tampering or corruption.

AWhole disk encryption

Whole disk encryption protects data stored on a drive from unauthorized access but does not provide any mechanism to validate whether a program has been tampered with before installation.

BSSH

SSH (Secure Shell) is a protocol for encrypted remote access and secure file transfer and is not used to verify the integrity of software packages prior to installation.

CTelnet

Telnet is an unencrypted remote access protocol that provides no security features and cannot be used to validate the integrity of files or applications.

DMD5Correct

MD5 is a hashing algorithm that produces a fixed-length digest (checksum) of a file. Before installing an application, a user or system can compute the MD5 hash of the downloaded file and compare it to the hash provided by the trusted source. If the hashes match, the file has not been altered and is safe to install; a mismatch signals that the file may contain malware or was corrupted.

Concept tested: File integrity validation using MD5 hashing

Source: https://csrc.nist.gov/projects/hash-functions

Topics

#MD5#hashing#integrity verification#malware prevention

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice