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.
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)- A84% (36)
- B5% (2)
- C9% (4)
- D2% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.