nerdexam
Cisco

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.

Submitted by fernanda_arg· Mar 5, 2026Security Fundamentals

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)
  • B
    7% (1)
  • D
    93% (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.

Atransport

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.

Bmain

Main mode is an Internet Key Exchange (IKE) Phase 1 exchange mode used for establishing security associations, not an encryption mode for data packets.

Caggressive

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.

DtunnelCorrect

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

#IPsec#IPsec Tunnel Mode#Encryption Modes

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice