SY0-301 · Question #639
Which of the following authentication services uses a ticket granting system to provide access?
The correct answer is D. Kerberos. Kerberos is the authentication protocol that uses a ticket-based system, where a Key Distribution Center issues Ticket Granting Tickets and service tickets to authenticate users.
Question
Which of the following authentication services uses a ticket granting system to provide access?
Options
- ARADIUS
- BLDAP
- CTACACS+
- DKerberos
How the community answered
(44 responses)- A2% (1)
- B7% (3)
- C2% (1)
- D89% (39)
Why each option
Kerberos is the authentication protocol that uses a ticket-based system, where a Key Distribution Center issues Ticket Granting Tickets and service tickets to authenticate users.
RADIUS is an AAA protocol that uses a challenge-response mechanism for authentication and does not use a ticket granting system.
LDAP is a directory access protocol used to query directory services and is not an authentication protocol with a ticket system.
TACACS+ is a Cisco AAA protocol that separates authentication, authorization, and accounting using TCP but does not use tickets.
Kerberos operates through a Key Distribution Center (KDC) that issues a Ticket Granting Ticket (TGT) upon initial authentication. The client then presents the TGT to the Ticket Granting Service (TGS) to obtain service tickets for accessing specific resources, without re-entering credentials. This ticket granting mechanism is the defining characteristic of Kerberos and distinguishes it from all other listed protocols.
Concept tested: Kerberos ticket granting authentication mechanism
Source: https://learn.microsoft.com/en-us/windows-server/security/kerberos/kerberos-authentication-overview
Topics
Community Discussion
No community discussion yet for this question.