Research Article

Modeling Routing Overhead of Reactive Protocols at Link Layer and Network Layer in Wireless Multihop Networks

Algorithm 3

Route Maintenance in DYMO.
(1) if   = active_mode  then
(2)  for all    do
(3)   start
(4)   if upstream node detects   then
(5)    disseminate message
(6)    receiver of deletes faulty route from
(7)     starts route re-discovery based on
(8)   else
(9)    check links of
(10)  end if
(11) end for
(12) else
(13) do not perform any action
(14) end if