TGT and TGS Authentication Process

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards detailing the Kerberos authentication components (TGT, TGS, KDC) and their step-by-step role in accessing domain resources.

Last updated 12:33 AM on 5/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

TGT

Ticket Granting Ticket; mainly used to prove the user's identity to the domain KDC and to request service tickets whenever the user wants to access a resource.

2
New cards

TGS

Service Ticket; issued by the KDC after a user presents a valid TGT, allowing the user to access a specific machine or service.

3
New cards

KDC

Key Distribution Center; the entity that verifies user credentials, issues TGTs, and checks TGT validity to issue service tickets.

4
New cards

PAC

Privilege Attribute Certificate; data contained within a service ticket that includes user identity (SID), group memberships, and privilege data.

5
New cards

Step 1: User Authentication

The process where a user enters a username and password, the KDC verifies credentials, and then issues a TGT stating the user is authenticated to the domain.

6
New cards

Step 2: Service Ticket Request

The client sends the TGT to the KDC to ask for a ticket for a specific service, such as cifs/server.domain.localcifs/server.domain.local, while the KDC checks if the TGT is valid and not expired.

7
New cards

Step 3: Service Access

The client sends the TGS to the target machine, which decrypts the ticket to verify the user's identity and privileges via the PAC.

8
New cards

SID

User identity information contained within a service ticket (TGS).

9
New cards

Resource Access Examples

Situations requiring a TGS include accessing a file server, another workstation, or services like SQL, HTTP, and LDAP.