200-301 · Question #1325
Which IPsec encryption mode is appropriate when the destination of a packet differs from the security termination point?
The correct answer is D. tunnel. IPsec tunnel mode should be used when the security termination point, such as a VPN gateway, is different from the ultimate destination of the original packet.
Question
Which IPsec encryption mode is appropriate when the destination of a packet differs from the security termination point?
Options
- Atransport
- Bmain
- Caggressive
- Dtunnel
How the community answered
(15 responses)- B7% (1)
- D93% (14)
Why each option
IPsec tunnel mode should be used when the security termination point, such as a VPN gateway, is different from the ultimate destination of the original packet.
Transport mode encrypts only the payload of the original IP packet, leaving the original IP header intact, meaning the security termination points are typically the end hosts themselves, not a separate gateway.
Main mode is an Internet Key Exchange (IKE) Phase 1 exchange mode used for establishing security associations, not an encryption mode for data packets.
Aggressive mode is an Internet Key Exchange (IKE) Phase 1 exchange mode, similar to main mode but faster, used for establishing security associations, not an encryption mode for data packets.
IPsec tunnel mode encapsulates the entire original IP packet, including its header and payload, within a new IP packet with a new header. This allows security gateways to act as the security termination points, decrypting the traffic before forwarding the original packet to its final destination, thus separating the security endpoint from the data's ultimate destination.
Concept tested: IPsec tunnel vs. transport mode
Source: https://learn.microsoft.com/en-us/windows-server/security/ipsec/ipsec-modes-of-operation
Topics
Community Discussion
No community discussion yet for this question.