By
hashir4u
Rank: Guru
Rating: 87%, 72 votes
posted on May 25, 2008
Increasing Speed of Internet Using mtu settings in Windows XP:
Maximum Transmission Unit (MTU) refers to the size (in bytes) of the largest
packet that a given layer of a communications protocol can pass onwards. MTU
parameters usually appear in association with a communications interface. 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 higher bandwidth efficiency.
Maximum Transmission Unit (MTU) refers to the size (in bytes) of the largest
packet that a given layer of a communications protocol can pass onwards. MTU
parameters usually appear in association with a communications interface. 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 higher bandwidth efficiency.
The default and maximum PPPoE MTU size is 1,480 bytes. With some Internet
service providers (ISPs), you may have to reduce the MTU size of a PPPoE
connection to a value between 1,400 and 1,480 (for example, to 1,454). Do not
set an MTU size smaller than 1,400.
Modify the MTU size requires registry editing in windows xp
WARNING: If you use Registry Editor incorrectly, you may cause serious
problems that may require you to reinstall your operating system. Microsoft
cannot guarantee that you can solve problems that result from using Registry
Editor incorrectly. Use Registry Editor at your own risk.
To modify the PPPoE MTU size, create the following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Ndiswan\Parameters\Protocols\0
Then add the following registry entries.Entry name Data type Value data
ProtocolType REG_DWORD 0x00000800
PPPProtocolType REG_DWORD 0x00000021
ProtocolMTU REG_DWORD the appropriate MTU size (in decimal)
1. Click
Start, click Run, type regedit, and then click OK.
2. Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Ndiswan\Parameters
3. On the Edit menu, point to New, and then click Key.
4. Type Protocols, and then press ENTER.
5. On the Edit menu, point to New, and then click Key.
6. Type 0, and then press ENTER.
7. On the Edit menu, point to New, and then click DWORD Value.
8. Type ProtocolType, and then press ENTER.
9. On the Edit menu, click Modify.
10. Type 800, and then click OK.
11. On the Edit menu, point to New,
and then click DWORD Value.
12. Type PPPProtocolType, and then press
ENTER.
13. On the Edit menu, click Modify.
14. Type 21, and then click OK.
15. On the Edit menu, point to New,
and then click DWORD Value.
16. Type ProtocolMTU, and then press ENTER.
17. On the Edit menu, click Modify.
18. Type the appropriate MTU size
(decimal value), and then click OK.
19. Quit Registry Editor.
Restart the computer for the changes to take effect
Did you find this Tip Helpful?