ip layer soft handoff implementation in ilnp
play

IP-Layer Soft Handoff Implementation in ILNP Ditchaphong (Dean) - PowerPoint PPT Presentation

IP-Layer Soft Handoff Implementation in ILNP Ditchaphong (Dean) Phoomikiattisak, Saleem Bhatti School of Computer Science, University of St Andrews {dp32|saleem}@st-andrews.ac.uk Outline Goals Problems Overview of ILNP ILNPv6


  1. IP-Layer Soft Handoff Implementation in ILNP Ditchaphong (Dean) Phoomikiattisak, Saleem Bhatti School of Computer Science, University of St Andrews {dp32|saleem}@st-andrews.ac.uk

  2. Outline ■ Goals ■ Problems ■ Overview of ILNP ■ ILNPv6 Implementation in Linux ■ Performance Evaluation ■ Conclusions & Future Works Ditchaphong Phoomikiattisak 2 dp32@st-andrews.ac.uk

  3. Goals ■ Enable IP Mobility using totally end-to-end model: – Eliminate additional network entities – Minimise complexity and overhead ■ Minimise packet loss during handoff: – “IP-Layer Soft Handoff” Ditchaphong Phoomikiattisak 3 dp32@st-andrews.ac.uk

  4. Problems of Mobility using IP Addresses Site ¡Network ¡1 ¡ Protocol Layer IP IP 1 ¡ MH ¡ FQDN, Application IP address IP address Transport (+ port number) MH ¡ IP 2 ¡ Network IP address (Interface) IP address Site ¡Network ¡2 ¡ MH: Mobile Host Ditchaphong Phoomikiattisak 4 dp32@st-andrews.ac.uk

  5. Problems of IP Addresses “IP addresses considered harmful”, (editorial) Brian Carpenter, ACM SIGCOMM CCR, Apr 2014 Ditchaphong Phoomikiattisak 5 dp32@st-andrews.ac.uk

  6. Many proposed solutions ■ MIPv6 (RFC 6275) and extensions: – FMIPv6 (RFC 5568) – HMIPv6 (RFC 5380) ■ PMIPv6 (RFC 6543) ■ HIP (RFC 5201, RFC 5206) ■ LISP (RFC 6830) ■ SHIM6 (RFC 5533) ■ Multipath TCP (RFC 6824) ■ ILNP (RFC 6740) Ditchaphong Phoomikiattisak 6 dp32@st-andrews.ac.uk

  7. Overview of ILNP ■ “Identifier Locator Network Protocol” ■ RFCs 6740-6748 (IRTF RRG, Experimental) ■ Replace IP address with Node Identifier (NID) and Locator (L64) ■ End-to-end architecture: no new entity required Ditchaphong Phoomikiattisak 7 dp32@st-andrews.ac.uk

  8. Overview of ILNP Protocol Layer IP ILNP FQDN or FQDN Application IP address (RFC1958) IP address Node Identifier Transport (+ port number) (+ port number) Network IP address Locator (Interface) IP address (dynamic mapping) Ditchaphong Phoomikiattisak 8 dp32@st-andrews.ac.uk

  9. Overview of ILNP ■ NID: – Is not topologically significant – Name a node, not an interface – Upper layer protocol bind only to NID ■ L64: – Is topologically significant – Names a (sub)network (as today's network prefix ) – Used only for routing and forwarding in the core Ditchaphong Phoomikiattisak 9 dp32@st-andrews.ac.uk

  10. ILNPv6 Implementation in Linux ■ ILNPv6: – ILNP implemented as a superset of IPv6 ■ Dual-stack approach: – Re-use IPv6 codes ■ Kernel version 3.8.0 Ditchaphong Phoomikiattisak 10 dp32@st-andrews.ac.uk

  11. ILNPv6 Implementation in Linux – Encoding NID and L64 IPv6 ¡rou+ng ¡(address) ¡prefix ¡ same ¡syntax, ¡different ¡seman+cs ¡ same ¡syntax ¡and ¡seman+cs ¡as ¡ these ¡bits ¡only ¡examined ¡and ¡ IPv6 ¡rou+ng ¡(address) ¡prefix ¡ acted ¡upon ¡by ¡end ¡systems ¡ so ¡IPv6 ¡core ¡routers ¡work ¡as ¡today ¡ Ditchaphong Phoomikiattisak 11 dp32@st-andrews.ac.uk

  12. ILNPv6 Implementation in Linux – Name Resolution ■ Add new syntax in /etc/hosts: L64 | preference, NID hostname e.g. 2001:1111:0000:0000|10,225:90ff:fe10:4959 ilnp1 ■ getaddrinfo() is modified to interpret this new syntax **For experimental purposes only** DNS also possible (RFC6742, BIND 9.9.3-P1) Ditchaphong Phoomikiattisak 12 dp32@st-andrews.ac.uk

  13. ILNPv6 Implementation in Linux – ILNP Communication Cache (ILCC) ■ Store information of current active ILNP sessions – Local/Remote NID – Local/Remote L64 – Local/Remote Nonce (bidirectional, for now) ■ Add when a communication session start ■ Update when a node handoff ■ Expire after idle time Ditchaphong Phoomikiattisak 13 dp32@st-andrews.ac.uk

  14. ILNPv6 Implementation in Linux – Session Initiation ILCC (Y) /etc/hosts (DNS) NID_local NID Y [NID Y , L Y ] L64_local L Y (Active) NID_remote NID X First Packet (with N XY ) Who is Y? X Y L64_remote L 1X (Active) Nonce N XY ILCC (X) NID_local NID X L64_local L 1X (Active) NID Y NID_remote L Y (Active) L64_remote N XY Nonce Ditchaphong Phoomikiattisak 14 dp32@st-andrews.ac.uk

  15. ILNPv6 Implementation in Linux – Handoff: Hard Handoff ■ Change of network: L 1 – simple X – change L64 value from L1 to L2 – gratuitous packet loss X L 2 (similar to Mobile IP) X L 2 Ditchaphong Phoomikiattisak 15 dp32@st-andrews.ac.uk

  16. ILNPv6 Implementation in Linux – Handoff: Soft Handoff ■ Unique to ILNP: L 1 – use L1 and L2 X simultaneously (analogous to radio L 1 soft handoff) X L 2 – minimises gratuitous packet loss X L 2 Ditchaphong Phoomikiattisak 16 dp32@st-andrews.ac.uk

  17. ILNPv6 Implementation in Linux – Handoff: Locator Update (LU) ILCC (Y) X Y NID_local NID Y L64_local L Y (Active) NID_remote NID X new prefix L64_remote L 1X (Active) received Nonce N XY ILCC (X) NID_local NID X L64_local L 1X (Active) NID_remote NID Y L64_remote L Y (Active) Nonce N XY Ditchaphong Phoomikiattisak 17 dp32@st-andrews.ac.uk

  18. ILNPv6 Implementation in Linux – Handoff: Locator Update (LU) ILCC (Y) X Y NID_local NID Y L64_local L Y (Active) NID_remote NID X new prefix L64_remote L 1X (Active) LU (L 2X ) with N XY received Nonce N XY ILCC (X) NID_local NID X L64_local L 1X (Expired* or Valid + ) L 2X (Active) NID_remote NID Y L64_remote L Y (Active) Nonce N XY * Hard Handoff + Soft Handoff Ditchaphong Phoomikiattisak 18 dp32@st-andrews.ac.uk

  19. ILNPv6 Implementation in Linux – Handoff: Locator Update (LU) ILCC (Y) X Y NID_local NID Y L64_local L Y (Active) NID_remote NID X new prefix L64_remote L 1X (Expired) LU (L 2X ) with N XY L 2X (Active) received Nonce N XY ILCC (X) N XY NID_local NID X h t i w ) L 2X L64_local L 1X (Expired* or Valid + ) ( K C A L 2X (Active) - U L NID_remote NID Y L64_remote L Y (Active) Nonce N XY * Hard Handoff + Soft Handoff Ditchaphong Phoomikiattisak 19 dp32@st-andrews.ac.uk

  20. Performance Evaluation ■ Aim: – Performance of Layer 3 handoff provided by ILNP – Performance of overall application flow ■ Ignore for now: – Layer 2 handoff – QoE at the application Ditchaphong Phoomikiattisak 20 dp32@st-andrews.ac.uk

  21. Performance Evaluation site network L 3 Emulated Loss and H2 site Delay for WiFi network L 1 R1 R2 H2 H1 Emulated Loss and H2 Delay for 3G site network L 2 R router H physical device / host ■ Real systems, wired connection ■ Streamed UDP (emulated VoIP and ViIP) from H1 to H2 ■ H2 handoff every 9 sec, with 5 sec in overlap area Ditchaphong Phoomikiattisak 21 dp32@st-andrews.ac.uk

  22. Results: Packet Loss The mean gratuitous packet loss 5 Hard Handoff Experienced Gratuitous Loss (%) Soft Handoff 4 3 2 1 0 VoIP Video Test Scenario Hard handoff: gratuitous loss observed Soft handoff: nearly zero gratuitous loss Ditchaphong Phoomikiattisak 22 dp32@st-andrews.ac.uk

  23. Results: Delay The mean packet delay of WiFi/3G-A network The mean hand-off delay 200 600 Emulated Delay RTT 180 Hard Handoff Hard Handoff 500 Experienced Delay (ms) Soft Handoff Soft Handoff 160 Handoff Delay (ms) 140 400 120 100 300 80 200 60 40 100 20 0 VoIP Video VoIP Video Test Scenario Test Scenario Hard handoff and soft handoff provide similar behaviour Ditchaphong Phoomikiattisak 23 dp32@st-andrews.ac.uk

  24. Conclusion ■ Implementation of ILNPv6 is not a huge work – Dual-stack implementation is possible: • Does extend current IPv6 code ■ ILNPv6 could enable seamless mobility – Soft Handoff: • Minimise Packet loss • Enable smooth vertical handoff – Low handoff delay: • 1 RTT Ditchaphong Phoomikiattisak 24 dp32@st-andrews.ac.uk

  25. Future Works ■ Evaluation with wireless networks ■ Direct performance comparison with Mobile IPv6 ■ More scenarios e.g. simultaneous movement http://ilnp.cs.st-andrews.ac.uk/ Ditchaphong Phoomikiattisak 25 dp32@st-andrews.ac.uk

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend