First of all,I think you should know what MTU is.According to Wikipedia,maximum transmission unit (MTU) of a layer of a communications protocol is the size (in bytes) of the largest protocol data unit that it can pass onwards. MTU parameters usually appear in association with a communications interface (NIC, serial port, etc.). The MTU may be fixed by standards (as is the case with Ethernet) or decided at connect time (as is usually the case with point-to-point serial links). A higher MTU brings greater efficiency because each packet carries more user data while protocol overheads, such as headers or underlying per-packet delays remain fixed, and higher efficiency means a slight improvement in bulk protocol throughput.
Normally our modem has set up the default figure of MTU(i.e. 1492 for PPPoE).However,sometimes the default setting may not work so well to you.Thus,we could manually do some simple MTU ping tests to see whether the MTU has been set correctly.All right,here we go.
1.Run ‘cmd’ in ‘Start’ menu If you’re Windows.You will see the similar stuff like the following picture.
2.Type in ‘ping –f –l 1472 208.67.222.222’ and press ‘enter’.You can put in the IP address of your DNS server provided by your ISP instead of 208.67.222.222.
If you get a reply like the picture below,you have to adjust ‘1472’ to a bit smaller figure such as ‘1471’.
Please do the adjustments repeatedly until you could get a normal reply and write down the figure you are using(Eg. 1464).
3.Add 28 to that figure,ie. 1464+28=1492 and this is the proper MTU size to your modem.
Now what you need to do is to find the setting of MTU in your modem control panel and put the right figure to cover the default one.
Well,only 3 steps could help you improve the network efficiency.Why not giving a try? ![]()
