Exam SY0-701 All QuestionsBrowse all questions from this 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?

    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
Shaman73Option: A

A. Hashes

DloveOption: A

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.