Topology dissemination based on reverse-path forwarding

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Thv (talk | contribs) at 10:53, 20 October 2005 (rv badly formatted adv). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Topology Broadcast based on Reverse-Path Forwarding routing protocol is a Link-state routing protocol for wireless mesh networks.

The obvious design for a wireless link-state protocol (such as OLSR) transmits large amounts of routing data, and this limits the utility of a link-state protocol when the network is made of moving nodes. The number and size of the routing transmissions make the network unusable for any but the smallest networks.

The conventional solution is to use a Distance-vector routing protocol such as AODV, which usually transmits no data about routing. However, distance-vector routing requires more time to establish a connection, and the routes are less optimized than a link-state router.

TBRPF transmits only the differences between the previous network state and the current network state. Therefore, routing messages are smaller, and can therefore be sent more frequently. This means that nodes' routing tables are more up-to-date.

TBRPF is used commercially in "Firetide" brand mesh network routers. Firetide has stated publically that they are attempting to patent or control all related technologies.

Links