Meshed Routing: Unterschied zwischen den Versionen

Aus Weimarnetz Wiki
Zur Navigation springen Zur Suche springen
K (schreibfehler...)
K (added MANET article)
Zeile 3: Zeile 3:
  
 
<h1>Implementations</h1>
 
<h1>Implementations</h1>
* OLSR - Optimized Link State Routing Protocol. [http://www.olsr.org/ link] ; especially for more static networks,fewer [[overhead]] then [[AODV]]
+
* OLSR - Optimized Link State Routing Protocol. [http://www.olsr.org/ link] ; better for more static networks,fewer [[overhead]] then [[AODV]]
* AODV - Ad hoc On Demand Distance Vector routing protocol. ; especially for more mobil networks,more [[overhead]] then [[OLSR]]
+
* AODV - Ad hoc On Demand Distance Vector routing protocol. ; better for more mobil networks, more [[overhead]] then [[OLSR]]. f.e. [http://user.it.uu.se/~henrikl/aodv/ AODV-UU]
[http://user.it.uu.se/~henrikl/aodv/ AODV-UU], developed at Uppsala University.
+
* MIT's [http://www.pdos.lcs.mit.edu/roofnet/ roofnet project] uses their own routing protocol named 'SCSR'.
* srcr - MIT's meshed-routing protocol used in their [http://www.pdos.lcs.mit.edu/roofnet/ roofnet project].
 
 
* [http://www.cuwireless.net/ CuWiN] is also working on [http://www.cuwireless.net/technical-documentation.html something]...
 
* [http://www.cuwireless.net/ CuWiN] is also working on [http://www.cuwireless.net/technical-documentation.html something]...
 +
 +
<h2>Links</h2>
 +
* [http://wifinetnews.com/archives/002814.html Article] on WDS & Meshed Routing as proposed by [http://www.ietf.org/ IETF]'s [http://protean.itd.nrl.navy.mil/manet/manet_home.html MANET working group].

Version vom 23. September 2004, 02:06 Uhr

Summary

A mode of dynamic routing in wireless networks. Routes between different nodes are assigned dynamically. Another term often used is MANET. In a broader sense it describes a subset of ad-hoc protocols.

Implementations

  • OLSR - Optimized Link State Routing Protocol. link ; better for more static networks,fewer overhead then AODV
  • AODV - Ad hoc On Demand Distance Vector routing protocol. ; better for more mobil networks, more overhead then OLSR. f.e. AODV-UU
  • MIT's roofnet project uses their own routing protocol named 'SCSR'.
  • CuWiN is also working on something...

Links