exam questions

Exam 350-701 All Questions

View all questions & answers for the 350-701 exam

Exam 350-701 topic 1 question 557 discussion

Actual exam question from Cisco's 350-701
Question #: 557
Topic #: 1
[All 350-701 Questions]

Which type of algorithm provides the highest level of protection against brute-force attacks?

  • A. PFS
  • B. MD5
  • C. HMAC
  • D. SHA
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
NetworkJoe
1 month, 2 weeks ago
Selected Answer: A
Limits brute-force attack surface by using ephemeral keys. Protects even if one key/session is compromised Is a key exchange mechanism, not just hashing
upvoted 1 times
...
Pierre_Bouvier
4 months, 3 weeks ago
Selected Answer: A
A. PFS (Perfect Forward Secrecy) Why not the other options? B. MD5 (Message-Digest Algorithm 5): MD5 is a hashing algorithm and is no longer considered secure due to vulnerabilities like collision attacks. It provides no protection against brute-force attacks. C. HMAC (Hash-Based Message Authentication Code): HMAC is used for message integrity and authentication but is not designed to provide protection specifically against brute-force attacks. D. SHA (Secure Hash Algorithm): SHA is a family of cryptographic hash functions (e.g., SHA-256), but like MD5, it is not designed to defend against brute-force attacks directly. It is used for hashing and data integrity.
upvoted 2 times
...
kloug
7 months, 3 weeks ago
Answer a
upvoted 2 times
kloug
7 months, 3 weeks ago
Answer d
upvoted 1 times
...
...
luismg
8 months, 4 weeks ago
Selected Answer: D
HMAC if for authentication for me is SHA answer is D
upvoted 1 times
...
Bubu3k
11 months ago
Selected Answer: C
Technically if we ignore perfect forward secrecy, which is more of a concept/feature, in my opinion, HMAC would be the strongest to crack via brute force. You'd need the secret on top of the hash function,s o sha combined with a secret.
upvoted 1 times
...
LTLnetworker
1 year, 5 months ago
"Since PFS uses unique session keys, attackers are only able to view the data specific to a particular exchange if they recover the private keys for that exchange. This segmentation of SSL/TLS sessions greatly reduces the risk of a severe data breach through this vector." So PFS also has a role against brute-force attacks. But it is not an algorithm.
upvoted 1 times
...
Alizade
1 year, 8 months ago
Selected Answer: D
The type of algorithm that provides the highest level of protection against brute-force attacks is SHA.
upvoted 1 times
...
unclemonkeyboy
2 years ago
PFS is a feature not an algorithim, MD5 is to weak HMAC is hashing SHA is the strongest
upvoted 4 times
Bubu3k
11 months ago
So..HMAC is hashing but SHA and MD5 are not? lol
upvoted 2 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 ...