ImageVerifierCode 换一换
格式:PPT , 页数:24 ,大小:396.50KB ,
资源ID:389469      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
注意:如需开发票,请勿充值!
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-389469.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Study of Distance Vector Routing Protocols for Mobile Ad Hoc .ppt)为本站会员(刘芸)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

Study of Distance Vector Routing Protocols for Mobile Ad Hoc .ppt

1、Study of Distance Vector Routing Protocols for Mobile Ad Hoc Networks,Yi Lu, Weichao Wang, Bharat Bhargava CERIAS and Department of Computer Sciences Purdue University March 24th, 2003,*The research is supported by NSF, CERIAS, and CISCO,2,Index,Research motivation Our contribution Introduction to s

2、tudied protocols Simulation and analysis Our approach: Congestion aware distance vector (CADV) protocol Conclusion,3,Research motivation,The hybrid of Internet, cellular system and mobile ad hoc networks is emerging. It enables the pervasive computing at any where, any time. S. Bush, GE Research 99

3、The limited resources available to mobile nodes put challenges to the design of ad hoc routing protocols. Corson & Macker, IETF MANET WG 02 More than ten routing protocols have been proposed. A protocol tends to outperform others in some network environments. Jiang et al, ICCCN 01 Research is requir

4、ed to ascertain the reasons that lead to the difference in performance and guide the design of a more adaptable protocol.,4,Our contribution,The linear dependence between network topology changes and node mobility is investigated The suitable network environments for AODV and DSDV are identified The

5、 major cause for packet drop is studied A new protocol integrating congestion avoidance is proposed,5,Destination sequenced distance vector (DSDV) Proposed by Perkins in SigCOMM 94; The nodes periodically broadcast the routing tables and proactively construct the routes; Using destination sequence n

6、umbers to avoid routing loop and identify the freshness of the information; Advantages: Short delay brought by the proactive feature Difficult for the attackers to control the propagation of false information Disadvantages: Difficult to scale to large networks Computation and communication resources

7、 wasted on unused routes,Introduction to DSDV,6,Ad hoc on-demand distance vector (AODV) Proposed by Perkins and Royer Mobile Com and App 99; The routes are detected only when they are needed by the applications; Broadcast routing request (RREQ) and unicast routing reply (RREP) Using destination sequ

8、ence numbers to avoid routing loop and identify the freshness of the information; Advantages: Low overhead and smaller routing tables in light load networks Fast expiration of unused routes Disadvantages: On-demand feature brings a longer delay for the first packet Malicious nodes have more flexibil

9、ity on conducting attacks,Introduction to AODV,7,The frequency of link changes and route changes directly impact the overhead and adaptability of routing protocols; However, no network model is available to give out mathematical analysis; Our simulation will show that: Link changes and route changes

10、 fit into linear functions of the maximum moving speed of node when pause time is fixed; Link changes and route changes fit into linear functions of the node pause time when maximum moving speed is fixed Thus, topology changes can be measured by node mobility.,Correlation between link change and nod

11、e mobility,8,Correlation between link change and node mobility (cond),9,AODV and DSDV are studied by varying network environment parameters; Input parameters: Node mobility (maximum moving speed) Traffic load (number of connections) Network size (number of mobile nodes) Output parameters: Delivery r

12、atio Average packet delay Normalized protocol overhead Normalized power consumption,Simulation experiments,10,Simulation setup,11,Purpose: study the impact of mobility on the performance; Observation: Delivery ratio of DSDV drops faster as node mobility increases; The normalized overhead of AODV is

13、24 times more than DSDV when the network is loaded; The overhead of DSDV keeps stable as node mobility increases; The power consumption of both protocols is stable and close to each other;,Experiment 1: varying maximum speed,12,Simulation results of varying maximum speed,13,Purpose: examine the perf

14、ormance of both protocols under different loads; Observation: Delivery ratios of both protocols drop drastically as the network is fully loaded; The normalized overhead of AODV increases faster when the network is fully loaded; The power consumption of both protocols is stable and close to each othe

15、r;,Experiment 2: varying traffic load,14,Simulation results of varying traffic load,15,Purpose: investigate the reasons that cause packet loss, and guide the design of response; Observation: In both protocols, congestion is the primary reason for packet drop DSDV is easier to lead to congestion DSDV

16、 does not drop packets for “no route”; In DSDV, when links break, the intermediate nodes will buffer packets until new routes are available. This reduces packet drop.,Experiment 3: Reasons for packet drop,16,Simulation results of packet drop,17,Purpose: study the impact of node density on protocol p

17、erformance; Observation: When the number of connections 50, the delivery ratio of DSDV is better than AODV. The protocol overhead of AODV is larger than DSDV when the network is fully loaded.,Experiment 4: varying network size,18,Simulation results of varying network size,19,The proactive protocols

18、have advantages in supporting: Applications requiring QoS in ad hoc networks; Intrusion detection requiring distributed, global traffic monitoring; Design objective: Dynamically detect and avoid congestion and route packets through light-loaded paths; Improve network performance,Congestion Aware Dis

19、tance Vector (CADV),20,Congestion Aware Distance Vector (cond),Components: Real time traffic monitor Packet scheduler and traffic control Route maintenance module Route determination policy: Every node estimates the expected delay of sending a packet as:Apply a function f( E D , distance) to choose

20、route,21,Congestion Aware Distance Vector (cond),Performance of CADV: The delivery ratio of CADV outperforms AODV and DSDV The end-to-end delay becomes longer The protocol overhead is larger than DSDV. but because it is a pro-active protocol, the overhead does not increase as the traffic load increa

21、ses. The power consumption does not vary much,22,Preliminary results of CADV,23,The link changes and route changes are, with a high probability, linear functions of the maximum speed, and node pause time In less stressful environments, AODV outperforms DSDV for all metrics except protocol overhead.

22、DSDV performs better in denser networks with a heavier load On-demand protocols propagate the link changes faster, and reduce the packet drop caused by them Network congestion is the dominant reason for packet drop. The performance of the protocols can be improved by congestion avoidance,Observation

23、s & Conclusions,24,Develop a complete approach that considers more parameters such as available queue length and the delay on a path during the route determination Introduce the random feature into route determination to avoid traffic fluctuation Develop a fast response mechanism (local repair) in proactive protocols to reduce packet drop cause by route changes,Future work,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1