Extended Correspondent Registration Scheme for Reducing Handover Delay in Mobile IPv6

Size: px
Start display at page:

Download "Extended Correspondent Registration Scheme for Reducing Handover Delay in Mobile IPv6"

Transcription

1 Extended Correspondent Registration Scheme for Reducing Handover Delay in Mobile IPv6 Ved P. Kafle Department of Informatics The Graduate University for Advanced Studies Tokyo, Japan Eiji Kamioka and Shigeki Yamada National Institute of Informatics Tokyo, Japan Abstract We present a new scheme for fast binding update with correspondent nodes to expedite the handover operation of mobile nodes in Mobile IPv6 protocol supporting networks. Our scheme is an extension of the Mobile IPv6 correspondent registration process that modifies some messages exchanged between a mobile node and a correspondent node. This scheme reduces the handover latency while providing the same level of security assurances for revealing the location information to the correspondent node as in the current Mobile IPv6 protocol. We also present an extension of the scheme to multihomed mobile nodes that have heterogeneous interfaces. 1. Introduction In Mobile IPv6 (MIPv6) [3], a mobile node generally performs correspondent binding updates to register its careof address with a correspondent node for route optimization under the following two cases: (1) when it receives a packet from the correspondent node tunneled via a home agent; (2) when it changes its care-of address due to a handover. The MIPv6 standard treats both cases in the same manner, i.e., performing a return routability (RR) test, and then sending a binding update message containing the new care-of address to the correspondent node. However, we argue that the urgency levels of performing a binding update in the above two cases are different. In the first case, the communication between the correspondent node and the mobile node is not disturbed even if the mobile node takes a longer time to complete a binding update with the correspondent node, because the packets originating from the correspondent node can always reach the mobile node, although through a relatively longer path, via the home agent. In contrast to the first case, the second case requires a more urgent action to perform the binding update with the correspondent node because the packets might be lost if the correspondent node is not notified of the new care-of address of the mobile node for a long time. Therefore, in this paper we address the second case by proposing a new correspondent registration mechanism for expediting handover operations. Completing a correspondent binding update together with an RR test takes at least 1.5 times the round-trip time (RTT) between the mobile node and the correspondent node. If the mobile node is required to perform an RR test on every handover, the MIPv6 protocol cannot perform well as a mobility management solution in future heterogeneous mobile networks. Taking this fact into consideration, the Internet Engineering Task Force (IETF) has extended the MIPv6 operation to access networks and has drafted two protocols: Hierarchical MIPv6 (HMIPv6) [6] and Fast MIPv6 [5]. The first protocol assumes a hierarchical structure of the access routers to localize signaling messages, whereas the second protocol assumes the cooperative access routers to provide packet-tunneling services during a handover of the mobile node. However, both of these schemes require a special configuration of the access networks, which may not be feasible in heterogeneous mobile network systems where the component networks may have no relationship or cooperation amongst them. To accelerate the correspondent binding update process during a handover, our objective is to design a new binding update method that achieves the same level of security assurances in revealing the location information to the correspondent node as in the current MIPv6 protocol. We will not use any more signaling messages than the current MIPv6. Instead, we will modify some of the existing signaling messages. In our scheme, the mobile node utilizes the recently obtained home and care-of keygen tokens to perform a binding update following a handover. Therefore, the mobile node does not have to perform an RR test on every handover; instead, it sends the binding update mes-

