Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Ad hoc On-Demand Distance Vector Routing
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Wireless routing protocol}} {{Infobox networking protocol | title = Ad hoc On-Demand Distance Vector Routing | logo = | logo alt = | image = | image alt = | caption = | is stack = | abbreviation = AODV | purpose = Unicast [[Routing protocol]] for mobile-node wireless networks | developer = Charles Perkins & [[Elizabeth Belding]] | date = {{Start date and age|1999}} | based on = | influenced = | osilayer = | ports = | rfcs = RFC 3561 | hardware = }} '''Ad hoc On-Demand Distance Vector''' ('''AODV''') '''Routing''' is a [[routing protocol]] for [[mobile ad hoc network]]s (MANETs) and other [[wireless ad hoc network]]s. It was jointly developed by Charles Perkins (Sun Microsystems) and [https://ebelding.cs.ucsb.edu Elizabeth Royer (now Elizabeth Belding)] (University of California, Santa Barbara) and was first published in the ACM 2nd IEEE Workshop on Mobile Computing Systems and Applications in February 1999.<ref>{{citation|url=https://ebelding.cs.ucsb.edu/sites/default/files/publications/wmcsa99.pdf| last1 = Perkins | first1 = C. | last2 = Royer | first2 = E. | title = Ad hoc On Demand Distance Vector (AODV) Routing | year = 1999}}</ref> AODV is the routing protocol used in [[Zigbee]] β a low power, low data rate [[wireless ad hoc network]]. There are various implementations of AODV such as MAD-HOC, Kernel-AODV, AODV-UU, AODV-UCSB and AODV-UIUC.<ref>{{Cite journal | last1 = Jhaveri| first1 = R.H. | last2 = Patel | first2 = N.M. | title = Mobile Ad-hoc Networking with AODV: A Review | journal = International Journal of Next-Generation Computing | volume = 6 | issue = 3 | pages = 165β191| year = 2015 }}</ref> The original publication of AODV won the [[SIGMOBILE]] Test of Time Award in 2018.<ref>{{citation|url=https://www.cs.ucsb.edu/spotlights/prof-elizabeth-belding-receives-2018-sigmobile-test-time-award|title=Prof. Elizabeth Belding receives the 2018 SIGMOBILE Test-of-time Award|publisher=University of California, Santa Barbara|access-date=2018-12-07}}</ref> According to Google Scholar, this publication reached 30,000 citations at the end of 2022. AODV was published in the Internet Engineering Task Force (IETF) as Experimental RFC 3561<ref>{{citation|url=https://www.rfc-editor.org/rfc/rfc3561.html | title = Ad hoc On-Demand Distance Vector Routing (AODV) Experimental RFC 3561 | year=2003 | last1=Perkins | first1=C. | last2=Royer | first2=E. | last3=Das | first3=S.| doi = 10.17487/RFC3561 }}</ref> in 2003. == How it works == Each node has its own sequence number that grows monotonically over time and ensures that there are no loops in the paths used. In addition, each network component assigned to routing functionality stores its own path index, which contains the address of the next node in the direction of the destination (next hop), its sequence number, and the total distance given in hops, or possibly other metrics designed to measure link quality. In AODV, the network remains completely silent until a connection is required to forward a data packet. When routes need to be searched on the network, AODV resorts to the following packets defined by its protocol: * '''Route request (RREQ)''' * '''Route reply (RREP)''' * '''Route error (RERR)''' These messages can be implemented as simple [[User Datagram Protocol|UDP]] packets, so routing is still based on the [[Internet Protocol]] (IP). RREQ packets are broadcast from the source node, so a burst of messages is generated and forwarded through the entire network. When a node in the network receives a request packet, it can send an RREP packet through a temporary path to the requesting node, which can then exploit the newly received information. Generally, each node compares different paths based on their length and chooses the most convenient one. If a node is no longer reachable, a RERR message is generated to alert the rest of the network. Each RREQ has a "time to live" that limits the times it can be retransmitted. In addition, AODV implements a binary backoff mechanism in case the node does not receive a response to its RREQ, whereby requests are repeated at linearly increasing time intervals up to a maximum set by the implementation. == Evaluation == The main advantage of AODV is that it does not generate traffic in the case of already established and working routes. In fact, the algorithm itself is completely irrelevant as long as it does not turn out to be necessary to send a packet to a node whose route is unknown. Beyond that, distance vector-based routing is computationally simple and does not require large amounts of memory. However, the protocol takes longer than other protocols to establish a connection between two nodes in a network. ==See also== *[[Wireless ad hoc networks]] *[[Backpressure routing]] *[[Mesh networking]] *[[Wireless mesh network#Routing protocols|Wireless mesh network Β§ Routing protocols]] **[[List of ad hoc routing protocols]] ==References== {{Reflist}} {{Wireless Sensor Network}} {{DEFAULTSORT:Ad Hoc On-Demand Distance Vector Routing}} [[Category:Ad hoc routing protocols]] [[Category:Computer network technology]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Citation
(
edit
)
Template:Cite journal
(
edit
)
Template:Infobox networking protocol
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Wireless Sensor Network
(
edit
)