<?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>Trilliant &#187; Technology</title>
	<atom:link href="http://www.trilliantinc.com/category/education/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trilliantinc.com</link>
	<description>Trilliant &#124; Multi-Tier Smart Grid Communications</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:13:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WAN: Why Not Synchronous? (part 5)</title>
		<link>http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:48:54 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2235</guid>
		<description><![CDATA[To understand the benefits of a synchronous protocol, it helps to look at the disadvantages of an asynchronous protocol. When a node using an asynchronous protocol such as 802.11 wants to transmit a frame, it normally will simply transmit the frame after it senses the channel is idle for a period of time (which is [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/' rel='bookmark' title='Permanent Link: WAN: Why Not Asynchronous? (part 4)'>WAN: Why Not Asynchronous? (part 4)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-1/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 1)'>WAN: Why Synchronous? (part 1)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To understand the benefits of a synchronous protocol, it helps to look at the disadvantages of an asynchronous protocol. When a node using an asynchronous protocol such as 802.11 wants to transmit a frame, it normally will simply transmit the frame after it senses the channel is idle for a period of time (which is called Carrier Sense Multiple Access, or CSMA). If a collision is determined, due to the lack of an acknowledgment frame, the frame is re-transmitted after waiting an amount of time that increases exponentially for each retransmission. In order to minimize the impact of a collision and to maximize the chance of a successful reception of the data frame, 802.11 includes an optional collision avoidance (CA) function where a short Request-To-Send/Clear-To-Send (RTS/CTS) exchange is first performed, which causes devices overhearing those frames to not access the channel for a period of time. This collision avoidance function may be beneficial in some situations, but it comes with a large overhead, and it introduces problems of its own, and the impact of these problems is greatly increased in a long-range outdoor system.</p>
<p>Some of the problems associated with carrier sensing (CSMA) and collision avoidance (CA) protocols include:</p>
<ul>
<li>Acknowledgment overhead: This is compounded over long distance links due to propagation time.</li>
<li>Exponential back-off: This is compounded in outdoor networks, where re-transmissions are common due to interference, which causes latency to increase exponentially.</li>
<li>&#8220;Hidden Nodes&#8221;: This is a classic problem with 802.11 CSMA, where carrier sensing at the transmitter does not sense interference at the receiver. This is greatly compounded in outdoor networks, where obstructions and long distances between the transmitters normally results in them not being able to hear each other.</li>
<li>&#8220;Exposed Nodes&#8221;: This is a classic problem with 802.11 CA, where the RTS message between a transmitter and receiver causes other potential transmitters to become idle when they could have transmitted successfully to a different receiver. This is greatly compounded in a mesh network, where there are normally many active receivers.</li>
<li>CA overhead: The collision avoidance overhead due to the RTS-CTS-Data-ACK exchange requires 4 propagation times, which results in large overhead on long-distance links.</li>
<li>CSMA failures: In a small office or cafe, all stations can normally hear each other, which allows them to properly carrier sense and avoid collisions. In an outdoor wireless network, many stations can not normally hear each other, resulting in collisions which cause nodes to experience exponential back-off.</li>
<li>Ad-hoc architecture: When connecting to an access point in a small office or cafe, all communications occur between the stations and the access point (which is called infrastructure mode) and not directly between stations. This means that most of the transmissions will never collide since all downlink transmissions are from a single device, the access point. In a mesh network using either ad-hoc mode or infrastructure mode there are many simultaneous transmitters and receivers, and all transmissions may collide.</li>
<li>Unfairness: Another classic problem with 802.11 is MAC layer unfairness, and the problem greatly increases in outdoor networks. Due to the increasing back-off during retransmissions, nodes with fewer retransmissions are more likely to gain access to the channel than nodes that are retransmitting. Additionally, nodes that sense the channel becoming idle earlier are more likely to get access to the channel, and over long distances this results in unfairness to some nodes due to their location.</li>
</ul>
<p>These problems are basic issues with asynchronous protocols such as 802.11, and all of these problems are drastically increased in outdoor wireless networks. Most people have experienced performance problems related to these issues in offices or cafes, but in outdoor mesh networks the impact of these problems is greatly increased, sometimes resulting in a complete collapse of the MAC layer.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/' rel='bookmark' title='Permanent Link: WAN: Why Not Asynchronous? (part 4)'>WAN: Why Not Asynchronous? (part 4)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-1/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 1)'>WAN: Why Synchronous? (part 1)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/">WAN: Why Not Synchronous? (part 5)</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAN: Why Not Asynchronous? (part 4)</title>
		<link>http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:48:09 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2233</guid>
		<description><![CDATA[To understand the benefits of a synchronous protocol, it helps to look at the disadvantages of an asynchronous protocol. When a node using an asynchronous protocol such as 802.11 wants to transmit a frame, it normally will simply transmit the frame after it senses the channel is idle for a period of time (which is [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/' rel='bookmark' title='Permanent Link: WAN: Why Not Synchronous? (part 5)'>WAN: Why Not Synchronous? (part 5)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-1/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 1)'>WAN: Why Synchronous? (part 1)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To understand the benefits of a synchronous protocol, it helps to look at the disadvantages of an asynchronous protocol. When a node using an asynchronous protocol such as 802.11 wants to transmit a frame, it normally will simply transmit the frame after it senses the channel is idle for a period of time (which is called Carrier Sense Multiple Access, or CSMA). If a collision is determined, due to the lack of an acknowledgment frame, the frame is re-transmitted after waiting an amount of time that increases exponentially for each retransmission. In order to minimize the impact of a collision and to maximize the chance of a successful reception of the data frame, 802.11 includes an optional collision avoidance (CA) function where a short Request-To-Send/Clear-To-Send (RTS/CTS) exchange is first performed, which causes devices overhearing those frames to not access the channel for a period of time. This collision avoidance function may be beneficial in some situations, but it comes with a large overhead, and it introduces problems of its own, and the impact of these problems is greatly increased in a long-range outdoor system.</p>
<p>Some of the problems associated with carrier sensing (CSMA) and collision avoidance (CA) protocols include:</p>
<ul>
<li>Acknowledgment overhead: This is compounded over long distance links due to propagation time.</li>
<li>Exponential back-off: This is compounded in outdoor networks, where re-transmissions are common due to interference, which causes latency to increase exponentially.</li>
<li>&#8220;Hidden Nodes&#8221;: This is a classic problem with 802.11 CSMA, where carrier sensing at the transmitter does not sense interference at the receiver. This is greatly compounded in outdoor networks, where obstructions and long distances between the transmitters normally results in them not being able to hear each other.</li>
<li>&#8220;Exposed Nodes&#8221;: This is a classic problem with 802.11 CA, where the RTS message between a transmitter and receiver causes other potential transmitters to become idle when they could have transmitted successfully to a different receiver. This is greatly compounded in a mesh network, where there are normally many active receivers.</li>
<li>CA overhead: The collision avoidance overhead due to the RTS-CTS-Data-ACK exchange requires 4 propagation times, which results in large overhead on long-distance links.</li>
<li>CSMA failures: In a small office or cafe, all stations can normally hear each other, which allows them to properly carrier sense and avoid collisions. In an outdoor wireless network, many stations can not normally hear each other, resulting in collisions which cause nodes to experience exponential back-off.</li>
<li>Ad-hoc architecture: When connecting to an access point in a small office or cafe, all communications occur between the stations and the access point (which is called infrastructure mode) and not directly between stations. This means that most of the transmissions will never collide since all downlink transmissions are from a single device, the access point. In a mesh network using either ad-hoc mode or infrastructure mode there are many simultaneous transmitters and receivers, and all transmissions may collide.</li>
<li>Unfairness: Another classic problem with 802.11 is MAC layer unfairness, and the problem greatly increases in outdoor networks. Due to the increasing back-off during retransmissions, nodes with fewer retransmissions are more likely to gain access to the channel than nodes that are retransmitting. Additionally, nodes that sense the channel becoming idle earlier are more likely to get access to the channel, and over long distances this results in unfairness to some nodes due to their location.</li>
</ul>
<p>These problems are basic issues with asynchronous protocols such as 802.11, and all of these problems are drastically increased in outdoor wireless networks. Most people have experienced performance problems related to these issues in offices or cafes, but in outdoor mesh networks the impact of these problems is greatly increased, sometimes resulting in a complete collapse of the MAC layer.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/' rel='bookmark' title='Permanent Link: WAN: Why Not Synchronous? (part 5)'>WAN: Why Not Synchronous? (part 5)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-1/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 1)'>WAN: Why Synchronous? (part 1)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/">WAN: Why Not Asynchronous? (part 4)</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAN: Why Synchronous? (part 3)</title>
		<link>http://www.trilliantinc.com/education/wan-why-synchronous-part-3/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/wan-why-synchronous-part-3/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:39:38 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2231</guid>
		<description><![CDATA[To summarize so far, there are two primary reasons to use a synchronous, scheduled protocol within a mesh network: MAC layer coordination and to point directional antennas.  Regarding the latter, to avoid the challenges of dynamically pointing antennas, some multi-antenna systems use a separate radio for each antenna (or subset of antennas). This has [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-2/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 2)'>WAN: Why Synchronous? (part 2)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-mesh-capacity-part-2-the-multi-radio-myth/' rel='bookmark' title='Permanent Link: WAN Mesh Capacity (Part 2): The Multi-Radio Myth'>WAN Mesh Capacity (Part 2): The Multi-Radio Myth</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-mesh-capacity-part-1/' rel='bookmark' title='Permanent Link: WAN Mesh Capacity (Part 1)'>WAN Mesh Capacity (Part 1)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To summarize so far, there are two primary reasons to use a synchronous, scheduled protocol within a mesh network: MAC layer coordination and to point directional antennas.  Regarding the latter, to avoid the challenges of dynamically pointing antennas, some multi-antenna systems use a separate radio for each antenna (or subset of antennas). This has several problems, with the most obvious problem being cost. Even though there is now the availability of inexpensive 802.11 radios, these radios have many hidden costs due to:</p>
<ul>
<li> amplifiers</li>
<li> increased processing power and processor interconnect</li>
<li> increased node size</li>
<li> increased power consumption</li>
</ul>
<p>However, there is a bigger problem with using multiple radios &#8211; self-interference. Even if the radios each use separate frequencies and guard bands (which is impractical due to the limited number of channels in many frequency bands), all radios interfere on some level. This can be seen by looking at an 802.11 radio&#8217;s published adjacent channel rejection values, which is basically the amount of interference from communications on an adjacent non-overlapping channel. The problems due to this self-interference are magnified by the characteristics of outdoor wireless, such as high levels of external interference and weak signal reception due to long links and high amounts of obstruction.  To address the issues of cost and limited channel availability, a reduced number of radios is sometimes used. For instance, some systems use 2 or 3 radios per node. However, a reduced number of radios means a reduced number of antennas, which means either very low gain antennas are used, or 360 degree coverage is not provided. Both of these restrictions are a large problem for an outdoor mesh system.  To mitigate the interference issues, the most obvious solution is to provide high levels of isolation between the radios and between the antennas. Traditionally, this would mean expensive filters and large amounts of physical shielding which is expensive and increases node size. However, it is impractical to cost effectively provide a sufficient amount of isolation in a mesh node, given typical outdoor wireless scenarios where the received signal may be under -90dBm while the transmissions might be at +30dBm. Adjacent, or even alternate, channel rejection along with filters and physical isolation are not enough to provide anywhere near the level of isolation required. So, interference between the radios is not addressed, and results in decreased link modulation and reduction in link range, which are the two main reasons one would use a directional antenna in the first place.  Another general technological issue with using a radio per directional antenna is that such a system can&#8217;t take advantage of steerable (adaptive beam-forming) antennas. Steerable antenna technology allows an antenna&#8217;s pattern to be electronically adjusted, so a radio per beam can not be used since there are no fixed beams.  All of these issues can be addressed by using a synchronous protocol to coordinate all transmissions so that a single radio can be switched among many antennas (or between beam-steering weights). And even though a single radio architecture may not seem to have the capacity of a multiple radio architecture, a multiple radio system can not take advantage of additional radio capacity due to self-interference. And, the real bottle-neck of a mesh network is almost always at the bandwidth injection point (gateway), which means the use of multiple radios in the majority of nodes in a mesh network is wasted money.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-2/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 2)'>WAN: Why Synchronous? (part 2)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-mesh-capacity-part-2-the-multi-radio-myth/' rel='bookmark' title='Permanent Link: WAN Mesh Capacity (Part 2): The Multi-Radio Myth'>WAN Mesh Capacity (Part 2): The Multi-Radio Myth</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-mesh-capacity-part-1/' rel='bookmark' title='Permanent Link: WAN Mesh Capacity (Part 1)'>WAN Mesh Capacity (Part 1)</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/wan-why-synchronous-part-3/">WAN: Why Synchronous? (part 3)</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/wan-why-synchronous-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAN: Why Synchronous? (part 2)</title>
		<link>http://www.trilliantinc.com/education/wan-why-synchronous-part-2/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/wan-why-synchronous-part-2/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:39:03 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2229</guid>
		<description><![CDATA[Beyond the reasons mentioned in Part 1, there is another equally important, if not more important, reason to use a synchronous protocol for broadband wireless mesh &#8211; to point antennas.  One of the most effective tools an RF engineer uses to improve a wireless link and to minimize a link&#8217;s impact on others is [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
<li><a href='http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/' rel='bookmark' title='Permanent Link: Point to MultiPoint vs. Dynamic Antenna Switching'>Point to MultiPoint vs. Dynamic Antenna Switching</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/' rel='bookmark' title='Permanent Link: WAN: Why Not Synchronous? (part 5)'>WAN: Why Not Synchronous? (part 5)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Beyond the reasons mentioned in Part 1, there is another equally important, if not more important, reason to use a synchronous protocol for broadband wireless mesh &#8211; to point antennas.  One of the most effective tools an RF engineer uses to improve a wireless link and to minimize a link&#8217;s impact on others is to use directional antennas.  The benefits of directional antennas include:</p>
<ul>
<li>increased link budget (both on transmit and receive), which allows higher modulation and longer range </li>
<li>less susceptible to interference from others </li>
<li>causes less interference to others </li>
<li>increased power allowed in many regions</li>
</ul>
<p>However, the challenge with using directional antennas is just that &#8211; they are directional, which requires manual pointing and alignment.  In mesh networks, it&#8217;s advantageous to have 360 degree omni-directional coverage.  360 degree coverage from every node provides easy installation, maximizes redundancy, and avoids expensive and time-consuming system engineering of the mesh.  To provide a node with 360 degree coverage using directional antennas, multiple antennas are needed, and as the gain of the antennas increases the number of antennas needed to provide 360 degree coverage also increases.  This basic relationship applies no matter what antenna technology is used, from fixed sectors to beam-forming arrays &#8211; each of these antenna designs focuses RF energy, and as the antenna gain increases, the RF energy is more focused, decreasing the coverage angle.  And while some advanced beam-forming techniques do not use fixed antenna sectors, the RF energy is still focused in a particular direction, so the antenna angle needs to be varied in order to provide 360 degree coverage.  So, most 802.11 mesh networks with directional antennas use manual pointing, where 360 degree coverage is not provided, and the network must be engineered link-by-link.  There has been some research around dynamically pointing antennas with 802.11, but its asynchronous nature makes this extremely difficult.  One challenge with an asynchronous protocol is that some of the transmissions need to be made with omni-directional antennas (such as omni-directional Request-To-Send messages), since transmissions are not naturally pre-coordinated.  While such a method may allow for higher modulation transmission of the actual data frames, it suffers from decreased range, increased interference and increased overhead due to the coordination (the latter can be very significant in an outdoor wireless system due to high modulations and the speed-of-light propagation).  Alternatively, an asynchronous system could simply use a directional antenna only for transmissions, and use a separate omni-directional antenna for receptions.  The challenge here is that interference is an issue with the receiver, and an omni-directional receive antenna neither increases the desired signal nor decreases the interference or noise.  And, range is limited due to the lack of receive antenna gain.  Additionally, when only a single side of a link uses a directional antenna, it is not normally classified as a point-to-point link, and many regions limit the effective output power of the link.  By using a fully synchronous protocol, such as in the SecureMesh WAN, where every communication is coordinated (even bandwidth request opportunities and network entry points), antennas can be pointed on both transmit and receive.  This provides all of the benefits of a system consisting entirely of point-to-point links, while still providing the redundancy and simple installation of an omni-directional system.  While these benefits are significant, there are some challenges around creating a fully synchronous mesh protocol, but those will be discussed some other time.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
<li><a href='http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/' rel='bookmark' title='Permanent Link: Point to MultiPoint vs. Dynamic Antenna Switching'>Point to MultiPoint vs. Dynamic Antenna Switching</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/' rel='bookmark' title='Permanent Link: WAN: Why Not Synchronous? (part 5)'>WAN: Why Not Synchronous? (part 5)</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/wan-why-synchronous-part-2/">WAN: Why Synchronous? (part 2)</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/wan-why-synchronous-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAN: Why Synchronous? (part 1)</title>
		<link>http://www.trilliantinc.com/education/wan-why-synchronous-part-1/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/wan-why-synchronous-part-1/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:38:20 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2227</guid>
		<description><![CDATA[The most obvious reason that someone would choose a synchronous protocol for an outdoor wireless network is to have the ability to schedule transmissions. However, there are actually some crude ways to implement a scheduled system without being synchronous, such as by simple polling. In fact, 802.11 includes an optional Point Coordination Function (PCF) that [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/' rel='bookmark' title='Permanent Link: WAN: Why Not Synchronous? (part 5)'>WAN: Why Not Synchronous? (part 5)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-2/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 2)'>WAN: Why Synchronous? (part 2)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/' rel='bookmark' title='Permanent Link: WAN: Why Not Asynchronous? (part 4)'>WAN: Why Not Asynchronous? (part 4)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The most obvious reason that someone would choose a synchronous protocol for an outdoor wireless network is to have the ability to schedule transmissions. However, there are actually some crude ways to implement a scheduled system without being synchronous, such as by simple polling. In fact, 802.11 includes an optional Point Coordination Function (PCF) that uses polling (and 802.11e extends this functionality in its optional Hybrid Coordination Function). Additionally, 802.11 even includes some synchronous features in its base specification, specifically its Time Synchronization Function (TSF), which allows devices to periodically align their clocks, which can then be used by functions such as power-save where a sleeping device can periodically wake up at the right moment to see if there is data for it.  However, there are many reasons that 802.11 is not considered a synchronous protocol. Some features traditionally associated with synchronous protocols, such as WiMAX or SecureMesh WAN, include:</p>
<ul>
<li>Contention-less data transmissions: 802.11&#8217;s base Distributed Coordination Function (DCF) normally puts data in contention, meaning that multiple nodes may transmit simultaneously. WiMAX and the SecureMesh WAN schedule data transmissions within time slots, avoiding the contention of data, allowing more bounded latency.</li>
<li>Ranging: DOCSIS (the cable modem standard), 802.16 and the SecureMesh WAN all include a time ranging function, which determines how far apart nodes are in order to compensate for RF propagation at the speed-of-light. This maximizes efficiency, since inter-frame spaces then do not have to allow for the time of the RF propagation. Synchronous protocols that do not support ranging suffer from this overhead, and polling protocols pay the propagation penalty twice. While the speed of light is normally considered fast, on long distances links the 10&#8217;s of microseconds start to add up, especially as the frame transmissions times decrease at higher bandwidths and modulations.</li>
<li>Periodic time slot grants: DOCSIS and the SecureMesh WAN include the ability to grant recurring time slots. This means that nodes can be granted extended rights to communicate on certain time slots, which increases efficiency. Asynchronous polling protocols do not provide this. Periodic time slot grants is probably the feature that most people think of when they think of a synchronous protocol, and it&#8217;s useful for providing higher classes of service for applications like voice.</li>
<li>Clock Precision: The features of a synchronous protocol benefit from very precise clocks, which means continually adjusting for phase between time sync messages (or signals from an external clock source), or using very frequent sync messages (the SecureMesh WAN performs the former since it is more efficient).</li>
</ul>
<p>These advanced MAC features are just some of the benefits of using a synchronous protocol, but there are others&#8230;but more on that next time.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/' rel='bookmark' title='Permanent Link: WAN: Why Not Synchronous? (part 5)'>WAN: Why Not Synchronous? (part 5)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-2/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 2)'>WAN: Why Synchronous? (part 2)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/' rel='bookmark' title='Permanent Link: WAN: Why Not Asynchronous? (part 4)'>WAN: Why Not Asynchronous? (part 4)</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/wan-why-synchronous-part-1/">WAN: Why Synchronous? (part 1)</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/wan-why-synchronous-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAN Mesh Capacity (Part 2): The Multi-Radio Myth</title>
		<link>http://www.trilliantinc.com/education/wan-mesh-capacity-part-2-the-multi-radio-myth/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/wan-mesh-capacity-part-2-the-multi-radio-myth/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 00:49:37 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2177</guid>
		<description><![CDATA[When we were designing the SecureMesh WAN multi-hop scheduling protocol, our task would have been much easier if we simply used one radio to talk to the parent node and another radio to talk to the child nodes. However, there are several reasons why we chose to tackle the much more difficult problem of single-radio [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-mesh-capacity-part-1/' rel='bookmark' title='Permanent Link: WAN Mesh Capacity (Part 1)'>WAN Mesh Capacity (Part 1)</a></li>
<li><a href='http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/' rel='bookmark' title='Permanent Link: Point to MultiPoint vs. Dynamic Antenna Switching'>Point to MultiPoint vs. Dynamic Antenna Switching</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When we were designing the SecureMesh WAN multi-hop scheduling protocol, our task would have been much easier if we simply used one radio to talk to the parent node and another radio to talk to the child nodes. However, there are several reasons why we chose to tackle the much more difficult problem of single-radio multi-hop scheduling. Obvious reasons to use only a single radio include cost (radios might but cheap, but high power, industrial grade radios and the additional interconnect are not), power, size and the inability to find many clean channels&#8230;, but the main reason is that using multiple radios simply doesn&#8217;t work!  Focusing on that last claim, simultaneous transmissions and receptions over long-distance links simply do not work in the real world. This is based on physics. If a high-power radio is transmitting at +30dBm while another co-located radio is trying to receive a signal at -90dBm, then the +30dBm transmission will completely swamp the -90dBm reception. That&#8217;s a 120dB difference in signal levels, and to put that in perspective, the transmitted signal level is 1 trillion times stronger than the received signal level.  To combat this problem, multi-radio systems have traditionally tried using combinations of:</p>
<ul>
<li>filtering (but filtering is expensive and can not provide anywhere near the needed 100dB+ of isolation)</li>
<li>physical separation of antennas (but using extremely long cables to externally mounted antennas is lossy, expensive, and doesn&#8217;t fit onto a pole &#8211; so it&#8217;s impractical to get the level of isolation required)</li>
<li>increasing received signal strength by only allowing very short links (but this is still insufficient, and would only allow for very short links)</li>
<li>lab demos (it&#8217;s common to see cabled multi-radio setups showing simultaneous active radios in the lab, but this is just smoke and mirrors where the cables are providing artificial path isolation and are allowing unrealistically high received signal levels)</li>
<li>lowering modulation (where the radios are allowed to interfere and simply drop modulation and rely on CSMA &#8211; but then there is no capacity benefit to using multiple radios)</li>
<li>requiring channel separation (but even skipping an entire channel is not enough, which you can see from radio vendors&#8217; published &#8220;alternative channel rejection&#8221; values)</li>
<li>and (in theory), trying to schedule around tx/rx situations (but, this requires symmetric upstream and downstream traffic, and is impractical)</li>
</ul>
<p>Even if different channels are used, a typical wireless specification like 802.11a only requires adjacent channel rejection of up to 16 dB and alternate channel rejection up to 32 dB. So even different channels don&#8217;t help, and different frequency bands are sometimes recommended (for instance, one channel at 5.2Ghz and the other at 5.8 GHz) which is impractical due to power restrictions and availability.  Even the combination of many of these techniques is nowhere near sufficient to allow for simultaneous transmissions and receptions in a single device over reasonable link distances. So, while a multi-radio story might sound extremely compelling, and has somehow even found its way into some RFP requirements, there are many hidden technical challenges that make it not feasible in the real world.  And there is another important factor in the single versus multiple radio debate &#8211; in an &#8220;access network&#8221;, where the majority of traffic is flowing to and from a gateway node, the bottleneck is almost always the gateway. So, in order to increase capacity of the overall mesh, multiple radios can simply be used at the gateway (which I&#8217;ll talk about how to most effectively do in regard to SecureMesh WAN devices in another post). So, if you happen to have access to a live mesh &#8220;access network&#8221;, try monitoring the utilization of all of your non-gateway radios versus your gateway radios, and this will show you how much money you&#8217;ve stranded on your poles.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-mesh-capacity-part-1/' rel='bookmark' title='Permanent Link: WAN Mesh Capacity (Part 1)'>WAN Mesh Capacity (Part 1)</a></li>
<li><a href='http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/' rel='bookmark' title='Permanent Link: Point to MultiPoint vs. Dynamic Antenna Switching'>Point to MultiPoint vs. Dynamic Antenna Switching</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/wan-mesh-capacity-part-2-the-multi-radio-myth/">WAN Mesh Capacity (Part 2): The Multi-Radio Myth</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/wan-mesh-capacity-part-2-the-multi-radio-myth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAN Mesh Capacity (Part 1)</title>
		<link>http://www.trilliantinc.com/education/wan-mesh-capacity-part-1/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/wan-mesh-capacity-part-1/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 00:48:01 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2175</guid>
		<description><![CDATA[There has been an ongoing discussion in the mesh community about how much capacity is lost due to the relaying of data within a wireless mesh network. Proponents of multi-radio architectures have argued that they can deliver close to 1/n (where n is the number of hops) of the capacity of a radio simultaneously to [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-mesh-capacity-part-2-the-multi-radio-myth/' rel='bookmark' title='Permanent Link: WAN Mesh Capacity (Part 2): The Multi-Radio Myth'>WAN Mesh Capacity (Part 2): The Multi-Radio Myth</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
<li><a href='http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/' rel='bookmark' title='Permanent Link: Point to MultiPoint vs. Dynamic Antenna Switching'>Point to MultiPoint vs. Dynamic Antenna Switching</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There has been an ongoing discussion in the mesh community about how much capacity is lost due to the relaying of data within a wireless mesh network. Proponents of multi-radio architectures have argued that they can deliver close to 1/n (where n is the number of hops) of the capacity of a radio simultaneously to each mesh device, while single radio architectures are closer to 1/2^n. For instance, a 4-hop path in a multi-radio system (assuming several clean channels are available) could deliver on the order of 1/4 the capacity of a radio simultaneously to all mesh devices, while a single-radio system may only be able to deliver 1/2^4, or 1/16, the capacity of a radio, due to multi-hop interference.  This diagram shows how a traditional single radio mesh system has its bandwidth reduced due to a large interference domain allowing only a single device to transmit at a time (note: the circles show the communication range, while the interference range will usually have a radius many times larger).  <a href="http://www.skypilot.com/blog/wp-content/uploads/2009/02/omni4.gif"><img class="aligncenter size-full wp-image-29" title="Single Radio Mesh" src="http://www.skypilot.com/blog/wp-content/uploads/2009/02/omni4.gif" alt="Single Radio Mesh" width="500" height="340" /></a> A multi-radio system could use several frequencies to allow multiple transmissions to take place at the same, reducing some of these interference conditions (however, not only does this require multiple clean channels, but there are some pitfalls that will be analyzed in a future post).  So an obvious question is, &#8220;How does the SecureMesh WAN&#8217;s dynamic antenna switching affect system capacity?&#8221; The answer is that even though the SecureMesh WAN system uses a single backhaul radio, it can still provide 1/n the channel capacity simultaneously to each device due to the dynamic antenna switching.  In addition to all of the previously discussed benefits of dynamic antenna switching, such as higher link budget, interference avoidance and point-to-point power levels, the largest benefit is probably from something called &#8220;spectral re-use&#8221;. Basically, spectral re-use is a benefit of using dynamically switched high-gain antennas where multiple transmissions can take place simultaneously, on the same frequency, in very close proximity.  For example, the dynamic point-to-point link formed by the high-gain antennas allows a first-hop transmission to not interfere with a third-hop reception, even on the same channel. And while one first-hop device is relaying, spectral re-use allows many other devices to simultaneously communicate, such as allowing the gateway to transmit to another first-hop device. That is why we always recommend at least 2 first-hop devices. This allows the gateway, and most other devices within the mesh, to be continuously active, so the capacity of the overall system is equal to the capacity of the gateway radio.  This allows at least 1/n to be delivered to each device simultaneously, equivalent to the multi-radio mesh system and much higher than traditional single radio systems.  <span style="color: #0000ee; text-decoration: underline;"><a href="http://www.skypilot.com/blog/wp-content/uploads/2009/02/dir2.gif"><img class="aligncenter size-full wp-image-26" title="Dynamically Switched Directional Antennas" src="http://www.skypilot.com/blog/wp-content/uploads/2009/02/dir2.gif" alt="Dynamically Switched Directional Antennas" width="500" height="169" /></a></span> And by only consuming a single channel, additional channels can be employed in order to multiply overall system capacity (plus, it is often difficult to find the multiple clean channels that multi-radio architectures require). But, the use of multiple radios in context of traditional mesh networks and the SecureMesh WAN system will be explored in a future post.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-mesh-capacity-part-2-the-multi-radio-myth/' rel='bookmark' title='Permanent Link: WAN Mesh Capacity (Part 2): The Multi-Radio Myth'>WAN Mesh Capacity (Part 2): The Multi-Radio Myth</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
<li><a href='http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/' rel='bookmark' title='Permanent Link: Point to MultiPoint vs. Dynamic Antenna Switching'>Point to MultiPoint vs. Dynamic Antenna Switching</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/wan-mesh-capacity-part-1/">WAN Mesh Capacity (Part 1)</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/wan-mesh-capacity-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethernet vs. IP at the edge of the Smart Grid</title>
		<link>http://www.trilliantinc.com/education/ethernet-vs-ip-at-the-edge-of-the-smart-grid/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/ethernet-vs-ip-at-the-edge-of-the-smart-grid/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 00:46:27 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2173</guid>
		<description><![CDATA[In every realm of networking, from backbone transport, to enterprise LAN, to access networks, to even data centers, there are debates about the use of layer 2 (Ethernet) versus layer 3 (IP) transport. The proponents of layer 2 argue that it&#8217;s inexpensive, efficient, and supports non-IP protocols while the proponents of layer 3 argue that [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/' rel='bookmark' title='Permanent Link: WAN: Why Not Asynchronous? (part 4)'>WAN: Why Not Asynchronous? (part 4)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/' rel='bookmark' title='Permanent Link: WAN: Why Not Synchronous? (part 5)'>WAN: Why Not Synchronous? (part 5)</a></li>
<li><a href='http://www.trilliantinc.com/education/link-distance-flexibility/' rel='bookmark' title='Permanent Link: Link Distance Flexibility'>Link Distance Flexibility</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In every realm of networking, from backbone transport, to enterprise LAN, to access networks, to even data centers, there are debates about the use of layer 2 (Ethernet) versus layer 3 (IP) transport. The proponents of layer 2 argue that it&#8217;s inexpensive, efficient, and supports non-IP protocols while the proponents of layer 3 argue that it&#8217;s more secure and scalable than layer 2. There are obviously different answers for different networks, but having personally developed both IP and Ethernet systems for military wireless mesh, fixed wireless access and Wi-Fi clouds, I believe that in the case of last-mile wireless access the benefits of layer 2 (Ethernet) far outweigh the problems that need to be addressed. In order to compare the pros and cons of each transport technology, let&#8217;s look at the issues with each since the benefits of one technology are often the converse of the issues with the other.</p>
<p>Issues with layer 3 (IP):</p>
<ul>
<li>Only IP is transported: no AppleTalk, PPPoE, broadcast device discovery, or legacy Ethernet devices such as serial/Ethernet telemetry&#8230;</li>
<li><span>No virtual LAN services: offering layer 2 pipes for virtual LAN services has become an extremely important offering for many service providers. IP networks do not inherently support this service, and additional equipment or protocols need to be layered on top in order to support it.</span></li>
<li>IP demarcation issues: the interface from the wireless access equipment must support whatever dynamic routing protocol the operator has chosen (RIP, OSPF, BGP-4, &#8230;). And, the operator may need to run a dynamic IP routing protocol in order to support client mobility (while an Ethernet system      would allow learning switches to interconnect gateways for fast, transparent roaming.)</li>
<li>IP multicast support (for some types of video streaming) needs to be explicitly supported. IP Multicast forwarding is very different than regular IP forwarding, and involves different protocols.</li>
<li>Slower re-routing: compared to Ethernet table learning, IP dynamic routing is slow.</li>
</ul>
<p>Issues with layer 2 (Ethernet):</p>
<ul>
<li>Scalability limitations due to a large broadcast domain and Ethernet learning table size restrictions of external switches.</li>
<li>Inter-subscriber security concerns due to layer 2 attacks directly between subscribers (ARP poisoning, rogue DHCP servers, &#8230;).</li>
<li>Subscriber-to-network security concerns from Ethernet MAC address spoofing and ARP poisoning.</li>
</ul>
<p>Since layer 3 is a higher layer protocol than layer 2, it seems to become a question of limitations versus problems. Is it better to live with the limitations of an IP transport or with the problems of an Ethernet transport? To deal with the issue of MAC address scalability, fortunately switch learning tables have greatly increased in size. And even if an Ethernet learning table overflows, the standard behavior is to replace the oldest entry, which is often from an inactive device. And data is still forwarded in any case, so the total number of devices supported on a network is much larger than the size of the switches&#8217; Ethernet learning tables. And to deal with both the large broadcast domain issue and lack of security between subscribers due to potential layer 2 attacks, many switches have a feature called &#8220;protected ports&#8221; (which Trilliant has implemented as &#8220;Peer to Peer Control&#8221;). This feature can selectively block layer 2 forwarding between ports and VLANs of an Ethernet switch, or between subscribers within a virtual LAN within the SecureMesh WAN system, in cases where the users of those ports or VLANs are not from the same administrative domain (for example, not employees of the same company). And since this control can be done on a VLAN basis, an operator can use this control to provide some groups of subscribers direct layer 2 access while limiting the layer 2 access of other users, such as home Internet subscribers, to only the router that leads to the Internet. And even if users of different protected ports or VLANs need to communicate at layer 3 (for some cases of VoIP, gaming, file sharing, &#8230;) then several simple methods are available to allow that communication at layer 3 or above, such as the &#8220;local proxy ARP&#8221; feature of most routers or /30 IP subnetting at the subscriber level. <span>So with the control of protected ports and VLANs in both the wireless system and any external network switches, the potential of attacks between subscribers (such as ARP poisoning and rogue DHCP servers) can be completely avoided, and the only attacks left are attacks directly from subscribers to the network (such as to the first hop router). These layer 2 attacks fall into two specific cases: MAC spoofing and ARP poisoning. In both of these attacks one user intentionally mimics the Ethernet MAC address of another user, which causes a temporary Denial of Service (DoS). These can not effectively be used as data intercept attacks, so data is not compromised. And the denials of service are extremely short, especially in the case of MAC address spoofing where the attack only lasts until the real user sends a single Ethernet frame. And since the attacker is easily identified and their access can simply disabled, these attacks are not actually very common, and are ineffective. And an alternative or supplementary tool that an operator can use to address many of these issues is filtering. SecureMesh WAN devices support filters that range from the Ethernet MAC layer up to the IP port level. For example, instead of (or in addition to) disabling peer to peer communication using protected ports, an operator can simply configure UDP port filters to prevent rogue DHCP servers. So by having addressed these Ethernet scalability and security concerns, the edge network can take advantage of the benefits of an Ethernet transport, including:</span></p>
<ul>
<li>Simple IP address management: IP addresses can be handed out in a number of ways (DHCP, static, PPPoE, &#8230;) and they can be assigned independently of the point of attachment.</li>
<li>Support for any Ethernet device, such as IPv4, IPv6, IP multicast, NetBIOS, AppleTalk, and legacy Ethernet devices.</li>
<li>Virtual LAN services (private LANs can be configured across the network).</li>
<li>Simple layer 2 demarcation at the base-station (no IP routing protocol requirements).</li>
</ul>
<p>An important aspect of Ethernet is that using it as a transport method does not mean a lack of IP services. IPv4, IPv6 and virtually every layer 3 protocol has an Ethernet convergence function, so if a device talks Ethernet then it can run over an Ethernet transport system without any special support from the network devices. And, even if a device such as a wireless mesh node provides Ethernet transport, it can also include an IP stack for its own communication, such as remote management. And IP-aware filters can be added to devices that are providing only an Ethernet transport service. So, Ethernet transport does not mean &#8220;no IP&#8221;.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-not-asynchronous-part-4/' rel='bookmark' title='Permanent Link: WAN: Why Not Asynchronous? (part 4)'>WAN: Why Not Asynchronous? (part 4)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-not-synchronous-part-5/' rel='bookmark' title='Permanent Link: WAN: Why Not Synchronous? (part 5)'>WAN: Why Not Synchronous? (part 5)</a></li>
<li><a href='http://www.trilliantinc.com/education/link-distance-flexibility/' rel='bookmark' title='Permanent Link: Link Distance Flexibility'>Link Distance Flexibility</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/ethernet-vs-ip-at-the-edge-of-the-smart-grid/">Ethernet vs. IP at the edge of the Smart Grid</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/ethernet-vs-ip-at-the-edge-of-the-smart-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Point to MultiPoint vs. Dynamic Antenna Switching</title>
		<link>http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 00:38:27 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2171</guid>
		<description><![CDATA[Point-to-MultiPoint (PtMP) systems typically require multiple frequencies in order to avoid self-interference (interference among base-stations within the same network, or among sectors of a single base-station). The degree that multiple frequencies are re-used within the network is called &#8220;frequency re-use&#8221;, and is quantified by a frequency re-use factor. The frequency re-use factor will vary based [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-2/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 2)'>WAN: Why Synchronous? (part 2)</a></li>
<li><a href='http://www.trilliantinc.com/education/link-distance-flexibility/' rel='bookmark' title='Permanent Link: Link Distance Flexibility'>Link Distance Flexibility</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Point-to-MultiPoint (PtMP) systems typically require multiple frequencies in order to avoid self-interference (interference among base-stations within the same network, or among sectors of a single base-station). The degree that multiple frequencies are re-used within the network is called &#8220;frequency re-use&#8221;, and is quantified by a frequency re-use factor. The frequency re-use factor will vary based on the number of available frequencies, the deployed technology and the network architecture.  The network architecture generally falls into two categories: omni-directional systems and sectorized systems.</p>
<p>For omni-directional PtMP systems, the frequency re-use factor is basically how often a frequency gets reused within the overall network, and re-use factors of 3, 4, 7, 9 and 12 are common. A frequency re-use factor of 4 means that 4 different frequencies are used, with base-stations that have adjacent coverage each operating on a different single frequency, and each frequency is reused on each 4th base-station.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-37" title="freq-reuse" src="http://www.skypilot.com/blog/wp-content/uploads/2009/02/freq-reuse.jpg" alt="freq-reuse" width="403" height="260" /></p>
<p>A problem with this type of network is that obviously many frequencies are required, which may not be possible in many limited frequency bands such as 3.65 GHz or 4.9 GHz. And since only a fraction of the total available bandwidth is used at each base-station, the capacity of each base-station is reduced. Additionally, since each base-station is only providing a single frequency, there is no frequency or base-station redundancy at the subscriber level, so interference or a failure of a base-station will cause a complete outage for any affected subscribers.</p>
<p>For sectorized base-stations, a frequency re-use factor of 3 is commonly used, and adjacent sectors do not use the same frequency. For instance, if a base-station has 3 sectors, each sector would be 120 degrees wide for 360 degree coverage and each sector would use a different frequency from a total of 3 frequencies. Problems with this architecture include:</p>
<ul>
<li>Lack of frequency diversity at the subscriber: a subscriber physically resides in one primary sector (and frequency), so if that frequency is being interfered with by a different base-station (in a licensed band) or a different network (in an unlicensed or &#8220;lightly&#8221; licensed band) then the subscriber could lose service. And if directional antennas are used at the subscriber, which is almost always the case in order to increase the link gain, then redundancy is not even availabe from other base-station locations.</li>
<li>Lower antenna gain: the frequency re-use factor dictates the sector beam-width (antenna gain is directly related to beam-width), and, in order to get 360 degree coverage, wide antenna beam-widths are needed. And even if a single frequency were used multiple times on a single base-station (which usually requires some sort of coordination), such as in a F1,F2,F3,F1,F2,F3 pattern, each sector would still only be at most 60 degrees. In a dynamically switched antenna system, like the SecureMesh WAN&#8217;s, this constraint does not exist, and the antenna beam-width can be much smaller which results in higher antenna gain.</li>
<li>Multiple frequencies are needed: just like in the omni-directional case, in some bands there are a limited number of available frequencies (or frequencies are expensive in licensed bands).  And in unlicensed bands there may not be multiple clean channels. And if a single channel is sub-divided, which many systems do not even support, each sector would only have a fraction of the total bandwidth.</li>
</ul>
<p>With the SecureMesh WAN&#8217;s dynamic antenna switching, 8 high-gain 45 degree sectors are shared using a single radio, so a single frequency can be provided with 360 degree coverage while still providing the benefits of a high-gain antenna. Even though the SecureMesh WAN provides the resiliency of a mesh networking architecture,  this spectral reuse flexibility has allowed many utilities to deploy  large PtMP deployments in which each base-station provides synchronous  connectivity to  low-cost endpoint equipment.</p>
<pre><img class="aligncenter size-full wp-image-38" title="freq-reuse-sect" src="http://www.skypilot.com/blog/wp-content/uploads/2009/02/freq-reuse-sect.jpg" alt="freq-reuse-sect" width="545" height="179" /></pre>
<p>In situations where multiple channels are available, an omni-directional PtMP system loses any extra capacity that could have been gained, due to the required frequency re-use. By simply using multiple base-stations with the SecureMesh WAN system, all of the additional channel capacity can be provided at each base-station location. And, each channel is provided over 360 degrees, compared to sectorized PtMP architectures which only provide each frequency on particular sectors, so with the SecureMesh WAN equipment, there is frequency and base-station equipment redundancy to each subscriber (even if the subscriber uses a high-gain directional antenna).</p>
<p>And, of course, there is the additional benefit of meshing for additional range, routing around obstructions, and increasing system capacity by relaying through shorter high-modulation links (instead of wasting base-station bandwidth by communicating to a long range subscriber at low modulation, a high-modulation relay can be used).  But, these benefits are all extra, since even in a pure PtMP environment there is significant benefit from dynamic antenna switching.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-2/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 2)'>WAN: Why Synchronous? (part 2)</a></li>
<li><a href='http://www.trilliantinc.com/education/link-distance-flexibility/' rel='bookmark' title='Permanent Link: Link Distance Flexibility'>Link Distance Flexibility</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/">Point to MultiPoint vs. Dynamic Antenna Switching</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Distance Flexibility</title>
		<link>http://www.trilliantinc.com/education/link-distance-flexibility/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/link-distance-flexibility/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 00:37:19 +0000</pubDate>
		<dc:creator>Randy Frei</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=2169</guid>
		<description><![CDATA[When deploying an outdoor wireless network, a choice is usually made between building a short-range mesh or a long-range PtMP/PtP system. A short-range mesh is normally used for downtowns, &#8220;hot zones&#8221; and campuses, and provides all the benefits normally attributed to meshing, such as fault tolerance due to re-routing and fast, easy installation with little [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/' rel='bookmark' title='Permanent Link: Point to MultiPoint vs. Dynamic Antenna Switching'>Point to MultiPoint vs. Dynamic Antenna Switching</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-2/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 2)'>WAN: Why Synchronous? (part 2)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When deploying an outdoor wireless network, a choice is usually made between building a short-range mesh or a long-range PtMP/PtP system. A short-range mesh is normally used for downtowns, &#8220;hot zones&#8221; and campuses, and provides all the benefits normally attributed to meshing, such as fault tolerance due to re-routing and fast, easy installation with little need for link engineering due to the large amount of peers available. But the problems include:</p>
<ul>
<li>shorter links</li>
<li>the need for more wired or wireless backhaul</li>
<li>unpredictable service due to the large interference domain</li>
</ul>
<p>To provide longer range communications, a PtMP or PtP system can be used. This is normally used for applications such as fixed wireless access to homes or businesses, and Smart Grid backhaul, especially in medium density to rural areas. But problems with this model include:</p>
<ul>
<li>a lack of redundancy due to each client normally seeing only a single base station</li>
<li>many base stations are required due to single hop</li>
<li>the need to engineer each link</li>
<li>incomplete coverage (each client must have a direct path to a base station, so some installations may be completely obstructed, and the network must be built very densely to minimize this)</li>
</ul>
<p>To address some of these issues with each type of system, an architecture started to emerge a few years ago which combined PtMP backhaul along with omni-directional mesh. However, not only does this require two different solutions and sets of equipment, but the many of the issues are inherited from each type of system. For instance, while a subscriber connecting to the short-range mesh may benefit from the many mesh nodes available to choose from, there is still a need to engineer the backhaul links and there are still issues around interference with the short-range mesh. The PtMP system would still need to be built very densely to provide sufficient coverage and in order to compensate for the single hop links, and there still may be coverage holes due to obstructions. Also, the PtMP system lacks redundancy. And although it may be possible to use multiple meshes to heal around back-haul outages, this requires complex dynamic routing to be run between the backhaul network and the short-range mesh, and requires multiple adjacent short-range meshes which may not be present in situations where the meshes are islands within a larger sparse network.  One of the reasons that we chose to implement dynamic antenna pointing was to address both of these network architecture issues by providing a single system that can do both long-range backhaul and short-range meshing. In fact, while our first internal testbed ran over 7 hops that ranged from 10 yards to 300 yards, our first customer deployment connected mountain tops across 20 mile links. Over the shorter links the dynamically switched antennas have the isolation needed to avoid interference and to provide spectral reuse, while over longer links the antennas provide the gain needed to close the links at a decent modulation. These very different deployments use the same hardware, same protocol and exactly the same configuration &#8211; the only difference is the deployment locations.  Below are snapshots of two live deployments, one mostly PtMP (with one SecureMesh WAN Extender relay) and one dense mesh. The PtMP system has a mixture of links, from short to several miles, while the dense mesh has links of mostly under 100 yards. These systems are running equivalent hardware (although DualBands are used in the dense mesh), the same software, with the same basic configuration.  <img class="alignnone size-full wp-image-91" title="ptmp" src="http://www.skypilot.com/blog/wp-content/uploads/2009/02/ptmp4.jpg" alt="ptmp" width="617" height="572" /> <img class="alignnone size-full wp-image-92" title="sc" src="http://www.skypilot.com/blog/wp-content/uploads/2009/02/sc6.jpg" alt="sc" width="617" height="572" /> In some rural areas there is even a hybrid model that some customers use with the SecureMesh WAN equipment where pockets of dense subscribers, connected to each other using short links, are interconnected using long distance links. For example, there are areas of rural Germany where a single Gateway connects over long links to Extenders in different villages, which then mesh over shorter links with other Extenders and Connectors within the villages.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/point-to-multipoint-vs-dynamic-antenna-switching/' rel='bookmark' title='Permanent Link: Point to MultiPoint vs. Dynamic Antenna Switching'>Point to MultiPoint vs. Dynamic Antenna Switching</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-2/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 2)'>WAN: Why Synchronous? (part 2)</a></li>
<li><a href='http://www.trilliantinc.com/education/wan-why-synchronous-part-3/' rel='bookmark' title='Permanent Link: WAN: Why Synchronous? (part 3)'>WAN: Why Synchronous? (part 3)</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/link-distance-flexibility/">Link Distance Flexibility</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/link-distance-flexibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HAN Gateway Architectures</title>
		<link>http://www.trilliantinc.com/education/han-gateway-architectures/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.trilliantinc.com/education/han-gateway-architectures/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:53:56 +0000</pubDate>
		<dc:creator>Brian Jenkins</dc:creator>
				<category><![CDATA[Education Center]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://lamp2.trilliantinc.com/?p=43</guid>
		<description><![CDATA[Recent reports predict that 100 million smart meters will be deployed in the next five years and that half of these will have a built-in Home Area Network (HAN) gateway for in-home energy management programs and services. ON World&#8217;s survey of 77 utilities in the United States also found that 21% are planning to integrate [...]


Related content:<ol><li><a href='http://www.trilliantinc.com/education/white-paper-the-home-area-network-architectural-considerations-for-rapid-innovation/' rel='bookmark' title='Permanent Link: White Paper &#8211; The HAN Gateway Architecture: Future-Proofing Considerations'>White Paper &#8211; The HAN Gateway Architecture: Future-Proofing Considerations</a></li>
<li><a href='http://www.trilliantinc.com/education/the-evolution-of-the-smart-grid/' rel='bookmark' title='Permanent Link: The Evolution of the Smart Grid'>The Evolution of the Smart Grid</a></li>
<li><a href='http://www.trilliantinc.com/education/smart-grid-news-roundup-5-42010/' rel='bookmark' title='Permanent Link: Smart Grid Industry News Roundup: 05/04/2010'>Smart Grid Industry News Roundup: 05/04/2010</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recent reports predict that 100 million smart meters will be deployed in the next five years and that half of these will have a built-in Home Area Network (HAN) gateway for in-home energy management programs and services. ON World&#8217;s survey of 77 utilities in the United States also found that 21% are planning to integrate a HAN gateway into every smart meter deployed.</p>
<p>The HAN enables energy efficiency, demand response, and direct load control in a Smart Grid deployment. Behavioral energy efficiency utilizing real-time meter data, technology-enabled dynamic pricing, and deterministic direct load control are examples of demand-side management applications that are enabled by high bandwidth, two-way, end-to-end communications in the Smart Grid. A Smart Grid that incorporates energy efficiency and demand response increases its value as a long-term infrastructure investment and reduces the time required to achieve a satisfactory return on investment in the short-term.</p>
<p>The main architectural question, though, is whether to integrate the HAN gateway function into the smart meter. The rapid evolution of the underlying HAN radio communications protocols, as well as the HAN applications they support, introduces a need for a system architecture that can evolve with HAN technology. The two viable HAN gateway architectures (integration into the smart meter and the dedicated in-home gateway device) are evaluated in our new white paper, <a href="http://info.trilliantinc.com/WhitePaper-HANGatewayArchitecture.html" target="_blank">The Home Area Network: Architectural Considerations for Rapid Innovation</a>.</p>


<p>Related content:<ol><li><a href='http://www.trilliantinc.com/education/white-paper-the-home-area-network-architectural-considerations-for-rapid-innovation/' rel='bookmark' title='Permanent Link: White Paper &#8211; The HAN Gateway Architecture: Future-Proofing Considerations'>White Paper &#8211; The HAN Gateway Architecture: Future-Proofing Considerations</a></li>
<li><a href='http://www.trilliantinc.com/education/the-evolution-of-the-smart-grid/' rel='bookmark' title='Permanent Link: The Evolution of the Smart Grid'>The Evolution of the Smart Grid</a></li>
<li><a href='http://www.trilliantinc.com/education/smart-grid-news-roundup-5-42010/' rel='bookmark' title='Permanent Link: Smart Grid Industry News Roundup: 05/04/2010'>Smart Grid Industry News Roundup: 05/04/2010</a></li>
</ol></p><hr />
<p><small><a href="http://www.trilliantinc.com/education/han-gateway-architectures/">HAN Gateway Architectures</a> was posted at <a href="http://www.trilliantinc.com">Trilliant</a>. | http://www.trilliantinc.com
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.trilliantinc.com/education/han-gateway-architectures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.trilliantinc.com @ 2010-09-10 22:04:25 -->