Interpacket gap


In computer networking, a minimal pause may be required between network packets or network frames. This time between packets is known as the interpacket gap, interframe spacing, or interframe gap. Depending on the physical layer protocol or encoding used, the pause may be necessary to allow for receiver clock recovery, permitting the receiver to prepare for another packet or another purpose.

Ethernet

devices must allow a minimum idle period between transmission of Ethernet packets. A brief recovery time between packets allows devices to prepare for reception of the next packet. While some physical layer variants literally transmit nothing during the idle period, most modern ones continue to transmit an idle pattern signal. The standard minimum interpacket gap for transmission is 96 bit times, which is
Some manufacturers design adapters with a smaller interpacket gap for slightly higher data transfer rates. That can lead to data loss when mixed with standard adaptors.
On reception, some interpacket gaps may be smaller due to variable network delays, clock tolerances, and the presence of repeaters.
For Fibre Channel, there is a sequence of primitives between successive frames, sometimes called interframe gap as well. The minimum sequence consists of six primitives, IDLE|IDLE|R_RDY|R_RDY|IDLE|IDLE. Each primitive consists of four channel words of 10 bits each for 8b/10b encoded variants, equivalent to four data bytes.