225k views
4 votes
When using Kerberos, what is the purpose of a ticket?

a.
It is the event that is generated when auditing a resource and unauthorized access is attempted.

b.
It is the name for a Kerberos client or user.

c.
It is a temporary set of credentials that a client uses to prove to other servers that its identity has been validated.

d.
It is a key used by the client to gain access to services that are protected by the key on the network.

User El Ninho
by
5.4k points

1 Answer

3 votes

Answer:

(C) It is a temporary set of credentials that a client uses to prove to other servers that its identity has been validated.

Step-by-step explanation:

A ticket in kerberos is a small encrypted data that is distributed by server in authentication model of kerberos to start the authentication process. When the client receives the ticket, the client transfers the ticket back to server with additional details verifying the identity of the client. So the ticket is used to validate identity.

User Sirisha Chamarthi
by
5.8k points