nerdexam
CompTIA

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.

General security concepts

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

ARADIUS

RADIUS is an AAA protocol that uses a challenge-response mechanism for authentication and does not use a ticket granting system.

BLDAP

LDAP is a directory access protocol used to query directory services and is not an authentication protocol with a ticket system.

CTACACS+

TACACS+ is a Cisco AAA protocol that separates authentication, authorization, and accounting using TCP but does not use tickets.

DKerberosCorrect

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

#Kerberos#ticket granting#authentication protocols#SSO

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice