Expt 09 Minor
Expt 09 Minor
EXPERIMENT NO. 9
Theory :
IPsec
Internet Protocol Security (IPSec) is a framework of open standards for ensuring private, secure
communications over Internet Protocol (IP) networks, through the use of cryptographic security
services. IPSec supports network-level peer authentication, data origin authentication, data integrity,
data confidentiality (encryption), and replay protection.
Internet protocol security (IPsec) is a set of protocols that provides security for Internet Protocol. It
can use cryptography to provide security. IPsec can be used for the setting up of virtual private
networks (VPNs) in a secure manner.
Authentication Header (AH): This authenticates the sender and it discovers any changes in data
during transmission.
Encapsulating Security Payload (ESP): This not only performs authentication for the sender but
also encrypts the data being sent.
Tunnel Mode: This will take the whole IP packet to form secure communication between two places,
or gateways.
Transport Mode: This only encapsulates the IP payload (not the entire IP packet as in tunnel mode)
to ensure a secure channel of communication.
The IPsec standards define two distinct modes of IPsec operation, transport mode and tunnel mode.
The modes do not affect the encoding of packets. The packets are protected by AH, ESP, or both in
each mode. The modes differ in policy application when the inner packet is an IP packet, as follows:
In transport mode, the outer header determines the IPsec policy that protects the inner IP packet.
In tunnel mode, the inner IP packet determines the IPsec policy that protects its contents.
Conclusion:
IPsec incorporates all of the most commonly employed security services, including authentication,
integrity, confidentiality, encryption and non repudiation. However, the major drawbacks to IPsec are
its complexity and the confusing nature of its associated documentation. In spite of these various
drawbacks, IPsec is believed by many to be one of the best security systems available.