N10-005 · Question #895
Which of the following authentication methods is MOST secure?
The correct answer is D. Kerberos. Kerberos is the most secure authentication method listed, using mutual authentication and a trusted third-party Key Distribution Center (KDC) with strong encryption.
Question
Which of the following authentication methods is MOST secure?
Options
- ANTLM
- BCHAP
- CMS-CHAP
- DKerberos
How the community answered
(45 responses)- A4% (2)
- B2% (1)
- C7% (3)
- D87% (39)
Why each option
Kerberos is the most secure authentication method listed, using mutual authentication and a trusted third-party Key Distribution Center (KDC) with strong encryption.
NTLM uses a challenge-response mechanism based on MD4 hashing and does not support mutual authentication, making it vulnerable to pass-the-hash and relay attacks.
CHAP uses MD5-based challenge-response authentication, and MD5 is considered cryptographically weak and susceptible to collision attacks.
MS-CHAP (v2) improves on CHAP but still relies on challenge-response with known cryptographic weaknesses and has been demonstrated to be crackable via brute force.
Kerberos uses symmetric-key cryptography and a trusted third-party KDC to issue time-limited tickets for authentication, providing mutual authentication (both client and server verify each other). It does not transmit passwords over the network and is resistant to replay attacks due to timestamp validation, making it significantly more secure than challenge-response protocols.
Concept tested: Kerberos as the most secure network authentication protocol
Source: https://learn.microsoft.com/en-us/windows-server/security/kerberos/kerberos-authentication-overview
Topics
Community Discussion
No community discussion yet for this question.