文件名称:OADV routing protocol implement in c++
-
所属分类:
- 标签属性:
- 上传时间:2014-04-10
-
文件大小:19.5kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
In AODV, routes are discovered in an on-demand basis and are maintained as long as they are required. Like DSDV it maintains a sequence number, which it increases each time it finds a change in the topology of its neighborhood. This sequence number ensures that the most recent route is selected for execution of the route discovery. AODV is able to provide unicast, multicast and broadcast communication ability. Combination of the three makes it an advantageous protocol. AODV is capable of operating on both wired and wireless media, although it has been designed specifically for wireless domain. Route tables used by AODV store the destination and next hop IP addresses as well as the destination sequence number. AODV also provide quick deletion of invalid routes in response the route ERROR messages generated due to link breakage. If a node fails to receive consecutive HELLO messages from a neighbor, it is concluded that link is broken for the specific node and a RERR message is broadcasted to any upstream node. In fact a more conservative routing table and sequence number driven approach is utilized in AODV. Compared to DSR, AODV has better performance because AODV does not use source routing whereby the entire route is carried by the packet header, thus increasing the size of the header. Source route size grows with route length, so the network is not scalable. AODV relies on dynamically establishing route table entries at intermediate nodes. This difference pays off in networks with many nodes where a larger overhead is incurred by carrying source routes in each data packet.
相关搜索: manoj
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : AODV.zip 列表 apps/AODV25nodeTest/ apps/AODV25nodeTest/AODV25nodeTest.nc apps/AODV25nodeTest/AODV25nodeTestM.nc apps/AODV25nodeTest/Makefile apps/AODV25nodeTest/noise.txt apps/AODV25nodeTest/python.exe.stackdump apps/AODV25nodeTest/random_node_generator.m apps/AODV25nodeTest/test.py apps/AODV25nodeTest/topology.txt tos/interfaces/ tos/interfaces/PacketReceivedStrength.nc tos/lib/ tos/lib/AODV/ tos/lib/AODV/AODV.h tos/lib/AODV/AODV.nc tos/lib/AODV/AODV_M.nc tos/lib/tossim/ tos/lib/tossim/ActiveMessageC.nc tos/lib/tossim/TossimPacketModelC.nc tos/platforms/ tos/platforms/hybus/ tos/platforms/hybus/.platform tos/platforms/micaz/ tos/platforms/micaz/.platform tos/platforms/micaz/sim/ tos/platforms/micaz/sim/.platform
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.