nerdexam
Cisco

352-001 · Question #389

When you design a network that uses IPsec, where can you reduce MTU to avoid network fragmentation?

The correct answer is A. on both ends of the TCP connection. IPsec encapsulation adds header overhead that can cause packets exceeding the path MTU to be fragmented; adjusting the MTU or TCP MSS on both ends of the TCP connection prevents fragmentation before packets enter the IPsec tunnel.

Design Considerations

Question

When you design a network that uses IPsec, where can you reduce MTU to avoid network fragmentation?

Options

  • Aon both ends of the TCP connection
  • Bon the side closest to the client
  • Con the side closest to the server
  • Din the WAN

How the community answered

(43 responses)
  • A
    84% (36)
  • B
    5% (2)
  • C
    9% (4)
  • D
    2% (1)

Why each option

IPsec encapsulation adds header overhead that can cause packets exceeding the path MTU to be fragmented; adjusting the MTU or TCP MSS on both ends of the TCP connection prevents fragmentation before packets enter the IPsec tunnel.

Aon both ends of the TCP connectionCorrect

TCP MSS clamping or MTU reduction must be applied on both ends of the TCP connection so that both the initiating host and the responding server generate segments small enough to fit within the reduced effective MTU after IPsec ESP/AH headers are added, preventing fragmentation in either direction of the flow.

Bon the side closest to the client

Reducing MTU only on the client side prevents oversized segments from the client but does not constrain the server from sending large segments toward the client, which will still be fragmented as they traverse the IPsec tunnel.

Con the side closest to the server

Reducing MTU only on the server side prevents oversized segments from the server but leaves the client free to send large segments that will be fragmented when entering the IPsec tunnel in the outbound direction.

Din the WAN

Lowering MTU in the WAN does not propagate TCP MSS information back to the endpoints; without endpoint adjustment, TCP sessions negotiate a larger MSS than the tunnel can carry, and fragmentation still occurs at the tunnel ingress.

Concept tested: IPsec MTU and TCP MSS adjustment to prevent fragmentation

Source: https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html

Topics

#MTU#IPsec fragmentation#TCP MSS#path MTU

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice