What is Path MTU Discovery (PMTUD) and what can break it?

Prepare for the Google Data Center Technician Exam. Use our interactive quiz featuring flashcards and multiple choice questions with hints and explanations. Get exam-ready today!

Multiple Choice

What is Path MTU Discovery (PMTUD) and what can break it?

Explanation:
Path MTU Discovery figures out the largest packet size that can traverse the entire path from source to destination without fragmentation. It works by sending packets with the Don't Fragment (DF) bit set. If any hop on the path can’t forward a packet that large, it will drop it and send back an ICMP message telling the sender to reduce the size (in IPv6, this is the Packet Too Big message). The sender then lowers the size and tries again, so the end result is the smallest MTU along the path, i.e., the path MTU, which is the maximum size that can reach the destination without fragmentation. This mechanism can be broken if ICMP messages are blocked or filtered somewhere along the path. Without those feedback messages, the sender won’t learn that a smaller MTU is required, leading to packet loss or connection failures despite attempting to send large packets. PMTUD isn’t about measuring a LAN’s Ethernet frame size, nor about MTU advertisements in routing, and it doesn’t fragment packets automatically when the DF bit is set—the whole point is to discover the maximum safe size and avoid fragmentation.

Path MTU Discovery figures out the largest packet size that can traverse the entire path from source to destination without fragmentation. It works by sending packets with the Don't Fragment (DF) bit set. If any hop on the path can’t forward a packet that large, it will drop it and send back an ICMP message telling the sender to reduce the size (in IPv6, this is the Packet Too Big message). The sender then lowers the size and tries again, so the end result is the smallest MTU along the path, i.e., the path MTU, which is the maximum size that can reach the destination without fragmentation.

This mechanism can be broken if ICMP messages are blocked or filtered somewhere along the path. Without those feedback messages, the sender won’t learn that a smaller MTU is required, leading to packet loss or connection failures despite attempting to send large packets.

PMTUD isn’t about measuring a LAN’s Ethernet frame size, nor about MTU advertisements in routing, and it doesn’t fragment packets automatically when the DF bit is set—the whole point is to discover the maximum safe size and avoid fragmentation.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy