A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6

Size: px
Start display at page:

Download "A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6"

Transcription

1 A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 1 Hui Deng 2Xiaolong Huang 3Kai Zhang 3 Zhisheng Niu 1Masahiro Ojima 1R&D Center Hitachi (China) Ltd. Beijing , China 2Dept. of Electrical Engineering, UCLA, Los Angeles, USA 3Dept. of Electronic Engineering, Tsinghua University, Beijing , China Abstract- Mobile IPv6 is a key technology in IPv6 to support the mobility of wireless communication terminals. In Mobile IPv6, Home Agents (HAs) are responsible for the registration of Mobile Nodes (MNs) in the home network, and tunneling the data packets to the MNs when the MNs are not reachable through its home IP addresses. However recent research shows that the traffic bottleneck could be formed at a HA. When the HA experiences high intensity of the tunneled traffic and the MH registration information. In this paper, we propose a hybrid load balance mechanism which takes account of not only the MN registration information but also the tunneled data traffic information to effectively release and prevent the formation of the traffic bottleneck at the HA. We show that the proposed mechanism can be implemented in Mobile IPv6 without changing the protocols of the communication between HAs and MNs in IETF MIPv6 draft. Simulation shows that our proposed algorithm can reduce the traffic delay substantially and the buffer requirements during the tunneling traffic phase in Mobile IPv6. I. INTRODUCTION Recently, great progress has been made in the wireless communication networks and the Internet. Mobile IPv6 [1] is considered to be one of the key technologies for realizing the integration of the wireless communication and the Internet, which enables the seamless communication between wired and wireless networks. In Mobile IPv6, a HA should maintain the registration information of the MN, which is away from its home network. The HA is also responsible for receiving the IP datagram on behalf of the currently registered MN and tunnel datagram for delivery to the MN. When the number of serviced MNs rises significantly, the packets will queue up at a HA, causing long delays of the data traffic and the registration process. Under certain traffic conditions, such as supporting multimedia applications for a large amount of MNs in Mobile IPv6 networks, a traffic bottleneck can be formed at the HA by the tunneled data traffic destined to the MN and the overhead of the MIPv6 routine tasks at the HA. The bottleneck can cause large delays of the data traffic and may force the HA offline. Several solutions [2-4] have been proposed to solve the traffic burden problem at HA by deploying multiple HAs in the home network, so that the traffic can be shared among the HAs. Jue [2, 3] designs and analyses a replicated server architecture in which multiple HAs are used to provide mobility support. Load balancing schemes are designed so that HAs are dynamically assigned and changed according to the traffic at each HA. They have studied the performance of three selection schemes: random, round-robin, and join the shortest queue (JSQ), and three transfer s policies: timer-, counter-, and threshold- based independently. However, the purpose of their study was to validate the numerical results obtained using their analytical model rather than focusing on the real case in Mobile IPv6, and therefore it has certain limitations and restrictions. Their results are also sensitive to apparently insignificant parameter changes. The solution also cannot prevent the traffic burden in advance. Vislache [4] presented the study of the performance of multiple HAs networks by conducting a series of simulations, and introduced a realistic double-threshold load balancing policy. However this work also does not take account in IETF Mobile IPv6 draft case, where the tunneled traffic only occurs in a short period of time although it may frequently occurs. In Mobile IPv6, the dynamic home agent address discovery (DHAAD) provides a practical base to solve this problem. In Mobile IPv6, DHAAD gives the MN flexibility to select a home agent besides manually assigning a HA to a M N. Using DHAAD, M Ns can retrieve the addresses of the HAs on its home link by sending ICMP Request packets to its home network. When the HA in the home network receives the ICMP requests, the HA gives the MN a list of the HA IP addresses by sending ICMP Reply packets to the MNs. The HA list is ordered by the HA preference. The MN will select the HA with the highest preference in the HA list to be its home agent. DHAAD illustrates to deploy multiple HAs and to dynamically change the HA for a MN is applicable through ICMP messages. However in DHAAD, a MN only sends ICMP request packets in rare situation, such as, HA failure, MN reconfiguration. The HA list cannot be sent to a MN frequently for HA reassignment, since the overhead of the ICMP packet with a HA list inside could be significant. All of the above solutions ignored preventing the formation of the traffic burden in advance and did not give the solution to realize the Load Balance mechanism based on the IETF Mobile IP standard (that is to say, those solution are analytical model and away from realistic), and Mobile IPv6

