04 April 2014 2 3K Report

1.) Suppose there are three nodes 1,2,3 performing AODV routing protocol.

2.) Node1 generates the traffic to Node3 and the route is via node2.

3.) the rate of generation of the packet by node1 is kept less, so route_table_timeout occurs. Suppose this erases the route in node2 table..

4.) Now node1 sends the packet to node2.

5.) node2 generates a route Request.

6.) node1 replies to node2 since node1 has the route to node3.

7.) so node node2 will forward the packet to node1.

So a loop gets set up...node1 - node2 - node1.... How can this be avoided?

Note that AODV packets have only Next hop information whereas DSR has the entire route.

Similar questions and discussions