Jumbo, MTU and MFL

MTU  is short for maximum transmit unit, which represents the length of an L3 packet or IP data packet.

MRU is short for Maximum Received Unit, which represents the maximum frame which can be received on the link.

MFL  is short for maximum frame length, which represents the length of an L2 packet or Ethernet MAC frame.

To better explain, let’s look at the structure of an Ethernet frame:

 

From the diagram, we can see that:

– The IP data packet ranges from 46 bytes to 1500 bytes. So the MTU is 1500 bytes.
– The Ethernet MAC frame ranges from 64 bytes to 1518 bytes. So the MFL is 1518 bytes.
– The MFL increases by four bytes for each added VLAN tag.

Jumbo Frames are also called “Giant Frames”. The name appeared during the jump from 10M to 1000M (GE) when the original 1518 payload for a typical Ethernet frame was deemed too small to achieve the required transmission efficiency.
IT & Telecom equipment manufacturers began to use Jumbo Frames from 1518 bytes to 9000 bytes.

Jumbo Frames raise transmission efficiency by reducing overhead. However, there are trade-offs:
 1. Jumbo Frames are not included in any international standard, so compatibility is lacking.
 2. As the frames are larger, the impact from even a single lost packet could significantly affect service quality!
 3. Jumbo Frames reduce overheads but may have an adverse effect on low-quality links.

 

Different vendors have different MTU sizes because depending on the vendors and devices, the IFG, CRC and Ethernet encapsulation (DMAC, SMAC, and TAG ID) can or cannot be included on the interface MTU. Below are some vendor’s standards:

  • Cisco Ethernet MTU: 1518 bytes / 1522 bytes / 524 bytes
  • Huawei Ethernet MTU: 1500 bytes
  • Juniper Ethernet MTU: 1514 bytes
  • Alcatel Ethernet MTU: 1514 bytes (Access Ports), 1518 bytes (Trunk Ports)
  • Ericson Ethernet MTU: 1500 bytes

 

 

Written by 

Waqas Karim is a seasoned Network Expert … Geek. He is the founder of ATech. ATech was started for learning & sharing. Over time the platform has grown to include other resources which continue to attract fellow networkers. Today it sees upward trend of a hundred thousand visitors per month, scattered all over the globe. His specialty is networking, but his interest & expertise spans from traditional IT to Network Security including Programming, Virtualization, Service Provider & so on... no matter the badge on the box. He is CCIE Certified (CCIE#56732) in addition to below badges: Telecom Engineer (BE) + CCIE-RS (CCIE#56732) + Huawei Certified (HW#706632) + MBA Microsoft Certified MCITP, MCSE#109*26, CCNP-Sec, CCNP-SP, CCNA-DC, CompTIA Security+, Nokia NRS-I, JNCIA, ITIL Certified (ITIL#*6373), CEH (Certified Ethical Hacker).

avatar
5 Comment threads
9 Thread replies
0 Followers
 
Most reacted comment
Hottest comment thread
3 Comment authors
Waqas KarimDanielLogan AidenEthan LucasWaqas Karim Recent comment authors
  Subscribe  
newest oldest most voted
Notify of
Daniel
Guest
Daniel

You mentioned three different MTU for Cisco. When are they used & what is the difference?

Logan Aiden
Guest
Logan Aiden

What is IP MTU then?

Ethan Lucas
Guest
Ethan Lucas

A client’s machine is connected to switch via gigabit Ethernet. Client is using 10G interface on switch. What will be the gain if MTU size increases?

Oscar William
Guest
Oscar William

The maximum size is 1500 Bytes. Is there a lower limit?

Kauffman
Guest
Kauffman

Can Jumbo frame exceed 9000 as well?