windows maxmtu fix - helpwithwindows.com
windows maxmtu fix - helpwithwindows.com
helpwithwindows |
infinisource |
rosecitysoftware |
windowsbbs |
windowsnewsletter
site menu:
home |
windows 9x |
windows 2000 |
windows xp |
windows vista |
techfiles |
search
home > techfiles
a helpwithwindows techfile
updated june 5
table of contents:
introduction
background
monitor your transfer rates
the maxmtu fix for windows 95
the maxmtu fix and windows 98. (page 2)
the maxmtu fix and windows nt. (page 2)
the mtu fix and windows xp. (page 2)
the mtu fix for cable & dsl.
backing up your registry. (page 2)
additional tcp/ip settings. (page 2)
more tweaks for windows 95. (page 2)
additional reading (page 2)
world wide wait???
not necessarily!!!
how many times have you sat there waiting for a page to download from the web, and waited for what seemed like an eternity while the numbers in the status bar just seem to stall or barely creep along at ridiculously low transfer speeds? it could just be an overloaded server on the other end or general internet congestion, but it might also be a symptom of a windows mtu (maximum transmission unit) problem. fortunately there is something called the "maxmtu fix" for windows 95 (also works for windows 98 & nt4/2000/xp). perhaps you can remember fooling with mtu settings back when using trumpet winsock with windows 3.1. well it still works! but how can you make those adjustments with windows 95/98/me or windows nt4/2000/xp?
infinisource, in collaboration with hagel technologies, has developed
an amazing utility, designed to help you implement the maxmtu fix and other speed tweaks effortlessly and easily.
for more information on tweakmaster, visit the tweakmaster page.
read what people are saying about the maxmtu fix:
now i know how the astronauts must feel at launch. i gave tweakmaster the full test and went from an average of 661 kbps to 3145 kpbs on ftp downloads and to 1222 kbps browser downloads using a 11 meg binary zip as a test file. the added dns accelerator and clock sync add up to one great internet rocket to browse the 'net with. without it, people are not surfing the net, they are crawling it. you don't know what you're missing until you try it! jim dixon, @home.com user
read more comments on the tweakmaster feedback page.
background
before we get started, there are a lot of technical terms on this page. we've tried to explain it all in relatively basic terms. however, if you don't know what something means, for quick reference, try the technical encyclopedia webopedia, with over 11,000 definitions of computer terms and concepts. enter your terms in the seach box on the side bar!
what exactly is this mystical mtu anyway? the maximum transmission unit of a network is the greatest amount of data or "packet" size that can be transferred in one physical frame on that network. this packet also contains the header and trailer information, which are kind of like addresses for each packet that are required by the routers on the network. fragmentation will occur if a packet is sent across a network that has an mtu smaller than the packet's frame length. this will lead to reduced performance levels as fragments need to be reassembled.
according to sources in the news, mike zintel, windows developer and official microsoft representative, explains that beginning with windows 98, windows os default to "a more efficient mtu value of 576" if it detects a slow internet connection. he further explains that, "as line errors increase on an internet connection, a smaller mtu such as 576 makes re-transmissions faster than a larger mtu such as 1500."
for more information see the windows 98 section.
windows 95 had a "hidden" default for mtu set in the registry at 1500. this was appropriate for lan's and all ethernet connections, but can be very inefficient when using a ppp dialup connection. this has now been recognized by microsoft and was corrected in windows 98 to some extent. it's really quite simple..... any intermediary ip routers encountered on the internet which are set to an mtu less than 1500, when they handle your tcp/ip request, will often fragment an mtu, breaking it up into smaller units, before sending it out on the network.
mtu is normally set in conjunction with mss, the maxmum segment size, and rwin, the tcp receive window, now renamed to tcp receive window in windows xp. mss is the largest segment of tcp data that the winsock is prepared to receive on that connection. mss must be smaller than mtu by at least 40 bytes, the size of the header and trailer information. tcp receive window determines how much data the receiving computer is prepared to receive. if tcp receive window is set too large it will result in greater loss of data if a packet is lost or damaged. if it is set too small (e.g. 1x mss), transmission will be very slow. normally tcp receive window is set to either 4x, 6x or 8x mss for dialup comnnections... and should be set much larger for broadband connections like cable, dsl and satellite
here's a simple analogy. tcp/ip takes an e-mail letter (or web page) and cuts it into nice neat squares (packets). it puts each piece in an envelope with the address (header) of where its going for the routers to send it along its way. then all the letters are delivered to your mailbox. so...
mss = the size of each cut square of paper
mtu = the size of the envelope (which must be slightly bigger than the square of paper)
rwin = the size of the mailbox which "receives" the letters
the maximum speed of tcp/ip transfers through a slip (serial line protocol) or ppp (point to point protocol) connection is, first and foremost, limited by the speed of the modem. in an ideal world, for an already compressed file, you should be able to get 3.2 kbytes/sec transfers with a 28.8 kbps (kilobits per second) connection; 2.7 kbytes/sec with a 24 kbps connection; 1.6 kbytes/sec with a 14.4 kbps connection; etc. roughly speaking, each one byte/sec of delivered tcp data rate requires 9 bps of modem connect rate. note that newer modems allow for much greater compression of certain types of files. text files and html files can often be compressed by a factor of 2x or 3x, effectively doubling or tripling the speeds mentioned above.
the data transfer speeds mentioned above are the ideal speeds one can achieve, but this is often thwarted by fragmentation which may occur in the transmission of packets of data. as you visit various web sites, you may encounter routers on the download path with an ip default mtu of only 576 bytes. thus, if you use the windows default mtu setting of 1500, this can often result in packet fragmentation slowdown (since you are trying to use tcp segments (mss) larger than 536 bytes.) avoiding fragmentation has a major effect on file download speed, whether we are talking about html and image files from the web or straight text data bits in your e-mail program.
an mtu of 576 used to be the most common mtu setting in use and was generally referred to as the "internet standard". however modern routers are more often than not set to 1500 as an mtu. so why use a smaller mtu? well in an ideal world, you would not do that any longer. you'd use 1500 and be done with it. however, there is still a good deal of internet congestion out there, more than ever, really. and with this congestion, packets of data are "dropped" and as a result need to be retransmitted. simply put, it takes just over 1/3 as long to retransmit a smaller packet, say 576 bytes in size, than it does to retransmit one 1500 bytes in size.
so in summary, whether your isp, the site you are going to. or the intermediary routers involved have any 576 mtu settings or not, setting your own computer's mtu to a setting smaller than 1500 (like 576) will often result in faster download speeds for those using dialup connections.
the maxmtu fix with cables modems and dsl
the maxmtu fix is done properly will also enhance download speeds for broadband connections like cable dsl, and satellite. broadband connections work best with an mtu setting of 1500, however they work better with significantly higher tcp receive window settings than dialup connections require. our new internet optimizer utility, tweakmaster, will also work for cable, dsl and satellite users as well. users report astounding improvements even for these fast connections. for more information on cable modems, we recommend the cable modem q&a. for more information on hi speed dsl connections visit the covad dsl services website.
how long should it take?
below is a handy calculator to determine the theoretical download times for a given file size using your connect speed in either bps (bits per second) or the less commonly used cps (characters per second). your browser must be configured to support javascript to use this calculator.
file size:
bytes
kb
mb
transfer rate:
cps
bps
estimated download time:
note: these are optimal times where internet bandwidth allows for maximum modem transfer rates.
monitoring your transfer rates
if you are going to spend some time optimizing your configuration for maximum download speeds, it's critical that you accurately monitor your download speeds or data transfer rates so you can compare them at various settings. there are any number of ways to do this. windows 95/98 includes a very basic little utility called windows system monitor (sysmon.exe). it should be located in c:\windows and accessible from the the start menu in programs > accessories > system tools. properly configured, this can give you a vague idea of your moment-to-moment download/upload speeds, but like so many of the free tools included with the windows operating system (clipboard, notepad), its capabilities are pretty limited.
tweakmaster now includes a connection throughput measurement tool to accurately measure your internet data transfer speeds. infinisource also recommends the exceptional little du meter, a great shareware product from hagel technologies, and a superb enhancement to the windows operating system. this included in tweakmaster pro.
du meter showing a typically smooth optimized download over a 5 minute period
the maxmtu fix for windows 95
so how can you avoid fragmentation during tcp data transfers? very simple... you can limit the mtu of your tcp/ip request to a smaller or optimum size. most people are using windows 95 and the win95 dialup adapter, which employs the winsock.dll in c:\windows and wsock32.dll file in c:\windows\system (wsock32n.dll belongs to msie). you are probably using a ppp dialup connection which most isp's use these days. all versions of windows 95 are set up by default to request a maximum mtu of 1500. you can, however, change that default setting. and, it turns out, depending on how your isp and other routers encountered on the internet handle your tcp/ip requests, that a maxmtu setting of 576, often referred to as the "internet standard", will in many cases avoid the fragmentation of packets of data and the slow transfer speeds which result. note that if your isp is using an mtu lower than 576, (typical with a less efficient slip connection, for example), then you will want to lower your maxmtu setting to match your isp's. so check with your isp to see what he is using for mtu, if you find that the recommended settings are not producing good results for you..)
how can you change your mtu setting, you ask? it involves making a change to your windows registry. essentially, you will be changing windows' mtu setting by entering the value "576" (or some other selected value) to your registry where previously there was no entry at all... (windows was using a "hidden" default value of 1500). you will also probably want to set a corresponding value for rwin, your tcp receive window, and a setting for ttl (time to live) as well. we also have a few other tweaks, to further optimize your dialup connection.
although there are many utilities around which claim to "adjust these hidden settings", in point of fact few of them do it correctly. you are better off doing it manually than leaving these adjustments to incompetently designed software. here is a page with manual instructions on how to change your registry settings. if that looks too daunting, you can simply go to the tweakmaster page on our site where we have just released an all-new internet optimizer utility which will revolutionize the industry.
america online - until recently, no one was able to set maxmtu for the aol adapter (the dial-up adapter is a software adapter), such that it could be retained by the windows registry. aol had hard-coded it to revert back to a default mtu setting of 1500 no matter how many times it was changed. but infinisource and the programmers at hagel technologies have come up with a solution. we are pleased to inform you that tweakmaster will allow the aol user to set mtu and other tcp/ip parameters and enjoy the same enhanced data transfer rates as other users.
continue with the maxmtu fix and windows 98.
pw0-100 exams of microsoft certification are very splendid exams to boost up the career of it professionals with the great training opportunities in it industry. hp0-402 exams of microsoft certification are very significant for those it experts who want to improve their professional skills in operating hp enterprise virtual array servers manageably. 642-311 exams of microsoft certification are developing the exceptional characteristics of it professionals with the great opportunity of feasible training. pw0-100 exams of microsoft certification are very significant for those inidividauls who want to have booming career in it industry with the applicability of expertise. 70-215 exams of microsoft certification are very valuable for those it experts and technicians who want to be updated by getting the latest knowledge and technical skills.
helpwithwindows rosecitysoftware
guestbook, links, privacy policy, windows 95, windows 98, windows me, windows 2000, windows xp, windows vista, windows techfiles, windowsbbs, windowsnewsletter
software products, spotlight of the week, partners, rcs newsletter, corporate sales, list with us
© helpwithwindows.com. all rights reserved.helpwithwindows is a division of infinisource, inc.design by andreas viklund.
webmaster
Acceuil
suivante
windows maxmtu fix - helpwithwindows.com THERMAL FIX - Thermal Fix 1 - Tube THERMAL FIX - Thermal Fix 2 - Tube SPLANN BLITZ FIX (l'éponge miracle, Eco logis, Eco respect ... A fix for Suckerfish dropdowns in IE 7 How to Fix Shows Like 'Lost' -- New York Magazine Mike Volodarsky's ServerSide : Fix problems with Visual Studio F5 ... Glisshop :: Conseils ski - Montage fix FairVote The Center for Voting & Democracy ONLamp.com -- How to Decide What Bugs to Fix When, Part 1 /IE7/ Google Tries to Fix Broken Links How To Fix Overexposed Images PhotoshopSupport.com Konrad Hornschuch AG - d-c-fix, dcfix, skai Klebefolien ... HYJEK AND FIX, INC. Daily Herald Officials promise quick fix to state's finance woes Achat et location Fix Saint Geneys fix Sommier LATTOFLEX LT25 Fix 2 pers. 140x190 Ferme / La Compagnie du ... George Fix Ablöse fix: Bewkes folgt Parson als Time-Warner-Chef The Draw System Blackhawk Software :: Registry Fix, Error Fixer, Online Privacy ... High-performance .NET, C++ and Java FIX Engine – Onix Solutions How To Fix An Underexposed Photo PhotoshopSupport.com The Fix Bikes - Downhill, Freeride, Dirt Jump, All Mountain ... Fix for Borland Pascal "Runtime Error 200" bug on fast PCs Business Objects Customer Assurance - Merge Modules Quick Fix Meals with Robin Miller - Show List A to Z - TV - Food ... The Knicks Fix Microsoft Watch - Server - Microsoft's Fix for the Middle Child ... BW Online March 19, 2001 How to Fix America's Schools Baseball Glove Repair And Restore how to mend it .com - Find out how to mend just about anything Actualité sur VJ FIX - Dates de concerts, albums, Mp3, vidéos ... Fix the Future: What this site is all about. Welcome to Gia's Fix Fix your mom's computer for mother's day - Joel on Software CTV.ca Astronauts embark on risk spacewalk to fix sail 3 Ways to Fix Citigroup [adult swim] Fix Schedule Resize or Convert Images online Active Content Developer Center LUX ELEMENTS®- FIX - Jeux de fixation MIST & FIX - Brume Fixatrice de Maquillage - Fixateur de ... Alpinisme -- Petites annonces - Re: vends chaussures neuves et fix ... Vichy Thermal Fix Yeux - 15 ml Polident Languettes Fix Confort - 40 languettes Orna Cohen-Fix, Ph.D. : Faculty : NIDDK Laboratories Inventgeek.com - LCD Backlight Fix - Overview MG WinSock XP Fix 1.2 Chez Fix Garbage - Fix Me Now – Musique sur Last.fm Technology News: Space: ISS Astronaut to Perform Perilous ... M700 Glofiish GPS SiRF III instant fix intégré Smartphone ETEN Django security fix released OE-QuoteFix SPACE.com -- NASA Reveals Plan to Fix Solar Wing Téléchargement NOD32.FiX.v2.1-nsane.exe Trev’s Travels » Blog » Word Fix Plugin [s1] Episode 13 - The Fix (Le Remède)