TCP/IP Basics

Fragmentation

English

Overview

Splitting data exceeding the MTU into multiple packets for transmission.

Details

The process of splitting data exceeding the MTU into multiple packets when sending. It can also cause reassembly overhead and reduced performance. Unlike IPv4, IPv6 does not let routers along the path fragment packets -- only the source host can do so.

More Networking terms