List of ad hoc routing protocols

From Wikipedia, the free encyclopedia

An ad hoc routing protocol is a convention, or standard, that controls how nodes decide which way to route packets between computing devices in a mobile ad hoc network.

In ad hoc networks, nodes are not familiar with the topology of their networks. Instead, they have to discover it: typically, a new node announces its presence and listens for announcements broadcast by its neighbors. Each node learns about others nearby and how to reach them, and may announce that it too can reach them.

Note that in a wider sense, ad hoc protocol can also be used literally, to mean an improvised and often impromptu protocol established for a specific purpose.

The following is a list of some ad hoc network routing protocols.

Table-driven (proactive) routing[edit]

This type of protocols maintains fresh lists of destinations and their routes by periodically distributing routing tables throughout the network. The main disadvantages of such algorithms are:

  1. Respective amount of data for maintenance.
  2. Slow reaction on restructuring and failures.

Examples of proactive algorithms are:

On-demand (reactive) routing[edit]

This type of protocol finds a route on demand by flooding the network with Route Request packets. The main disadvantages of such algorithms are:

  1. High latency time in route finding.
  2. Excessive flooding can lead to network clogging.

Examples of on-demand algorithms are:

Hybrid (both proactive and reactive) routing[edit]

This type of protocol combines the advantages of proactive and reactive routing. The routing is initially established with some proactively prospected routes and then serves the demand from additionally activated nodes through reactive flooding. The choice of one or the other method requires predetermination for typical cases. The main disadvantages of such algorithms are:

  1. Advantage depends on number of other nodes activated.
  2. Reaction to traffic demand depends on gradient of traffic volume.

Examples of hybrid algorithms are:

  • ZRP (Zone Routing Protocol) ZRP uses IARP as pro-active and IERP as reactive component.
  • ZHLS (Zone-based Hierarchical Link State Routing Protocol) [7]

Hierarchical routing protocols[edit]

With this type of protocol the choice of proactive and of reactive routing depends on the hierarchic level in which a node resides. The routing is initially established with some proactively prospected routes and then serves the demand from additionally activated nodes through reactive flooding on the lower levels. The choice for one or the other method requires proper attributation for respective levels. The main disadvantages of such algorithms are:

  1. Advantage depends on depth of nesting and addressing scheme.
  2. Reaction to traffic demand depends on meshing parameters.

Examples of hierarchical routing algorithms are:

  • CBRP (Cluster Based Routing Protocol)
  • FSR (Fisheye State Routing protocol)
  • Order One Network Protocol; Fast logarithm-of-2 maximum times to contact nodes. Supports large groups.
  • ZHLS (Zone-based Hierarchical Link State Routing Protocol) [7]

See also[edit]

References[edit]

  1. ^ Chai Keong Toh Ad Hoc Mobile Wireless Networks, Prentice Hall Publishers, 2002. ISBN 978-0-13-007817-9
  2. ^ C. Perkins, E. Royer and S. Das: Ad hoc On-demand Distance Vector (AODV) Routing, RFC 3561
  3. ^ David Johnson, David Maltz, Yih-Chun Hu: The Dynamic Source Routing Protocol for Mobile Ad Hoc Networks for IPv4, RFC 4728
  4. ^ Johnson, David B.; Maltz, David A. (1996). "Dynamic Source Routing in Ad Hoc Wireless Networks". Mobile Computing. The Kluwer International Series in Engineering and Computer Science. Vol. 353. pp. 153–181. doi:10.1007/978-0-585-29603-6_5. ISBN 978-0-7923-9697-0.
  5. ^ Djenouri, Djamel; Badache, Nadjib (2009). "On eliminating packet droppers in MANET: A modular solution". Ad Hoc Networks. 7 (6): 1243–1258. doi:10.1016/j.adhoc.2008.11.003.
  6. ^ {B. S. Manoj, R. Ananthapadmanabha and C. S. R. Murthy, "Link life based routing protocol for ad hoc wireless networks," Proceedings Tenth International Conference on Computer Communications and Networks (Cat. No.01EX495), Scottsdale, AZ, USA, 2001, pp. 573-576, doi:10.1109/ICCCN.2001.956324.}
  7. ^ a b Joa-Ng, M.; i-Tai Lu (1999). "A peer-to-peer zone-based two-level link state routing for mobile ad hoc networks". IEEE Journal on Selected Areas in Communications. 17 (8): 1415–1425. doi:10.1109/49.779923.

Further reading[edit]