exam questions

Exam CV0-003 All Questions

View all questions & answers for the CV0-003 exam

Exam CV0-003 topic 1 question 273 discussion

Actual exam question from CompTIA's CV0-003
Question #: 273
Topic #: 1
[All CV0-003 Questions]

A cloud administrator would like to maintain file integrity checks through hashing on a cloud object store. Which of the following is MOST suitable from a performance perspective?

  • A. SHA-256
  • B. SHA-512
  • C. MD5
  • D. AES
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Therealjosh
Highly Voted 1 year, 2 months ago
Selected Answer: C
From a performance perspective, the most suitable hashing algorithm for maintaining file integrity checks on a cloud object store would be MD5 (option C). MD5 is faster compared to SHA-256 and SHA-512, especially for large files. While SHA-256 and SHA-512 are more secure and resistant to collision attacks compared to MD5, they are also computationally more intensive and thus slower. AES (option D) is not a hashing algorithm but a symmetric encryption algorithm used for securing data at rest. It's not suitable for file integrity checks through hashing. Therefore, in terms of performance, MD5 would be the most appropriate choice among the options provided. However, it's important to note that MD5 is considered less secure than SHA-256 and SHA-512, so depending on the level of security required, SHA-256 might be preferred despite its higher computational overhead.
upvoted 5 times
...
braveheart22
Most Recent 8 months, 1 week ago
Selected Answer: C
MD5 is generally faster than SHA-512 when it comes to hashing speed. This is because MD5 produces a shorter hash (128 bits) compared to SHA-512 (which produces a 512-bit hash), resulting in less computational overhead. However, it’s important to note that while MD5 is faster, it is considered less secure and more vulnerable to collisions than SHA-512. For applications requiring stronger security, SHA-512 is preferred despite its slower performance.
upvoted 1 times
...
BlueMan93
1 year ago
Selected Answer: C
Agree with what everyone else said. MD5 not the most secure, but faster than SHA-256/512.
upvoted 1 times
...
iliketacos
1 year, 5 months ago
Selected Answer: C
Hashing files with MD5, since it's weaker/simpler, will hash faster than SHA256 which will be faster than SHA512. AES is an encryption standard.
upvoted 4 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 ...