<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: XP: Prevent QOS (Quality of Service) from Reserving Bandwidth</title>
	<atom:link href="http://www.tech-recipes.com/rx/254/xp-prevent-qos-quality-of-service-from-reserving-bandwidth/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/254/xp-prevent-qos-quality-of-service-from-reserving-bandwidth/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 02:44:39 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/254/xp-prevent-qos-quality-of-service-from-reserving-bandwidth/comment-page-1/#comment-1846</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 11 May 2005 07:54:31 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1846</guid>
		<description>Well, in engineering nothing is really true of false but built more around &quot;use cases&quot;.   From what I have read, this feature mearly balances the amount of bandwidth between application/connections on the local host.  For example: you start to download 1 mp3 that is 3 meg.  Then you start to another 1 meg mp3.  In the old style WIN TCP stack (network connection) the majority of the band width is use by the first download while the second download uses only a little bandwidth needs to wait for the first to finish before it can increase it&#039;s connection capacity.

In XP, the first connection will use 100% until the second is started.  At that time the second download request starts, 20% or so of total bandwith is instantly allocated to the second program and after that a round robin (1-2-3-1-2-3-1-2-3-1-2-3) starts to occur giving slightly more band width to the application until things are equal. 

Microsofts technical white paper is just that, a technical document that not only mixes network engineering but all also client TCP stack design details. I think the people that made the recommendation to turn off QoS should probably brush up on their TCP/IP basics.  The paper is very clear if you understand how TCP retransmission occurs it makes perfect sense. 

TCP is connection based protocol.  In other words there is some checking that you get all the requested data.  As the data streams to you,  some times bits are lost along the way.  This is generally called packet loss or just loss.  Each packet has a number (1,2,3,4,5,6,7,8,9) so if a packet is missing the recieving side will ask for that packet number again 1,2,4,5,6,7,8.... Oh, can I have #3 again plase).  We call this &quot;retrans&quot; (retransmission).  In the first &quot;old style&quot; example the the first mp3 soaks up the bandwidth but the second does get a chance to make the request but lwill ose a few of the packets due to saturation caused by the first download.  Retransmission occurs which means that even MORE traffic on the network which isn&#039;t a good thing.  

There are a lot more reasons why QoS in XP (and 2000) is a good thing.  Disregard the artical and keep it turned on.</description>
		<content:encoded><![CDATA[<p>Well, in engineering nothing is really true of false but built more around &#8220;use cases&#8221;.   From what I have read, this feature mearly balances the amount of bandwidth between application/connections on the local host.  For example: you start to download 1 mp3 that is 3 meg.  Then you start to another 1 meg mp3.  In the old style WIN TCP stack (network connection) the majority of the band width is use by the first download while the second download uses only a little bandwidth needs to wait for the first to finish before it can increase it&#8217;s connection capacity.</p>
<p>In XP, the first connection will use 100% until the second is started.  At that time the second download request starts, 20% or so of total bandwith is instantly allocated to the second program and after that a round robin (1-2-3-1-2-3-1-2-3-1-2-3) starts to occur giving slightly more band width to the application until things are equal. </p>
<p>Microsofts technical white paper is just that, a technical document that not only mixes network engineering but all also client TCP stack design details. I think the people that made the recommendation to turn off QoS should probably brush up on their TCP/IP basics.  The paper is very clear if you understand how TCP retransmission occurs it makes perfect sense. </p>
<p>TCP is connection based protocol.  In other words there is some checking that you get all the requested data.  As the data streams to you,  some times bits are lost along the way.  This is generally called packet loss or just loss.  Each packet has a number (1,2,3,4,5,6,7,8,9) so if a packet is missing the recieving side will ask for that packet number again 1,2,4,5,6,7,8&#8230;. Oh, can I have #3 again plase).  We call this &#8220;retrans&#8221; (retransmission).  In the first &#8220;old style&#8221; example the the first mp3 soaks up the bandwidth but the second does get a chance to make the request but lwill ose a few of the packets due to saturation caused by the first download.  Retransmission occurs which means that even MORE traffic on the network which isn&#8217;t a good thing.  </p>
<p>There are a lot more reasons why QoS in XP (and 2000) is a good thing.  Disregard the artical and keep it turned on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/254/xp-prevent-qos-quality-of-service-from-reserving-bandwidth/comment-page-1/#comment-1083</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 26 Nov 2004 22:30:44 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1083</guid>
		<description>By Microsoft 

&quot;There have been claims in various published technical articles and newsgroup postings that Windows XP always reserves 20 percent of the available bandwidth for QoS. These claims are incorrect.&quot;

also from Microsoft

&quot;By default, programs can reserve up to an aggregate bandwidth of 20 percent of the underlying link speed on each interface on an end computer. If the program that reserved the bandwidth is not sending sufficient data to use it, the unused part of the reserved bandwidth is available for other data flows on the same host.
&quot;
This tech-recipes article is not true on QoS.</description>
		<content:encoded><![CDATA[<p>By Microsoft </p>
<p>&#8220;There have been claims in various published technical articles and newsgroup postings that Windows XP always reserves 20 percent of the available bandwidth for QoS. These claims are incorrect.&#8221;</p>
<p>also from Microsoft</p>
<p>&#8220;By default, programs can reserve up to an aggregate bandwidth of 20 percent of the underlying link speed on each interface on an end computer. If the program that reserved the bandwidth is not sending sufficient data to use it, the unused part of the reserved bandwidth is available for other data flows on the same host.<br />
&#8221;<br />
This tech-recipes article is not true on QoS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/254/xp-prevent-qos-quality-of-service-from-reserving-bandwidth/comment-page-1/#comment-106</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 25 Feb 2004 11:17:39 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-106</guid>
		<description>If you read the recipe above, it appears that the original author agrees.</description>
		<content:encoded><![CDATA[<p>If you read the recipe above, it appears that the original author agrees.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.tech-recipes.com/rx/254/xp-prevent-qos-quality-of-service-from-reserving-bandwidth/comment-page-1/#comment-104</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 25 Feb 2004 09:34:51 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-104</guid>
		<description>This is all a myth.  Unless you are on an Active Directory domain with QoS enabled applications then it does nothing!</description>
		<content:encoded><![CDATA[<p>This is all a myth.  Unless you are on an Active Directory domain with QoS enabled applications then it does nothing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
