CAS-001 · Question #182
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 that uses time-limited tickets issued by a trusted Key Distribution Center (KDC) to authenticate users to services.
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
(53 responses)- A2% (1)
- B4% (2)
- C6% (3)
- D89% (47)
Why each option
Kerberos is a network authentication protocol that uses time-limited tickets issued by a trusted Key Distribution Center (KDC) to authenticate users to services.
LDAP is a directory access protocol used to query and modify directory services, not a ticket-based authentication system.
RADIUS is an AAA protocol that authenticates via a challenge-response mechanism using shared secrets, not tickets.
TACACS+ is a Cisco-proprietary AAA protocol that separates authentication, authorization, and accounting using TCP, but does not use a ticket-based model.
Kerberos authenticates users by issuing a Ticket Granting Ticket (TGT) from the Authentication Server, which is then used to request service tickets from the Ticket Granting Server without re-entering credentials. The ticket-based approach means passwords are never sent over the network, and tickets expire to limit replay attack windows. This ticket architecture is the defining characteristic that distinguishes Kerberos from other authentication protocols.
Concept tested: Kerberos ticket-based 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.