352-001 · Question #710
When designing a network that uses IPsec, which technique is suggested to avoid network fragmentation?
The correct answer is B. Reduce the MTU on both ends of the TCP connection. Reducing the MTU on both ends of a TCP connection prevents IPsec-induced fragmentation by ensuring TCP segments are sized to fit within the reduced effective MTU after encapsulation overhead is added.
Question
When designing a network that uses IPsec, which technique is suggested to avoid network fragmentation?
Options
- AReduce the MTU on the side closest to the server
- BReduce the MTU on both ends of the TCP connection
- CReduce the MTU on the side closest to the client
- DReduce the MTU only in the WAN
How the community answered
(18 responses)- B83% (15)
- C6% (1)
- D11% (2)
Why each option
Reducing the MTU on both ends of a TCP connection prevents IPsec-induced fragmentation by ensuring TCP segments are sized to fit within the reduced effective MTU after encapsulation overhead is added.
Reducing the MTU only on the server side leaves client-originated segments potentially oversized after IPsec encapsulation, causing fragmentation for traffic in that direction.
IPsec adds significant overhead through ESP or AH headers, initialization vectors, and padding, which reduces the effective MTU of the path. Reducing the MTU symmetrically on both ends of the TCP connection ensures that neither endpoint sends segments that exceed the tunnel's effective MTU, preventing fragmentation in both traffic directions. This is often achieved via TCP MSS clamping combined with MTU reduction at both endpoints.
Reducing the MTU only on the client side leaves server-originated traffic susceptible to fragmentation after IPsec overhead is applied.
Reducing the MTU only on the WAN segment does not address fragmentation that originates at either endpoint before packets reach the WAN, leaving both sides able to send oversized frames.
Concept tested: IPsec MTU fragmentation avoidance techniques
Source: https://www.cisco.com/c/en/us/support/docs/ip/ip-security-ipsec/115055-ipsec-mtu-fragmentation-00.html
Topics
Community Discussion
No community discussion yet for this question.