What Is Maximum Transmission Unit (MTU)? 07 Nov, 2025. Posted by:XPONSHOP

MTU is the maximum length of a data packet that can be transmitted on a network, in bytes. The MTU determines the maximum number of bytes in a packet that a sender can send each time. 

If the MTU exceeds the maximum number of bytes supported by a receiver or transit node on the transmission path, the receiver or transit node fragments or even discards packets, aggravating the network transmission load. 

If the MTU is too small, the actual amount of transmitted data is too small, affecting the transmission efficiency.

The MTU limits the length of a data frame at the data link layer. The default MTU value varies according to the link medium type. The following lists the default MTU values on some common networks.


Why Is the Ethernet MTU Usually Set to 1500 Bytes?

RFCs define that the default Ethernet MTU is 1500 bytes. Why is the default Ethernet MTU value of 1500 bytes?

Early Ethernet networks worked in shared link mode. To ensure the carrier sense multiple access with collision detection (CSMA/CD) mechanism, the minimum length of an Ethernet frame is 64 bytes and the maximum length is 1518 bytes. 

The minimum length of 64 bytes ensures that the most extreme collisions can be detected, and 64 bytes refers to the minimum length of packets that can be detected. 

The maximum length of 1518 bytes prevents other services from being blocked because the shared link is occupied for a long time during the transmission of large frames. Therefore, the Ethernet frame size of 64 bytes to 1518 bytes remains unchanged.

The maximum size of an Ethernet frame is 1518 bytes, which consists of the 14-byte frame header, 4-byte frame trailer, and 1500-byte upper-layer IP packet. 

The size of 1500 bytes is the default Ethernet MTU value. Network layer protocols, such as the IP protocol, determine whether to fragment the data sent from the upper layer based on the MTU. 

If the length of a single IP packet is greater than the MTU, the packet is fragmented into IP packets that are smaller than or equal to the MTU before being sent out from an interface.

Actually, different vendors or even different product models of the same vendor define the MTU differently:

· The MTU indicates the maximum length of the entire IP packet (IP header + Layer 3 payload). In this case, the MTU refers to the IP MTU. For example, on Huawei NetEngine series routers and CloudEngine series switches, the MTU refers to the IP MTU.

· The MTU is the sum of the IP packet length and Ethernet header length, that is, MTU = IP MTU + 14 bytes. For example, on some Cisco devices, the MTU is the sum of the IP MTU and Ethernet header.

· The MTU is the sum of the IP packet length, Ethernet header length, and CRC length, that is, MTU = IP MTU + 18 bytes. For example, on some Juniper devices, the MTU is the sum of the IP MTU, Ethernet header length, and CRC length.

When setting the MTU value, please follow on the MTU values defined by vendors and products.


Jumbo Frame and MTU

After decades of development, the Ethernet speed has increased from 10 Mbit/s to hundreds of Gbit/s. In such high-speed data transmission, if the maximum Ethernet frame length is still 1518 bytes, a large number of data packets are transmitted per second. 

Each data packet needs to be processed by network devices, introducing high extra overhead. The overhead becomes more noticeable as the network speed increases.

Therefore, some vendors put forward the concept of jumbo frame, which extends the maximum Ethernet frame length to 9 KB. The following compares jumbo frame and MTU:

· Jumbo frames are processed at the data link layer. MTU-involved fragments are typically processed at the network layer.

· A jumbo frame consists of a Layer 2 Ethernet header and a CRC field. The MTU refers to the length of a Layer 3 IP packet and does not include a Layer 2 Ethernet header or CRC field. In network applications, 

the maximum MTU is limited by the minimum size of a jumbo frame, and the MTU must be at least 18 bytes smaller than a jumbo frame.

The use of jumbo frames reduces the number of data packets transmitted on networks and relieves the extra overhead of processing packet headers by network devices. 

This in turn improves the performance of network devices. Although the vendor-specific jumbo frame format has not been recognized by the IEEE Standards Committee, most vendors start to support the format.


How to Set the Proper MTU?

On networks, MTU definitions and fragmentation mechanisms vary according to vendors and models of devices from the same vendor. As a result, network problems, such as protocol interconnection failures, website or link access failures, 

and game freezing, often occur. Therefore, a proper MTU is essential.


The basic principle is that the MTUs of the Ethernet interfaces on the two interconnected Layer 3 devices must be the same.

Consistent MTUs on both ends

Consistent MTUs on both ends

In addition, the impact of encapsulation in multiple scenarios on the packet size needs to be considered. For example, during the encapsulation of an MPLS label, each MPLS label adds 4 bytes of overhead to a packet, which may cause the packet length to exceed the maximum length allowed by the link layer. As a result, packets cannot be forwarded.

MTU configuration suggestions for the backbone network, metropolitan area network (MAN), and access network


To ensure that the backbone network, MAN, and access network work properly, the MTU value must be much greater than the default Ethernet MTU value of 1500 bytes. Generally, high-end routers and switches support large data packets of more than 9000 bytes. However, the default MTUs of devices from many vendors are still 1500 bytes. In addition, because routing protocols that require MTU negotiation, such as OSPF and IS-IS, may run on the network, the MTUs of interconnected devices from different vendors must be the same.


Therefore, you are advised to set the MTU to a large value when the network and carrier specifications are met and the MTU is supported by devices from all vendors.


MTU configuration suggestions for LANs such as data centers


On a large-scale data center network, the MTU is not adjusted in a unified manner. With the application of new technologies, the MTU problem will be gradually exposed. For example, various tunneling technologies, such as virtual private LAN service (VPLS) and virtual extensible LAN (VXLAN), are used for large Layer 2 expansion. Oversized packets are generated after packets are encapsulated using these tunneling technologies. For example, VXLAN encapsulation adds 50 bytes to the original packet. If the MTUs are not planned in a unified manner, the transmission efficiency is low and services may even be interrupted.


Therefore, in the construction of data center networks, the MTU needs to be set to a large value that is supported by devices from all vendors.









Comments
Leave a comment
Post comment
About XponShop blog describes some basics for Huawei / ZTE / Nokia / FiberHome GPON OLT, ONT, SFP, and Site Power... such as configurations, issue troubleshooting, knowledge sharing, and keeps updating.
Products from the blog
0.115919s