nerdexam
CompTIACompTIA

SY0-701 · Question #208

SY0-701 Question #208: Real Exam Question with Answer & Explanation

The correct answer is A: Hashes. To verify the integrity of downloaded files, a software developer should post hashes on the website. A hash is a fixed-length string or number generated from input data, such as a file. When users download the application files, they can generate their own hash from the downloade

Submitted by hans_de· Mar 6, 2026General security concepts

Question

A software developer released a new application and is distributing application files via the developer's website. Which of the following should the developer post on the website to allow users to verify the integrity of the downloaded files?

Options

  • AHashes
  • BCertificates
  • CAlgorithms
  • DSalting

Explanation

To verify the integrity of downloaded files, a software developer should post hashes on the website. A hash is a fixed-length string or number generated from input data, such as a file. When users download the application files, they can generate their own hash from the downloaded files and compare it with the hash provided by the developer. If the hashes match, it confirms that the files have not been altered or corrupted during the download process. Hashes: Ensure data integrity by allowing users to verify that the downloaded files are identical to the original ones. Common hashing algorithms include MD5, SHA-1, and SHA-256. Certificates and Algorithms: Are more related to ensuring authenticity and securing communications rather than verifying file integrity. Salting: Is a technique used in hashing passwords to add an additional layer of security, not for verifying file integrity.

Community Discussion

No community discussion yet for this question.

Full SY0-701 PracticeBrowse All SY0-701 Questions