Jumbo frame

Ethernet frame illustrating variable-length payload. Jumbo frames have payloads greater than 1500 bytes.

In computer networking, jumbo frames are Ethernet frames with more than 1500 bytes of payload, the limit set by the IEEE 802.3 standard.[1] The payload limit for jumbo frames is variable: while 9000 bytes is the most commonly used limit, smaller and larger limits exist. Many Gigabit Ethernet switches and Gigabit Ethernet network interface controllers and some Fast Ethernet switches and Fast Ethernet network interface cards can support jumbo frames.[2]

Inception

Each Ethernet frame must be processed as it passes through the network. Processing the contents of a single large frame is preferable to processing the same content broken up into smaller frames, as this makes better use of available CPU time by reducing interrupts. This also minimizes the overhead byte count and reduces the number of frames needing to be processed.[3] This is analogous to physically mailing a packet of papers instead of several single envelopes with one sheet each, saving envelopes and cutting sorting time.

Jumbo frames gained initial prominence in 1998, when Alteon WebSystems introduced them in their ACEnic Gigabit Ethernet adapters.[4] Many other vendors also adopted the size; however, jumbo frames are not part of the official IEEE 802.3 Ethernet standard.

Adoption

Jumbo frames have the potential to reduce overheads and CPU cycles[5] and have a positive effect on end-to-end TCP performance.[6] The presence of jumbo frames may have an adverse effect on network latency, especially on low-bandwidth links. The frame size used by an end-to-end connection is typically limited by the lowest frame size in intermediate links. 802.5 Token Ring can support frames with a 4464-byte MTU, FDDI can transport 4352-byte, ATM 9180-byte and 802.11 can transport 7935-byte MTUs. The IEEE 802.3 Ethernet standard originally mandated support for 1500-byte MTU frames, 1518 byte total frame size (1522 byte with the optional IEEE 802.1Q VLAN/QoS tag). The IEEE 802.3as update grandfathered in multiple common headers, trailers, and encapsulations by creating the concept of an envelope where up to 482 bytes of header and trailer could be included, and the largest IEEE 802.3 supported Ethernet frame became 2000 bytes.

The use of 9000 bytes as preferred payload size for jumbo frames arose from discussions within the Joint Engineering Team of Internet2 and the U.S. federal government networks.[7] Their recommendation has been adopted by all other national research and education networks.[citation needed] Manufacturers have in turn adopted 9000 bytes as the conventional MTU size, with a total jumbo frame size of between 9014 and 9022 bytes with Ethernet headers included.[8] Most Ethernet equipment can support jumbo frames up to 9216 bytes.[9]

IEEE 802.1AB-2009 and IEEE 802.3bc-2009 added LLDP discovery to standard Ethernet for maximum frame length (TLV subtype 4).[10] It allows frame length detection on a port by a two-octet field. As of IEEE 802.3-2015, allowed values are 1518 (only basic frames), 1522 (802.1Q-tagged frames), and 2000 (multi-tagged, envelope frames).[11]

Error detection

Errors in jumbo frames are more likely to go undetected by the simple CRC32 error detection of Ethernet and the simple additive checksums of UDP and TCP: as packet size increases, it becomes more likely that multiple errors cancel each other out.[a]

One IETF approach for adopting jumbo frames avoids data integrity reduction of the service data unit by performing an extra CRC at the next network protocol layer above Ethernet. Stream Control Transmission Protocol (SCTP) transport (RFC 4960) and iSCSI (RFC 7143) use the Castagnoli CRC polynomial. The Castagnoli polynomial 0x1EDC6F41 achieves the Hamming distance HD=6 beyond one Ethernet MTU (to a 16,360-bit data word length) and HD=4 to 114,663 bits, which is more than 9 times the length of an Ethernet MTU. This gives two additional bits of error detection ability at MTU-sized data words compared to the Ethernet CRC standard polynomial while not sacrificing HD=4 capability for data word sizes up to and beyond 72 kbits.[13] Support of Castagnoli CRC polynomial within a general-purpose transport designed to handle data chunks, and within a TCP transport designed to carry SCSI data, both provide improved error detection rates despite the use of jumbo frames where an increase of the Ethernet MTU would otherwise have resulted in a significant reduction in error detection.

