What is MTU (Maximum Transmission Unit)?

Maximum Transmission Unit (MTU) is the largest IP packet, in bytes, that an interface can send in one piece without fragmentation. On many Ethernet networks the IPv4 MTU is 1500 bytes. If a packet exceeds the path MTU, routers must fragment it (IPv4) or drop it and signal the sender (common with “Don’t Fragment” and IPv6), which adds overhead and can break fragile paths.

How MTU fits in the stack

Applications send data down the stack; TCP learns a usable segment size (MSS) from MTU minus IP and TCP headers. If the effective MTU shrinks (extra headers from VPN, PPPoE, or tunnels), oversized packets may fragment or fail. Path MTU Discovery tries to find the smallest MTU along the route using ICMP “Fragmentation Needed” messages, but firewalls that block ICMP can create “PMTUD black holes” where large packets vanish until the sender lowers size or uses MSS clamping on middleboxes.

Fragmentation, clamping, and jumbo frames

Fragmentation splits one IP packet into several; loss of one fragment can waste the whole reassembly effort. Operators often prefer consistent end-to-end MTU and MSS settings over mid-path fragmentation. Data centers sometimes use jumbo frames (for example 9000-byte MTU) on isolated links; those values must not leak unchanged onto the public internet where 1500 is the safe default.

MTU and traffic you care about in ads

End users on corporate VPNs or consumer VPN exits may hit subtle MTU issues: pages hang on large TLS records while small requests still work. That can look like “random” conversion loss even though click fraud is unrelated. Understanding MTU separates infrastructure pain from invalid traffic scored via fraud detection.

Tunnels also overlap with how proxies and privacy tools change path characteristics, which anti-fraud may weigh next to suspicious behavior. ISP and enterprise policies, not advertisers, usually fix MTU. For abuse tied to networks rather than physics, see ad fraud and bots.

Abisola

Abisola

Meet Abisola! As the content manager at ClickPatrol, she’s the go-to expert on all things fake traffic. From bot clicks to ad fraud, Abisola knows how to spot, stop, and educate others about the sneaky tactics that inflate numbers but don’t bring real results.