181k views
4 votes
When examining tunneling protocols, which choice is a component of the IPsec protocol suite?

User EPezhman
by
7.3k points

1 Answer

2 votes

Final answer:

IPsec's tunneling protocols component consists of ESP and AH, both essential for creating secure encapsulated connections, often used in VPNs.

Step-by-step explanation:

Within the suite of protocols that comprise IPsec, the tunneling protocols component consists of various protocols intended to securely encapsulate data as it travels across an IP network. The two principal protocols used for tunneling in IPsec are:

  • Encapsulating Security Payload (ESP), which provides confidentiality, data-origin authentication, and an optional anti-replay service.
  • Authentication Header (AH), which provides data-origin authentication and anti-replay service, but does not encrypt the data to provide confidentiality.

These protocols can operate in tunnel mode, where the entire IP packet (the payload and the IP header) is encapsulated and then secured with ESP or AH, effectively creating a 'tunnel' through which the packet travels across an insecure network. This makes IPsec a popular choice for virtual private networks (VPNs).a

User Sven Hecht
by
8.5k points