Why use a vendor hash for an installer file?
For which of the following reasons would a systems administrator leverage a 3DES hash from an installer file that is posted on a vendor’s website?
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests the security objective of integrity versus authenticity, requiring the distinction between verifying a file hasn't changed (hash) and verifying the source (digital signature).
A systems administrator uses a vendor-provided hash to verify the integrity of a downloaded installer. This ensures the file has not been altered or corrupted during transmission.
Selecting 'To validate the authenticity of the file' is a common error because hashes only prove integrity (that the file hasn't changed), not the identity of the sender.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
The correct answer is A because the primary purpose of a cryptographic hash provided by a vendor is to verify the integrity of the file. By generating a hash of the downloaded file and comparing it to the vendor's posted hash, an administrator confirms that the file has not been modified, corrupted, or tampered with during transit. This aligns with the integrity principle of the CIA triad.Why the Other Options Are Wrong
Option B is incorrect because a hash alone cannot validate authenticity; it cannot prove the file came from the specific vendor, only that the file matches the posted value. Option C is incorrect as hashing is not a mechanism for license activation. Option D describes the method (calculating the checksum) rather than the administrative reason (testing integrity).Community Comment Notes
Community members noted the terminology inaccuracy in the question, pointing out that 3DES is an encryption algorithm, not a hashing algorithm. Despite this, the consensus confirms that the question refers to using a cryptographic hash value to ensure the file content remains intact and unaltered.Official Reference
Exam Strategy
Focus on the CIA triad: Hashing ensures Integrity, while Digital Signatures ensure Authenticity.
Related Analysis
Practice All SY0-701 Questions
Access 100 questions with complete answers and detailed explanations.
View Full SY0-701 Practice Test →