D-07S-05: Difference between revisions

From
Jump to navigation Jump to search
(structurized)
(structurized II)
Line 10: Line 10:


= Motivation (Aufhänger) =
= Motivation (Aufhänger) =

In computer networking it is always disirable to minimize latency and increase throughput. This is especially the case for ''Early Warning Systems'' that need real-time communication (which reactive source routing protocols cannot achieve due to the latency added by on-demand route finding), whereas increasing the network's goodput is important for sensor data retrieval (e.g. MiniSeed).

There are several ways to achieve this. But since the EDIM and SAFER prototypes will based on two-radio-802.11 nodes (WRAPBoards), it is an interesting and challenging task to increase the network's goodput and responsiveness by using non-overlapping channels for the two radios on each node.


= Problem Statement =
= Problem Statement =


802.11b offers three non-overlapping channels and 802.11a even twelve. However, with the 802.11 MAC layer these are not utilisised. Rather, the wireless mesh network is usually on one common channel (or sometimes manually partioned into several channel collision domains). This only allows for one transmission whithin an interference range, which is about twice or three times as big as the communication range.
= Related work =


The idea is to split the collision domain and therefore allow several simultanous transmissions in a neighbourhood by setting the multiple radios to different non-overlapping channels. This should be done using commercial off-the-shelf hardware, where we do have no or a very limited access to the MAC layer.
== Other solutions/approaches and their weaknesses (and strengths) ==


== Similar solutions/approaches and there weaknesses ==


= Related work =
= My solution/approach (WiP) =


== Other solutions/approaches and their weaknesses (and strengths) ==
== Assumptions ==


== Challenge ==
=== Modify MAC layer ===
There are several proposals on how to change the standard 802.11 MAC layer to support multi-channel networks.


''See [http://www.citeulike.org/user/nachtigall/tag/multichannelmac MultiChannelMAC tag] on citeulike''
== Ideas (brainstorming) ==


== Deliverables ==
==== Weaknesses ====
While this might be the best approach in theory my idea is to use cheap COTS hardware. These are equipped with the standard 802.11 MAC layer. The manufacturer usually does only allow some finegrained adjustments to MAC layer settings like RTS/CTS threshold. However, radical changes to the MAC are not allowed either due to FCC regulations or commercial reasons (closed source).


Moreover most (xxx: which?) herstellerof these multi-channel MAC layers operate on a packet-by-packet basis or do at least switch the channel very often. However, todays commodity hardware has too long channel switching times to make this solution feasable (xxx: source?)
== Project excecution plan ==
=== Using directional antennas ===


=== Done so far ===
=== One common control channel ===
* Dissertation ''[http://scholar.lib.vt.edu/theses/available/etd-06262006-091312/unrestricted/ungheeLEEdissertation.pdf A Proactive Routing Protocol for Multi-Channel Wireless Ad-hoc Networks]'' by Unghee Lee (requires two radios at every node; one is used for control/routing information only and the other one for data/ack only). It says:
:''3.2.5.2 Independent Access'' [to several channels without reserving one channel/radio for control information]
::''A more complex control scheme for channel negotiation can allow simultaneous access to different channels by using multiple transceivers. This can increase the channel utilization. Although this scheme seems to be more practical and profitable, practical aspect and feasibility need to be examined in detail [28].''
:and
::''As discussed in Section 3.2.5, even though independent access seems to be practical and beneficial, this is beyond our current scope and remains a topic for future research.''


That's what I would like to do :-)
=== What's next (TODO) ===


== Similar solutions/approaches and there weaknesses ==


= My solution/approach (WiP) =


==Problem Statement==
* Early Warning Systems needs real-time communication (the reactive source routing protocols cannot achieve this)
* using cheap COTS hardware (no or very limited access to the MAC layer, but it is fine to switch channels every x secs)
* 802.11b offers 3 non-overlapping channels, 802.11a even 12 (usually these are not utilisised, but the mesh is on one channel or manually partioned into several channel collision domains). Make possible several simultanous transmission in a neighbourhood, by splitting the collision domain
* make use of these multiple channels by means of ("virtual") multiradio nodes like the WRAPBoards without excluding the common single radio nodes, i.e. utilise multiple radios (channels) whenever possible whithout requiring a node to have several radios


=== Further possible enhancements (just ideas) ===
=== An image says more then 1000 words ===
* use ETX (or?) for channel quality measures (consider other nodes not from our mesh in ISM band)
* node admin might be allowed to set some of his radios to a fixed channel


[[Image:Idea-topo-initial.png|framed|center|At the beginning we have such a situation: All kind of nodes with and without several interfaces. The question is how to arrange such a setting in a distributed way so that latency is low and throughput high.]]


==Deliverables==
[[Image:Idea-topo-final.png|framed|center|One possible arrangement (not the best) could be this. This has to assigned based on the view each node has. And the layout has to be rearragned as nodes join, move and leave the mesh network or the channel quality changes (maybe measured by ETX).]]
* Distributed channel assignment algorithm
* based on a proactive routing protocol (allows world view)
* using unmodified standard 801.11 MAC (only interacting with the MAC by switching the channel of one the available interfaces from time to time)
* increase throughput (to retrieve data, e.g. MiniSeed) and decrease latency (for EWS) by using non-overlapping channels, i.e. a node can receive and transmit at the same time by setting its two wifi interfaces to non-overlapping channels


==Prior Art==
* several attempts to make use of the non-overlapping channels by proposing a different MAC layer (however, for COTS you usually do not have access to the MAC):
** [http://www.cs.berkeley.edu/~so/pubs/MSWiM_f05-mo.pdf Comparison of Multi-Channel MAC Protocols]
** [http://citeseer.ist.psu.edu/632582.html Multi-channel MAC with Dynamic Channel Selection for Ad Hoc Networks]
* Dissertation ''[http://scholar.lib.vt.edu/theses/available/etd-06262006-091312/unrestricted/ungheeLEEdissertation.pdf A Proactive Routing Protocol for Multi-Channel Wireless Ad-hoc Networks]'' by Unghee Lee (requires two radios at every node; one is used for control/routing information only and the other one for data/ack only). It says:
:''3.2.5.2 Independent Access'' [to several channels without reserving one channel/radio for control information]
::''A more complex control scheme for channel negotiation can allow simultaneous access to different channels by using multiple transceivers. This can increase the channel utilization. Although this scheme seems to be more practical and profitable, practical aspect and feasibility need to be examined in detail [28].''
:and
::''As discussed in Section 3.2.5, even though independent access seems to be practical and beneficial, this is beyond our current scope and remains a topic for future research.''


== Assumptions ==
That's what I would like to do :-)


*
*previous work has a lot of constrains: does not consider other network, requires MAC, requires always several radios (how about channel assignment for just one radio?)
* make use of these multiple channels by means of ("virtual") multiradio nodes like the WRAPBoards without excluding the common single radio nodes, i.e. utilise multiple radios (channels) whenever possible whithout requiring a node to have several radios




== Challenge ==
==Key Ideas / Project Execution Plan ==

== Ideas (brainstorming) ==
* use ETX (or?) for channel quality measures (consider other nodes not from our mesh in ISM band)
* node admin might be allowed to set some of his radios to a fixed channel
* proactive protocols have a "world view" of the network. This is nice because routes to nodes do not have to be found out on demand prior to sending data (which is slow) (the routing protocol could also not only flood link state information but also other information every node with a certain hop distance (adjustable by TTL) should know like GPS coordinates of all nodes
* proactive protocols have a "world view" of the network. This is nice because routes to nodes do not have to be found out on demand prior to sending data (which is slow) (the routing protocol could also not only flood link state information but also other information every node with a certain hop distance (adjustable by TTL) should know like GPS coordinates of all nodes
* the idea is to piggyback channel assignment information with the HELLO or TOPOLOGY CONTROL (TC) messages of http://olsr.org and to have a distributed channel assign algorithm taking into account joining/leaving/movement of nodes
* the idea is to piggyback channel assignment information with the HELLO or TOPOLOGY CONTROL (TC) messages of http://olsr.org and to have a distributed channel assign algorithm taking into account joining/leaving/movement of nodes
Line 77: Line 78:
* diff. cha. assignements can lead to different network topologies.
* diff. cha. assignements can lead to different network topologies.


*previous work has a lot of constrains: does not consider other network, requires MAC, requires always several radios (how about channel assignment for just one radio?)


=== An image says more then 1000 words ===


[[Image:Idea-topo-initial.png|framed|center|At the beginning we have such a situation: All kind of nodes with and without several interfaces. The question is how to arrange such a setting in a distributed way so that latency is low and throughput high.]]


[[Image:Idea-topo-final.png|framed|center|One possible arrangement (not the best) could be this. This has to assigned based on the view each node has. And the layout has to be rearragned as nodes join, move and leave the mesh network or the channel quality changes (maybe measured by ETX).]]


== Deliverables ==
==Project Log==
* Distributed channel assignment algorithm
* getting an overview / reading papers
* based on a proactive routing protocol (allows world view)
* using unmodified standard 801.11 MAC (only interacting with the MAC by switching the channel of one the available interfaces from time to time)


== Project excecution plan ==
==TODO==

* what kind of distributed channel assignment algorithms exist
=== Done so far ===
* how do these work in case we have a world view (proactive protocol)

=== What's next (TODO) ===
* [07/2007] getting an overview / reading papers
* state own approach more precisely

Revision as of 14:40, 29 June 2007

About

Working title: Using wireless mesh networks for Early Warning Systems

Assigned to: Jens Nachtigall

Advisor: Kai Köhne

Expected Submission: December 2007

Motivation (Aufhänger)

In computer networking it is always disirable to minimize latency and increase throughput. This is especially the case for Early Warning Systems that need real-time communication (which reactive source routing protocols cannot achieve due to the latency added by on-demand route finding), whereas increasing the network's goodput is important for sensor data retrieval (e.g. MiniSeed).

There are several ways to achieve this. But since the EDIM and SAFER prototypes will based on two-radio-802.11 nodes (WRAPBoards), it is an interesting and challenging task to increase the network's goodput and responsiveness by using non-overlapping channels for the two radios on each node.

Problem Statement

802.11b offers three non-overlapping channels and 802.11a even twelve. However, with the 802.11 MAC layer these are not utilisised. Rather, the wireless mesh network is usually on one common channel (or sometimes manually partioned into several channel collision domains). This only allows for one transmission whithin an interference range, which is about twice or three times as big as the communication range.

The idea is to split the collision domain and therefore allow several simultanous transmissions in a neighbourhood by setting the multiple radios to different non-overlapping channels. This should be done using commercial off-the-shelf hardware, where we do have no or a very limited access to the MAC layer.


Related work

Other solutions/approaches and their weaknesses (and strengths)

Modify MAC layer

There are several proposals on how to change the standard 802.11 MAC layer to support multi-channel networks.

See MultiChannelMAC tag on citeulike

Weaknesses

While this might be the best approach in theory my idea is to use cheap COTS hardware. These are equipped with the standard 802.11 MAC layer. The manufacturer usually does only allow some finegrained adjustments to MAC layer settings like RTS/CTS threshold. However, radical changes to the MAC are not allowed either due to FCC regulations or commercial reasons (closed source).

Moreover most (xxx: which?) herstellerof these multi-channel MAC layers operate on a packet-by-packet basis or do at least switch the channel very often. However, todays commodity hardware has too long channel switching times to make this solution feasable (xxx: source?)

Using directional antennas

One common control channel

3.2.5.2 Independent Access [to several channels without reserving one channel/radio for control information]
A more complex control scheme for channel negotiation can allow simultaneous access to different channels by using multiple transceivers. This can increase the channel utilization. Although this scheme seems to be more practical and profitable, practical aspect and feasibility need to be examined in detail [28].
and
As discussed in Section 3.2.5, even though independent access seems to be practical and beneficial, this is beyond our current scope and remains a topic for future research.

That's what I would like to do :-)

Similar solutions/approaches and there weaknesses

My solution/approach (WiP)

An image says more then 1000 words

At the beginning we have such a situation: All kind of nodes with and without several interfaces. The question is how to arrange such a setting in a distributed way so that latency is low and throughput high.


One possible arrangement (not the best) could be this. This has to assigned based on the view each node has. And the layout has to be rearragned as nodes join, move and leave the mesh network or the channel quality changes (maybe measured by ETX).


Assumptions

  • make use of these multiple channels by means of ("virtual") multiradio nodes like the WRAPBoards without excluding the common single radio nodes, i.e. utilise multiple radios (channels) whenever possible whithout requiring a node to have several radios


Challenge

Ideas (brainstorming)

  • use ETX (or?) for channel quality measures (consider other nodes not from our mesh in ISM band)
  • node admin might be allowed to set some of his radios to a fixed channel
  • proactive protocols have a "world view" of the network. This is nice because routes to nodes do not have to be found out on demand prior to sending data (which is slow) (the routing protocol could also not only flood link state information but also other information every node with a certain hop distance (adjustable by TTL) should know like GPS coordinates of all nodes
  • the idea is to piggyback channel assignment information with the HELLO or TOPOLOGY CONTROL (TC) messages of http://olsr.org and to have a distributed channel assign algorithm taking into account joining/leaving/movement of nodes
  • switching channels can be done every x secs using libiw/iwconfig/wl
  • both radios are used for data and control (routing) messages, no need to reserve one radio for control messages only
  • 2 (or more) single radio nodes that are connected by an ethernet cable can form a "virtual multi-radio node"
  • diff. cha. assignements can lead to different network topologies.
  • previous work has a lot of constrains: does not consider other network, requires MAC, requires always several radios (how about channel assignment for just one radio?)



Deliverables

  • Distributed channel assignment algorithm
  • based on a proactive routing protocol (allows world view)
  • using unmodified standard 801.11 MAC (only interacting with the MAC by switching the channel of one the available interfaces from time to time)

Project excecution plan

Done so far

What's next (TODO)

  • [07/2007] getting an overview / reading papers
  • state own approach more precisely