exam questions

Exam SY0-601 All Questions

View all questions & answers for the SY0-601 exam

Exam SY0-601 topic 1 question 19 discussion

Actual exam question from CompTIA's SY0-601
Question #: 19
Topic #: 1
[All SY0-601 Questions]

Which of the following is a reason to publish files' hashes?

  • A. To validate the integrity of the files
  • B. To verify if the software was digitally signed
  • C. To use the hash as a software activation key
  • D. To use the hash as a decryption passphrase
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
securityexam101
Highly Voted 2 years, 9 months ago
Hashes = Integrity always
upvoted 13 times
...
varun0
Highly Voted 2 years, 10 months ago
Selected Answer: A
A seems obvious to me.
upvoted 7 times
...
subaie503
Most Recent 1 year, 4 months ago
Selected Answer: A
integrity = hasing
upvoted 2 times
...
DChilds
1 year, 8 months ago
Selected Answer: A
Hashing ensure integrity.
upvoted 1 times
...
Protract8593
1 year, 11 months ago
Selected Answer: A
Publishing files' hashes is a common practice used to validate the integrity of files and ensure that they have not been tampered with or corrupted. A hash value is a unique fixed-size string of characters generated from the contents of a file using a cryptographic hashing algorithm. Even a minor change in the file's content will result in a completely different hash value. When files are distributed, users can independently calculate the hash value of the received file and compare it to the published hash value. If the calculated hash matches the published hash, it means that the file has not been altered during transit, ensuring its integrity. If the hash values do not match, it indicates that the file may have been tampered with, corrupted, or modified, and users should exercise caution before using the file.
upvoted 5 times
...
Selected Answer: A
Publishing files' hashes is primarily done to validate the integrity of the files. Hash functions generate unique hash values based on the content of a file. By calculating and publishing the hash values for files, users can compare them to verify the integrity of the files they possess. When a file is downloaded or received from an untrusted source, comparing the calculated hash of the file with the published hash allows users to determine if the file has been altered or tampered with during transmission. If the calculated hash matches the published hash, it indicates that the file has not been modified and remains intact.
upvoted 1 times
...
DALLASCOWBOYS
2 years, 5 months ago
A. Publishing hashes allows the comparison of hash values to verifiy integrity
upvoted 2 times
...
GetBuckets
2 years, 6 months ago
I believe it's 'B'. Software vendors publish the hashes of their software products so the end users (in case they downloaded the software from 3rd-party websites) can verify if the software has not been tampered with (added malware or malicious code). Digital signatures use hashes.
upvoted 1 times
TinyTrexArmz
2 years, 5 months ago
But a hash does not prove that it was digitally signed. You take a plain txt file and, using a hash generator, create a hash for it. If I then share the text file with you and you wanted to make sure what is currently in the text file is the same as what I sent you then you'd use a compatible hash generator to generate a hash for the file you received. If our hashes match then the file wasn't changed. If the hash is different then something happened in transit and you can't trust that txt file. To accomplish this I didn't have to digitally sign it or encrypt it or anything. Just share the file with you along with my original hash.
upvoted 4 times
...
...
rodwave
2 years, 7 months ago
Selected Answer: A
To validate the integrity of the files - Hash function algorithms compares the file's original and current hash values. And if a byte or even a piece of the file's data has been changed, the original and current hash values will be different, and therefore you will know whether it's the same file or not.
upvoted 3 times
...
lordguck
2 years, 8 months ago
"A" is right obviously, but I have an question training dump from Okt/22 whicht says, "B" (rubbish if you ask me).
upvoted 2 times
...
Ribeiro19
2 years, 10 months ago
Selected Answer: A
To validate the integrity of the files
upvoted 2 times
...
stoneface
2 years, 10 months ago
Selected Answer: A
A - hashing
upvoted 3 times
...
comeragh
2 years, 10 months ago
Selected Answer: A
Agree with A being correct answer here
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...