Packet segmentation
In data communications networks, packet segmentation is the process of dividing a data packet into smaller units for transmission over the network. Packet segmentation happens at layer four of the OSI model; the transport layer. Segmentation may be required when:
- The data packet is larger than the maximum transmission unit supported by the network
- The network is unreliable and it is desirable to divide the information into smaller segments to maximize the probability that each one of them can be delivered correctly to the destination
In a communication system based on a layered OSI model, packet segmentation may be responsible for splitting one MPDU into multiple physical layer service data units so that reliable transmission of each one can be performed individually.
The ITU-T G.hn standard, which provides a way to create a high-speed local area network using existing home wiring, is an example of a protocol that employs packet segmentation to increase reliability over noisy media.