Comments
please visit
nicta.com.au/__data/assets/pdf_file/0019/15616/Experimental_Evaluation_of_AODV_in_a_Hybrid_Wireless_Mesh_Network.pdf -
Posted by waqasahmad
Routes are created only when required (on-demand)
Nodes do not maintain routes to all other nodes (but maintain only active routes they’re involved)
Use of sequence numbers at each destination to maintain freshness of routing information
Reduces periodic broadcast
Paths generated are loop-free
Uses symmetric links (if a link is not symmetric it is not used)
Works both on wired media and wireless media
Posted by jhon186