From CISO Marketplace — the hub for security professionals Visit

IPsec

Data Protection

Definition

Protocol suite securing internet communications through encryption and authentication.

Technical Details

IPsec (Internet Protocol Security) is a suite of protocols that secures Internet Protocol (IP) communications by authenticating and encrypting each IP packet in a communication session. It operates at the network layer and provides security services for IPv4 and IPv6. IPsec employs various cryptographic algorithms, including AES and 3DES, and supports two modes of operation: Transport mode, which encrypts only the payload of the IP packet, and Tunnel mode, which encrypts the entire IP packet. IPsec uses protocols such as Authentication Header (AH) for integrity and authentication, and Encapsulating Security Payload (ESP) for confidentiality, data integrity, and authentication. Key management in IPsec is often handled using the Internet Key Exchange (IKE) protocol.

Practical Usage

IPsec is widely used for Virtual Private Networks (VPNs), enabling secure remote access to company networks over the Internet. It is also used in establishing secure site-to-site connections between different networks, such as connecting branch offices to a corporate headquarters. Organizations implement IPsec to protect sensitive data transmitted over untrusted networks, ensuring confidentiality, integrity, and authenticity of communications. Additionally, IPsec is utilized in securing communication for various protocols like VoIP, ensuring privacy and data integrity during voice calls.

Examples

Related Terms

VPN (Virtual Private Network) AES (Advanced Encryption Standard) IKE (Internet Key Exchange) Firewall TLS (Transport Layer Security)
← Back to Glossary