2 are seldom considered compared with Mobile IPv4. As we will show in this paper, our proposed Hybrid Load Balance mechanism with the deployment of multiple Home Agents in a home network will work on the tunnel traffic information and the registration information at the each HA to release the traffic burden and also prevent the traffic burden. The proposed mechanism can be embedded in the Mobile IPv6 standard using DHAAD. So it can realize rather than analytical model and it can prevent from traffic burden in advance. The entry of the traffic load table is: 1. Home Agent Address The HA address is the IP address of the base station where the HA resides. 2. Queue Size (Fig. 2) The traffic load indicates the buffer size at a HA. When the buffer size of a HA is lower than a threshold, the buffer size is considered to be LIGHT. This paper has following sections. Section II gives the proposed Hybrid Load Balance mechanism. Section III explains the simulation in NS2 and gives the simulation result. And finally Section? gives the conclusion of this paper. II. HYBRID LOAD BALANCE MECHANISM The following Figure 1 gives the topology layout to deploy the Hybrid Load Balance mechanism for distributed home agents Figure 2. Traffic Load Table 3. Registered MN number at each HA. Figure 1. Triangle routing traffic burden A. Initialization of the home network In the proposed Hybrid Load Balance mechanism, the home network is composed of multiple Mobile IPv6 HAs and multiple MNs. Each HA in the home network is attached with an access router. When the MNs reside in the home network, the HAs do not execute any HA tasks. The HA assignment of the MNs in the home network can be either evenly assigned among the multiple HAs or unevenly assigned. Whether the HA assignment is even or not would neither arbitrarily affect the original traffic burden problem nor affect the performance of the proposed Hybrid Load Balance mechanism. B. Traffic load table in the home network The proposed Hybrid Load Balance mechanism shares the traffic information among the HAs in the home network to make decisions of Home Agent Reassignment. To acquire and maintain the traffic information, each HA maintains a so-called Traffic Load Table. The Traffic Load Table has records to indicate the traffic load level of all HAs in the home network. The HA should monitor its queue size and the registered MN number. Each HA periodically broadcasts its traffic load advertisement to all the other HAs in the home network. The traffic load advertisement has the same fields as in the traffic load table. Upon receiving the traffic load advertisement from other HA, the HA should record the traffic load advertisement into the Traffic Load Table. The HA keeps the Traffic Load Table sorted in a non-ascending order of the traffic load field, unless the traffic load is LIGHT. For the LIGHT HA, the traffic load table is sorted in a non-ascending order of the registered MN number. In our proposed Hybrid Load Balance mechanism, the Queue Size field is used to make decisions for HA reassignment to release the traffic burden, while the registered MN number field is used to prevent the formation of the traffic burden. C. Home Agent Reassignment for the registered mobile hosts

3 Figure 3. Home Agent reassignments In the proposed Hybrid Load Balance mechanism (Fig. 3), at each HA, a timer is attached for each entry in the binding update cache. When the timer is time out, the MN corresponding to the entry is considered to be eligible for HA reassignment. The HA may select a new HA in the Traffic Load Table for the timeout MN according to our HA reassignment algorithm. If a new HA is assigned to the timeout MN, the HA actively sends out an ICMP Reply message to the MN without the reception of any ICMP Request message. Different from the standard ICMP reply packet, the ICMP here should only contain one HA, which is the newly selected HA, other than contains a list HA. By receiving this ICMP message, the timeout MN should compare the indicated HA with its old HA. If the indicated HA in the ICMP Reply message is different from the old HA, the MN should modify its HA field and register at the new HA by sending a binding update message to the new HA IP address. By using the ICMP messages in the DHAAD mechanism, our proposed Hybrid Load Balance mechanism can be implemented in the IETF Mobile IPv6 draft without any changing of the protocols of the communication between HAs and MNs. The frequency to select a new HA for the MN is a tradeoff between the HA handoff frequency and the load balance performance. The HA should not frequently select a new HA for the registered MN, because the HA handoff induces extra control traffic and delays the traffic forwarding to the mobile nodes. Thus only a very busy HA or a potentially very busy HA should proceed to the HA handoff. Randomly select a HA with LIGHT Queue. ELSE IF (Self Queue Size is top 10% in the traffic table) THEN Randomly select a bottom 10% home agent in the traffic table ELSE THEN IF (my registered MN number is top 10% in the traffic table) THEN Randomly select a bottom 10% home agent in the traffic table. In the HA Reassignment algorithm, only one of the most busy HAs can select a new HA for its registered MH. Thus the new HA assignment does not take place frequently. In IETF Mobile IPv6, a MN only needs the HA to tunnel the data traffic before the Correspondent Binding Update Procedure take place, when the MN is moving form one network to another network. Thus a HA who has more number of registered MNs is more likely to experience tunnel traffic because more M Ns potentially will move from one network to another network. The proposed Hybrid Load Balance mechanism can force a HA to start the new HA assignment even though the HA does not experience much traffic, so that the future traffic burden could be prevented statistically. III. SIMULATION We implemented the Hybrid Load Ba lance mechanism and the DHAAD of Mobile IPv6 in Network Simulator 2 (NS2). We also partially implemented the router advertisement method of Mobile IPv6 in NS2; so that the Mobile IPv6 tunneled traffic has no problem going through the LAN. A process queue is added to each home agent to emulate the processing overhead of the Mobile IPv6 tasks. The Mobile IPv6 protocol in NS2 is re-written based on MobiWan [6]. When selecting a new HA, the new HA should be one of the most released HAs in the Traffic Load table. There are two fields in the traffic load table should be considered in the home agent selection algorithm. One is the Queue Size field, which indicates the current traffic load. Another one is the registered MN number, which indicates the potential traffic load in the future. The HA should prevent from having too many registered MNs, so that the future traffic burden formed by the tunneled traffic for the registered MNs could be prevented. The new HA Reassignment algorithm is as follows. Algorithm. HA Reassignment IF (Self Queue Size > LIGHT) THEN IF (Other HA Queue Size < LIGHT) THEN Figure 4. Basic Simulation Configuration The basic network configuration is shown in Figure.4. The Correspondent Node (CN) sends the data traffic through the UDP packets to the MN. When the MN resides in the home

4 network, the traffic goes through the gateway directly sent to the MN. When the MN roams out of the home network, the data packets will be sent to it HA, and will be tunneled to the foreign network where the MN resides. In the first scenario, three MNs move out side of the home network consecutively, when the CN sends a Poisson arrival traffic session to all three MNs. The aggregated traffic arrival rate is set as same as the processing rate at each HA. At the beginning of the simulation, HA1 is manually assigned to all three MNs. In the second scenario, we concentrate on investigating the parameters in the Hybrid Load Balance mechanism. The main parameter of the proposed mechanism is the ratio of the Traffic Table update rate over the traffic arrival rate. In the second scenario, there are 20 MNs in the home network. 10 of them will move from one network to another network simultaneously. 5 MNs are assigned to each HAs. The aggregated traffic intensity of 5 MNs are slightly less than the processing rate of a HA. Thus the traffic situation is close to saturation. We adjust the Traffic Table update rate to see the overflow rate of the buffer at each HA with or without the Hybrid Load Balance mechanism. The result is shown in Figure 7. Figure 5. Buffer size performance Figure 5 shows the queue size of the process queue at each HA with or without the Hybrid Load Balance mechanism. The result shows when the HA experiences a saturate traffic situation, the proposed mechanism can share the traffic of the saturated HA, while the queue size at each HA is largely reduced. Figure 6 shows the delay experienced by each traffic session with or without the Hybrid Load Balance mechanism. The big oscillation of the delays at the end of the triangle routing is because the delay difference of the tunneled data traffic and the data traffic sent directly to the new Care of Address of the MN, after the Correspondent Binding Update procedure between the CN and the MNs. The simulation result shows the traffic delay is largely reduced by the traffic sharing mechanism during the tunneling traffic phase. Figure 7. Over flow rate of the buffer size during the tunneling traffic phase The result shows when the traffic advertisements rate is slightly slow than the traffic inter-arrival rate, the HA experiences least of traffic overflow. It is because the Traffic Table update rate can sufficiently provides the current traffic information at each home agent. When the Traffic Load Table update rate is slow, the Traffic Table cannot reflect the real state of the traffic distribution among the HA, thus the HA Reassignment cannot select a suitable HA for the timeout MNs. When the Traffic Load Table update rate is faster than the traffic inter-arrival rate at each HA, it may induce too much traffic so that the traffic within the LAN will affect the HA performance. Figure 6. Traffic delay of each session

