CAS-002 · Question #20
Which of the following authentication types is used primarily to authenticate users through the use of tickets?
The correct answer is D. Kerberos. Kerberos is a network authentication protocol designed around a ticket-based system. A client first authenticates to a Key Distribution Center (KDC) and receives a Ticket Granting Ticket (TGT). The client then uses the TGT to request service tickets for specific resources…
Question
Which of the following authentication types is used primarily to authenticate users through the use of tickets?
Options
- ALDAP
- BRADIUS
- CTACACS+
- DKerberos
How the community answered
(32 responses)- A6% (2)
- C3% (1)
- D91% (29)
Explanation
Kerberos is a network authentication protocol designed around a ticket-based system. A client first authenticates to a Key Distribution Center (KDC) and receives a Ticket Granting Ticket (TGT). The client then uses the TGT to request service tickets for specific resources without transmitting the user's password across the network. LDAP (A) is a directory access protocol used to look up and manage directory entries, not authenticate via tickets. RADIUS (B) is an AAA protocol that uses a shared-secret challenge-response mechanism. TACACS+ (C) is also an AAA protocol that separates authentication, authorization, and accounting but does not use tickets.
Topics
Community Discussion
No community discussion yet for this question.