350-701 · Question #681
Which IPsec mode must be used when encrypting data over a public network between two servers with RFC1918 IP addresses?
The correct answer is D. tunnel mode. When encrypting data over a public network between two servers using private RFC1918 IP addresses, IPsec tunnel mode must be used to encapsulate and protect the original private IP headers.
Question
Which IPsec mode must be used when encrypting data over a public network between two servers with RFC1918 IP addresses?
Options
- Amain mode
- Baggressive mode
- Ctransport mode
- Dtunnel mode
How the community answered
(40 responses)- A3% (1)
- B10% (4)
- C8% (3)
- D80% (32)
Why each option
When encrypting data over a public network between two servers using private RFC1918 IP addresses, IPsec tunnel mode must be used to encapsulate and protect the original private IP headers.
Main mode is an IKE (Internet Key Exchange) negotiation mode used to establish the security association (SA) for IPsec, not an IPsec *encryption* mode itself.
Aggressive mode is an IKE negotiation mode, a faster alternative to main mode, but it is also not an IPsec *encryption* mode.
IPsec transport mode encrypts only the payload of the IP packet and maintains the original IP header. It is typically used for host-to-host or end-to-end encryption where the hosts are directly communicating or reachable via public IP addresses, and it does not hide the original source/destination IP addresses, making it unsuitable for traversing a public network with RFC1918 internal addresses.
IPsec tunnel mode encapsulates the entire original IP packet (including its original IP header, which contains the RFC1918 source and destination addresses) within a new IP packet with new public IP headers. This is essential when traversing a public network like the internet, especially when the internal servers use private RFC1918 addresses that are not routable on the public internet.
Concept tested: IPsec tunnel vs. transport mode
Source: https://www.cisco.com/c/en/us/support/docs/ip/ipsec/13935-ipsec-tmode.html
Topics
Community Discussion
No community discussion yet for this question.