<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NerdGrind - How-to Computer Help - Tutorials - Tech and Gadget News &#187; TCP Windows Tuning</title>
	<atom:link href="http://www.nerdgrind.com/tag/tcp-windows-tuning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nerdgrind.com</link>
	<description>Gadget and technology news, computer help, and how-to tutorials on everything, from your friendly nerd at NerdGrind</description>
	<lastBuildDate>Tue, 17 Nov 2009 20:03:16 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speed Up Windows Vista Network Performance with TCP Windows Tuning</title>
		<link>http://www.nerdgrind.com/speed-up-windows-vista-network-performance-with-tcp-windows-tuning/</link>
		<comments>http://www.nerdgrind.com/speed-up-windows-vista-network-performance-with-tcp-windows-tuning/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 05:58:04 +0000</pubDate>
		<dc:creator>Nerd Grind</dc:creator>
				<category><![CDATA[How to Network and Internet Vista]]></category>
		<category><![CDATA[How to Windows Vista]]></category>
		<category><![CDATA[OLED]]></category>
		<category><![CDATA[TCP Windows Tuning]]></category>

		<guid isPermaLink="false">http://www.nerdgrind.com/speed-up-windows-vista-network-performance-with-tcp-windows-tuning/</guid>
		<description><![CDATA[<img src="http://images.nerdgrind.com:9000/images/icons/network-and-internet.png" width="27" height="25" alt="network and internet Speed Up Windows Vista Network Performance with TCP Windows Tuning"  title="Speed Up Windows Vista Network Performance with TCP Windows Tuning" /><img src="http://images.nerdgrind.com:9000/images/icons/windows_vista2.png" width="24" height="23" alt="windows vista2 Speed Up Windows Vista Network Performance with TCP Windows Tuning"  title="Speed Up Windows Vista Network Performance with TCP Windows Tuning" /><br/>Microsoft KB article 929868 describes a problem which will cause you to experience very slow browsing on certain websites when using Internet Explorer 7 on Windows Vista, and eventually the website might even drop the data completely, but there is a way to work around this issue.]]></description>
			<content:encoded><![CDATA[<img src="http://images.nerdgrind.com:9000/images/icons/network-and-internet.png" width="27" height="25" alt="network and internet Speed Up Windows Vista Network Performance with TCP Windows Tuning"  title="Speed Up Windows Vista Network Performance with TCP Windows Tuning" /><img src="http://images.nerdgrind.com:9000/images/icons/windows_vista2.png" width="24" height="23" alt="windows vista2 Speed Up Windows Vista Network Performance with TCP Windows Tuning"  title="Speed Up Windows Vista Network Performance with TCP Windows Tuning" /><br/><p>Microsoft KB article 929868 describes a problem which will cause you to experience very slow browsing on certain websites when using Internet Explorer 7 on Windows Vista, and eventually the website might even drop the data completely. The cause is that by default, Windows Vista Enterprise fully supports RFC 1323 and supports a Windows Scaling factor of 8. This issue occurs when a Web site does not fully support RFC 1323 or when a Web site does not support the default scaling factor.</p>
<p><strong>THE QUICK FIX</strong></p>
<p>To work around the slow browsing issue change the Windows Scaling to a factor of 2. First open and Administrator command line prompt. Click Start &#8211;&gt; All Programs &#8211;&gt; Accessories, right click Command Prompt, then left click Run as administrator. As an alternative you can click Start then type into the Start Search box, or the Run box, cmd, then use the shortcut keys Ctrl-Shift-Enter. (NOTE: After you set a new autotuninglevel you will need to reboot in order for the changes to take effect.)</p>
<p>Type, or copy and paste, into the Administrator command prompt window:</p>
<blockquote>
<p>netsh interface tcp set global autotuninglevel=highlyrestricted</p>
</blockquote>
<p>This will set the autotuninglevel to &quot;Allow the receive window to grow beyond its default value, but do so very conservatively&quot;. In this mode, Vista will by default use RWIN of 16,384 bytes with a scale factor of 2.</p>
<p><strong>MORE AUTOTUNING OPTIONS</strong></p>
<p>To restore the autotuninglevel back to the default setting type, or copy and paste into the Administrator command prompt window:</p>
<blockquote>
<p>netsh interface tcp set global autotuninglevel=normal</p>
</blockquote>
<p>There have been reports that disabling the autotuning feature will speed up threaded network downloads, mostly used with downloading agents and per-to-peer networking, along with great improvement to file copying on your network. Vista has issues where it will hang to a file copying task, but Service Pack 1, which is coming out in less than a month, is expected to fix this issue. There have been other reports that say disabling the autotuning of TCP can also fix other Vista specific issues related to slow file transfer between Outlook 2007, and Exchange server connections.</p>
<p>You can disable autotuning with the following command:</p>
<blockquote>
<p>netsh int tcp set global autotuninglevel=disable</p>
</blockquote>
<p>When autotuning is disabled, the RWIN receive window defaults to a value of 65536 bytes.</p>
<p>There are two more settings. First restricted:</p>
<blockquote>
<p>netsh interface tcp set global autotuninglevel=restricted</p>
</blockquote>
<p>Restricted allows for the receive window to grow beyond the default value, but limits such growth in some scenarios.</p>
<p>Second is experimental:</p>
<blockquote>
<p>netsh interface tcp set global autotuninglevel=experimental</p>
</blockquote>
<p>Allows for the receive window to grow to accommodate extreme scenarios. Note The experimental value can decrease performance in common scenarios. This value should be used only for research purposes, and is not suitable for most common uses like general web browsing.</p>
<p>NOTE: Vista may have autotuning disabled by default, unless you use Diagnose and repair for a network connection, which will cause Vista to enable autotuning using the &quot;normal&quot; autotuninglevel.</p>
<p>To read a more technical description about tuning the TCP receive window size (RWIN), <a href="http://www.nerdgrind.com/speed-up-windows-vista-network-performance-with-tcp-windows-tuning/2/" >click here</a>.</p>
<p>
<p><b>&copy; Copyright <a href="http://www.nerdgrind.com/" >NerdGrind</a> 2009. All Rights Reserved.</b></p><p>
	<h4>Related posts:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.nerdgrind.com/share-files-and-folders-and-printers-over-a-network/" title="Share Files and Folders and Printers Over a Network">Share Files and Folders and Printers Over a Network</a></li>
	<li><a href="http://www.nerdgrind.com/clone-or-copy-my-hard-drive-with-norton-ghost/" title="Clone or Copy My Hard Drive with Norton Ghost">Clone or Copy My Hard Drive with Norton Ghost</a></li>
	<li><a href="http://www.nerdgrind.com/share-a-printer-files-and-folders-over-a-wired-or-wireless-network-through-a-firewall/" title="Share a Printer Files and Folders Over a Wired or Wireless Network Through a Firewall">Share a Printer Files and Folders Over a Wired or Wireless Network Through a Firewall</a></li>
	<li><a href="http://www.nerdgrind.com/how-to-enable-administrative-tools/" title="How to Enable Administrative Tools">How to Enable Administrative Tools</a></li>
	<li><a href="http://www.nerdgrind.com/stop-indexing-service-in-windows-vista-and-windows-7-and-windows-xp/" title="Stop Indexing Service in Windows Vista and Windows 7 and Windows XP">Stop Indexing Service in Windows Vista and Windows 7 and Windows XP</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.nerdgrind.com/speed-up-windows-vista-network-performance-with-tcp-windows-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 18/34 queries in 0.163 seconds using memcached

Served from: carsndealerships.com @ 2009-11-21 06:53:17 -->