What is MTU? (Maximum Transmission Unit) Maksimum İletim Birimi Nedir ?
mturoute.exe - Debug the MTU Measurement Tool
mturoute.exe – MTU Ölçüm ve hata ayıklama Toolu
Download: https://elifulkerson.com/projects/mturoute.php
The maximum amount of data that a physical network can carry in the data section of its frame is called MTU (Maximum Transmission Unit). MTU is the maximum number of bytes that a Data-Link protocol can wrap. MTU values may vary from network to network.
The maximum size of a data packet is 65,535 bytes. If the size of the sent data packet is larger than the MTU (Maximum Transmission Unit) value of the sent network, this data packet is sent by dividing it into smaller units. These units are also called Fragmentation. This division process is executed by routers. The router determines the incoming packet according to the type of network to which it will go and sends it by dividing it into smaller units according to the MTU value of that network. Networks are not responsible for the separation into these units. Splitting data packets into too many fragmentations can lead to inefficiency. It will also take some time to convert these fragmentations to the original packet. This causes the speed of the network to decrease. So MTU needs to be fine tuned. Networks are given some priority to support the widest MTUs. Especially to networks related to research. The MTU value for Ethernet networks is 1500 Bytes. This means that a packet entering an Ethernet network can have a maximum size of 1500 bytes. Too low MTU size can also cause significant performance loss.
MTU values for network types:
- HYPERchannel 65,535
- Token Ring(16Mbps) 17,914
- Token Ring(4Mbps) 4.464
- FDDI 4,352
- Ethernet 1,500 X.25 5.76
- Dial-up 576
- PPP 296
- xDSL 1442 – 1492
Umarım faydalı olmuştur. – I hope it was useful.