nerdexam
CompTIA

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.

Enterprise Security

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

ALDAP

LDAP is a directory access protocol used to query and modify directory services, not a ticket-based authentication system.

BRADIUS

RADIUS is an AAA protocol that authenticates via a challenge-response mechanism using shared secrets, not tickets.

CTACACS+

TACACS+ is a Cisco-proprietary AAA protocol that separates authentication, authorization, and accounting using TCP, but does not use a ticket-based model.

DKerberosCorrect

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

#Kerberos#ticket-based authentication#AAA#authentication protocols

Community Discussion

No community discussion yet for this question.

Full CAS-001 Practice