Explain Oakley key determination protocol
Answers
The OAKLEY Key Determination Protocol. ... Abstract This document describes a protocol, named OAKLEY, by which two authenticated parties can agree on secure and secret keying material. The basic mechanism is the Diffie-Hellman key exchange algorith
Answer:
A key-agreement protocol that allows authenticated parties to exchange keying material across an insecure connection using the Diffie–Hellman key exchange algorithm.
Explanation:
When combined with ISAKMP, Oakley is now more generally referred as as IKE (Internet Key Exchange).Oakley is essentially a protocol to carry out the key exchange negotiation process for both peers, in which both ends can agree on secure and secret keying material after being authenticated.
The Diffie-Hellman key exchange technique is supported by the Oakley Key Determination Protocol, a key-agreement protocol that enables authenticated parties to exchange keying data across an unsecured connection.Hilarie K. Orman put forth the protocol in 1998, and it served as the inspiration for the more popular Internet Key Exchange protocol.Hilarie K. made the proposal for the protocol.
#SPJ2