SY0-701 Exam QuestionsBrowse all questions from this exam

SY0-701 Exam - Question 175


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?

Show Answer
Correct Answer: A

To verify the integrity of downloaded files, the developer should post hashes on the website. A hash is a unique value generated from the file contents. Users can compute the hash of the downloaded file and compare it to the hash provided by the developer. If the hashes match, the file has not been altered and is considered intact and authentic.

Discussion

2 comments
Sign in to comment
Shaman73Option: A
Jun 6, 2024

A. Hashes

DloveOption: A
Jul 21, 2024

A. Hashes Since hashes provide a way to verify that a file has not been altered by comparing the hash of the downloaded file with the hash provided by the developer, they are the correct choice.