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

    Internet Indirection Infrastructure (i3 ).ppt

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

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

    Internet Indirection Infrastructure (i3 ).ppt

    1、Internet Indirection Infrastructure (i3 ),Ion Stoica, Daniel Adkins, Shelley Zhuang, Scott Shenker, Sonesh SuranaUC BerkeleySIGCOMM 2002Presented by: Ao-Jan Su,Motivations,Todays Internet is built around a unicast point-to-point communication abstraction: Send packet “p” from host “A” to host “B”Poi

    2、nt-to-point communication Implicitly assumes there is one sender and one receiver, and that they are placed at fixed and well-known locations Example: a host identified by the IP address 165.124.180.xxx is located in NU,Motivations,This abstraction allows Internet to be highly scalable and efficient

    3、, but not appropriate for applications that require other communications primitives: Multicast Anycast Mobility More general abstraction is needed,Solution,Use an overlay network to implement this layer Incrementally deployable; dont need to change IP,Solution,An indirection layer based on overlay n

    4、etwork (decouples sending and receiving),Multicast,Anycast,Mobility,Service Composition,IP Layer,Internet Indirection Infrastructure (i3),Each packet is associated an identifier id To receive a packet with identifier id, receiver R maintains a trigger(id, R) into the overlay network,Service Model,AP

    5、I sendPacket(p); insertTrigger(t); removeTrigger(t) / optional Best-effort service model (like IP) Triggers periodically refreshed by end-hosts ID length: 256 bits,Mobility,Host just needs to update its trigger as it moves from one subnet to another,Sender,Multicast,Receivers insert triggers with sa

    6、me identifier Can dynamically switch between multicast and unicast,Sender,Receiver (R1),Receiver (R2),Anycast,Use longest prefix matching instead of exact matching Prefix p: anycast group identifier Suffix si: encode application semantics, e.g., location,Stack of Identifiers,idstack: (id1, id2, id3,

    7、idk) idi is either identifier or an address Packet p = (idstack, data) Trigger t = (id, idstack),Using i3,Service Composition Server initiated Receiver initiated Large Scale Multicast,Service Composition: Sender Initiated,Use a stack of IDs to encode sequence of operations to be performed on data pa

    8、th,Sender (MPEG),Receiver R (JPEG),ID_MPEG/JPEG,S_MPEG/JPEG,ID,R,S_MPEG/JPEG,Service Composition: Receiver Initiated,Receiver can also specify the operations to be performed on data,Sender (MPEG),Receiver R (JPEG),S_MPEG/JPEG,Large Scale Multicast,Can create a multicast tree for scalability,R2,R1,R4

    9、,R3,gR2,gR1,g x,xR4,xR3,(g, data),Implementation Overview,ID space is partitioned across infrastructure nodes Each node responsible for a region of ID space Each trigger (id, R) is stored at the node responsible for id Use Chord to route triggers and packets to nodes responsible for their IDs O(log

    10、N) hops,Properties,Robustness, Efficiency, Scalability, Stability Robustness: refresh triggers , trigger replication, back-up triggers Efficiency: Routing optimizations Incremental deployment possible Legacy applications can be supported by proxy which inserts triggers on behalf of client,Example,ID

    11、 space 063 partitioned across five i3 nodes Each host knows one i3 node R inserts trigger (37, R); S sends packet (37, data),Example,ID space 063 partitioned across five i3 nodes Each host knows one i3 node R inserts trigger (37, R); S sends packet (37, data),Optimization: Path Length,Sender/receive

    12、r caches i3 node mapping a specific ID Subsequent packets are sent via one i3 node,Optimization: Location-aware Triggers,Well-known (public) trigger for initial rendezvous Exchange a pair of (private) triggers well-located Use private triggers to send data traffic,Private Triggers: - S can insert a

    13、trigger 1,S that is stored at server 3 - R can chose a trigger 30,R that is stored at server 35,Security,i3 end-points also store routing information New opportunities for malicious users Goal: make i3 not worse than todays Internet,Some Attacks,Solutions,Eavesdropping: Use private triggers, periodi

    14、cally change them, multiple private triggersDoS Attacks: Challenges, Fair Queueing for resource allocation, loop detectionDead-End: Use push-back,Experimental Results,Simulation over two topologies Power-law random graph topology Transit-stub topologyLatency Stretch = (i3 latency)/(IP latency) First

    15、 Packet Latency, End-to-end Latency,First Packet Latency,90th percentile latency stretch vs. no of i3 servers for Transit-stub topology,HeuristicsClosest Finger Replica: Store r successors of each fingerClosest Finger Set: Use base b 2 to find fingers, but consider only log2N closest fingers when ro

    16、uting,End-to-end Latency,90th percentile latency stretch vs. no of samples (16384 i3 servers) i3 latency = (sender to i3 server)+(i3 server to receiver),Conclusions,Indirection key technique to implement basic communication abstractions Multicast, Anycast, Mobility, This research Advocates for building an efficient Indirection Layer on top of IP Explores the implications of changing the communication abstraction,


    注意事项

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




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

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

    收起
    展开