SSCP · Question #912
Which of the following is NOT true of the Kerberos protocol?
The correct answer is B. The initial authentication steps are done using public key algorithm.. This is false because core Kerberos uses symmetric (secret-key) cryptography throughout, including the initial Authentication Service exchange. The client and KDC share a long-term secret key derived from the user's password. Public key cryptography only enters Kerberos via the o
Question
Exhibit
Options
- AOnly a single login is required per session.
- BThe initial authentication steps are done using public key algorithm.
- CThe KDC is aware of all systems in the network and is trusted by all of them
- DIt performs mutual authentication
How the community answered
(44 responses)- A7% (3)
- B86% (38)
- C5% (2)
- D2% (1)
Explanation
This is false because core Kerberos uses symmetric (secret-key) cryptography throughout, including the initial Authentication Service exchange. The client and KDC share a long-term secret key derived from the user's password. Public key cryptography only enters Kerberos via the optional PKINIT extension. The other statements are all true: Kerberos requires only a single logon per session (A), the KDC is trusted by all network entities (C), and it performs mutual authentication - both client and server verify each other's identity (D).
Topics
Community Discussion
No community discussion yet for this question.