Configuration

In networking equipment, maximum jumbo frame size may be specified using either maximum frame size (maximum layer 2 packet size, includes frame headers) or maximum transmission unit (maximum layer 3 packet size, excludes frame headers), depending on the equipment's configuration interface.[citation needed]

A network that has a mixture of devices configured for jumbo frames and devices not configured for jumbo frames may have performance issues.[14]

Bandwidth efficiency

Jumbo frames can increase the efficiency of Ethernet and network processing in hosts by reducing the protocol overhead, as shown in the following example with TCP over IPv4. The processing overhead of the hosts can potentially decrease by the ratio of the payload sizes (approximately six times improvement in this example). Whether this is significant depends on how packets are processed in the host. A host that uses its network interface controller's TCP offload engine with already reduced overhead receives less benefit than a host that processes frames with its CPU. The throughput by bandwidth efficiency can increase by 4.4%.[A]

Frame-level bandwidth efficiency for TCP over IPv4
Frame type MTU Layer 1 overhead Layer 2 overhead Layer 3 overhead Layer 4 overhead Payload size Total transmitted[B] Efficiency[C]
Standard 1500 preamble
8 byte
IPG
12 byte
frame header
14 byte
FCS
4 byte
IPv4 header
20 byte
TCP header
20 byte
1460 byte 1538 byte 94.93%
Jumbo 9000 preamble
8 byte
IPG
12 byte
frame header
14 byte
FCS
4 byte
IPv4 header
20 byte
TCP header
20 byte
8960 byte 9038 byte 99.14%
Other frame sizes for reference
IEEE 802.11 on A-MSDU[15][16] 7935 PLCP preamble & header
24 byte
IPG
varies
frame header & security ovhd
52 byte
FCS
4 byte
IPv4 header
20 byte
TCP header
20 byte
7895 byte 8015 byte + IPG size < 98.5%
IEEE 802.11 bridged to standard Ethernet 1500 PLCP preamble & header
24 byte
IPG
varies
frame header & security ovhd
52 byte
FCS
4 byte
IPv4 header
20 byte
TCP header
20 byte
1460 byte 1580 byte + IPG size < 92.4%
  1. ^ 99.14%94.93%-100%
  2. ^ Total transmitted size is the sum of the payload size and all overhead sizes.
  3. ^ Efficiency is calculated by dividing the payload size by the total transmitted size.

The relative scalability of network data throughput as a function of packet transfer rates is related in a complex manner to payload size per packet.[17] Theoretically, as line bit rate increases, the packet payload size should increase in direct proportion to maintain equivalent timing parameters. This however implies the scaling of numerous intermediating logic circuits along the network path to accommodate the maximum frame size required.

Baby giant frames

Baby giant or baby jumbo frames are Ethernet frames that are only slightly larger than allowed by the IEEE Ethernet standards.[2] Baby giant frames are, for example, required for IP/MPLS over Ethernet to deliver Ethernet services with standard 1500 byte payloads. Most implementations will require non-jumbo user frames to be encapsulated into MPLS frame format which in turn may be encapsulated into a proper Ethernet frame format with EtherType values of 0x8847 and 0x8848.[18] The increased overhead of extra MPLS and Ethernet headers means that the support for frames up to 1600 bytes is required in Carrier Ethernet networks.[19]

Jumbo frames for PPPoE is defined in RFC 4638, with the purpose of removing the old 1492-byte limit (originally defined because PPP needs 8 more bytes of overhead), so that normal 1500-byte Ethernet can run without fragmentation. The "PPP-Max-Payload" tag can still accommodate much larger, non-baby jumbo frames.[20]

Super jumbo frames

Super jumbo frames (SJFs) are frames that have a payload size over 9000 bytes.[21] 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 1500 bytes to 9000 bytes or so, a subsequent increase, possibly to 64,000 bytes, is under consideration.[citation needed] The main factor involved is an increase in the available memory buffer size in every intervening persistence mechanism along the path. Another important factor to consider is the further reduction of CRC32's effectiveness in detecting errors within even larger frame sizes.

The Total Length field of IPv4 and the Payload Length field of IPv6 each have a size of 16 bits, thus allowing data of up to 65535octets. IPv6's jumbo payload option allows for up to 4 GiB (232-1 bytes) payload. These theoretical limits for the Internet Protocol (IP) MTU, however, are reached only on networks that have a suitable link-layer infrastructure.

Alternate approach

Large send offload and large receive offload offload per-frame processing making CPU load largely independent of frame size. It is another way to eliminate the per-packet overhead that jumbo frames were designed to reduce.[22] Jumbo frames are still useful from a bandwidth perspective, as they reduce the amount of bandwidth used for non-data overhead.

Notes

  1. ^ Matt Mathis has discussed whether this is actually a practical problem, arguing that the reduced packet count for jumbo frames counteracts the higher undetected error rate.[12]

References

  1. ^ "Ethernet Jumbo Frames" (PDF). Ethernet Alliance. 2009-11-12. Retrieved 2015-06-18.
  2. ^ a b "Jumbo/Giant Frame Support on Catalyst Switches Configuration Example". Cisco. Retrieved 2011-08-22. Catalyst 3750/3560 Series switches support an MTU of 1998 bytes for all 10/100 interfaces
  3. ^ "Ethernet Jumbo Frames" (PDF). EthernetAlliance.org. Retrieved April 28, 2017.
  4. ^ Jeff Caruso (October 22, 1998). "Alteon still stumping for Jumbo Frames". Network World. Archived from the original on 2012-10-15. Retrieved July 4, 2011.
  5. ^ Foong, A; T. Huff; H. Hum; J. Patwardhan; G. Regnier (2003). "TCP Performance Re-visited". 2003 IEEE International Symposium on Performance Analysis of Systems and Software. ISPASS 2003. pp. 70–79. doi:10.1109/ISPASS.2003.1190234. ISBN 978-0-7803-7756-1. S2CID 17023487.
  6. ^ D Murray; T Koziniec; K Lee; M Dixon (2012). "Large MTUs and internet performance". 2012 IEEE 13th International Conference on High Performance Switching and Routing. pp. 82–87. doi:10.1109/HPSR.2012.6260832. ISBN 978-1-4577-0833-6. S2CID 232321.
  7. ^ Rick Summerhill (17 Feb 2003), rrsum-almes-mtu, Internet2
  8. ^ Malahuwaish, Aos; Bakar, Kamalrulnizam; Ghafoor, Kayhan (2012). "A Congestion Avoidance Approach in Jumbo Frameenabled IP Network". International Journal of Advanced Computer Science and Applications. 3 (1): 69 – via ResearchGate.
  9. ^ Scott Hogg (2013-03-06), Jumbo Frames, Network World, retrieved 2013-08-05, Most network devices support a jumbo frame size of 9216 bytes.
  10. ^ IEEE 802.3 79.3.4 Maximum Frame Size TLV
  11. ^ IEEE 802.3 3.2.7 MAC Client Data field
  12. ^ Mathis, Matt (2016-10-08). "Arguments about Internet MTU". Archived from the original on 2016-10-08. Retrieved 2019-08-23.
  13. ^ Philip Koopman. "32-Bit Cyclic Redundancy Codes for Internet Applications" (PDF). ECE Department & ICES, Carnegie Mellon University.
  14. ^ "Guidance on the use of jumbo frames". Netgear. Retrieved 2020-03-21.
  15. ^ Philip (October 20, 2016). "Wireless Network Speed Tweaks". speedguide.net. Retrieved October 20, 2016.
  16. ^ IEEE 802.11-2012 8.2.3 General frame format
  17. ^ Rutherford, W.; Jorgenson, L.; Siegert, M.; Van Epp, P.; Liu, L. (2007). "16000–64000 B pMTU experiments with simulation: The case for super jumbo frames at Supercomputing '05". Optical Switching and Networking. 4 (2): 121–130. doi:10.1016/j.osn.2006.10.001.
  18. ^ RFC-3032, MPLS Label Stack Encoding
  19. ^ "Ceragon, Jumbo Frames: The Microwave Perspective, Technical brief" (PDF). Archived from the original (PDF) on 2012-09-15.
  20. ^ Arberg, P.; Kourkouzelis, D.; Duckett, M.; Anschutz, T.; Moisand, J. (September 2006). "Accommodating a Maximum Transit Unit/Maximum Receive Unit (MTU/MRU) Greater Than 1492 in the Point-to-Point Protocol over Ethernet (PPPoE)". doi:10.17487/RFC4638. {{cite journal}}: Cite journal requires |journal= (help)
  21. ^ "Exploring the effects of jumbo frames". Retrieved 2022-11-13.
  22. ^ "Coding Relic: Requiem for Jumbo Frames". 2011-12-07. Retrieved 2011-12-07.

Read other articles:

Anglo-Egyptian Bank adalah sebuah bank asing Britania Raya yang didirikan tahun 1864. Bank-bank pendirinya adalah Agra and Masterman's Bank dan General Credit and Finance Co., dan bank ini menginkorporasikan Pastré Frères et Compagnie (didirikan 1821; direorganisasi 1827) dan Giovanni Sinadino and Co., yang merupakan satu-satunya bank dari keempat bank tadi yang berkantor pusta di Mesir, tepatnya di Alexandria. Pejabat senior keempat firma ini menjadi dewan direktur Anglo-Egyptian Bank. Selain…

Hokuto Matsumura松村北斗Informasi latar belakangLahir18 Juni 1995 (umur 28)Asal Prefektur Shizuoka, JepangGenrePopPekerjaanidola jepang, aktor, penyanyiTahun aktif2009-sekarangArtis terkaitB.I.Shadow, Yuma Nakayama w/B.I.Shadow, SixTONES Hokuto Matsumura (松村 北斗code: ja is deprecated , Matsumura Hokuto[1], lahir 18 Juni 1995[1] di Shizuoka) adalah seorang idola jepang dan aktor berkebangsaan Jepang yang tergabung dalam Johnny's Jr. milik Johnny & Associates se…

Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Desember 2023. Artikel ini membutuhkan penyuntingan lebih lanjut mengenai tata bahasa, gaya penulisan, hubungan antarparagraf, nada penulisan, atau ejaan. Anda dapat membantu untuk menyuntingnya.Gaya atau nada penulisan artikel ini tidak mengikuti gaya dan nada penulis…

Oratorio di Nostra Signora di CastelloIngresso dell'oratorioStato Italia RegioneLiguria LocalitàSavona IndirizzoVia Manzoni, 9, Savona (SV) Coordinate44°18′28.61″N 8°28′54.29″E / 44.307947°N 8.481748°E44.307947; 8.481748Coordinate: 44°18′28.61″N 8°28′54.29″E / 44.307947°N 8.481748°E44.307947; 8.481748 Religionecattolica di rito romano TitolareMaria Diocesi Savona-Noli Stile architettonicoRococò Inizio costruzione1544 Completamento175…

Qebehsenuf (IPA: Kˀɜ: bɜ̃ ʃe: nʉɸ) è una divinità egizia appartenente alla religione dell'antico Egitto, uno dei figli di Horo e quindi fratello di Imset, Damutef e Hapi. (qebešenuef) Qebeshenuefin geroglifici Indice 1 Mitologia 2 Altri nomi 3 Bibliografia 4 Altri progetti Mitologia Era un dio funerario. È raffigurato con la testa di falco e preposto alla protezione degli intestini con l'aiuto della dea Serket. Il suo punto cardinale è l'Ovest. Altri nomi Qebeshenuf Qebeshenuef Bibli…

العلاقات المالطية الناميبية مالطا ناميبيا   مالطا   ناميبيا تعديل مصدري - تعديل   العلاقات المالطية الناميبية هي العلاقات الثنائية التي تجمع بين مالطا وناميبيا.[1][2][3][4][5] مقارنة بين البلدين هذه مقارنة عامة ومرجعية للدولتين: وجه المقارنة مال…

Grand Prix Perancis 1995 Lomba ke-7 dari 17 dalam Formula Satu musim 1995 Detail perlombaanTanggal 2 Juli 1995Nama resmi LXXXI Grand Prix de FranceLokasi Circuit de Nevers Magny-Cours, Magny-Cours, PerancisSirkuit Fasilitas balapan permanenPanjang sirkuit 4.250 km (2.641 mi)Jarak tempuh 72 putaran, 306.000 km (190.140 mi)Cuaca Berawan, kadang-kadang Gerimis RinganPosisi polePembalap Damon Hill Williams-RenaultWaktu 1:17.225Putaran tercepatPembalap Michael Schumacher Benetton-RenaultWaktu 1:20.21…

Albert Plesman (1953) Albert Plesman (7 September 1889 – 31 Desember 1953) adalah seorang perintis dalam penerbangan Belanda dan administrator pertama dan kemudian direktur KLM, maskapai penerbangan tertua di dunia yang masih beroperasi dengan nama aslinya. Sampai kematiannya, ia bertanggung jawab sebagai direktur utama selama lebih dari 35 tahun dan juga di dewan maskapai penerbangan Belanda, yang menjadi salah satu maskapai terpenting di dunia di bawah kepemimpinannya. Ia lahir…

العلاقات الإسبانية الجورجية إسبانيا جورجيا   إسبانيا   جورجيا تعديل مصدري - تعديل   العلاقات الإسبانية الجورجية هي العلاقات الثنائية التي تجمع بين إسبانيا وجورجيا.[1][2][3][4][5] مقارنة بين البلدين هذه مقارنة عامة ومرجعية للدولتين: وجه المقارنة …

American basketball college coach Johnny JonesJones in 2019Current positionTitleHead coachTeamTexas SouthernConferenceSWACRecord106–90 (.541)Biographical detailsBorn (1961-03-30) March 30, 1961 (age 63)DeRidder, Louisiana, U.S.Playing career1980–1984LSU Coaching career (HC unless noted)1984–1997LSU (asst.)1997–1999Memphis (asst.)1999–2000Memphis (interim HC)2000–2001Alabama (asst.)2001–2012North Texas2012–2017LSU2017–2018Nevada (assoc. HC)2018–presentTexas Southern Head …

Giambattista Lazagna Giovambattista Lazagna detto Giambattista[1], GB o Gibì,[2] nome di battaglia Carlo (Genova, 15 dicembre 1923 – Novi Ligure, 22 gennaio 2003) è stato un partigiano, avvocato, politico e attivista italiano, Medaglia d'argento al Valor Militare per la sua partecipazione alla Resistenza italiana nelle file delle Brigate Garibaldi del Partito Comunista Italiano. Amico di Giangiacomo Feltrinelli, negli anni di piombo fu coinvolto nel processo sulle attività e…

Japanese video game developer Japan StudioNative nameJAPANスタジオCompany typeDivisionIndustryVideo gamesFounded16 November 1993; 30 years ago (1993-11-16)Defunct1 April 2021 (2021-04-01)FateMerged into Team Asobi and other studiosSuccessorTeam AsobiHeadquartersTokyo, JapanProductsApe EscapeThe Legend of DragoonIcoEverybody's GolfWild ArmsShadow of the ColossusSirenLocoRocoPataponGravity RushKnackThe Last GuardianParentSony Interactive Entertainment Japan Stu…

