RTUComputer ScienceYr 2022 · Sem 82022

Q7Mobile Computing

Question

2 marks

Define AODV routing protocol.

Answer

AODV (Ad-hoc On-Demand Distance Vector) is a reactive routing protocol. It strictly mathematically calculates a route ONLY when a node explicitly demands to send data, completely eliminating idle routing table broadcasts.

Unlike Proactive protocols that constantly spam the network with updates, AODV violently conserves battery and bandwidth. When a route is needed, it blasts a Route Request (RREQ). Once the path is found, it is mathematically locked; if a link breaks, a Route Error (RERR) instantly triggers a recalculation.

Back to Paper