Presentation is loading. Please wait.

Presentation is loading. Please wait.

Zhongxing Ming Javier Ubillos Mingwei Xu 2014-2-5 1 Tsinghua University.

Similar presentations


Presentation on theme: "Zhongxing Ming Javier Ubillos Mingwei Xu 2014-2-5 1 Tsinghua University."— Presentation transcript:

1 Zhongxing Ming Javier Ubillos Mingwei Xu 2014-2-5 1 Tsinghua University

2 FQDN resolution and IP management is dealt with by the application All cool stuff have to be implemented by the application. Mobility Multi-homing IPv4/IPv6 agnosticism NA(P)T traversal Path diversity exploitation Etc… 2014-2-5 2 addr = gethostbyname (someString ); …… connect( …, addr, … ); write( … ); close( … ); connect (…, addr, …); write( … ); colse( … ); Tsinghua University

3 Developers seem to like them… One implementation for every framework More often than not Resolve once Resue IP …… 2014-2-5 3 Tsinghua University

4 Provide the socket abstraction developers like. Do allow all the cool functions of surrogate addresses But dont introduce new indirections And be explicit about that it is different 2014-2-5 4 Tsinghua University

5 2014-2-5Tsinghua University 5 New API Not binary compatible A session layer Easy transition Minor changes or none Compatible Middle-boxes unaffected Network Host

6 2014-2-5Tsinghua University 6 Application Transport Network Outside the host Name-based sockets HIP LISP SCTP

7 listen() – Prep for incoming session Fd = listen(src_name, dst_name, local_port, transport); open() – Initiate outgoing sesion Fd = open(src_name, dst_name, remote_port, transport); accept() – Receive incoming session (src_name, dst_name, fd) = accept(fd); read() – Receive data Data = read(fd); write() – Send data Write(fd, data); close() – Close session Close(fd); 2014-2-5 7 Tsinghua University

8 It has been a long struggle to manage mobility in todays IP networks. NBS allows mobile device users to move from one network to another while maintaining the connection. DNS and Shim6 is involved to support mobile NBS No triangular routing Fast handover Good reliability 2014-2-5 8 Tsinghua University

9 2014-2-5 9 src_namedst_name src_ipdst_ip src_namedst_name hash(src_name)hash(dst_name) hash(src_name)hash(dst_name) src_locdst_loc NBS Shim6 Before shim6 state establishment After shim6 state establishment Tsinghua University

10 2014-2-5 10 Original Shim6 State Machine Modified Shim6 State Machine Tsinghua University

11 2014-2-5 11 DNS DNS AR 3 AR 1 AR 2 Mobile Node (A) Name: www.mobile-node.com IP: 166.111.3.4 Mobile Node (A) Name: www.mobile-node.com IP: 202.111.2.3 Correspondent Host (B) Name: www.corres- host.com IP: 59.72.38.236 166.111.1.1 202.111.2.1 59.72.38.1 Tsinghua University

12 DNS AR4 AR1 AR2 AR3 A B 2014-2-5 12 Tsinghua University

13 2014-2-5 13 Tsinghua University

14 2014-2-5 14 Handover time for different IEEE 802.11b cards Tsinghua University Throughput graph during movement

15 2014-2-5 15 Bernhard Age et al studies various DNS resolvers around the world and found that there are only less than 1\% of the cases for which DNS resolvers take more that 100ms to answer Concurrent move is not very likely to occur Thus DNS delay wont be a problem in practice Tsinghua University

16 Propose and implement name-based sockets as a socket-API abstraction so that an application developer may use names instead of IP-addresses. improve Shim6 and integrate it with name- based sockets to provide mobility functionality. Evaluate the performance of the proposed mechanism using a real testbed. 2014-2-5 16 Tsinghua University

17 Questions? 2014-2-5 17 Tsinghua University


Download ppt "Zhongxing Ming Javier Ubillos Mingwei Xu 2014-2-5 1 Tsinghua University."

Similar presentations


Ads by Google