Tools Links Login

Optimizing Dial-Up Modem Connection Speed

By optimizing the MaxMTU & MaxMSS settings along with the RWIN and TTL settings you can increase dialup modem connection reliability and performance by as much as 200%.
What is the MTU and MSS?
MTU stands for Maximum Transmission Unit and in basic terms, it defines the maximum size of a packet that can be transferred in one frame over a network.
MSS or Maximum Segment Size defines how much actual data can put in that packet, and it is therefore a marginally smaller value than MTU to allow for packet addressing and other information.
Why do the default values need to be changed?
By default Windows hardcodes the value of MTU to equal 1500 bytes. This value is adequate for normal LAN networking, but when your connecting to the Internet with a modem this value is too high. This can show itself in different ways, the most noticeable affect is less than peak performance.
By adjusting this value to more closely match the requirements of a modem Internet connection huge performance gains can be achieved.
Below are the instructions on how to modify these values for yourself. Please remember though, modifying the Windows registry is not for the faint hearted. Always remember to back it up first!
1. To change the settings you first have to find the details of your Dial-Up Adapter.
2. Find the key HKEY_LOCAL_MACHINE\Enum\Root\Net and within there will be one or more sub-keys such as 0000, 0001 ...
3. Open each key and find the one that contains the value of 'DeviceDesc' equal to 'Dial-Up Adapter'.
4. Within that key there will also be another sub-key named 'Bindings'. Open the 'Bindings' sub-key and you will find a string name like 'MSTCP\0000'. Take note of the four digit number after 'MSTCP' (in this case 0000) and use it in the next step.
5. Now go to the key 'HKEY_LOCAL_MACHINE\Enum\Network\MSTCP' and expand the sub-key with the same four digit number as from the previous step.
6. In this key you will find a value called 'Driver' and it will be equal to something similar to 'NetTrans\0002'. Take note of this four digit number (in this case 0002) and use it in the next step.
7. Now open the key [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans] below there will be one or more sub-key's. Expand the key with the name equal to the four digit number from the previous step.
8. Within this key create a new string value named 'MaxMTU' and set it to '576', and also add a string value named 'MaxMSS' and set it to '536'.
9. Then exit the registry and restart your computer.

Key: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans]
Value Name: MaxMTU, MaxMSS
Data Type: REG_SZ

More Info: http://support.microsoft.com/support/kb/articles/q120/6/42.asp

About this post

Posted: 2007-05-03
By: FortyPoundHead
Viewed: 1,706 times

Categories

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.