<?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: How does 802.11n get to 600Mbps?</title>
	<atom:link href="http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/</link>
	<description>Mobile Unified Communications</description>
	<pubDate>Sat, 20 Mar 2010 12:35:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-7908</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 24 Jan 2010 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-7908</guid>
		<description>Here's a discussion of interframe spaces that might help: &lt;a href="http://www.cwnp.com/pdf/802.11_arbitration.pdf" rel="nofollow"&gt;http://www.cwnp.com/pdf/802.11_arbitration.pdf&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a discussion of interframe spaces that might help: <a href="http://www.cwnp.com/pdf/802.11_arbitration.pdf" rel="nofollow">http://www.cwnp.com/pdf/802.11_arbitration.pdf</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-7819</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Wed, 13 Jan 2010 14:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-7819</guid>
		<description>I just finished reading "Next Generation Wireless LANs" a Cambridge book.  This article was extremely good and helped summarize what I just finished reading.  In the book it discussed that the use of RIFs in place of SIFs added significant data throughput (I think Greenfield only).  Can someone comment on this?</description>
		<content:encoded><![CDATA[<p>I just finished reading &#8220;Next Generation Wireless LANs&#8221; a Cambridge book.  This article was extremely good and helped summarize what I just finished reading.  In the book it discussed that the use of RIFs in place of SIFs added significant data throughput (I think Greenfield only).  Can someone comment on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-7397</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-7397</guid>
		<description>802.11n doesn't include HARQ because:
  1. It's too expensive.
  2. And it wouldn't work anyway

HARQ works by retaining your record of a packet that was received with error and combining it with a retry packet in such a way as to reduce errors.   You can only do this if you retain a sample-by-sample record of the packet.
 
802.11 PHYs are stateless in the sense that they don't care who spoke to them previously,  using what rate or PHY mode;  each packet is fully independent.
 
The cost arises in HARQ because the PHY has to keep a copy of previous packets.
 
It doesn't work in 802.11 because it breaks the stateless nature of the PHY,  i.e. the processing of the next packet depends on the previous one.   In an unlicensed band you don't have full control of this.  Furthermore it breaks the layering because now the PHY needs to know which packets came from which STAs before attempting HARQ recombination.
 
So HARQ can work in systems like WiMax because:
  1. It's a licensed band - the FCC can shut down anybody who doesn't follow the rules.
  2. The base-station controls exactly who talks and when
  3. The cost / complexity is loaded into the base-station to improve uplink (where signal is weak),  not downlink (where you don't need it due to high tx power).</description>
		<content:encoded><![CDATA[<p>802.11n doesn&#8217;t include HARQ because:<br />
  1. It&#8217;s too expensive.<br />
  2. And it wouldn&#8217;t work anyway</p>
<p>HARQ works by retaining your record of a packet that was received with error and combining it with a retry packet in such a way as to reduce errors.   You can only do this if you retain a sample-by-sample record of the packet.</p>
<p>802.11 PHYs are stateless in the sense that they don&#8217;t care who spoke to them previously,  using what rate or PHY mode;  each packet is fully independent.</p>
<p>The cost arises in HARQ because the PHY has to keep a copy of previous packets.</p>
<p>It doesn&#8217;t work in 802.11 because it breaks the stateless nature of the PHY,  i.e. the processing of the next packet depends on the previous one.   In an unlicensed band you don&#8217;t have full control of this.  Furthermore it breaks the layering because now the PHY needs to know which packets came from which STAs before attempting HARQ recombination.</p>
<p>So HARQ can work in systems like WiMax because:<br />
  1. It&#8217;s a licensed band - the FCC can shut down anybody who doesn&#8217;t follow the rules.<br />
  2. The base-station controls exactly who talks and when<br />
  3. The cost / complexity is loaded into the base-station to improve uplink (where signal is weak),  not downlink (where you don&#8217;t need it due to high tx power).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wei</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-7396</link>
		<dc:creator>Wei</dc:creator>
		<pubDate>Thu, 10 Dec 2009 14:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-7396</guid>
		<description>Is there a reason for not includng Hybrid ARQ in 802.11n ? New standards such as WiMax has included it already, why not 802.11n?</description>
		<content:encoded><![CDATA[<p>Is there a reason for not includng Hybrid ARQ in 802.11n ? New standards such as WiMax has included it already, why not 802.11n?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-7309</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 04 Dec 2009 03:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-7309</guid>
		<description>Very good review. Quick, to the point, yet quite technical and clever.
Thank you</description>
		<content:encoded><![CDATA[<p>Very good review. Quick, to the point, yet quite technical and clever.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-7296</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-7296</guid>
		<description>The available spectrum varies from country to country. The Gartner comment probably referred to 2.4 GHz spectrum in the USA, which is usually too crowded to be usable for 40 MHz channels anyway. Here is a diagram of the 5 GHz spectrum in the USA that shows that you can get 23 non-overlapping 20 MHz channels, which equates to 11 non-overlapping 40 MHz channels:
&lt;img src="http://www.wirevolution.com/wp-content/uploads/2009/12/80211a-5-ghz-spectrum.png" alt="5 GHz Wi-Fi spectrum in the USA" class="articleimg"/&gt;</description>
		<content:encoded><![CDATA[<p>The available spectrum varies from country to country. The Gartner comment probably referred to 2.4 GHz spectrum in the USA, which is usually too crowded to be usable for 40 MHz channels anyway. Here is a diagram of the 5 GHz spectrum in the USA that shows that you can get 23 non-overlapping 20 MHz channels, which equates to 11 non-overlapping 40 MHz channels:<br />
<img src="http://www.wirevolution.com/wp-content/uploads/2009/12/80211a-5-ghz-spectrum.png" alt="5 GHz Wi-Fi spectrum in the USA" class="articleimg"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: key</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-6747</link>
		<dc:creator>key</dc:creator>
		<pubDate>Sat, 10 Oct 2009 17:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-6747</guid>
		<description>Good overview of 11n improvments...
Can anybody clarify number of non overlapping channels with 11n in 5.4 GHZ spectrum with Channel Bonding (40Mhz)


I am confused as a Gartner document says there are only 3 non overlapping channels with 40 MHZ</description>
		<content:encoded><![CDATA[<p>Good overview of 11n improvments&#8230;<br />
Can anybody clarify number of non overlapping channels with 11n in 5.4 GHZ spectrum with Channel Bonding (40Mhz)</p>
<p>I am confused as a Gartner document says there are only 3 non overlapping channels with 40 MHZ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TBerry</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-6377</link>
		<dc:creator>TBerry</dc:creator>
		<pubDate>Sun, 27 Sep 2009 15:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-6377</guid>
		<description>Regarding the problem with the "concrete walls", my suggestion is to use a directional antenna between APs.</description>
		<content:encoded><![CDATA[<p>Regarding the problem with the &#8220;concrete walls&#8221;, my suggestion is to use a directional antenna between APs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-3991</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Sat, 18 Jul 2009 06:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-3991</guid>
		<description>Quoting Matt: "..I can tell you that you’re not going to get a 600mb file in one second over 11n.."

Remember that the unit Mbps. DOES NOT stand for MegaBytes per second but for MegaBits per second.  It has nothing to do with file sizes.

1 byte=8-bits, Mb=MegaBits, and MB=MegaBytes.

If it was truly a 600Mbps. connection, the actual speed translated to MB/s would be around 73MB/s.</description>
		<content:encoded><![CDATA[<p>Quoting Matt: &#8220;..I can tell you that you’re not going to get a 600mb file in one second over 11n..&#8221;</p>
<p>Remember that the unit Mbps. DOES NOT stand for MegaBytes per second but for MegaBits per second.  It has nothing to do with file sizes.</p>
<p>1 byte=8-bits, Mb=MegaBits, and MB=MegaBytes.</p>
<p>If it was truly a 600Mbps. connection, the actual speed translated to MB/s would be around 73MB/s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DS2 Blog</title>
		<link>http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/comment-page-1/#comment-869</link>
		<dc:creator>DS2 Blog</dc:creator>
		<pubDate>Sun, 26 Apr 2009 18:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wirevolution.com/2007/09/07/how-does-80211n-get-to-600mbps/#comment-869</guid>
		<description>&lt;strong&gt;How fast can G.hn be?...&lt;/strong&gt;

"How fast is G.hn?" That's a question I usually get from people interested in the standard promoted by HomeGrid Forum, and until recently it was difficult to provide an exact response. The reason is that the actual throughput provided by......</description>
		<content:encoded><![CDATA[<p><strong>How fast can G.hn be?&#8230;</strong></p>
<p>&#8220;How fast is G.hn?&#8221; That&#8217;s a question I usually get from people interested in the standard promoted by HomeGrid Forum, and until recently it was difficult to provide an exact response. The reason is that the actual throughput provided by&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.313 seconds -->
