implementation and operation of mobility in wide
play

Implementation and Operation of Mobility in WIDE The 14th Korea - PowerPoint PPT Presentation

Implementation and Operation of Mobility in WIDE The 14th Korea Internet Conference June 28, 2006 Keiichi Shima <keiichi@iijlab.net> Internet Initiative Japan Inc. / WIDE project Contents Background Implementation Operation


  1. Implementation and Operation of Mobility in WIDE The 14th Korea Internet Conference June 28, 2006 Keiichi Shima <keiichi@iijlab.net> Internet Initiative Japan Inc. / WIDE project

  2. Contents • Background • Implementation • Operation • Demonstration report • Summary

  3. Background • Widely deployed Internet • Available in almost everywhere in the world • Improvement of Communication Technology • Wireless LAN, Bluetooth, WiBro, etc • Progress of Small Devices • Sensor nodes, Portable devices that have various communication media

  4. Requirements • From users • Seamless usage of various communication devices • Seamless communication from everywhere • From service operators • No big impact to the infrastructure • Seamless transition of applications

  5. Mobility Technology Device dependent • L2 Mobility Infrastructure update is required • Cellular • L3 Mobility • Mobile IPv6 / NEMO • L3.5 Mobility (?) • Shim6 • L4 Mobility • SCTP Applications need to be modified Terminals have to be updated

  6. What does WIDE do? • Realize the future Internet • Find all spec problems by implementing the specification • Provide free protocol stacks • Operate the service with the new protocol to find any operational problems and get experience • Demonstrate how can the technologies be applied

  7. Implementation

  8. Implementation • L2 Trigger • L3 mobility protocols • Mobile IPv6 / NEMO BS • Fast Mobile IPv6 • Operation support service • Demonstration applications

  9. L2 Trigger for Fast Handover • L3 Fast Handover needs to know L2 handover information • A standard API to interact between L2 and L3 is necessary to utilize various kinds of L2 media from L3 • draft-koki-mobopts-l2-abstractions

  10. Current Handover Sequence BU BA RA L3: network layer L2: link layer L3 waits for receiving RA DAD + L3 signaling (average 50msec) (more than 1sec) L2 L2 handover time total disruption time (more than 1 sec)

  11. Current Handover Sequence BU BA RA L3: network layer L2: link layer L3 waits for receiving RA DAD + L3 signaling (average 50msec) (more than 1sec) L2 L2 handover time total disruption time (more than 1 sec) L2 executes handover by detecting that signal strength is going down.

  12. Current Handover Sequence BU BA RA L3 detects L2 H.O. L3: network layer by receiving RA. L2: link layer L3 waits for receiving RA DAD + L3 signaling (average 50msec) (more than 1sec) L2 L2 handover time total disruption time (more than 1 sec) L2 executes handover by detecting that signal strength is going down.

  13. Current Handover Sequence BU BA RA L3 detects L2 H.O. L3: network layer by receiving RA. L2: link layer L3 waits for receiving RA DAD + L3 signaling (average 50msec) (more than 1sec) L2 L2 handover time total disruption time (more than 1 sec) L2 executes handover by detecting that signal strength is going down. Problem: there is no interaction between layers

  14. Principle of L3-Driven Fast Handover L3: network layer L2: link layer L3 handover L3 preparation signaling L3 L2 L2 handover time total disruption time

  15. Principle of L3-Driven Fast Handover L3: network layer L2: link layer L3 handover L3 preparation signaling L3 L2 L2 handover L2 quality time is going down. total disruption time

  16. Principle of L3-Driven Fast Handover L3: network layer Execute L2 L2: link layer handover! L3 handover L3 preparation signaling L3 L2 L2 handover L2 quality time is going down. total disruption time

  17. Principle of L3-Driven Fast Handover L3: network layer Execute L2 L2: link layer handover! L3 handover L3 preparation signaling L3 L2 handover L2 was done. L2 handover L2 quality time is going down. total disruption time

  18. Principle of L3-Driven Fast Handover L3: network layer Execute L2 L2: link layer handover! L3 handover L3 preparation signaling L3 L2 handover L2 was done. L2 handover L2 quality time is going down. total disruption time control information exchange between layers => dramatic decrease of handover time

  19. Demo:L3-Driven Fast Handover Using L2 Triggers • Application: DVTS • Total disruption time: 3-4 ms – half rate: 15Mbps – L2 handover: 1-2 ms (fixed) – from MN on car to fixed PC – L3 handover: 1-2 ms • L3 mobility protocol: LIN6 (depends on RTT) • L2: IEEE802.11a (54Mbps) • 8 IPv6 subnets – 8 access points / access routers 3 2 IPv6 Subnet 1 4 200m 8 7 6 5 Receiver sender

  20. L3 mobility protocols • SHISA • Mobility Framework for BSD Operating Systems • USAGI MIP (UMIP) • Mobile IPv6 stack for Linux • Collaborative work with the Go-core team • NEPL SE • NEMO BS stack for Linux • Collaborative work with the Go-core project

  21. SHISA • Mobility Framework for BSD Operating Systems • FreeBSD5.4 and NetBSD2.0.2 • Supported specifications • Mobile IPv6 (RFC3775) • NEMO BS (RFC3963) • MIPEXT API • Multiple CoA • http://www.kame.net/, http://www.mobileip.jp/

  22. SHISA System • Mobility functions Binding Binding Update Cache Database Database are provided by the combination of mnd babymdd mrd nemonetd cnd had small programs user space • MIPSOCK socket Mobility Socket Routing Socket kernel space interface provides Binding Address Routing Forwarding Neighbor Management Management Management Module Discovery Module Module Module Module communication Binding Binding method between Update Cache Routing Database Database Table (Copy) (Copy) them

  23. USAGI MIP (UMIP) • UMIP is a set of patches to Mobile IPv6 for Linux (MIPL2) • Supported specifications • Mobile IPv6 (RFC3775) • MIPEXT API • MIGRATE (an Interface between Mobile IPv6 and IPsec/ IKE; draft-sugimoto-mip6-pfkey-migrate) • tutorial • http://www.linux-ipv6.org/memo/mipv6/index.html.en

  24. UMIP Systems •Mobility functions are MIPv6 stack provided by a daemon (mip6d) Binding cache Binding update Database Database •PF_NETLINK is used as an interface between IKE mip6d applications user and kernel space User •MIGRATE interface is space PF_NETLINK socket PF_KEY socket used to update Kernel space endpoint address of IPsec tunnel through Routing Neighbor Address Binding Migrate PF_KEY socket when management management management management management module module module module module MN moves Routing Binding cache Binding update table Database Database SP SA (copy) (copy) Database Database

  25. NEPL SE • Network Mobility Stack for Linux based on NEPL (http://www.mobile-ipv6.org/) • Some features are enhanced • Mobile Network Prefix Delegation • Multiple CoA • http://software.nautilus6.org/

  26. Fast Mobile IPv6 • TARZAN • Implementation of FMIPv6 for FreeBSD 5 operating system • Based on SHISA mobility stack • Fast Handover for Mobile IPv6 (draft-ietf- mipshop-fast-mipv6-03) • Support Predictive & Reactive modes • Development is suspended until 4068bis is published • http://software.nautilus6.org/

  27. TARZAN System

  28. Operation

  29. Operational Service • Background • Providing only protocol stack implementation is not enough to deploy technologies • Implementing stacks and operation using the stacks will accelerate understanding protocols and give us much experiments

  30. L3 Mobility Service Mobile Network • Operate Layer 3 mobility service Prefixes Home Network as an application service provider Web-based service interface Home Agent • Design goals • Easy to use Web-based service WIDE Backbone interface Tunnel • Supporting both IPv4/IPv6 service access networks IPv6 IPv4 Internet Internet • Support full security defined in the specification • Distribute the system as an Mobile IPv6 / Mobile IPv6 / Mobile IPv6 / NEMO BS node NEMO BS node NEMO BS node with IPv6 over with DSMIPv6 operation kit IPv4 tunnel Protocol stack from Live CD for SHISA / USAGI / MIPL / NEPL Mobility Service

  31. L3 Mobility Web Interface • Users can • Request HoA • Request MNP • Get Security Info • Create Live CD Main page HoA information page Security information page

  32. Live CD for trial users • Kernel and necessary mobility service programs are integrated • Initial setup for mobility programs has already done • Security setup for mobility signaling has already done for each users • The CD is created depending on user’s information (HoA, Security parameters, etc.)

  33. Demonstration Report

  34. Why is Demonstration Important? • Technology itself usually does not convince people • Need to show how we can use the technology • How the technology make us interesting

  35. Demo Activities • E-Bike / E-Bag system • Transition support using Dual Stack Mobile IPv6 (DSMIPv6) • Large scale operational moving network using NEMO BS technology

  36. E-Bike / E-Bag • A good example of Personal Area Network • IPv6 sensors and a camera connected to small mobile router driven by battery

  37. E-Bike / E-Bag Equipments IPv6 Sensors Web Camera - Humidity - Temperature - Acceleration Applications - Direction - MonNemo - VoIP PoE Hub - A modified hub to supply power Mobile Router to IPv6 sensors - Soekris based Battery SHISA MR

  38. Mon Nemo (IPv6 Sensor Monitor) GPS Temperature and Humidity Direction

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