Keuskupan Agung SevillaArchidioecesis HispalensisArchidiócesis de SevillaKatolik Katedral SevillaLokasiNegaraSpanyolProvinsi gerejawiSevillaStatistikLuas14.036 km2 (5.419 sq mi)Populasi- Total- Katolik(per 2010)1.900.2241,890,000 (99.5%)InformasiDenominasiKatolik RomaGereja sui iurisGereja LatinRitusRitus RomaPendirianAbad ke-3 (Sebagai Keuskupan Sevilla)Abad ke-4 (Sebagai Keuskupan Agung Sevilla)KatedralKatedral Santa Maria SevillaKepemimpinan kiniPausFransis…

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: The New Year Parade – news · newspapers · books · scholar · JSTOR (May 2019) (Learn how and when to remove this template message) 2008 American filmThe New Year ParadeDirected byTom QuinnWritten byTom QuinnProduced bySteve BealTom QuinnCinematographyTom QuinnEdite…

SejarahVietnam 2879–258 SM Dinasti Hồng Bàng 2879–1913 SM • Hồng Bàng Awal 1912–1055 SM • Hồng Bàng Pertengahan 1054–258 SM • Hồng Bàng Akhir 257–179 SM Dinasti Thục 207–111 SM Dinasti Triệu 111 SM–40 M Dominasi Tiongkok ke-1 40–43 Trưng Bersaudari 43–544 Dominasi Tiongkok ke-2 544–602 Dinasti Lý awal 602–938 Dominasi Tiongkok ke-3 939–967 Dinasti Ngô 968–980 Dinasti Đinh 980–1009 Dinasti Lê Awal 1009–1225 Dinasti Lý akhir 1225–1400 Din…

Indian Hindu monk Swami KarpatriPersonalBornHar Narayan Ojha[1]11 August 1907 (1907-08-11)[1]PratapgarhDied7 February 1982(1982-02-07) (aged 74)VaranasiReligionHinduismKnown forTraditional HinduismFounder ofAkhil Bharatiya Ram Rajya ParishadPhilosophyAdvaita VedantaReligious careerTeacherBrahmananda Saraswati[2] Swami Karpatri (1907–1980) (so called because he would eat only what would come in his palm 'kara', as the bowl 'pātra'), was born as Har N…

Pasar Tanah Abang pada tahun 1900-anPasar Tanah Abang atau Pasar Sabtu dibangun oleh Yustinus Vinck[1] pada 30 Agustus 1735. Yustinus Vinck mendirikan Pasar Tanah Abang Pasar atas izin dari Gubernur Jenderal Abraham Patras. Izin yang diberikan saat itu untuk Pasar Tanah Abang adalah untuk berjualan tekstil serta barang kelontong dan hanya buka setiap hari Sabtu. Oleh karena itu, pasar ini disebut Pasar Sabtu. Pasar ini mampu menyaingi Pasar Senen (Welter Vreden) yang sudah lebih dulu maj…

  لمعانٍ أخرى، طالع براندون (توضيح). براندون     الإحداثيات 43°47′53″N 73°05′15″W / 43.7981°N 73.0875°W / 43.7981; -73.0875   [1] تقسيم إداري  البلد الولايات المتحدة[2]  التقسيم الأعلى مقاطعة روتلاند  خصائص جغرافية  المساحة 104.0 كيلومتر مربع  ارتفاع 130 متر&…

Cage-like allotrope of carbon Buckyball redirects here. For other uses, see Buckyball (disambiguation). Buckminsterfullerene Names Pronunciation /ˌbʌkmɪnstərˈfʊləriːn/ Preferred IUPAC name (C60-Ih)[5,6]fullerene[1] Other names Buckyballs; Fullerene-C60; [60]fullerene Identifiers CAS Number 99685-96-8 Y 3D model (JSmol) Interactive image Beilstein Reference 5901022 ChEBI CHEBI:33128 Y ChemSpider 110185 Y ECHA InfoCard 100.156.884 PubChem CID 123591 UNII NP9U26B839 C…

Republic in Central Europe (1948–1989) This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article's factual accuracy is disputed. Relevant discussion may be found on the talk page. Please help to ensure that disputed statements are reliably sourced. (August 2023) (Learn how and when to remove this template message) This article needs additional citations for verification. Please help imp…

Kembali kehalaman sebelumnya