Topology dissemination based on reverse-path forwarding: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
rv badly formatted adv
m fix RFC link
Line 10: Line 10:


==Links==
==Links==
*[http://www.ietf.org/rfc/rfc3684.txt|IETF RFC 3684]- TBRPB
*RFC 3684 - TBRPB


[[Category:Wireless networking]]
[[Category:Wireless networking]]

Revision as of 10:55, 20 October 2005

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

  • RFC 3684 - TBRPB