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

    A Survey of SecureWireless Ad Hoc Routing.ppt

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

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

    A Survey of SecureWireless Ad Hoc Routing.ppt

    1、A Survey of Secure Wireless Ad Hoc Routing,Article by: YIH-CHUN HU, ADRIAN PERRIGIEEE Security and Privacy special issue on Making Wireless Work, 2(3):28-39, 2004. Presented by: Devendra Salvi 04-17-2007,Multihop Ad Hoc network,Access Point,Network boundary,Ad Hoc N/W,Outline,Attacks on Ad hoc netwo

    2、rks Key setup in Ad hoc networks SEAD in mobile wireless Ad Hoc network A secure on-demand routing protocol for ad hoc networks Securing AODV Review Questions,Attacks on Ad hoc networks,Attacks on ad hoc network routing protocols are mainly Routing disruption attack Wherein the attacker causes legit

    3、imate data packets to be routed in dysfunctional ways.Resource consumption attack Wherein the attacker injects packets into the network to consume network resources such as bandwidth or to consume node resources such as memory/computational power.,Attacks on ad hoc network routing protocols,Routing

    4、disruption attack,Insert forged routing packets,Source,Destination,Blackhole / Grayhole,Drop packets,Shortest path,Attacks on ad hoc network routing protocols,Wormhole,Node A,Node B,Xmission range of A,Xmission range of B,Intruder Node X,Intruder Node X,Records Traffic for network A & replays it in

    5、network B,Attacks on ad hoc network routing protocols,Solution for wormhole attacks Packet Leashes is keeping constraints on packet in either of two ways Temporal Temporal leashes rely on extremely precise time synchronization and timestamps in each packet. A packets travel time is approximated as t

    6、he difference between the receive time and the timestamp.Geographical,Attacks on ad hoc network routing protocols,Solution for wormhole attacks Packet Leashes is keeping constraints on packet in either of two ways TemporalGeographical Where in location information and loosely synchronized clocks is

    7、used to create a leash The distance between the sender and receiver is calculated nodes velocity and timestamps.,Key setup in Ad hoc networks,To authenticate a legitimate node Establishing private keys Share private keys between each pair of nodes before deployment. Pitfall: when new nodes join netw

    8、ork later Solution: 1. Establishing trust and keys between two nodes in an ad hoc network; Master-slave nodes.,Key setup in Ad hoc networks,SUCV addresses (statistically unique cryptographically verifiable) Each node generates a public- and private-key pair, and then chooses its address based on a c

    9、ryptographic hash function of the public key E.g. 1. A nodes entire IPv6 address is the hash functions output,Key setup in Ad hoc networks,Certificates from a certificate authority,node address, node public key, and a signature from the CA (s).,Key setup in Ad hoc networks,Transitive trust and PGP t

    10、rust graphs,node address, node public key, and a signature from the CA.,Node A,Node B,Node C,SEAD in mobile wireless Ad Hoc network,To support use of SEAD with nodes of limited CPU processing capability, and to guard against DoS attacks in which an attacker attempts to cause other nodes to consume e

    11、xcess network bandwidth or processing time, efficient one-way hash functions are used while asymmetric cryptographic operations in the protocol are not used.,SEAD: Secure efficient Ad hoc Distance vector routing protocol.,SEAD in mobile wireless Ad Hoc network,Destination-Sequenced Distance-Vector a

    12、d hoc network routing protocol (DSDV). Distance vector routing; each router maintains list of all possible destinations within the network. Each node router entry maintains:1. address of destination (identity)2. Nodes which form shortest known distance to destination (metric) usually # of hops.3. ad

    13、dress of nodes neighbor which is the first hop on the shortest route to destination,SEAD in mobile wireless Ad Hoc network,Destination-Sequenced Distance-Vector ad hoc network routing protocol (DSDV). DSDV introduces a sequence number in each routing table entry. Prevents routing loops.,SEAD in mobi

    14、le wireless Ad Hoc network,Hash Chains A one-way hash chain is built on a one-way hash function. To create a one-way hash chain, a node chooses a random x 0,1 and computes the list of values h0, h1, h2, h3, ., hn,where h0 = x, and hi = H(hi 1) for 0 i n, for some n. E.g. Given an authenticated hi va

    15、lue, a node can authenticate hi3 by computing H(H(H(hi 3) and verifying that the resulting value equals hi,A secure on-demand routing protocol for ad hoc networks,Ariadne is a secure on-demand routing protocol that withstands node compromise and relies only on highly efficient symmetric cryptography

    16、. Ariadne discovers routes on-demand (as they are needed) through route discovery and uses them to source route data packets to their destinations.,*Message authentication code (MAC) computed with key KSD over unique datafor example, a timestamp,Securing AODV,The Ad hoc On-demand Distance Vector rou

    17、ting protocol (AODV) spreads distance vector routing information in an on-demand manner. There are two protocols to secure routing protocols Authenticated routing for ad hoc networks (ARAN) SAODV,Securing AODV,Authenticated routing for ad hoc networks (ARAN) Kimaya Sanzgiri and her colleagues develo

    18、ped authenticated routing for ad hoc networks (ARAN), which is based on AODV. In ARAN, each node has a certificate signed by a trusted authority, which associates its IP address with a public key.,Securing AODV,(ARAN),1. To initiate a route discovery, the initiator S broadcasts a signed ROUTE REQUES

    19、T packet that includes the target D, its certificate (certS), a nonce N, and a timestamp t. 2. Each node that forwards this REQUEST checks the signature or signatures. Node C checks node Bs certificate certB, then checks the signature on the outer message. C then verifies the certificate certS for i

    20、nitiator S and uses the key in the certificate to verify the signature on the REQUEST. 3. If the signatures are valid, the forwarding node removes the last forwarders signature and certificate, signs the original REQUEST, and includes its own certificate. The node then broadcasts the REQUEST. Node C

    21、 removes node Bs signature, signs the resulting REQUEST, and includes its own certificate. Node C then broadcasts the REQUEST. 4. When the first ROUTE REQUEST from a route discovery reaches the target, the target signs a ROUTE REPLY and sends it to the node from which it received the REQUEST. the ta

    22、rget D returns a signed ROUTE REPLY to the previous hop C,Securing AODV,SAODV: A signature is used to authenticate most fields of a route request and route reply and hash chains are used to authenticate the hop count.,A node first authenticates the RREQ to ensure that each field is valid. It then pe

    23、rforms duplicate suppression to ensure that it forwards only a single RREQ for each route discovery. The node then increments the hop-count field in the RREQ header, hashes the hop count authenticator, and rebroadcasts the RREQ, together with its RREQ-SSE extension.,Review,Strengths Comprehensive study of security protocols on wireless ad hoc networks,Review,Weaknesses Authors do not present any evaluations of the protocol.,Improvements,Implementation of the discussed protocols.,Questions ?,


    注意事项

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




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

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

    收起
    展开