nerdexam
CompTIA

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.

Network security

Question

Which of the following authentication methods is MOST secure?

Options

  • ANTLM
  • BCHAP
  • CMS-CHAP
  • DKerberos

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    7% (3)
  • D
    87% (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.

ANTLM

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.

BCHAP

CHAP uses MD5-based challenge-response authentication, and MD5 is considered cryptographically weak and susceptible to collision attacks.

CMS-CHAP

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.

DKerberosCorrect

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

#Kerberos#authentication methods#NTLM#CHAP

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice