Jump to content

Optimized Link State Routing Protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Demitsu (talk | contribs) at 16:44, 26 April 2007 ({{expert-subject}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Optimized Link State Routing protocol (OLSR) is a protocol to connect mobile ad-hoc networks, sometimes called wireless mesh networks. It is a link-state routing protocol that collects data about available networks and then calculates an optimized routing table.

The advantage of this approach is that connections are made quickly. The disadvantage is that communication to discover networks occurs continuously. Because programs implementing OLSR are typically large and complex, continuous calculation and memory burdens may be too heavy for small computers. However, this protocol is used successfully on the Freifunk firmware (based on OpenWrt) designed for operation on Linksys WRT54G access points.

Messages

OLSR makes use of "Hello" messages to find its one hop neighbours and its two hop neighbours through their responses. The sender can then select its multipoint relays (MPR) based on the one hop node which offer the best routes to the two hop nodes. Each node has also a MPR selector set which enumerates nodes that have selected it as an MPR node.

Hello

TC (Topology Control)

Other approaches

OLSR is one of several solutions to this problem. Another is AODV, a distance-vector routing protocol. Distance vector routing is simpler, requires less memory and calculation, but suffers from greater delay. Additionally, when a route is needed, communication is much heavier.

Other alternatives include Dynamic Source Routing, which substantially optimizes the network traffic, and Hazy Sighted Link State Routing Protocol, a careful mathematical optimization of proactive link-state features and reactive features. For other alternatives see the list of ad-hoc routing protocols. Another goal for further development is auto-ip configuration.

Implementations

  • OLSR.ORG - Downloadable code for OLSR on GNU/Linux, Windows, OS X, FreeBSD and NetBSD systems. Features a great deal of documentation, including an informative survey of related work.
  • 6WINDGate - Commercial embedded open-source routing modules providing OLSR integrated for Unicast Routing Protocols (OSPF, BGP, RIP).

See also