Location:
Search - E-AODV
Search list
Description: :Ad HOC网络是随着无线通信技术的快速发展而出现的一种新型网络, 网络层的路由协议对于Ad HOC网络来说尤为
重要。首先阐述了Ad hoc 网络的概念和特点,分析了自组网路由协议的有关情况。重点研究了按需路由协议中的AODV协
议及其中断链恢复的改进,结果表明在数据传输延迟和路由开销方面,采用改进的本地修复方法都可以使性能获得一定程
度的提高-Abstract:The Ad hoc network is a kind of new network that appears with the development of wireless communication technology,the
muting protocol in network layer is very important to Ad hoc network. The concept and characteristics of Ad hoc network was introduced
firstly, and the muting protocol was analyzed. Th e AODV protocol Was mainly discussed an d improved in restore of interrupt
link.It is proved that in transmission delay and muting consuming improved local restore method could advance the performance.
Platform: |
Size: 226304 |
Author: manyhappy |
Hits:
Description: 无线网络效果分析:802.11b DCF与802.11e EDCA的比较-Effectiveness analysis of wireless networks: 802.11b DCF and 802.11e EDCA Comparison
Platform: |
Size: 3072 |
Author: 问其 |
Hits:
Description: Code : AODV Routing.
x=1:20
s1=x(1)
d1=x(20)
clc
A=randint(20)
Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1),
A(6,7)=A(7,6)
for i=1:20
for j=1:20
if i==j
A(i,j)=0
else
A(j,i)=A(i,j)
end
end
end- Code : AODV Routing.
x=1:20
s1=x(1)
d1=x(20)
clc
A=randint(20)
Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1),
A(6,7)=A(7,6)
for i=1:20
for j=1:20
if i==j
A(i,j)=0
else
A(j,i)=A(i,j)
end
end
end
Platform: |
Size: 1024 |
Author: Hemanth |
Hits:
Description: 本文提出了一种E-AODV,对AODV做了两大改进:设计了一种邻节点发现规程(NDP),该规程为AODV设计而独立于AODV,可以被移植到其他路由协议中,它为路由协议提供了一种检测链路状态和邻节点发现的底层支持,并避免了单向链路和不稳定链路的产生。其次,将源路由技术引入到采用距离矢量技术的AODV中.-This thesis provides an Enhanced-AODV routing protocol that improves AODV in two sides: introduce a new routing supporting method named Neighbor Discovery Procedure (NDP) and involve source routing technique into AODV. Neighbor Discovery Procedure that can be transplanted into other routing protocols provides a lower layer support acting link failure detection, neighbor discovery and avoiding the use of unidirectional and instable links.
Platform: |
Size: 6144 |
Author: 唐有 |
Hits:
Description: Ad hoc On-Demand Distance Vector (AODV) Routing
Status
Network Working Group C. Perkins
Request for Comments: 3561 Nokia Research Center
Category: Experimental E. Belding-Royer
University of California, Santa Barbara
Platform: |
Size: 72704 |
Author: youcef |
Hits: