In: Computer Science
4NCA:
4.1 List ways in which secret keys can be distributed to two communicating parties.
4.2 What is the difference between a session key and a master key?
4.3 What is a key distribution center?
4.4 What entities constitute a full-service Kerberos environment?
4.5 In the context of Kerberos, what is a realm?
4.6 What are the principal differences between version 4 and version 5 of Kerberos?
Ways in which secret keys can be distributed to two communicating parties
Temporary encryption key used between two principals. Is called a session key.
A long-lasting key that is used between a key distribution center and a principal for the purpose of encoding the transmission of session keys is called a master key. Master keys are distributed by non-cryptographic means.
A system that is authorized to transmit temporary session keys to principals is called a key distribution center. Each session key is transmitted in encrypted form, using a master key that the key distribution center shares with the target principal.
The realm is an environment in which
V4 has some environmental shortcomings and some technical deficiencies. V5 overcomes these deficiencies and shortcomings.