August 2000
Intermediate to advanced
800 pages
21h 5m
English
The Kerberos authentication protocol is made up of three subprotocols (or exchanges). The subprotocols are the Authentication Service (AS), the Ticket-Granting Service (TGS), and the Client/Server Exchange (CS).
The Authentication Service is the first subprotocol used when a user logs on to the network. This subprotocol gives the user a logon, a temporary encryption key (session key), and a TGT. Look at an example (see Figure 11.7):
Jim types his logon name and password to access the network.
The Kerberos client running on the client converts the password to an ...