IP Security (IPsec) is a protocol designed to ensure secure communication between systems. This applies to communication between systems within the same network, as well as communication with systems on external networks. IPsec functions as a security protocol at the IP layer and can both encrypt and authenticate network transmissions. IPsec consists of two separate protocols:
-
Authentication Header (AH): This protocol handles authentication and integrity checking for data packets.
-
Encapsulating Security Payload (ESP): This protocol provides encryption services.