Meshed Routing: Unterschied zwischen den Versionen

Aus Weimarnetz Wiki
Zur Navigation springen Zur Suche springen
K (added difference aodv/olsr)
K (Bot: {{Vorlage:LinksReparieren}} hinzugefügt)
 
(6 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
x<h1>Summary</h1>
+
{{Vorlage:LinksReparieren}}
 +
<h1>Summary</h1>
 
A mode of dynamic routing in wireless networks. Routes between different nodes are assigned dynamically. Another term often used is [http://en.wikipedia.org/wiki/Mobile_ad-hoc_network MANET]. In a broader sense it describes a subset of [http://en.wikipedia.org/wiki/Mobile_ad-hoc_network ad-hoc protocols].
 
A mode of dynamic routing in wireless networks. Routes between different nodes are assigned dynamically. Another term often used is [http://en.wikipedia.org/wiki/Mobile_ad-hoc_network MANET]. In a broader sense it describes a subset of [http://en.wikipedia.org/wiki/Mobile_ad-hoc_network ad-hoc protocols].
  
 
<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].
 +
 +
[[Kategorie:Terms]]
 +
[[Kategorie:Rechnernetz]]
 +
[[Kategorie:ToteLinks]]

Aktuelle Version vom 11. April 2021, 18:12 Uhr

Dieser Artikel oder Abschnitt enthält defekte Links. Die Links und ggf. Alternativen beim Internet Archive findest du in der Kategorieseite ToteLinks angegeben. Hilf bitte mit, die Links zu erneuern und entferne anschließend diese Markierung.

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