2 Return Routability Test MN HA CN Home Test Init (HoA, home init cookie) Care-of Test Init (CoA, care-of init cookie) Home Test (home init cookie, home keygen token, home nonce index) Care-of Test (care-of init cookie, care-of keygen token, care-of nonce index) Binding Update (MAC, seq#, nonce indices, CoA, HoA) Figure 1. Correspondent registration in MIPv6. sage through a secure tunnel via the home agent, assuring the correspondent node that the message is from the mobile node whose home address is present in the packet header. We will also present an extension of the scheme to a multihomed mobile node that has heterogeneous interfaces and many care-of addresses. This paper is organized as follows. Section 2 overviews the correspondent registration and handover operations of MIPv6. The operation of our proposed scheme is described in Section 3. Section 4 discusses the security issues related to our scheme, and Section 5 presents an extension of the scheme to multihomed mobile nodes. Section 5 concludes the paper, while outlining future work. 2. Related Work As the proposed scheme is an extension of the MIPv6 protocol [3], we start with an overview of the correspondent registration and handover operation in MIPv Correspondent Registration in MIPv6 The correspondent registration in MIPv6 comprises two tasks: a return routability (RR) test, which consists of exchanging four messages between a mobile node and a correspondent node, and a binding update. As shown in Fig. 1, the mobile node (MN) initiates the RR test by sending a home test init message via the home agent (i.e., the message is reverse tunneled through the home agent) and a care-of test init message directly to the correspondent node (CN). The home test init message includes the mobile node s home address (HoA) and a cookie. Similarly, the care-of test init message includes the mobile node s care-of address (CoA) and a cookie. In response to a home test init message, the correspondent node replies with a home test message, which contains a home keygen token and a home nonce index. Similarly, in response to the care-of test init message, the correspondent node replies with a care-of test message that contains a care-of keygen token and a care-of nonce index. Once the mobile node receives both the home and care-of test messages, the RR test is complete. The mobile node uses the home and care-of keygen tokens to generate a message authentication code (MAC), which is sent with a binding update message to assure the correspondent node that the message is from the mobile node that received both the home test and care-of test messages, i.e., the claimed care-of address and home address belong to the same mobile node. Then, the mobile node can send the binding update directly to the correspondent node (i.e., not via the home agent). Upon processing the binding update message, the correspondent node creates an entry in the Binding Update Cache to record the mobile node s information, such as the home address, care-of address, and the lifetime of the binding. The cache entry is used to process the incoming packets with the home address destination option, as well as to use a type 2 routing header to route the outgoing packets directly to the mobile node s care-of address. Similarly, the mobile node creates an entry for the correspondent node in the Binding Update List to record the tokens and other authentication data as well as the lifetime of the binding. The mobile node uses the entry while sending packets with the home address destination option to the correspondent node. From this information, it is clear that the correspondent registration, including an RR test, takes at least 1.5 times the RTT between the mobile node and the correspondent node Handover Operation in MIPv6 The MIPv6 IP-layer handover operation includes a series of tasks: movement detection, care-of address configuration, home agent binding update, and correspondent binding update. A mobile node detects that it has moved out of the coverage of an IP subnet by not getting router advertisements during an advertisement time interval from the access router of that subnet. The mobile node then searches for a new access router in the newly visited network. After getting a subnet prefix in the newly received router advertisement, the mobile node configures its new care-of address, and registers the address with the home agent and correspondent nodes. The home agent registration operation includes simply sending a binding update message containing the new care-of address to the home agent, whereas the correspondent registration requires performing an RR test prior to sending the binding update message. As the correspondent registration with an RR test takes at least 1.5 x RTT, the handover delay may exceed the tolerable limit of real time services. In this paper, we therefore present an extended correspondent registration scheme for reducing the handover latency in the MIPv6 networks.

3 0 15 A H L K M Reserved Sequence number # Lifetime Figure 2. Fast binding update message. 3. Operation of the Proposed Scheme To solve the problem of long handover latency due to the correspondent registration procedure of the MIPv6 protocol, we modified only the correspondent binding update operation performed by the mobile node during a handover. That is, this scheme leaves the home agent registration as well as the correspondent registration executed in other cases, such as when receiving tunneled packets via the home agent, untouched from the current MIPv6 standard. As the mobile node happens to be in active communication with the correspondent node before (and during) a handover, it is logical to assume that mobile node has already performed the correspondent registration using its previous care-of address, possibly when it first received the tunneled packets via its home agent. In the course of the registration, the mobile node and the correspondent node have maintained a record of each other in the Binding Update List and the Binding Update Cache, respectively. These records include the authentication information, among other fields. During handover, when the mobile node leaves the previous network and enters the realm of a new network, it configures a new care-of address using the advertised network-prefix of the new network. The mobile node then provisionally updates the correspondent node on its new care-of address by sending a fast binding update message (without performing an RR test). For this temporary update, the mobile node uses the authentication information stored in the Binding Update List created by the previous registration, thus reducing the impact of the time taken by an RR test on the handover latency. The temporary registration during a handover takes only 0.5 RTT, instead of 1.5 RTT in normal registration. However, to improve the security provisions, as soon as the handover is complete and the packets starts coming from the new access network, the mobile node validates the temporary updates of its record at the correspondent node by performing an RR test using its new care-of address and then sending a normal binding update message containing the newly received authentication information (via the RR test). The format of the fast binding update message is shown in Fig. 2. The changed portions of the message appear in bold font, i.e., a flag bit M and the mobility options. We added the new flag bit M to inform the correspondent node that the mobile node has used the previously received tokens to generate the MAC for the new binding update message. The mobility options include the following options. (1) Nonce indices option to carry the home and care-of nonce indices; (2) Message authentication data option to carry the MAC (massage authentication code); (3) Alternate care-of address option to carry the new care-of address; (4) Previous care-of address option to carry the previous care-of address. While the first three options are already available in MIPv6, the fourth option is a newly added one. The first and second options carry the information stored in the Binding Update List entry created by the previous binding update performed with the correspondent node. We added the fourth option to notify the previous care-of address to the correspondent node because we use the previous care-of address to generate the MAC, which the correspondent node uses to verify the source of the binding update message. Note that in a normal binding update, the new care-of address and the tokens received for that address from the correspondent node via the RR test are used to generate the MAC, whereas in our fast binding update, we use the previous care-of address and the corresponding tokens to generate the MAC. For the details of the MAC generating methods, we refer the reader to the RFC 3775 [3]. The binding update message is carried by the mobility header, an extension header defined for carrying MIPv6 signaling messages, of the IPv6 packet whose source address is the home address of the mobile node and destination address is the correspondent node s IPv6 address. The message is securely tunneled to the home agent using the IPSec security association existing between the mobile node and the home agent [1, 4]. The home agent decapsulates the message and forwards it to the correspondent node. When the correspondent node receives a fast binding message with an M flag bit set, it derives the care-of keygen token, and consequently the MAC, using the previous care-of address and the nonces whose indices are mentioned in the message. If the derived MAC is the same as that presented in the binding update message, the correspondent node temporarily updates the entry in the Binding Update Cache with the new care-of address. After the update, the correspondent node sends data packets to the new care-of address.

4 4. Security Consideration To ensure enough security in sending a fast binding update message, the following measures are taken. 1. The fast binding update message from a mobile node is always securely tunneled via the home agent. That is, a correspondent node accepts the fast binding update message with an M bit set only when the source address of the message is the home address of the mobile node. In case the home agent processes only the reverse tunneled packets coming from authenticated mobile nodes, the problem of fraudulent binding update messages being sent by other malicious nodes is mitigated. As in MIPv6, a node from other subnets cannot directly send a fast binding update message using the mobile node s home address as its own address because of the ingress filtering [2]. 2. The correspondent node accepts a fast binding update message only when an entry for the mobile node already exists in the Binding Update Cache. That means our scheme prevents other nodes from sending a fast binding update message before the mobile node actually performs it. 3. To improve the security level, the mobile node uses the authentication token received for the previous care-of address only once and for a very short time. That is, as soon as it completes a handover, the mobile node performs an RR test to get new tokens. It next uses these tokens in a normal binding update message to validate the temporary binding at the correspondent node created by the fast binding update message. 5. Extension to Multihomed Mobile Nodes Our scheme can easily be extended to multihomed mobile nodes by slightly modifying some messages to carry additional information. To explain the operation of the extended scheme, we use a multihomed mobile node equipped with heterogeneous interfaces, such as a Wireless LAN, WiMAX, and 3G. In an overlapped network environment, each of these interfaces may have an association with a network, which can provide the mobile node with a care-of address for the interface. Although the mobile node uses only one interface at a time to communicate with a correspondent node, it may initiate, in advance, a safe registration process for the care-of addresses associated with all the interfaces so that it can switch interfaces in a short period of time, when the network serving an ongoing communication session becomes unavailable or sub-optimal. To make a correspondent registration for multiple careof addresses feasible, we extended the RR test operation 0 15 M Reserved Care-of Init Cookie (a) Modified Care-of Test Init message (b) Other Care-of Address option Type Other Care-of Address Length Figure 3. Modified care-of test init message Care-of Nonce Index Care-of Init Cookie Care-of Keygen Token (a) Modified Care-of Test message Type Other Care-of Keygen Token (b) Other Care-of Keygen Token option Length Figure 4. Modified care-of test message. so that a care-of test init and care-of test messages could carry many care-of addresses and care-of keygen tokens in a single message. The formats of the modified messages are shown in Figs. 3 and 4. As before, the modified parts appear in bold font. In Fig. 3(a), the flag M indicates that the care-of test init message includes many care-of addresses. The default or current care-of address is indicated by the source address of the message, while the other addresses are mentioned in a new mobility option called the Other Careof Address option. The format of the new option is shown in Fig. 3(b), which is similar to the Alternate Care-of Address option of the binding update message of MIPv6. Since an Other Care-of Address option carries only one care-of address, a care-of test message can have many such options to carry many care-of addresses in a single message. Upon receiving such a care-of test init message, a correspondent node generates keygen tokens for each care-of address by using the same algorithm used in MIPv6 and forwards these tokens to the mobile node in a modified care-of test message. The modified care-of test message, as shown in Fig. 4(a), also includes a new option called the Other Care-of Keygen Token option. As shown in Fig. 4(b), this option carries a care-of keygen token corresponding to a care-of address that appeared in the Other Care-of Address

5 option of the care-of test init message. That is, there will be as many Other Keygen Token options in the care-of test message as there are Other Care-of Address options in the care-of test init message. Upon receiving such a care-of test message, the mobile node stores the care-of addresses and corresponding tokens in the Binding Update List. When the mobile node performs a vertical handover from one network to another, it uses the tokens from the list that correspond to the care-of address configured from the new network to generate an MAC. The mobile node includes the MAC in the binding update message and sends the message to the correspondent node to update the Binding Update Cache maintained by the correspondent node. In this way, the correspondent registration during a handover does not need an RR test, thus reducing the handover delay. After the registration, the correspondent node sends data packets to the mobile node via the new network. 6. Conclusion We presented a fast correspondent registration scheme to reduce the handover delay in Mobile IPv6 networks. Our scheme modified some of the signaling messages and operations of the Mobile IPv6 protocol to expedite the binding update during a handover. We also presented an extension of the scheme to multihomed mobile nodes that have heterogeneous interfaces. This work is still in progress. In future work, we will evaluate the scheme by mathematical modeling and simulations. We will analyze the scheme from different aspects, such as session arrival rate, traffic type, packet arrival rate, and node mobility rate. We will further extend the scheme to mobile routers to attain a low latency handover in network mobility (NEMO) supporting systems. References [1] J. Arkko, V. Devarapalli, and F. Dupont. Using IPsec to protect Mobile IPv6 signaling between mobile nodes and home agents. IETF RFC 3776, June [2] P. Ferguson and D. Senie. Network Ingress Filtering. IETF RFC 2267, January [3] D. Johnson, C. Perkins, and J. Arkko. Mobility support in IPv6. IETF RFC 3775, June [4] S. Kent and R. Atkinson. Security architecture for the Internet protocol. IETF RFC 2401, November [5] R. Koodli. Fast handovers for mobile IPv6. IETF RFC 4068, July [6] H. Soliman, C. Catellucia, K. Malki, and L. Bellier. Hierarchical Mobile IPv6 mobility management (HMIPv6). IETF RFC 4140, August 2005.

An Analysis of the Flow-Based Fast Handover Method for Mobile IPv6 Network. Jani Puttonen, Ari Viinikainen, Miska Sulander and Timo Hämäläinen

An Analysis of the Flow-Based Fast Handover Method for Mobile IPv6 Network. Jani Puttonen, Ari Viinikainen, Miska Sulander and Timo Hämäläinen An Analysis of the Flow-Based Fast Handover Method for Mobile IPv6 Network Jani Puttonen, Ari Viinikainen, Miska Sulander and Timo Hämäläinen Emails: janput@cc.jyu.fi, arjuvi@mit.jyu.fi, sulander@cc.jyu.fi,

More information

Mobile IPv6. Washington University in St. Louis

Mobile IPv6. Washington University in St. Louis Mobile IPv6 Raj Jain Professor of Computer Science and Engineering Washington University in Saint Louis Saint Louis, MO 63130 Audio/Video recordings of this lecture are available at: http://www.cse.wustl.edu/~jain/cse574-08/

More information

IPv4 Care-of Address Registration for IPv4 Support on the NEMO Basic Support Protocol

IPv4 Care-of Address Registration for IPv4 Support on the NEMO Basic Support Protocol IPv4 Care-of Address Registration for IPv4 Support on the NEMO Basic Support Protocol Ryuji Wakikawa Carl Williams Keisuke Uehara Jun Murai Keio University. Graduate School of Media and Governance KDDI

More information

Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks

Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks Sangheon Pack and Yanghee Choi School of Computer Science & Engineering Seoul National University Seoul, Korea Abstract Next-generation

More information

Mobile IPv6. Raj Jain. Washington University in St. Louis

Mobile IPv6. Raj Jain. Washington University in St. Louis Mobile IPv6 Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-06/ 13-1 Overview! IPv6:

More information

Mobile SCTP for IP Mobility Support in All-IP Networks

Mobile SCTP for IP Mobility Support in All-IP Networks Mobile SCTP for IP Mobility Support in All-IP Networks Seok Joo Koh sjkoh@cs.knu.ac.kr Abstract The Stream Control Transmission Protocol (SCTP) is a new transport protocol that is featured multi-streaming

More information

A Design of Distributed Data Traffic Algorithm based on Hierarchical Wireless/Mobile Networks

A Design of Distributed Data Traffic Algorithm based on Hierarchical Wireless/Mobile Networks , pp.147-151 http://dx.doi.org/10.14257/astl.2015.117.35 A Design of Distributed Data Traffic Algorithm based on Hierarchical Wireless/Mobile Networks Ronnie Caytiles, Seungyong Shin, Minji Yang and Byungjoo

More information

Overview of the MIPv6 Implementation

Overview of the MIPv6 Implementation Overview of the MIPv6 Implementation Tunneling Tunneling support was added as it is necessary for MIPv6. Interfaces have interfaceids that uniquely identify them. Similarly, every tunnel has a virtual

More information

Handover Management for Mobile Nodes in IPv6 Networks

Handover Management for Mobile Nodes in IPv6 Networks TECHNOLOGY ADVANCES FOR 3G AND BEYOND Handover Management for Mobile Nodes in IPv6 Networks Nicolas Montavont and Thomas Noël LSIIT Louis Pasteur University CNRS, Strasbourg ABSTRACT In this article we

More information

Introduction Mobility Support Handover Management Conclutions. Mobility in IPv6. Thomas Liske. Dresden University of Technology

Introduction Mobility Support Handover Management Conclutions. Mobility in IPv6. Thomas Liske. Dresden University of Technology 2005 / High Speed Networks II Outline Introduction Mobility Support Overview of IPv6 Mobility Support Handover Management Mobility Support What means Mobility Support? allow transparent routing of IPv6

More information

Internet Engineering Task Force (IETF) Ericsson July 2011

Internet Engineering Task Force (IETF) Ericsson July 2011 Internet Engineering Task Force (IETF) Request for Comments: 6275 Obsoletes: 3775 Category: Standards Track ISSN: 2070-1721 C. Perkins, Ed. Tellabs, Inc. D. Johnson Rice University J. Arkko Ericsson July

More information

MOBILITY AGENTS: AVOIDING THE SIGNALING OF ROUTE OPTIMIZATION ON LARGE SERVERS

MOBILITY AGENTS: AVOIDING THE SIGNALING OF ROUTE OPTIMIZATION ON LARGE SERVERS MOBILITY AGENTS: AVOIDING THE SIGNALING OF ROUTE OPTIMIZATION ON LARGE SERVERS Albert Cabellos-Aparicio and Jordi Domingo-Pascual * Technical University of Catalonia, Department of Computer Architecture

More information

Implementation of Hierarchical Mobile IPv6 for Linux.

Implementation of Hierarchical Mobile IPv6 for Linux. Implementation of Hierarchical Mobile IPv6 for Linux. Richard Nelson Greg Daley Nick Moore Center for Telecommunications and Information Engineering, Monash University, Melbourne, Australia October 18,

More information

School of Computer Science

School of Computer Science Cost Analysis of NEMO Protocol Entities Md. Shohrab Hossain, Mohammed Atiquzzaman TR-OU-TNRL-10-105 September 2010 Telecommunication & Network Research Lab School of Computer Science THE UNIVERSITY OF

More information

Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks

Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks Sangheon Pack, Taekyoung Kwon, and Yanghee Choi School of Computer Science and Engineering Seoul National University, Seoul, Korea

More information

A Fast Handover Protocol for Mobile IPv6 Using Mobility Prediction Mechanism

A Fast Handover Protocol for Mobile IPv6 Using Mobility Prediction Mechanism A Fast Handover Protocol for Mobile IPv6 Using Mobility Prediction Mechanism Dae Sun Kim 1 and Choong Seon Hong 2 1 School of Electronics and Information, Kyung Hee Univerity 1 Seocheon, Giheung, Yongin,

More information

Internet Engineering Task Force (IETF) Request for Comments: 6612 Category: Informational May 2012 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6612 Category: Informational May 2012 ISSN: Internet Engineering Task Force (IETF) G. Giaretta, Ed. Request for Comments: 6612 Qualcomm Category: Informational May 2012 ISSN: 2070-1721 Interactions between Proxy Mobile IPv6 (PMIPv6) and Mobile IPv6

More information

An Analysis of The Fast Handovers for Mobile IPv6 Protocol

An Analysis of The Fast Handovers for Mobile IPv6 Protocol An Analysis of The Fast Handovers for Mobile IPv6 Protocol Janne Lundberg Helsinki University of Technology Laboratory for Theoretical Computer Science May 28, 2003 Abstract Fast Handovers for Mobile IPv6

More information

generated, it must be associated with a new nonce index, e.g., j. CN keeps both the current value of N j and a small set of previous nonce values, N j

generated, it must be associated with a new nonce index, e.g., j. CN keeps both the current value of N j and a small set of previous nonce values, N j Authenticated Binding Update in Mobile IPv6 Networks Qiu Ying Institute for Infocomm Research Singapore qiuying@i2r.a-star.edu.sg Bao Feng Institute for Infocomm Research Singapore baofeng@i2r.a-star.edu.sg

More information

Mobile Internet Protocol v6 MIPv6

Mobile Internet Protocol v6 MIPv6 Mobile Internet Protocol v6 MIPv6 A brief introduction Holger.Zuleger@hznet.de 13-dec-2005 Holger Zuleger 1/15 > c Defined by MIPv6 RFC3775: Mobility Support in IPv6 (June 2004) RFC3776: Using IPsec to

More information

Proxy Mobile IPv6 (PMIPv6)

Proxy Mobile IPv6 (PMIPv6) Sungkyunkwan University Proxy Mobile IPv6 (PMIPv6) - Grand ICT 연구센터지원사업라이프컴패니온쉽경험을위한지능형인터랙션융합연구 - 무선포함접속방식에독립적인차세대네트워킹기술개발 SDN/NFV 기반의기업유무선통합네트워크를위한액세스기술독립적오픈소스컨트롤러개발 - 자율제어네트워킹및자율관리핵심기술개발생체모방자율제어시스템및자율관리

More information

Request for Comments: INRIA K. El Malki Ericsson L. Bellier INRIA August Hierarchical Mobile IPv6 Mobility Management (HMIPv6)

Request for Comments: INRIA K. El Malki Ericsson L. Bellier INRIA August Hierarchical Mobile IPv6 Mobility Management (HMIPv6) Network Working Group Request for Comments: 4140 Category: Experimental H. Soliman Flarion C. Castelluccia INRIA K. El Malki Ericsson L. Bellier INRIA August 2005 Hierarchical Mobile IPv6 Mobility Management

More information

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo IETF Mobile IP Working Group INTERNET-DRAFT David B. Johnson Rice University Charles Perkins Nokia Research Center 2 July 2000 Mobility Support in IPv6 Status of This

More information

Keywords PMIPv6, Local Mobility Anchor, Mobile Access Gateway, AAA.

Keywords PMIPv6, Local Mobility Anchor, Mobile Access Gateway, AAA. Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Optimized Handover

More information

OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS

OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS Sandro Grech Nokia Networks (Networks Systems Research) Supervisor: Prof. Raimo Kantola 1 SANDRO GRECH - OPTIMIZING MOBILITY MANAGEMENT IN

More information

Context Reflector for Proxy Mobile IPv6

Context Reflector for Proxy Mobile IPv6 Context Reflector for Proxy Mobile IPv6 Sawako Kiriyama 1, Ryuji Wakikawa 2, Jinwei Xia 3 and Fumio Teraoka 1 1 Keio University Yokohama, Kanagawa, Japan {kiri@tera.ics.keio.ac.jp and tera@ics.keio.ac.jp}

More information

A New Authentication Scheme of Binding Update Protocol on Handover in Mobile IPv6 Networks

A New Authentication Scheme of Binding Update Protocol on Handover in Mobile IPv6 Networks A New Authentication Scheme of Binding Update Protocol on Handover in Mobile IPv6 Networks Jung Doo Koo 1, Jungsook Koo 2, Dong Chun Lee 3 1 Dept. of Computer Science and Eng., Hanyang Univ., Korea jdkoo@cse.hanyang.ac.kr

More information

An Enhancement of Mobile IP by Home Agent Handover

An Enhancement of Mobile IP by Home Agent Handover An Enhancement of Mobile IP by Home Agent Handover Li-Sheng Yu and Chun-Chuan Yang Multimedia and Communications Laboratory Department of Computer Science and Information Engineering National Chi Nan University,

More information

Cross-over Mobility Anchor Point based Hierarchical Mobility Management Protocol for Mobile IPv6 Network

Cross-over Mobility Anchor Point based Hierarchical Mobility Management Protocol for Mobile IPv6 Network Cross-over Mobility Anchor Point based Hierarchical Mobility Management Protocol for Mobile IPv6 Network A.K.M. Mahtab Hossain & Kanchana Kanchanasut Internet Education and Research Laboratory Asian Institute

More information

T Computer Networks II. Mobility Issues Contents. Mobility. Mobility. Classifying Mobility Protocols. Routing vs.

T Computer Networks II. Mobility Issues Contents. Mobility. Mobility. Classifying Mobility Protocols. Routing vs. T-0.50 Computer Networks II Mobility Issues 6.0.008 Overview Mobile IP NEMO Transport layer solutions i SIP mobility Contents Prof. Sasu Tarkoma Mobility What happens when network endpoints start to move?

More information

Study and Performance Analysis of Traffic Class MIPv6 on Linux Base

Study and Performance Analysis of Traffic Class MIPv6 on Linux Base Study and Performance Analysis of Traffic MIPv on Linux Base ANNOP MONSAKUL Faculty of Science and Technology Tapee College Suratthani, THAILAND annop@tapee.ac.th Abstract: Application on mobile device

More information

Location Management Agent for SCTP Handover in Mobile Network

Location Management Agent for SCTP Handover in Mobile Network Location Management Agent for SCTP Handover in Mobile Network Yong-Jin Lee Department of Technology Education, Korea National University of Education 250 Taesungtapyon-ro, Heungduk-ku, Cheongju, South

More information

Request for Comments: Category: Best Current Practice June 2008

Request for Comments: Category: Best Current Practice June 2008 Network Working Group Request for Comments: 5266 BCP: 136 Category: Best Current Practice V. Devarapalli Wichorus P. Eronen Nokia June 2008 Secure Connectivity and Mobility Using Mobile IPv4 and IKEv2

More information

Seamless Network Mobility Management for Realtime Service

Seamless Network Mobility Management for Realtime Service Seamless Network Mobility Management for Realtime Service Hee-Dong Park, Yong-Ha Kwon, Kang-Won Lee, Sung-Hyup Lee, Young-Soo Choi, Yang Li, and You-Ze Cho School of Electrical Engineering & Computer Science,

More information

Request for Comments: Wichorus G. Tsirtsis Qualcomm T. Ernst INRIA K. Nagami INTEC NetCore October 2009

Request for Comments: Wichorus G. Tsirtsis Qualcomm T. Ernst INRIA K. Nagami INTEC NetCore October 2009 Network Working Group Request for Comments: 5648 Category: Standards Track R. Wakikawa, Ed. Toyota ITC V. Devarapalli Wichorus G. Tsirtsis Qualcomm T. Ernst INRIA K. Nagami INTEC NetCore October 2009 Multiple

More information

PMIPv6: A Network-Based Localized Mobility Management Solution

PMIPv6: A Network-Based Localized Mobility Management Solution PMIPv6: A Network-Based Localized Mobility Management Solution by Ignacio Soto, Universidad Politécnica de Madrid; Carlos J. Bernardos, and María Calderón, Universidad Carlos III de Madrid; and Telemaco

More information

Mobile IPv6 performance in networks: handover optimizations on the link and network layer

Mobile IPv6 performance in networks: handover optimizations on the link and network layer Mobile IPv6 performance in 802.11 networks: handover optimizations on the link and network layer LaTe project, Networking laboratory, TKK Mikko Hautala mhautala@cc.hut.fi 16.03.2006 Supervisor: Instructor:

More information

Credit-Based Authorization

Credit-Based Authorization Credit-Based Authorization draft-vogt-mipv6-credit-based-authorization Christian Vogt, chvogt@tm.uka.de Jari Arkko, jari.arkko@nomadiclab.com Roland Bless, bless@tm.uka.de Mark Doll, doll@tm.uka.de Tobias

More information

An Efficient Correspondent Registration to Reduce Signaling Overheads for Proxy Mobile IPv6

An Efficient Correspondent Registration to Reduce Signaling Overheads for Proxy Mobile IPv6 IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.9, September 2007 187 An Efficient Correspondent Registration to Reduce Signaling Overheads for Proxy Mobile IPv6 Pyung-Soo

More information

A Probabilistic Scheme for Reducing the Packet Loss in Mobile IPv6

A Probabilistic Scheme for Reducing the Packet Loss in Mobile IPv6 1912 JOURNAL OF NETWORKS, VOL. 7, NO. 12, DECEMBER 212 A Probabilistic Scheme for Reducing the Loss in Mobile IPv6 Md. Humayun Kabir and Khan Md. Al-Farabi Department of Computer Science and Engineering

More information

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 Taewan You 1, Seungyun Lee 1, Sangheon Pack 2, and Yanghee Choi 2 1 Protocol Engineering Center, ETRI, 161 Gajoung-dong, Yusong-gu,

More information

Mobile IPv6 Overview

Mobile IPv6 Overview Sungkyunkwan University Prepared by H. Choo Copyright 2000-2018 Networking Laboratory Lecture Outline Network Layer Mobile IPv6 Proxy Mobile IPv6 Networking Laboratory 2/87 Sungkyunkwan University Network

More information

IEEE Assisted Network Layer Mobility Support

IEEE Assisted Network Layer Mobility Support IEEE802.21 Assisted Network Layer Mobility Support Qazi Bouland Mussabbir *, Wenbing Yao ** and John Cosmas *** *School Of Engineering and Design, Brunel University Uxbridge, London, UB83PH, UK, qazi.mussabbir@brunel.ac.uk

More information

Modification to Ipv6 Neighbor Discovery and Mobile Node Operation

Modification to Ipv6 Neighbor Discovery and Mobile Node Operation RESEARCH INVENTY: International Journal of Engineering and Science ISSN: 2278-4721, Vol. 1, Issue 6 (October 2012), PP 39-49 www.researchinventy.com Modification to Ipv6 Neighbor Discovery and Mobile Node

More information

Optimal method to Reducing Link and Signaling Costs in Mobile IP

Optimal method to Reducing Link and Signaling Costs in Mobile IP Optimal method to Reducing Link and Signaling Costs in Mobile IP Sridevi Assistant Professor, Department of Computer Science,Karnatak University,Dharwad Abstract The objective of this research paper is

More information

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land IPv6 1 IPv4 & IPv6 Header Comparison IPv4 Header IPv6 Header Ver IHL Type of Service Total Length Ver Traffic Class Flow Label Identification Flags Fragment Offset Payload Length Next Header Hop Limit

More information

Utilizing Multiple Home Links in Mobile IPv6

Utilizing Multiple Home Links in Mobile IPv6 Utilizing Multiple Home Links in Mobile IPv6 Hongbo Shi and Shigeki Goto Department of Computer Science, Waseda University 3-4-1 Ohkubo Shijuku-ku, Tokyo, 169-8555 JAPAN Email: {shi, goto}@goto.info.waseda.ac.jp

More information

A Simulative Study on the Performance Evaluation for Simultaneous and Successive Mobility for Mobile IPv6

A Simulative Study on the Performance Evaluation for Simultaneous and Successive Mobility for Mobile IPv6 Journal of Computer Science 6 (12): 1511-1517, 2010 ISSN 1549-3636 2010 Science Publications A Simulative Study on the Performance Evaluation for Simultaneous and Successive Mobility for Mobile IPv6 Ibrahim

More information

Mobile & Wireless Networking. Lecture 9: Mobile IP. [Schiller, Section 8.1]

Mobile & Wireless Networking. Lecture 9: Mobile IP. [Schiller, Section 8.1] 192620010 Mobile & Wireless Networking Lecture 9: Mobile IP [Schiller, Section 8.1] Geert Heijenk Outline of Lecture 11 q Mobile IP Basics q 3 parts of Mobile IP: q Advertising Care-of Addresses q Registration

More information

Experimental Evaluation of Proxy Mobile IPv6: an Implementation Perspective

Experimental Evaluation of Proxy Mobile IPv6: an Implementation Perspective Experimental Evaluation of Proxy Mobile IPv6: an Implementation Perspective Giuliana Iapichino and Christian Bonnet Mobile Communications Department Eurecom Sophia Antipolis, France {Giuliana.Iapichino,

More information

Mobility in IPv6 Standards and Upcoming Trends. Thomas C. Schmidt HAW Hamburg & link-lab

Mobility in IPv6 Standards and Upcoming Trends. Thomas C. Schmidt HAW Hamburg & link-lab Mobility in IPv6 Standards and Upcoming Trends Thomas C. Schmidt t.schmidt@ieee.org HAW Hamburg & link-lab Agenda Motivation Mobility Paradigm & Target Applications Key Issues & Approaches Limits of MIPv4

More information

Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity

Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity Hyemee Park, Tae-Jin Lee, and Hyunseung Choo School of Information and Communication Engineering Sungkyunkwan

More information

Multihoming for Mobile IPv6

Multihoming for Mobile IPv6 Multihoming for Mobile IPv6 Deguang Le 1 Outline Multihoming Overview Mulihoming and Mobility Mulithoming for Mobile IPv6 Conclusions and Discussion 2 Multihoming Overview What is Multihoming? Multihoming

More information

IP Mobility Support with a Multihomed Mobile Router

IP Mobility Support with a Multihomed Mobile Router IP Mobility Support with a Multihomed Mobile Router Hee-Dong Park 1, Dong-Won Kum 2, Yong-Ha Kwon 2, Kang-Won Lee 2, and You-Ze Cho 2 1 Department of Computer Engineering, Pohang College, Pohang, 791-711,

More information

Comparision study of MobileIPv4 and MobileIPv6

Comparision study of MobileIPv4 and MobileIPv6 Comparision study of MobileIPv4 and MobileIPv6 Dr. Sridevi Assistant Professor, Dept. of Computer Science, Karnatak University,Dharwad Abstract: IPv4 is being replaced by IPv6 due to the increased demand

More information

Traffic Class Field Analysis in Mobile IPv6 for Linux Environment

Traffic Class Field Analysis in Mobile IPv6 for Linux Environment IJCSNS International Journal of Computer Science and Network Security, VOL.0, July 00 Traffic Class Field Analysis in Mobile IPv for Linux Environment Annop Monsakul Faculty of Science and Technology,

More information

A Service Management Architecture for NEMO in IPv4 and IPv6 Networks

A Service Management Architecture for NEMO in IPv4 and IPv6 Networks A Service Management Architecture for NEMO in IPv4 and IPv6 Networks JinHoKim,ChoongSeonHong, Dae Sun Kim Department of Computer Engineering, Kyung Hee University, Seocheon, Giheung, Yongin, Gyeonggi,

More information

MIP4 Working Group. Generic Notification Message for Mobile IPv4 draft-ietf-mip4-generic-notification-message-16

MIP4 Working Group. Generic Notification Message for Mobile IPv4 draft-ietf-mip4-generic-notification-message-16 MIP4 Working Group Internet-Draft Intended status: Standards Track Expires: April 28, 2011 H. Deng China Mobile H. Levkowetz Netnod V. Devarapalli WiChorus S. Gundavelli Cisco Systems B. Haley Hewlett-Packard

More information

Issues in Mobile Node Controlled Handovers

Issues in Mobile Node Controlled Handovers Issues in 802.21 Mobile Node Controlled Handovers Rehan Qureshi, Arek Dadej and Qiang Fu Institute for Telecommunications Research University of South Australia Mawson Lakes, SA 5095, Australia Email:

More information

Security Issues In Mobile IP

Security Issues In Mobile IP Security Issues In Mobile IP Zhang Chao Tsinghua University Electronic Engineering 1 OUTLINE 1.Introduction 2.Typical threats 3. Mobile IPv6 and new threats 4.Open issues 2 OUTLINE 1.Introduction 2.Typical

More information

Micro mobility improvement in proxy mobile IPv6 domain

Micro mobility improvement in proxy mobile IPv6 domain Micro mobility improvement in proxy mobile IPv6 domain Ahmed Baioumy Instituto Superior Técnico, Lisbon, Portugal November 2014 ahmed.baioumy@tecnico.ulisboa.pt Abstract Micro mobility is one of the most

More information

A Study on Mobile IPv6 Based Mobility Management Architecture

A Study on Mobile IPv6 Based Mobility Management Architecture UDC 621.396.69:681.32 A Study on Mobile IPv6 Based Mobility Management Architecture VTsuguo Kato VRyuichi Takechi VHideaki Ono (Manuscript received January 19, 2001) Mobile IPv6 is considered to be one

More information

Mobile IP version 6 (MIPv6) Route Optimization Security Design

Mobile IP version 6 (MIPv6) Route Optimization Security Design IP version 6 (MIPv6) Route Optimization Security Design Pekka Nikander Jari Arkko Ericsson Research NomadicLab Hirsalantie FIN-02420 JORVAS, Finland Tuomas Aura Microsoft Research Cambridge 7 J J Thomson

More information

Route Optimization based on ND-Proxy for Mobile Nodes in IPv6 Mobile Networks

Route Optimization based on ND-Proxy for Mobile Nodes in IPv6 Mobile Networks Route Optimization based on ND-Proxy for Mobile Nodes in IPv6 Mobile Networks Jaehoon Jeong, Kyeongjin Lee, Jungsoo Park, Hyoungjun Kim Protocol Engineering Center, ETRI, 161 Gajeong-dong Yuseong-gu, Daejeon,

More information

Seamless Handover Scheme for Proxy Mobile IPv6

Seamless Handover Scheme for Proxy Mobile IPv6 IEEE International Conference on Wireless & Mobile Computing, Networking & Communication Seamless Handover Scheme for Proxy Mobile IPv6 Ju-Eun Kang 1, Dong-Won Kum 2, Yang Li 2, and You-Ze Cho 2 1 LGDACOM

More information

A DNS-assisted Simultaneous Mobility Support Procedure for Mobile IPv6

A DNS-assisted Simultaneous Mobility Support Procedure for Mobile IPv6 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 129 ( 2014 ) 536 545 ICIMTR 2013 International Conference on Innovation, Management and Technology Research,

More information

Mobile Communications Chapter 8: Network Protocols/Mobile IP

Mobile Communications Chapter 8: Network Protocols/Mobile IP Mobile Communications Chapter 8: Network Protocols/Mobile IP Motivation Data transfer, Encapsulation Security, IPv6, Problems Micro mobility support DHCP Ad-hoc networks, Routing protocols Prof. Jó Ueyama

More information

On using Mobile IP Protocols

On using Mobile IP Protocols Journal of Computer Science 2 (2): 211-217, 2006 ISSN 1549-3636 2006 Science Publications On using Mobile IP Protocols Fayza A. Nada Faculty of Computers and Information, Suez Canal University, Ismailia,

More information

Mobile IP and its trends for changing from IPv4 to IPv6

Mobile IP and its trends for changing from IPv4 to IPv6 Mobile IP and its trends for changing from IPv4 to IPv6 Nguyen Ngoc Chan*, Tran Cong Hung Ph.D. (Posts & Telecommunications Institute of Technology, Viet Nam) E-mail: ngoc_chan@ptithcm.edu.vn, conghung@ptithcm.edu.vn

More information

COM 13 C 28 E May 2003 English only Original: English

COM 13 C 28 E May 2003 English only Original: English Question(s): 11/13 Source: Title: INTERNATIONAL TELECOMMUNICATION UNION TELECOMMUNICATION STANDARDIZATION SECTOR STUDY PERIOD 2001-2004 Editor STUDY GROUP 13 CONTRIBUTION 28 May 2003 English only Original:

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 Mobile IP 2 Mobile Network Layer: Problems and Concerns Entities and Terminology in Mobile IP Mobile Indirect Routing Mobile IP Agent Advertisement Registration

More information

Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks

Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks Sunguk Lee Research Institute of Industrial Science and Technology Pohang, Gyeongbuk, 790-330, S.KOREA

More information

SJTU 2018 Fall Computer Networking. Wireless Communication

SJTU 2018 Fall Computer Networking. Wireless Communication SJTU 2018 Fall Computer Networking 1 Wireless Communication Internet Protocol Stack 2 Application: supporting network applications - FTP, SMTP, HTTP Transport: data transfer between processes - TCP, UDP

More information

Performance Study of the Mobile IPv6 Protocol and its Variations

Performance Study of the Mobile IPv6 Protocol and its Variations Performance Study of the Mobile IPv6 Protocol and its Variations George Aristomenopoulos*, Christos Bouras** and Kostas Stamos** *Computer Engineering and Informatics Department, University of Patras,

More information

INTEGRATION OF MOBILE-IPV6 AND OLSR FOR INTER-MONET COMMUNICATIONS

INTEGRATION OF MOBILE-IPV6 AND OLSR FOR INTER-MONET COMMUNICATIONS INTEGRATION OF MOBILE-IPV6 AND OLSR FOR INTER-MONET COMMUNICATIONS Ines b. ~amida', Hakim ~adis'?~, Lila ~oukhatem' and Khaldoun ~ la~ha'>~ LRI Laboratory, University of Paris XI Orsay, France INRIA Laboratory

More information

Recognizing Handover Situation for Vertical Handovers using Mobile IPv6 Signaling

Recognizing Handover Situation for Vertical Handovers using Mobile IPv6 Signaling IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.4, April 2007 173 Recognizing Handover Situation for Vertical Handovers using Mobile IPv6 Signaling Pyung-Soo Kim 1 and Yong-Jin

More information

Early Binding Updates for Mobile IPv6

Early Binding Updates for Mobile IPv6 Early Binding Updates for Mobile IPv6 Christian Vogt, Roland Bless, Mark Doll, Tobias Kuefner Institute of Telematics, University of Karlsruhe, Germany Email: {chvogt bless doll kuefner}@tm.uka.de Abstract

More information

Network Security. Security of Mobile Internet Communications. Chapter 17. Network Security (WS 2002): 17 Mobile Internet Security 1 Dr.-Ing G.

Network Security. Security of Mobile Internet Communications. Chapter 17. Network Security (WS 2002): 17 Mobile Internet Security 1 Dr.-Ing G. Network Security Chapter 17 Security of Mobile Internet Communications Network Security (WS 2002): 17 Mobile Internet Security 1 Motivation for Mobile IP Routing in the Internet: Based on IP destination

More information

Architecture and Performance of SIGMA: A Seamless Mobility Architecture for Data Networks

Architecture and Performance of SIGMA: A Seamless Mobility Architecture for Data Networks Architecture and Performance of : A Seamless Mobility Architecture for Data Networks Shaojian Fu, Liran Ma, Mohammed Atiquzzaman, Yong-Jin Lee Telecommunications and Networks Research Lab School of Computer

More information

Mobile IP. Mobile IP 1

Mobile IP. Mobile IP 1 Mobile IP Mobile IP 1 Motivation for Mobile IP Routing based on IP destination address, network prefix (e.g. 129.13.42) determines physical subnet change of physical subnet implies change of IP address

More information

QoS-Conditionalized Handoff for Mobile IPv6

QoS-Conditionalized Handoff for Mobile IPv6 QoS-Conditionalized Handoff for Mobile IPv6 Xiaoming Fu 1, Holger Karl 1, and Cornelia Kappler 2 1 Telecommunication Networks Group, Technical University Berlin 2 Information Communication Mobile, Siemens

More information

Design and Implementation of NEMO based ZigBee Mobile Router for Healthcare System

Design and Implementation of NEMO based ZigBee Mobile Router for Healthcare System 2010 10th Annual International Symposium on Applications and the Internet Design and Implementation of based for Healthcare System Jin Ho Kim, Rim Haw, Eung Jun Cho, Choong Seon Hong Department of Computer

More information

Multiple Care-of Address Registration draft-ietf-monami6-multiplecoa-04.txt

Multiple Care-of Address Registration draft-ietf-monami6-multiplecoa-04.txt Multiple Care-of Address Registration draft-ietf-monami6-multiplecoa-04.txt Ryuji Wakikawa IETF 70th MEXT WG Updates from -03 Change the handling of Status field. All the status value is defined for BA

More information

Mobile IP. Mobile Computing. Mobility versus Portability

Mobile IP. Mobile Computing. Mobility versus Portability Mobile IP Mobile Computing Introduction Amount of mobile/nomadic computing expected to increase dramatically in near future. By looking at the great acceptance of mobile telephony, one can foresee a similar

More information

Category: Standards Track June Mobile IPv6 Support for Dual Stack Hosts and Routers

Category: Standards Track June Mobile IPv6 Support for Dual Stack Hosts and Routers Network Working Group H. Soliman, Ed. Request for Comments: 5555 Elevate Technologies Category: Standards Track June 2009 Status of This Memo Mobile IPv6 Support for Dual Stack Hosts and Routers This document

More information

Mobile IP and Mobile Transport Protocols

Mobile IP and Mobile Transport Protocols Mobile IP and Mobile Transport Protocols 1 IP routing Preliminaries Works on a hop-by-hop basis using a routing table 32 bits: 129.97.92.42 Address = subnet + host (Mobility No packet for you) Two parts»

More information

MULTIHOMING IN MOBILE IPv6. By: Rajat Singh Ahmed Abdul Haleem

MULTIHOMING IN MOBILE IPv6. By: Rajat Singh Ahmed Abdul Haleem MULTIHOMING IN MOBILE IPv6 By: Rajat Singh Ahmed Abdul Haleem Definition of multihoming: A host can be multihomed in two basic ways: The first is with a single network interface, which has been assigned

More information

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local 1 v4 & v6 Header Comparison v6 Ver Time to Live v4 Header IHL Type of Service Identification Protocol Flags Source Address Destination Address Total Length Fragment Offset Header Checksum Ver Traffic Class

More information

P2P Based Architecture for Global Home Agent Dynamic Discovery in IP Mobility

P2P Based Architecture for Global Home Agent Dynamic Discovery in IP Mobility P2P Based Architecture for Global Home Agent Dynamic Discovery in IP Mobility Rubén Cuevas, Carmen Guerrero, Ángel Cuevas, María Calderón, Carlos J. Bernardos Departamento de Ingeniería Telemática, Universidad

More information

Experimental Evaluation of Mobility Anchor Point Selection Scheme in Hierarchical Mobile IPv6 Zulkeflee Kusin and Mohamad Shanudin Zakaria

Experimental Evaluation of Mobility Anchor Point Selection Scheme in Hierarchical Mobile IPv6 Zulkeflee Kusin and Mohamad Shanudin Zakaria Experimental Evaluation of Mobility Anchor Point Selection Scheme in Hierarchical Mobile IPv6 Zulkeflee Kusin and Mohamad Shanudin Zakaria Abstract Hierarchical Mobile IPv6 (HMIPv6) was designed to support

More information

Experimental Framework for Mobility Anchor Point Selection Scheme in Hierarchical Mobile IPv6 Mohamad Shanudin Zakaria 1 and Zulkeflee Kusin 2 1,2

Experimental Framework for Mobility Anchor Point Selection Scheme in Hierarchical Mobile IPv6 Mohamad Shanudin Zakaria 1 and Zulkeflee Kusin 2 1,2 Experimental Framework for Mobility Anchor Point Selection Scheme in Hierarchical Mobile IPv6 Mohamad Shanudin Zakaria 1 and Zulkeflee Kusin 2 1,2 Faculty of Information Science and Technology, Universiti

More information

Technischer Bericht. Evaluating the Benefits of Introducing PMIPv6 for Localized Mobility Management

Technischer Bericht. Evaluating the Benefits of Introducing PMIPv6 for Localized Mobility Management Georg-August-Universität Göttingen Institut für Informatik ISSN Nummer 1611-1044 IFI-TB-2007-02 Technischer Bericht Evaluating the Benefits of Introducing PMIPv6 for Localized Mobility Management Jun Lei

More information

Fixed Internetworking Protocols and Networks. IP mobility. Rune Hylsberg Jacobsen Aarhus School of Engineering

Fixed Internetworking Protocols and Networks. IP mobility. Rune Hylsberg Jacobsen Aarhus School of Engineering Fixed Internetworking Protocols and Networks IP mobility Rune Hylsberg Jacobsen Aarhus School of Engineering rhj@iha.dk 1 2011 ITIFN Mobile computing Vision Seamless, ubiquitous network access for mobile

More information

Route Optimization Problems with Local Mobile Nodes in Nested Mobile Networks

Route Optimization Problems with Local Mobile Nodes in Nested Mobile Networks Route Optimization Problems with Local Mobile Nodes in Nested Mobile Networks Young Beom Kim 1, Young-Jae Park 1, Sangbok Kim 1, and Eui-Nam Huh 2 1 Dept. of Electronics Eng. and NITRI, Konkuk Univ., Seoul,

More information

Outline. CS5984 Mobile Computing. Host Mobility Problem 1/2. Host Mobility Problem 2/2. Host Mobility Problem Solutions. Network Layer Solutions Model

Outline. CS5984 Mobile Computing. Host Mobility Problem 1/2. Host Mobility Problem 2/2. Host Mobility Problem Solutions. Network Layer Solutions Model CS5984 Mobile Computing Outline Host Mobility problem and solutions IETF Mobile IPv4 Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Mobile IPv4 1 2 Host Mobility Problem 1/2 Host Mobility

More information

msctp for Vertical Handover Between Heterogeneous Networks

msctp for Vertical Handover Between Heterogeneous Networks msctp for Vertical Handover Between Heterogeneous Networks Seok Joo Koh and Sang Wook Kim Department of Computer Science, Kyungpook National University, Daegoo, Korea {sjkoh, swkim}@cs.knu.ac.kr Abstract.

More information

Advanced Computer Networks. IP Mobility

Advanced Computer Networks. IP Mobility Advanced Computer Networks 263 3501 00 IP Mobility Patrick Stuedi Spring Semester 2014 1 Oriana Riva, Department of Computer Science ETH Zürich Tuesday 1 April 2014 Outline Last week: Today: Cellular Networks

More information

Outline. CS6504 Mobile Computing. Host Mobility Problem 1/2. Host Mobility Problem 2/2. Dr. Ayman Abdel-Hamid. Mobile IPv4.

Outline. CS6504 Mobile Computing. Host Mobility Problem 1/2. Host Mobility Problem 2/2. Dr. Ayman Abdel-Hamid. Mobile IPv4. CS6504 Mobile Computing Outline Host Mobility problem and solutions IETF Mobile IPv4 Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Mobile IPv4 1 2 Host Mobility Problem 1/2 Host Mobility

More information

U N I V E R S III I D A D I D C A R L O S I UNIVERSITY CARLOS III OF MADRID. Department of Telematics Engineering. Master of Science Thesis

U N I V E R S III I D A D I D C A R L O S I UNIVERSITY CARLOS III OF MADRID. Department of Telematics Engineering. Master of Science Thesis I V E R S I D A D U N : I D III C A R L O S I R D A M D E II UNIVERSITY CARLOS III OF MADRID Department of Telematics Engineering Master of Science Thesis Client-based and Network-based solutions for Distributed

More information

SHISA: The Mobile IPv6/NEMO BS Stack Implementation Current Status

SHISA: The Mobile IPv6/NEMO BS Stack Implementation Current Status SHISA: The Mobile IPv6/NEMO BS Stack Implementation Current Status Asia BSD Conference 2007 11th March 2007 @ Tokyo, Japan Keiichi Shima 1, Koshiro Mitsuya 2, Ryuji Wakikawa 2, Tsuyoshi Momose 3 and Keisuke

More information