欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PPT文档下载
    分享到微信 分享到微博 分享到QQ空间

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

    • 资源ID:389469       资源大小:396.50KB        全文页数:24页
    • 资源格式: PPT        下载积分:2000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要2000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    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,


    注意事项

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




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

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

    收起
    展开