- Jumbo frame
In
computer networking , jumbo frames areEthernet frame s with more than 1,500 bytes of payload (MTU). Conventionally, jumbo frames can carry up to 9,000 bytes of payload, but variations exist and some care must be taken when using the term. Many, but not all, Gigabit Ethernet switches and Gigabit Ethernet network interface cards support jumbo frames, but all Fast Ethernet switches and Fast Ethernet network interface cards support only standard-sized frames. Most national research and education networks (such asInternet2 /NLR,ESnet ,GÉANT , andAARNet ) support jumbo frames, but most commercial Internet service providers do not support jumbo frames.Inception
The original 1,518-byte MTU for
Ethernet was used because of the high error rates and low speed of communications. Thus, if one receives a corrupted packet, only 1,518 bytes must be re-sent to correct the error. However, each frame requires that the network hardware and software process it. If the frame size is increased, the same amount of data can be transferred with less effort. This reduces CPU utilization (mostly due to interrupt reduction) and increases throughput by allowing the system to concentrate on the data in the frames, instead of the frames around the data. At the sender, a similar reduction in CPU utilization can be achieved by usingTCP segmentation offloading , although this does not reduce the receiver CPU load. Interrupt-combining Ethernet chipsets, however, do provide most of the same gain for the receiver, and work without special consideration without requiring all stations to support jumbo frames.Zero-copy NICs and device drivers, when combined with interrupt combining, can provide effectively all the gains of jumbo frames without the re-send costs, and without requiring any changes to other stations on the network.Jumbo frames gained initial prominence when
Alteon WebSystems introduced them in their ACEnicGigabit Ethernet adapters.Fact|date=February 2008 Many other vendors also created proprietary implementations; however, they did not become part of the officialIEEE 802.3 Ethernet standard.Adoption
The IEEE 802 standards committee does not recognize jumbo frames, as doing so would remove interoperability with other 802 protocols, including 802.5 Token Ring and 802.11 Wireless LAN. The use of 9,000 bytes as preferred size for jumbo frames arose from discussions within the Joint Engineering Team of Internet2 and the U.S. federal government networks. Their recommendation has been adopted by all other national research and education networks. In order to meet this mandatory purchasing criterion, manufacturers have in turn adopted 9,000 bytes as the conventional jumbo frame size.
Internet Protocol subnetworks require that all hosts in a subnet have an identical MTU. As a result, interfaces using the standard frame size and interfaces using the jumbo frame size should not be in the same subnet. To reduce interoperability issues, network interface cards capable of jumbo frames require explicit configuration to use jumbo frames.uper jumbo frame
Super jumbo frames (SJFs) are generally considered to be
Internet packets which have a payload in excess of the tacitly accepted jumbo frame size of 9000bytes . The relative scalability of network data throughput as a function of packet transfer rates is related in a complex manner [http://dx.doi.org/10.1016/j.osn.2006.10.001 16 000–64 000 B pMTU experiments with simulation: The case for super jumbo frames at Supercomputing ’05] ] to payload size per packet. Generally, as line bit rate increases, the packet payload size should increase in direct proportion to maintain equivalent timing parameters. This however implies the covariant scaling of numerous intermediating logic circuits along the network path, to accommodate themaximum transmission unit (MTU), required. As it has been a relatively difficult, and somewhat lengthy, process to increase the path MTU of high performance national research and education networks from 1518 bytes to 9000 bytes or so, a subsequent increase, possibly to 64000 bytes for example, may take some time.The main factor involved with an increase in the
maximum segment size (MSS) is an increase in the available memory buffer size in all of the intervening persistence mechanisms along the path. The main benefit of this is the reduction of the packet rate, both at end nodes and intermediate transit nodes. As the nodes in general use reciprocating logic to handle the packets, the number of machine cycles spentparsing packet headers decreases as the average MSS per packet increases. This relationship becomes increasingly important as average network line bit rate increases to 10gigabits per second , and above.ee also
*
Jumbogram - large packets for IPv6References
External websites
* [http://sd.wareonearth.com/~phil/jumbo.html Jumbo Frames - Where to use it?]
* [http://www.NetworkWorld.com/forum/0223jumboyes.html Jumbo frames? Yes!] , by Selina Lo, Alteon Networks, 2/23/1998 in NetworkWorld
* [http://www.rutherford-research.ca/rrx/hpc/sc05.php SJF Supercomputing 2005 Demo]
* [http://www.psc.edu/~mathis/MTU Pushing up the Internet MTU]
* [http://www.ieee802.org/3/frame_study/index.html IEEE 802.3as Frame Expansion Task Force]
* [http://www.asicdesigners.com/jumbo_enet_frames.html Ethernet Jumbo Frames the good the bad the ugly]
Wikimedia Foundation. 2010.