Multiple choice technology architecture

Which of the following Kerberos feature issues the session ticket to a user

  1. Key Distribution Center (KDC)

  2. Security Identification (SID)

  3. Ticket Granting Ticket (TGT)

  4. Ticket Granting Server (TGS)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Key Distribution Center (KDC) is the central trusted third party in Kerberos that issues all types of tickets. The KDC consists of two components: the Authentication Server (AS) which issues the initial Ticket Granting Ticket (TGT), and the Ticket Granting Server (TGS) which issues service tickets (session tickets) for specific resources. When a user needs to access a service, the KDC validates their TGT and issues a session ticket that grants access to that service. The Security Identifier (SID) is a Windows security concept unrelated to Kerberos ticket issuance.