<?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>Ilya Gorodnyanskiy - IT-Blog &#187; Ad Hoc Networks</title>
	<atom:link href="http://i-gorod.org/itblog/category/ad-hoc-networks-manet/feed/" rel="self" type="application/rss+xml" />
	<link>http://i-gorod.org/itblog</link>
	<description>Personal web site of Ilya Gorodnyanskiy</description>
	<lastBuildDate>Fri, 20 Apr 2012 15:27:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Mesh Networks &#8211; the Era of Free Calls is Coming.</title>
		<link>http://i-gorod.org/itblog/2007/09/16/mesh-networks-the-era-of-free-calls-is-coming/</link>
		<comments>http://i-gorod.org/itblog/2007/09/16/mesh-networks-the-era-of-free-calls-is-coming/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 04:39:38 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Ad Hoc Networks]]></category>
		<category><![CDATA[IT-News]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/09/16/mesh-networks-the-era-of-free-calls-is-coming/</guid>
		<description><![CDATA[The first bells are already tolling! The time of mobile ad-hoc networks is coming. The Austrian online newspaper Kleine Zeitung reports about a Swedish compony TerraNet that currently works hard on practical realisation of Wireless Mesh Networks (WMN). Ericsson has invested already about 4 mio Euros in this project. Mesh networks are a subtype of [...]]]></description>
			<content:encoded><![CDATA[<p>The first bells are already tolling! The time of mobile ad-hoc networks is coming. The Austrian online newspaper <a href="http://www.kleine.at" title="kleine zeitung">Kleine Zeitung</a> reports about a Swedish compony TerraNet that currently works hard on practical realisation of Wireless Mesh Networks (WMN). Ericsson has invested already about 4 mio Euros in this project. Mesh networks are a subtype of Mobile Ad-Hoc Networks that<span id="more-47"></span> unlike pure MANETs assume the usage of acceess points. These access points makes the task of dynamic network organization a bit easier.</p>
<p>The idea of mesh networks is quite easy. You have a group of mobile phones and only few of them are directly connected to an access point. The other phones use their connected neighbours as routers to get an access to the global network too. Thus this technology makes possible free calls over internet without using the GSM service of mobile phone providers. TerraNet made already some tests in Tansania and Equador.</p>
<p>TerraNet&#8217;s chief Carlius says that the mobile phone providers are not that very much ready to invest money in development of Mesh networks. It&#8217;s obviously that it would mean the end of GSM era. But I&#8217;m more than sure that in several years when this technology gets ripe enough and mesh network components will be the standard equipment at mobile phones like Bluetooth or Wlan, it will displace current expensive phone services.</p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/09/16/mesh-networks-the-era-of-free-calls-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISO/OSI Layers in MANets.</title>
		<link>http://i-gorod.org/itblog/2007/07/14/isoosi-layers-in-manets/</link>
		<comments>http://i-gorod.org/itblog/2007/07/14/isoosi-layers-in-manets/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 01:20:09 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Ad Hoc Networks]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/07/14/isoosi-layers-in-manets/</guid>
		<description><![CDATA[What does make routing and communication in Ad Hoc Networks different from routing and communication in usual LANs, WANs etc.? The main peculiarities are the absence of wires, routers and any predefined infrastructure. The nodes communicate with each other over the air and this is a very unreliable medium. Because of reflection, diffraction, diffusion and [...]]]></description>
			<content:encoded><![CDATA[<p>What does make routing and communication in Ad Hoc Networks different from routing and communication in usual LANs, WANs etc.? The main peculiarities are the absence of wires, routers and any predefined infrastructure.  The nodes communicate with each other over the air and  this is a very unreliable medium. Because of reflection, diffraction, diffusion and other signal propogation properties  the data exchanging by nodes is frequently lost.  Besides the connections between nodes can break because the nodes move  and this changes then the topology of the network.<span id="more-34"></span></p>
<p>Taking into consideration all these facts, it&#8217;s obvious that the standard approaches applicable to the usual networks with pre-existing infrastructure aren&#8217;t suitable in general for the ad hoc networks. In following I&#8217;d like to tell a couple of words to ISO/OSI layers and explain briefly how they are realized in ad hoc networks.</p>
<p><strong>Data Link Layer</strong>.</p>
<p>In Ethernet the <em>Carrier Sense Multiple             Access Collision Detection</em> (CSMA/CD) is mostly used as the <em>Medium Access Control Protocol</em>.  This protocol does not work well in ad hoc network. So imagine there is a node A that wants to send a packet to the other node B. A has to be sure that no other neighbour is sending at the moment to avoid collisions. If medium is already in use, A has to wait. The main lack of this approach is so called <em>Hidden Terminal</em> Problem. <img src="http://i-gorod.org/itblog/images/manets/hiddenTerminal.jpg" alt="Hidden Terminal Problem" align="left" border="1" height="150" hspace="5" vspace="5" width="250" /> The picture depicts it. The node C is hidden from the node A. If C is already sending and A wants to send, it can&#8217;t find any sending nodes nearby, so it starts sending too. It leads to a collisions at the node B.</p>
<p>That&#8217;s why <em>IEEE 802.11</em> offers the alternative <em>MAC</em> protocol that partly solves this problem. If the node A wants to send some packet to the node B and the medium is free, A sends first of all a short <em>RTS</em> (ready to send) signal. All the neighbours of A know then that A is going to send. When B recieves <em>RTS</em> it sends <em>CTS</em> (clear to send) signal, and thus all the neihbours of B know that B is going to recieve. After the transmition B sends an <em>ACK</em> and it releases the medium for the neighbours.</p>
<p><strong>Network Layer</strong>.</p>
<p>The most important and interesting question is how one node finds a multi-hop path to the other node. Routing protocols for mobile ad hoc networks are devided into three large classes <em>proactive,</em> <em>reactive and hybrid</em> routing protocols. <em>Reactive protocols </em>are designed for the ad hoc networks with high dynamics, where the network topology changes frequently. Each time when one node sends a packet to the other node, the routing path is built up again. <em>Proactive</em> protocols use a kind of routing tables. It is assumed that the routes change not so often and they can be saved for a while in a table. The tables are then changed by the nodes. And at last <em>Hybrid</em> protocols use both of these technics. The list of most popular algorithms can be found for example in <a href="http://en.wikipedia.org/wiki/Ad_hoc_routing_protocol_list" title="routing protocols in wiki">Wikipedia</a>.</p>
<p><strong>Transport Layer. </strong></p>
<p>In most ad hoc networks various realizations of TCP are used as the transport protocol. All the realizations like TCP Reno, TCP New-Reno differ from each other by algorithms that set the congestion window. The &#8220;normal&#8221; TCP doesn&#8217;t work well in ad hoc networks because the packets  are frequently lost being propagating over the air. &#8220;Normal&#8221; TCP has to be adopted to these conditions.</p>
<p><strong>Application Layer.</strong></p>
<p>Unlike the Application Layer in common networks, application layer in mobile ad hoc networks can&#8217;t be completely isolated from the network layer. The developing applications have to be aware of the dynamics of the network and depending on the frequency of the topology changes apply for example the appropriate routing protocol.</p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/07/14/isoosi-layers-in-manets/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Introduction to Mobile Ad Hoc Networks. Classification.</title>
		<link>http://i-gorod.org/itblog/2007/07/08/introduction-into-mobile-ad-hoc-networks-classification/</link>
		<comments>http://i-gorod.org/itblog/2007/07/08/introduction-into-mobile-ad-hoc-networks-classification/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 16:41:57 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Ad Hoc Networks]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/07/08/introduction-into-mobile-ad-hoc-networks-classification/</guid>
		<description><![CDATA[First of all let&#8217;s give a definition of what a Mobile Ad Hoc Network is. It is a collection of mobile nodes, such devices as PDAs, mobile phones, laptops etc., that are connected over a wireless medium. There is no pre-existing communication infrastructure (no access points, no base stations) and the nodes can freely move [...]]]></description>
			<content:encoded><![CDATA[<p>First of all let&#8217;s give a definition of what a <em>Mobile Ad Hoc Network</em> is. It is a collection of mobile nodes, such devices as PDAs, mobile phones, laptops etc., that are connected over a wireless medium. There is no pre-existing communication infrastructure (no access points, no base stations) and the nodes can freely move and self-organize  into a network topology.<span id="more-33"></span> <img src="http://i-gorod.org/itblog/images/manets/adhocnet.jpg" alt="Ad Hoc Network" align="left" border="1" height="200" hspace="5" vspace="5" width="281" /> Such a network can contain two or more nodes. Every owner of a mobile phone equiped with a bluetooth module can build up a direct connection to the other phone and exchange data. It&#8217;s the simpliest form of an ad hoc network, <em>one hop </em>piconet. Only one hop is actually not so exciting. Mobile multi-hop ad hoc networks are much more interesting from the point of view of research and application. There are several classes of such networks. Below you can find three the most largest of them.</p>
<ul>
<li><em>MANets</em> &#8211; Mobile Ad-hoc Networks.  It&#8217;s the classical ad hoc network that came from the military sector. These networks were developed to connect planes, tanks, troops at the battlefield. They are completely self-organizing. The other possible areas where they could be applied are disaster recovery, car-to-car communication, home networking.  This class of ad hoc networks can be seen as the forefather of the other classes.</li>
<li><em>WMN</em> &#8211; Wireless Mesh Networks.  Like MANets, but there is a set of nodes, stationary mesh routers which form a wireless multi-hop ad hoc backbone. The mesh routers can be connected to the Internet and thus all the participants of the backbone have an access to the Internet. Imagine you are at the airpot where there are only few access points (mesh routers). You have no direct contact to a one, but still you have an Internet access due to the other guests of the airport. The mesh routers make the routing task more simple and the protocols running on them allow the backbone to be easy to set up and self healing.</li>
<li><em>WSN</em> &#8211; Wireless Sensor Networks. This special class of ad hoc networks is used to monitor some phenomenon in a certain area. The nodes have often only the simple task to deliver the monitoring information such as measured temperature, air polution, median speed of the cars on a highway etc. to the minitoring system.  The devices partitipating in a sensor network are just special sensors that differ greatly in their purpose from the user devices. Thus the solutions designed for the general multi-hop ad hoc networks where mobile devices execute such applications as Skype, instant messaging, streaming applications etc., just don&#8217;t suite for sensor networks.</li>
</ul>
<p>The idea of ad hoc networks is not that very innovative. It&#8217;s almost as old as the Internet. In the last years the interest to the ad hoc networks has grown very much. They should be the networks of the 4-th generation (4G).  But I should say that there are still no services or software solutions for the ad hoc networks so far. All the efforts of the science are concentrated on the research of the routing that is a great challenge at the moment. The other problem is that there are no suitabe divices on the markt. So all the research results that were made so far are mostly of the theoretic nature and base on simulation. So I guess that it will take two or three  years till the first serious software solutions for the ad hoc networks will be ready to appear on the markt.</p>
<p>Another point is the politics of the markt. Do you still know how expensive were the licenses for UMTS? It will take several years yet till the mobile providers get their money back and be able to look  for new technologies. In the near futre there will appear a set of online services for mobile phones based on geo informations. Maybe there appears something else, but the fact is that the place for the ad hoc network will appear on the markt not that soon. In any case I&#8217;m persuade that mobile ad hoc networks are our future and much interesting things will happen in this sector.</p>
<p>Next time I&#8217;m going to tell a little bit about routing, classification of routing protocols and the main problems connecting with routing.</p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/07/08/introduction-into-mobile-ad-hoc-networks-classification/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When the Dreams Come True.</title>
		<link>http://i-gorod.org/itblog/2007/07/08/when-the-dreams-come-true/</link>
		<comments>http://i-gorod.org/itblog/2007/07/08/when-the-dreams-come-true/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 00:19:26 +0000</pubDate>
		<dc:creator>Ilya G.</dc:creator>
				<category><![CDATA[Ad Hoc Networks]]></category>

		<guid isPermaLink="false">http://i-gorod.org/itblog/2007/07/08/when-the-dreams-come-true/</guid>
		<description><![CDATA[It seems like the fate of my diploma thesis has cleared up at last. More then two months I was looking for the firm and for the project for my last step on the ladder of my study. Ad Hoc Networks excited me during all the years at the university. Quite unexpectedly I found out [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like the fate of my diploma thesis has cleared up at last. More then two months I was looking for the firm and for the project for my last step on the ladder of my study. Ad Hoc Networks excited me during all the years at the university.  Quite unexpectedly I found out that our colleagues in Berlin at <a href="http://www.fokus.fraunhofer.de">Fraunhofer FOKUS</a> (Fraunhofer Institut for Open Communication Systems) do research on all the kinds of ad hoc networks. <span id="more-32"></span> Without hesitation I wrote an email to Berlin. Next day there came an answer from Mr. Radusch. He explained briefly what research works were carried out  at their Institut and that there were for sure a topic for me. During my visit to Berlin  one week later (I was there at the dancing tournament) we met for half an hour and made a decision that I should describe exactly what I wanted to do and formulate a kind of an abstract about what my diploma thesis were about. I needed some days to think out a project that would be ambitious enough for a diploma thesis. After a while I recieved an answer from Mr. David Linner, the colleague of Mr. Ilja Radusch, who said, that the project I suggested were almost the same as the project he worked on at the moment. I was pleasantly surprised. Now we are trying to clear out with Mr. David Linner how I could contribute to the project and what concrete parts my diploma thesis should consist of.</p>
<p>In this new Blog category, &#8220;Ad Hoc Networks&#8221;, I&#8217;m going to write about the progress of my diploma thesis and to deal with my knowledge and research results on MANets. Because of the contract conditions I can&#8217;t tell about all the details. But most of the research work I&#8217;ll have to do will be of my own and it will find a reflection in the postings of my IT-Blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://i-gorod.org/itblog/2007/07/08/when-the-dreams-come-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