5 Hybrid Traffic Load mechanism is based on the existing DHAAD protocol in the existing Mobile IPv6 standard. The mechanism can be included in the Mobile IPv6 standard without changing the protocols of the communication between the HAs and MNs. The simulation in NS2 shows that our proposed algorithm can reduce the traffic delay substantially and the buffer require ments during the tunneling traffic phase in Mobile IPv6. ACKNOWLEDGEMENT The authors would like to thank Hitachi Ltd. for the support in this work. Figure 8. Mean buffer size of 4 home agents during the tunneling traffic phase Figure 8 shows the mean buffer size of the 4 HAs in the second scenario. It is shown that the buffer size has been largely reduced. Figure 9 shows the average value of the buffer size variance over the buffer size mean during the tunneling traffic phase. The variance of the buffer size can indicate the stability of the Hybrid Load Balance mechanism in a statistical view. REFERENCES [1] D. B. Johnson, C. Perkins, and J. Arkko, Mobility support in IPv6 <Draft-ietf-mobileip-ipv6-21> IETF, [2] J. Jue and D. Ghosal, Design and Analysis of Replicated Server Architecture for Supporting IP-Host Mobility. ACM Mobile Computing and Communications Revue, 2(3):16-23, [3] J. Jue and D. Ghosal, Design and Analysis of Replicated Server to Support IP-Host Mobility in Enterprise Networks, IEEE International Conference on Communications v3: , [4] A. Vasilache, J. Li and H. Kameda, Load Balancing Policies for Multiple Home Agents Mobile IP Networks, IEEE International Conference on Web Information Systems Engineering v2: , [5] N. Montavont and T. Noei, Handoff Management for Mobile Nodes in IPv6 Networks, IEEE Communication Magazine, 40(8):38-43, [6] T. Ernst, MobiWan: NS-2 extensions to study mobility in Wide-Area IPv6 Networks, available through Figure 9. Variance/Mean of the buffer size of 4 home agents during the tunneling traffic phase IV. CONCLUSIONS In this paper, we proposed a Hybrid Load Balance mechanism deploys multiple HAs to share the traffic in the home network. The proposed mechanism takes in account of not only the traffic information at each HA but also the registration information at each HA to release and prevent the traffic burden. HAs are dynamically assigned to the MNs when necessary. In particular, a HA will be reallocated when there is a considerable traffic load difference between HAs, thus the HA assignment frequency is reduced. The HA reassignment also processes the registration MN information to probably prevent the potential traffic burden. Finally the

US A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2005/ A1 Tanabe et al. : _.. : i

US A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2005/ A1 Tanabe et al. : _.. : i US 20050047420A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2005/0047420 A1 Tanabe et al. (43) Pub. Date: Mar. 3, 2005 (54) MOBILE IPV6 NETWORK HAVING MULTIPLE HOME AGENTS

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

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

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

A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks

A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks ICACT Transactions on on the Advanced Communications Technology (TACT) Vol. Vol. 2, 2, Issue Issue 3, 3, May May 2013 2013 233 A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks

More information

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 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

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

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

LECTURE 8. Mobile IP

LECTURE 8. Mobile IP 1 LECTURE 8 Mobile IP What is Mobile IP? The Internet protocol as it exists does not support mobility Mobile IP tries to address this issue by creating an anchor for a mobile host that takes care of packet

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

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

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

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

Mobile IP Overview. Based on IP so any media that can support IP can also support Mobile IP

Mobile IP Overview. Based on IP so any media that can support IP can also support Mobile IP Introduction: Mobile IP Overview An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet

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

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

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

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

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

Q-PMIP: Query-based Proxy Mobile IPv6

Q-PMIP: Query-based Proxy Mobile IPv6 Q-PMIP: Query-based Proxy Mobile IPv6 Jae Wan Park*, Ji In Kim*, Seok Joo Koh* *School of Computer Science and Engineering, Kyungpook National University, Korea jwparkinf8@gmail.com, jiin16@gmail.com,

More information

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Abstract Cellular IP maintains distributed cache for location management and routing purposes.

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

11. IP Mobility 최 양 희 서울대학교 컴퓨터공학부

11. IP Mobility 최 양 희 서울대학교 컴퓨터공학부 11. IP Mobility Introduction Terminal Mobility Person Mobility Network Mobility Internet 2002 Yanghee Choi 2 Mobile IP : Why IP addressing scheme optimized for stationary environment point of attachment

More information

Performance Evaluation of NEMO Basic Support Implementations

Performance Evaluation of NEMO Basic Support Implementations Performance Evaluation of NEMO Basic Support Implementations Romain Kuntz, Koshiro Mitsuya, Ryuji Wakikawa Keio University, Japan E-mail: {kuntz,mitsuya,ryuji}@sfc.wide.ad.jp Abstract. The NEMO Basic Support

More information

Last time. BGP policy. Broadcast / multicast routing. Link virtualization. Spanning trees. Reverse path forwarding, pruning Tunneling

Last time. BGP policy. Broadcast / multicast routing. Link virtualization. Spanning trees. Reverse path forwarding, pruning Tunneling Last time BGP policy Broadcast / multicast routing Spanning trees Source-based, group-shared, center-based Reverse path forwarding, pruning Tunneling Link virtualization Whole networks can act as an Internet

More information

Mobile Routing : Computer Networking. Overview. How to Handle Mobile Nodes? Mobile IP Ad-hoc network routing Assigned reading

Mobile Routing : Computer Networking. Overview. How to Handle Mobile Nodes? Mobile IP Ad-hoc network routing Assigned reading Mobile Routing 15-744: Computer Networking L-10 Ad Hoc Networks Mobile IP Ad-hoc network routing Assigned reading Performance Comparison of Multi-Hop Wireless Ad Hoc Routing Protocols A High Throughput

More information

HA b. HA a. FW b. FW a. MN b GW 22 GW 12

