What Is MTU (Maximum Transmission Unit)?

Abisola | Feb 13, 2026

Maximum Transmission Unit (MTU) is the largest IP packet, in bytes, that a network interface can send in one piece without fragmentation. On many Ethernet links the IPv4 MTU is 1500 bytes. If a packet exceeds the path MTU, routers must fragment it or drop it, which adds overhead and can break fragile connections.

Applications send data down the stack; TCP learns a usable segment size (MSS) from MTU minus IP and TCP headers. Extra headers from a VPN, PPPoE, or tunnel shrink the effective MTU. Path MTU Discovery tries to find the smallest MTU along the route, but firewalls that block ICMP can create black holes where large packets vanish.

How MTU fits in the stack

Each hop on a path can enforce its own MTU. The usable end-to-end size is limited by the smallest hop. That is why a home Ethernet setting of 1500 can still fail across a PPPoE ISP link or a corporate tunnel that only allows a smaller packet.

Related networking terms you may see next to MTU include TCP and sockets. Advertisers rarely configure MTU themselves; network and IT teams do.

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 a consistent end-to-end MTU and MSS clamping on middleboxes over mid-path fragmentation. Data centers sometimes use jumbo frames, for example a 9000-byte MTU, on isolated links. Those values must not leak unchanged onto the public internet, where 1500 remains the safe default.

When MTU issues look like “site problems”

Users on corporate 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. Separating infrastructure pain from invalid traffic scored via fraud detection saves wasted media troubleshooting.

Tunnels also change path characteristics next to proxies and privacy tools. For abuse tied to networks rather than packet size, see ad fraud and bots. Soft context only: site bot detection does not fix MTU; your ISP or VPN settings do.

Frequently Asked Questions

  • What does MTU mean?

    MTU means Maximum Transmission Unit. It is the largest IP packet size, in bytes, that an interface can send without splitting the packet. On many Ethernet networks the default MTU is 1500. Larger packets need fragmentation or a higher MTU on every hop that carries them.

  • Is 1500 MTU good?

    Yes for most public internet paths. Fifteen hundred bytes is the common Ethernet default and the safe choice when you are unsure. Lower values may be required behind PPPoE or VPN tunnels. Higher values such as jumbo frames belong on controlled private links, not as a blind change on a home router.

  • What does 9000 MTU mean?

    A 9000-byte MTU usually means jumbo frames on a local or data-center link. Every device on that path must support the same size or packets will fragment or drop. Do not set 9000 toward the public internet unless your provider and path are designed for it end to end.

Abisola

Abisola

Abisola handles content and support at ClickPatrol. She helps customers get more value from cleaner traffic data and writes practical resources about ad fraud, fake traffic, and smarter PPC decisions.