HA b. HA a. FW b. FW a. MN b GW 22 GW 12 Complexity of route optimization and mobility management Catharina Candolin Catharina.Candolin@hut.fi Hannu H. Kari Hannu.Kari@hut.fi Laboratory for Theoretical Computer Science Helsinki University of

More information

ECS-087: Mobile Computing

ECS-087: Mobile Computing ECS-087: Mobile Computing Mobile IP Most of the slides borrowed from Prof. Sridhar Iyer Diwakar Yagyasen.1 Effect of Mobility on Protocol Stack Application: new applications and adaptations Transport:

More information

Outline. CS5984 Mobile Computing. Wireless Access Networks model 1/3. Wireless Access Network and Mobile IP. Dr. Ayman Abdel-Hamid

Outline. CS5984 Mobile Computing. Wireless Access Networks model 1/3. Wireless Access Network and Mobile IP. Dr. Ayman Abdel-Hamid CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Mobile IPv4 Micro-mobility Outline MIPv4 Micro-mobility solutions Protocols Cellular IP HAWAII (Handoff-Aware Wireless

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 Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 185-189 A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols B.V. Manikyala Rao

More information

IP Paging Considered Unnecessary:

IP Paging Considered Unnecessary: IP Paging Considered Unnecessary: Mobile IPv6 and IP Paging for Dormant Mode Location Update in Macrocellular and Hotspot Networks James Kempf DoCoMo USA Communications Labs 181 Metro Drive, Suite 3 San

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 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

ROUTE OPTIMIZATION EXTENSITON FOR THE MOBILE INTERNET PROTOCOL IN LINUX

ROUTE OPTIMIZATION EXTENSITON FOR THE MOBILE INTERNET PROTOCOL IN LINUX ROUTE OPTIMIZATION EXTENSITON FOR THE MOBILE INTERNET PROTOCOL IN LINUX ABSTRACT The base Mobile Internet Protocol (Mobile IP) provides a means for portable computers to roam freely, changing its point

More information

MIPv6: New Capabilities for Seamless Roaming Among Wired, Wireless, and Cellular Networks

MIPv6: New Capabilities for Seamless Roaming Among Wired, Wireless, and Cellular Networks Page 1 M: New Capabilities for Seamless Roaming Among Wired, Wireless, and Cellular Networks Paul Schmitz Technical Marketing Engineer Geoff Weaver Business Development Manager Copyright 2002. *Third-party

More information

Binding information contains the entries in the mobility binding table.

Binding information contains the entries in the mobility binding table. GLOSSARY Numerics 802.11b/g An IEEE specification for a wireless LAN airlink. A agent advertisement agent discovery agent solicitation An advertisement message constructed by attachment of a special extension

More information

MIX Network for Location Privacy First Draft

MIX Network for Location Privacy First Draft 2G1319 Communication Systems Design Department of Microelectronics and Information Technology, KTH csd2002-ipv6privacy@2g1319.ssvl.kth.se MIX Network for Location Privacy First Draft O. Sirovatcenko April

More information

Active source routing for ad-hoc network: seamless integration of wireless environment

Active source routing for ad-hoc network: seamless integration of wireless environment Active source routing for ad-hoc network: seamless integration of wireless environment 1. Introduction Active networking is the emerging technology that will provide new network environment where lots

More information

NETWORK MOBILITY SUPPORTED PROXY MOBILE IPV6

NETWORK MOBILITY SUPPORTED PROXY MOBILE IPV6 Journal of Computer Science 10 (9): 1792-1797, 2014 ISSN: 1549-3636 2014 doi:10.3844/jcssp.2014.1792.1797 Published Online 10 (9) 2014 (http://www.thescipub.com/jcs.toc) NETWORK MOBILITY SUPPORTED PROXY

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

CSC 4900 Computer Networks: Mobility

CSC 4900 Computer Networks: Mobility CSC 4900 Computer Networks: Mobility Professor Henry Carter Fall 2017 Last Time What is the hidden terminal problem? How do CDMA networks use spectrum differently than TDMA systems? What is a chipping

More information

Chapter 3 A New Framework for Multicast Mobility in WiFi Networks

Chapter 3 A New Framework for Multicast Mobility in WiFi Networks Chapter 3 A New Framework for Multicast Mobility in WiFi Networks 3.1 Introduction This chapter presents the designed framework that was produced during this research. The chapter describes about network

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

Reliable Mobile IP Multicast Based on Hierarchical Local Registration

Reliable Mobile IP Multicast Based on Hierarchical Local Registration Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Reliable Mobile IP Multicast Based on Hierarchical Local Registration Huanming ZHANG, * Quanlong GUAN, Zi Zhao ZHU, Weiqi

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

An IP-level Mobility Management Framework Based on Quasi-Registration in Wireless Technologies Convergence

An IP-level Mobility Management Framework Based on Quasi-Registration in Wireless Technologies Convergence An IP-level Mobility Management Framework Based on Quasi-Registration in Wireless Technologies Convergence Ted Taekyoung Kwon, Mario Gerla UCLA Computer Science Los Angeles, CA 90095 tedkwon,gerla @cs.ucla.edu

More information

Computer Networks, Andrew Tannenbaum, Chapter 5.6. Computer Networking: A Top Down Approach Featuring the

Computer Networks, Andrew Tannenbaum, Chapter 5.6. Computer Networking: A Top Down Approach Featuring the Mobile IP (IPv4 and IPv6) Dr. John Keeney 3BA33 Elements of a wireless Wired infrastructure wireless hosts laptop, PDA, IP phone run applications may be stationary (nonmobile) or mobile wireless does not

More information

A Survey on Signaling Load in Mobility Management

A Survey on Signaling Load in Mobility Management ISSN: 2231-4946 Volume IV, Special Issue, December 2014 International Journal of Computer Applications in Engineering Sciences Special Issue on Advances in Computer and Communications www.caesjournals.org

More information

The Future Leading Mobility Protocol: Mobile IPv4 OR Mobile IPv6?

The Future Leading Mobility Protocol: Mobile IPv4 OR Mobile IPv6? Kennesaw State University DigitalCommons@Kennesaw State University Faculty Publications 10-2006 The Future Leading Mobility Protocol: Mobile IPv4 OR Mobile IPv6? Victor A. Clincy Kennesaw State University,

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

Addressing: when mobile is moving around. Mobile Registration. Principles of Mobile Routing. Mobility via Indirect Routing

Addressing: when mobile is moving around. Mobile Registration. Principles of Mobile Routing. Mobility via Indirect Routing Wireless Networks Wireless Networks Kai Shen Advantages of wireless links: Mobility, easy setup Wireless s: Infrastructured wireless s Ad hoc wireless s Often, but sometimes fixed location /8/009 CSC 57/57

More information

A Transport Layer Mobility Support Mechanism

A Transport Layer Mobility Support Mechanism A Transport Layer Mobility Support Mechanism Moonjeong Chang 1, Meejeong Lee 1, and Seokjoo Koh 2 1 Dept. of Computer Engineering, Ewha Womans University, Seoul 121-791, Korea {mjchang,lmj}@ewha.ac.kr

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

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

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

Extended Correspondent Registration Scheme for Reducing Handover Delay in Mobile IPv6

Extended Correspondent Registration Scheme for Reducing Handover Delay in Mobile IPv6 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

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

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

Supporting of QoS and Micro-Mobility in MPLS-based IPv6 Wireless Networks

Supporting of QoS and Micro-Mobility in MPLS-based IPv6 Wireless Networks Supporting of QoS and Micro-Mobility in MPLS-based IPv6 Wireless Networks Yi Han Zhang +, Dimitrios Makrakis + and Dimitrios Hatzinakos * + Broadband Wireless and Internetworking Research Laboratory School

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Literature: Forouzan ch.27 Lecture 9: Mobile IP Article: Mobile IP by Charles E. Perkins, IEEE Communications Magazine,Vol. 40, Issue: 5, May 2002, Pages:66-82 Lecture 9: Mobile IP Goals: Article: IP multimedia

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

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

FAST INTER-AP HANDOFF USING PREDICTIVE AUTHENTICATION SCHEME IN A PUBLIC WIRELESS LAN

FAST INTER-AP HANDOFF USING PREDICTIVE AUTHENTICATION SCHEME IN A PUBLIC WIRELESS LAN FAST INTER-AP HANDOFF USING PREDICTIVE AUTHENTICATION SCHEME IN A PUBLIC WIRELESS LAN SANGHEON PACK AND YANGHEE CHOI School of Computer Science and Engineering, Seoul National University, Seoul, Korea

More information

CMPE 257: Wireless and Mobile Networking

CMPE 257: Wireless and Mobile Networking CMPE 257: Wireless and Mobile Networking Katia Obraczka Computer Engineering UCSC Baskin Engineering Lecture 8 CMPE 257 Spring'15 1 Announcements Project proposals. Feedback. Class schedule updated. Exam:

More information

AODV-PA: AODV with Path Accumulation

AODV-PA: AODV with Path Accumulation -PA: with Path Accumulation Sumit Gwalani Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara fsumitg, ebeldingg@cs.ucsb.edu Charles E. Perkins Communications

More information

Mobility Support in IPv6

Mobility Support in IPv6 Mobility Support in IPv6 Charles E. Perkins David B. Johnson T. J. Watson Research Center Computer Science Department IBM Corporation Carnegie Mellon University Hawthorne, NY 10532 Pittsburgh, PA 15213

More information

Obsoletes: 2002 January 2002 Category: Standards Track

Obsoletes: 2002 January 2002 Category: Standards Track Network Working Group C. Perkins, Ed. Request for Comments: 3220 Nokia Research Center Obsoletes: 2002 January 2002 Category: Standards Track Status of this Memo IP Mobility Support for IPv4 This document

More information

Analysis of Proxy Mobile IPv6: A Network-based Mobility Solution

Analysis of Proxy Mobile IPv6: A Network-based Mobility Solution Analysis of Proxy Mobile IPv6: A Network-based Mobility Solution Md. Shohrab Hossain and Mohammed Atiquzzaman School of Computer Science, University of Oklahoma, Norman, OK 7319 Email: {shohrab, atiq}@ou.edu

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

PMIPv6 PROXY MOBILE IPV6 OVERVIEW OF PMIPV6, A PROXY-BASED MOBILITY PROTOCOL FOR IPV6 HOSTS. Proxy Mobile IPv6. Peter R. Egli INDIGOO.COM. indigoo.

PMIPv6 PROXY MOBILE IPV6 OVERVIEW OF PMIPV6, A PROXY-BASED MOBILITY PROTOCOL FOR IPV6 HOSTS. Proxy Mobile IPv6. Peter R. Egli INDIGOO.COM. indigoo. PMIPv6 PMIPv6 Proxy Mobile IPv6 PROXY MOBILE IPV6 OVERVIEW OF PMIPV6, A PROXY-BASED MOBILITY PROTOCOL FOR IPV6 HOSTS Peter R. Egli INDIGOO.COM 1/25 Contents 1. Why PMIPv6 when we have MIP? 2. PMIPv6 terminology

More information

Optimized Handoff Decision Mechanisms for Scalable Network Mobility Support*

Optimized Handoff Decision Mechanisms for Scalable Network Mobility Support* Optimized Handoff Decision Mechanisms for Scalable Network Mobility Support* Sangwook Kang, Yunkuk Kim, Woojin Park, Jaejoon Jo, and Sunshin An Dept. of Electronics & computer Eng., Korea University, 1,

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

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

Implementing Mobile IPv6 for Multimedia *

Implementing Mobile IPv6 for Multimedia * Implementing Mobile IPv6 for Multimedia * Joe Finney and Andrew Scott Computing Department Lancaster University Lancaster, UK {J.Finney, A.Scott}@Lancaster.ac.uk Abstract Recent trends show an increasing

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

Proxy Mobile IPv6 (PMIPv6)

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

More information

CSE 123A Computer Netwrking

CSE 123A Computer Netwrking CSE 123A Computer Netwrking Winter 2005 Mobile Networking Alex Snoeren presenting in lieu of Stefan Savage Today s s issues What are implications of hosts that move? Remember routing? It doesn t work anymore

More information

ROUTE OPTIMIZATION EXTENSION FOR THE MOBILE INTERNET PROTOCOL IN LINUX

ROUTE OPTIMIZATION EXTENSION FOR THE MOBILE INTERNET PROTOCOL IN LINUX ROUTE OPTIMIZATION EXTENSION FOR THE MOBILE INTERNET PROTOCOL IN LINUX M. L. Jiang and Y. C. Tay ABSTRACT The base Mobile Internet Protocol (Mobile IP)[1] provides a means for portable computers to roam

More information

Performance Comparison and Analysis on MIPv6, Fast MIPv6 Bi-casting and Eurecom IPv6 Soft Handover over IEEE802.11b WLANs

Performance Comparison and Analysis on MIPv6, Fast MIPv6 Bi-casting and Eurecom IPv6 Soft Handover over IEEE802.11b WLANs Performance Comparison and Analysis on MIPv6, Fast MIPv6 Bi-casting and Eurecom IPv6 Soft Handover over IEEE802.11b WLANs Farouk Belghoul, Yan Moret, Christian Bonnet Department of Mobile Communications,

More information

MESSAGES error-reporting messages and query messages. problems processes IP packet specific information

MESSAGES error-reporting messages and query messages. problems processes IP packet specific information ICMP ICMP ICMP is mainly used by operating systems of networked computers to send error messages indicating that a requested service is not available or that host/ router could not be reached. ICMP MESSAGES

More information

Dynamic Traffic Load Balancing Mechanism for SHAKE Architecture

Dynamic Traffic Load Balancing Mechanism for SHAKE Architecture Dynamic Traffic Load Balancing Mechanism for SHAKE Architecture Hiroshi Esaki, Hiroki Kan Graduate School of Information Science and Technology, The University of Tokyo, Japan hiroshi@wide.ad.jp kohki@hongo.wide.ad.jp

More information

Mobile IP. rek. Petr Grygárek Petr Grygarek, Advanced Computer Networks Technologies 1

Mobile IP. rek. Petr Grygárek Petr Grygarek, Advanced Computer Networks Technologies 1 Mobile IP Petr Grygárek rek 1 Basic principle Picture from IOS IP and IP Routing Configuration Guide Mobile node maintains the same IP address even while roaming in foreign networks even if it s address

More information

MOBILE IP. Under the guidance of Mr. N. Srinivasu

MOBILE IP. Under the guidance of Mr. N. Srinivasu MOBILE IP Under the guidance of Mr. N. Srinivasu (Lecturer Of Electronics & Communication) Jiten Mishra By EC200117327 [1] 128 bit address. Features of IPv6 Address Auto configuration An IPv6 node configurs

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

Mobility: vocabulary

Mobility: vocabulary What is mobility? spectrum of mobility, from the perspective: no mobility high mobility mobile wireless user, using same access point mobile user, connecting/ disconnecting from using DHCP. mobile user,

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

CSE 123b Communications Software

CSE 123b Communications Software CSE 123b Communications Software Spring 2004 Lecture 9: Mobile Networking Stefan Savage Quick announcements Typo in problem #1 of HW #2 (fixed as of 1pm yesterday) Please consider chapter 4.3-4.3.3 to

More information

Quick announcements. CSE 123b Communications Software. Today s issues. Last class. The Mobility Problem. Problems. Spring 2004

Quick announcements. CSE 123b Communications Software. Today s issues. Last class. The Mobility Problem. Problems. Spring 2004 CSE 123b Communications Software Spring 2004 Lecture 9: Mobile Networking Quick announcements Typo in problem #1 of HW #2 (fixed as of 1pm yesterday) Please consider chapter 4.3-4.3.3 to be part of the

More information

Distributed Mobility Management in Proxy Mobile IPv6 using Hash Function

Distributed Mobility Management in Proxy Mobile IPv6 using Hash Function Distributed Mobility Management in Proxy Mobile IPv6 using Hash Function Ji In Kim School of Computer Science and Engineering Kyungpook National University Daegu, Korea jiin16@gmail.com Seok Joo Koh School

More information

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 155-158 STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS Monika ABSTRACT: In Many wireless

More information

Gateway Forwarding Strategies in Ad hoc Networks

Gateway Forwarding Strategies in Ad hoc Networks Gateway Forwarding Strategies in Ad hoc Networks Erik Nordström Department of Information Technology Uppsala University erikn@it.uu.se Per Gunningberg Department of Information Technology Uppsala University

More information

Performance Evaluation of the Post-Registration Method, a Low Latency Handoff in MIPv4

Performance Evaluation of the Post-Registration Method, a Low Latency Handoff in MIPv4 Performance Evaluation of the Post-Registration Method, a Low Latency Handoff in MIPv O. Casals, Ll. Cerdà Dept. Computer Architecture, Technical University of Catalonia (UPC), Barcelona Spain {olga, llorenc}@ac.upc.es

More information

Evaluation of Performance of TCP on Mobile IP SHAKE

Evaluation of Performance of TCP on Mobile IP SHAKE Vol. 45 No. 10 IPSJ Journal Oct. 2004 Regular Paper Evaluation of Performance of TCP on Mobile IP SHAKE Kenji Koyama, Yosuke Ito, Hiroshi Mineno and Susumu Ishihara We extensively evaluated a method of

More information

Cost Analysis of Mobility Management Entities for SIGMA

Cost Analysis of Mobility Management Entities for SIGMA 010 International Conference on High Performance Switching and Routing Cost Analysis of Mobility Management Entities for SIGMA Md. Shohrab Hossain Mohammed Atiquzzaman University of Oklahoma, Norman, OK

More information

Route Optimization for Proxy Mobile IPv6 in IMS Network

Route Optimization for Proxy Mobile IPv6 in IMS Network Route Optimization for Proxy Mobile IPv6 in IMS Network Tsunehiko Chiba, Hidetoshi Yokota KDDI R&D Laboratories, Inc. Saitama, Japan Ashutosh Dutta, Dana Chee Telcordia Technologies, Inc. New Jersey, USA

More information

Mobile Node Speed Detection Mechanism in Hierarchical Mobile Internet Protocol (IPv6)

Mobile Node Speed Detection Mechanism in Hierarchical Mobile Internet Protocol (IPv6) Journal of Computer Science 7 (9): 1432-1438, 2011 ISSN 1549-3636 2011 Science Publications Mobile Node Speed Detection Mechanism in Hierarchical Mobile Internet Protocol (IPv6) Zulkeflee Kusin and Mohamad

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

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