Location Management Agent for SCTP Handover in Mobile Network

Size: px
Start display at page:

Download "Location Management Agent for SCTP Handover in Mobile Network"

Transcription

1 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 Korea Abstract This paper aims to describe and discuss about the location agent to support the SCTP (stream control transmission protocol) handover in mobile network. Related literatures about typical mobility and location schemes are presented. Features of TCP and SCTP over MIP (mobile IP) and SCTP over IP are also described respectively. Mobility requires the address reconfiguration during handover. This address update can be performed either by (mobile node) or (correspondent node) during handover, and can increase the handover latency. This paper proposes the LMA (location agent) that can reduce the handover latency by performing the address reconfiguration instead of and. This agent is especially efficient in the s ping pong behavior environment. Keywords: handover, SCTP, location agent INTRODUCTION Location is one of important research issues in the recent mobile network [1-9]. During the SCTP handover, the IP address of (mobile node) is changed, so the fact should be informed to the (correspondent node) communicating with the promptly. should reconfigure the address of in order to continue the seamless communication. In the location, this address reconfiguration is mainly performed by interchanging the binding update between and, which increases the handover latency remarkably. Although the SCTP handover schemes with the IP address reconfiguration [10-15] provides or with the binding update, it does not support the fast agent scheme proposed in this paper. We focus on the IP address reconfiguration during SCTP handover when MIP (mobile IP) is used or not in the lower layer. The proposed agent scheme can be applied to the mobile network design by using the SCTP over IP and MIP. We first describe typical mobility schemes including TCP and SCTP over MIPv4/MIPv6 and then propose the location agent for SCTP handover. We also discuss about the application procedure of the proposed agent to the SCTP with/without MIP. In order to implement our scheme, we extend the packet format of the SCTP with add_ip reconfiguration. The rest of the paper is organized as follows. In section 2, we describe several handover schemes including SCTP over MIPv4 and MIPv6, respectively. Section 3 discusses the location agent in SCTP handover scheme, followed by concluding remarks in section 4. MOBILITY AND LOCATION MANAGEMENT SCHEMES In the original MIPv4 [3], handover procedure is as follows: Firstly, HA (home agent) and FA (foreign agent) informs itself by using agent advertisement message similar to ICMP (internet control message protocol) router discovery. also can advertise by using agent solicitation message. can decide if it is in the home network through such an advertisement message. Secondly, exchanges the registration request message and the registration reply message with the HA. It registers the CoA in the HA. There are two types of CoA s: CoA of FA is used for (CoA). Temporary IP address by DHCP (dynamic host configuration protocol) is used for (Colocated CoA). Such a registration message uses UDP port 434 and contains CoA and lifetime of. After successful registration between HA and is performed, datagram sent from to the home address of is tunneled to the CoA of. Datagram from to has not been tunneled. It is forwarded to the destination by using the standard IP routing. In the MIPv4 with route optimization options, we can eliminate the triangular routing problem where HA becomes the bottleneck point as the number of increases. In the route optimization, manages the binding cache. Instead of sending datagram to HA, sends datagram to directly using tunneling. When the moves, this method provides with the forwarding datagram sent to the previous FA and datagram sent by old cache binding to the current position. Although mobile IP provides a simple and scalable mobility scheme, it is not appropriate for high mobility and seamless handovers. In fact, it envisages that every time a node migrates, a local address must be obtained and communicated to a distant local directory, called HA. This updating procedure, together with route optimization, introduces delays and data transfer disruption while the obtains the new binding. Moreover, as the number of mobile hosts increases, the traffic load generated by the update messages can have a drastic effect on the Internet and on the HA as well. Cellular IP defines a wireless access network architecture and protocol for managing micro-mobility. The cellular IP node embeds different functions, such as wireless access point, IP packet routing and cellular control functionality. The nodes implement cellular IP integrated routing and location 7532

2 and are built on regular IP forwarding engine. A gateway connects the cellular IP network to the Internet. Table 1 summarizes the location and binding updates, features (advantage and disadvantage), and who performs the location when TCP and SCTP over MIPv4 and MIPv6 [6,7,8,9] are used respectively. In the table, we find out that the binding update is performed at the IP layer and IP address reconfiguration is performed at the SCTP layer (_add_ip), respectively. Table 1: TCP and SCTP over MIP Location Features Who performs (advantage/ the location and binding disadvantage)? updates TCP over packet loss, IP layer only MIPv4/v6 large handover latency SCTP over Location HA, FA for each IP layer MIPv4 subnet (binding and binding,ha,fa update) and update Data must have MIP- SCTP layer tunneling (triangular duplicate registration (_ add_ip) problem) HA bottleneck SCTP over Location HA, FA for each MIPv4 with subnet, HA, route and binding FA, must optimization update have MIP Binding cache duplicate in only registration with INIT tunneling during handover in L3 and L4 layer SCTP over intrinsic route HA and MIPv6 optimization must have MIP only INIT duplicate tunneling registration with during handover in L3 and L4 layer Table 2 represents the location and binding updates, features (advantage and disadvantage), and who performs the location when SCTP over IP is used. The location is provided by SCTP over IP (v4 or v6) with the location agent. That is, SCTP only performs the location. Table 2: SCTP over IP Location Features Who performs (advantage/ the location and binding disadvantage)? updates SCTP over No location IP(v4 or v6) (only from to ) SCTP over Location need not MIP on SCTP layer IP(v4 or v6), need not (register and with the and update HA, FA per _ location with only subnet need the add_ip) INIT location agent tunneling agent which covers the several subnets SCTP performs the location LOCATION MANAGEMENT AGENT FOR SCTP HANDOVER Who performs the registration update There are two methods that perform registration updates in the SCTP handover. One of them is for to update the registration. TABLE 3 describes the update time, features, and requirements when performs the registration update. Table 3: registration update Description Features Requirement Initialization: Advantage: the 1) need to registration SCTP of additional packet define the update registers the home is not necessary registration address to the Disadvantage: message location since the SCTP of and reply registers the format. agent new IP address 2) may use During handover: during the the UDP when SCTP of handover, the total protocol obtains the time might like MIP new IP in the become too 3) need to overlapped longer. install the region, it registers LMA on on the location the routeror host agent Figure 1 shows the registration timeline. In the Figure 1, Location Mgt Broker represents LMA (location agent). 7533

3 Location Mgt Broker Old AR Location Mgt Broker Old AR New AR SCTP (add_ip) -ACK Router Advertisement Registration New IP configuration Simultaneously send add_ip Initialization Handoff Simultaneously send Register Request New AR SCTP (add_ip) -ACK Router Advertisement Registration New IP configuration add_ip Initialization Handoff Figure 2: registration timeline Figure 1: registration timeline registration Table 4 describes the update time, features, and requirements when performs the registration update. Disadvantage of this method is to require the modification of the for to be able to know the IP of LMA and to inform the registration completion to the (LMA ). Table 4: registration update Description Features Requirement Initialization: same Advantage: same registration as registration needs not consider update update During the registration handover: Disadvantage: need when receives to modify the the (add_ip) for to be able to know the and sends the IP of LMA. need to _ACK to inform the, it also send the registration registration to the completion to the location (LMA ) agent registration Discussion about SCTP handover with the location agent If we use mobile IP to initiate the session by toward in SCTP only, we have the following problem. Since we have the with add_ip chunk during the handover, there are the duplicate location registrations. If we use mobile IP, we must send the binding update to HA through FA in the layer 3. With the route optimization option, we have also to send the binding update to via HA. In layer 4 (SCTP), we send the with add_ip to inform the new IP to. Figure 3 depicts the registration with sending with add_ip when the SCTP with MIP is used. Figure 2 shows the registration timeline. In the Figure 2, Location Mgt Broker represents LMA. Figure 3: SCTP with MIP: registration with sending 7534

4 Therefore, we make a location registration twice when we use the SCTP with MIP. This will make bad effects on the performance of the SCTP handover process. To get rid of this anomaly, we can consider following two scenarios. One is not to send (add_ip) to when we use the MIP. The other is not to use the MIP for the location. Figure 4 depicts the registration without sending with add_ip when the SCTP with MIP is used. Step 4: sends the binding update to LMB (IP = L) which it already knows. Step 5: When the LMB receives the BU (binding update: x y), new IP in BU might not be in the domain which it covers, and then it stores the BU and forwards to the other LMB covering that new IP address. Otherwise, it binds the home address (x) and new address (y). Step 6: moves to the other domain. And it sends the BU (x z). Thus, the LMB stores the BU on its own database and relays it to the other LMB. The binding data will be lost after the life time. Step 7: When the INIT chunk of SCTP (over x or y) to require the connection setup with the arrives at the gateway (This is performed by the regular routing on the basis of the destination address: x or y), The LMB looks up the database, and then finds out the current location (z). Step 8: The LMB establishes the tunnel with the current address (z) and forwards the INIT from to. Step 9: extracts the INIT chuck and replies with the INIT- ACK of SCTP. At this time, sends the INIT-ACK with the set_ip_primary (new IP address = z) Figure 4: SCTP with MIP: registration without sending Now, we use the SCTP over MIP with the route optimization. Through this method, we can achieve both the location in the HA and the reduction of SCTP handover delay. (1) We obtain the new IP address by using the MIP and send the binding update with the new IP address to HA and by using the route optimization. (2) MIP of passes new IP address to the SCTP. (3) SCTP adds the new IP address to its IP_list. (4) SCTP sends the _ACK (add_ip) to. Discussion about SCTP handover without the location agent Figure 5 represents the location agent operation when the SCTP without MIP is used. In the Figure 5, LMB (location broker) represents LMA (location agent). LMA performs the following steps: Step 1: receives the IP address of LMB attached to GW (gateway) which covers several ARs (access router) through RA (route advertisement) from AR1. ARs know the IP address of LMB or can use the IP broadcast packet to obtain the IP address of LMB. Step 2: sends the RR (registration request: ID of, home IP address of = x) by using the UDP. In the MIP, RR is composed of the home address of, address of HA, and care-of-address of. MIP uses the UDP port number 434 for RR. Step 3: After moves into the overlapped region, it configures new IP address (y) by using stateless IP configuration (IPv6) or stateful configuration (DHCP). AR1 INIT chunk Domain 1 (:x-y-z) Domain 2 (:z) GW: LMB (IP: L) GW: LMB (IP: M) AR2 tunneling INIT ACK Set primary AR3 x y z Figure 5: SCTP without MIP: location agent During association, receiving the withadd_ip will sends the BU to the corresponding LMB. In order to do this, should know the IP address of LMB. Thus, we will send the with add_ip containing the IP address of the corresponding LMB. Figure 6 depicts the modified packet including IP address of the LMB (LMA). 7535

5 32 bit Source port=3000 Destination Port=80 Verification Tag =0x1000 Checksum Type=0xc1 Flags Length Serial Number Type=0xc001(add_ip) Length = 16 C-ID=0x (correlation id) Type =5 (6: ipv6) Length = 8 value =0x0a ( ) MAC address, prefix_of_router, Visit_count, visit_time, IP address of Location Management Broker flag to requet to send the Binding Update Type=0xc004(set_primary) Length=16 C-ID = 0x Type=5 Length =8 Value = 0x0a ( ) SCTP Common header add_ip extension Set_primary _ip Figure 6: Modification of with add_ip containing IP address of LMA CONCLUSIONS Location problem is one of most important topics in the recent mobile network. Since the latency for reconfiguring IP address during handover increases, the performance degradation of network occurs. To handle this problem, we first survey the related mobility and location schemes including MIPv4 and MIPv6. We then propose the location agent performing the binding update to reduce the handover delay in the SCTP address reconfiguration. The modification of SCTP packet format to support our proposed agent is also proposed. In the future, the performance evaluation for the proposed scheme will be expected. [4] Yegin, A., Supporting Optimized Handover for IP Mobility Requirements for Underlying Systems, <draft-manyfolks-12-mobilereq-02.txt>, Dec., [5] Tan, P., Recommendation for Achieving Seamless IPv6 Handover in IEEE Networks, <draftpaultan-seamless-ipv6-handover txt>, Feb., [6] Montavont, N. and Noel, T., Analysis and Evaluation of Mobile IPv6 Handovers over wireless LAN, Mobile Networks and Applications, Vol. 8, No. 6, 2003, pp [7] Daley, G., Movement Detection Optimization in Mobile IPV6, <draft-delay-mobileip-movedetect- 01.txt>, May, [8] Gwon, Y., Enhanced Forwarding from Previous Care-of-Address for Fast Mobile IPV6 handover, Proceedings of IEEE Wireless Communications and Networking Conference (WC-2004), 2004, pp [9] Montavont, N., Analysis and Evaluation of Mobile IPV6 Handovers over wireless LAN, Mobile Networks and Applications, 8, 2003, pp [10] Fu, S. and Atiquzzaman, M., SCTP: State of the art in research, products, and technical challenges, IEEE Communications Magazine, Vol. 42, No. 4, 2004, pp [11] Stewart, R. and Xie, Q., Stream Control Transmission Protocol (SCTP) A Reference Guide, Addison-Wesley, [12] Stewart, R., SCTP Dynamic Address Reconfiguration, <draft-ietf-tsvwg-addip-sctp- 07.txt>, Feb., [13] Lee, Y., 2014, On the Layer based seamless handover schemes for mobile data network, Advances in Computer Science, Vol. 3, Issue 6, No. 12, November, pp [14] Lee, Y., 2014, History based Handover Broker Scheme for SCTP, Advances in Computer Science, Vol. 4, Issue 3, No. 15, May, pp [15] Lee, Y., 2015, Location Management Broker Scheme for SCTP Handover, International Journal of Engineering Innovation & Research, Vol.43, Issue 3, pp REFERENCES [1] Perkins, C. E., Mobile IP, Addison-Wesley, 1998, pp [2] Widmer, J., Network Simulations for a mobile network architecture for vehicles, TR , International Computer Science Institute, UC Berkeley, [3] Gowasmi, S., Simultaneous Handover in Mobile- IPv4 and , <draft-gowasmi-mobileipsimultaneous-handover-v4-00.txt>, Sep.,

On the Layer based Seamless Handover Schemes for Mobile Data Network

On the Layer based Seamless Handover Schemes for Mobile Data Network On the Layer based Seamless Handover Schemes for Mobile Data Network Y. J. Lee Department of Technology Education, Korea National University of Education Cheongju, 363-791, South Korea lyj@knue.ac.kr Abstract

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

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

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

A Scheme of Primary Path Switching for Mobile Terminals using SCTP Handover

A Scheme of Primary Path Switching for Mobile Terminals using SCTP Handover Proceedings of the 2007 WSEAS International Conference on Computer Engineering and Applications, Gold Coast, Australia, January 17-19, 2007 218 A Scheme of Primary Path Switching for Mobile Terminals using

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

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

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

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

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

Mobility Management. Advanced Mobile Communication Networks. Integrated Communication Systems Group Ilmenau University of Technology

Mobility Management. Advanced Mobile Communication Networks. Integrated Communication Systems Group Ilmenau University of Technology Mobility Management Advanced Mobile Communication Networks Integrated Communication Systems Group Ilmenau University of Technology Motivation The Internet and mobile communication networks are experiencing

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

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

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

Novel web agent framework to support seamless mobility for data networks Y.-J. Lee 1 D.-W. Lee 2 M. Atiquzzaman 3

Novel web agent framework to support seamless mobility for data networks Y.-J. Lee 1 D.-W. Lee 2 M. Atiquzzaman 3 Published in IET Communications Received on 11th December 2008 Revised on 20th March 2009 ISSN 1751-8628 Novel web agent framework to support seamless mobility for data networks Y.-J. Lee 1 D.-W. Lee 2

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

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

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

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

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

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

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

Mobility Management - Basics

Mobility Management - Basics Mobility Management - Basics Summer Semester 2012 Integrated Communication Systems Group Ilmenau University of Technology Content Motivation Problem and possible solutions IP-based mobility management

More information

Telecommunication & Network Research Lab

Telecommunication & Network Research Lab SCTP based Framework for Mobile Web Agent Y.J. Lee, Mohammed Atiquzzaman TR-OU-TNRL-05-116 September 2005 Telecommunication & Network Research Lab School of Computer Science THE UNIVERSITY OF OKLAHOMA

More information

Module 28 Mobile IP: Discovery, Registration and Tunneling

Module 28 Mobile IP: Discovery, Registration and Tunneling Module 28 Mobile IP: Discovery, and Tunneling Learning Objectives Introduction to different phases of Mobile IP Understanding how a mobile node search the agents using Discovery process Understand how

More information

Fast handoff for Mobile IP and Link Layer Triggers

Fast handoff for Mobile IP and Link Layer Triggers Fast handoff for Mobile IP and Link Layer Triggers Gang Wu and Alper egin DoCoMo USA Labs Slide1 Overview Handover events necessitate both networklayer and lower layers actions Network-layer needs information

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

O-PMIPv6: Optimized Proxy Mobile IPv6. Ahmad Rasem, Bachelor of Communications Engineering

O-PMIPv6: Optimized Proxy Mobile IPv6. Ahmad Rasem, Bachelor of Communications Engineering O-PMIPv6: Optimized Proxy Mobile IPv6 by Ahmad Rasem, Bachelor of Communications Engineering A thesis submitted to the Faculty of Graduate and Postdoctoral Affairs in partial fulfillment of the requirements

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

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

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

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

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

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

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

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

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

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

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

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 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 100004, China 2Dept.

More information

Network Layer. Mobile IP. Slides adapted from Prof. Dr.-Ing. Jochen H. Schiller and W. Stallings

Network Layer. Mobile IP. Slides adapted from Prof. Dr.-Ing. Jochen H. Schiller and W. Stallings Network Layer Mobile IP Slides adapted from Prof. Dr.-Ing. Jochen H. Schiller and W. Stallings 1 Mobile IP - Definition Mobile IP (MIP) is a modification to IP that allows nodes to continue to receive

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

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

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

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

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

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

Mobility Management Basics

Mobility Management Basics Mobility Management Basics Summer Semester 2011 Integrated Communication Systems Group Ilmenau University of Technology Content Motivation Problem and possible solutions IP-based mobility management Conclusions

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

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

Partial Bicasting with Buffering for Proxy Mobile IPv6 Handover in Wireless Networks

Partial Bicasting with Buffering for Proxy Mobile IPv6 Handover in Wireless Networks Journal of Information Processing Systems, Vol.7, No.4, December 2011 http://dx.doi.org/10.3745/jips.2011.7.4.627 Partial Bicasting with Buffering for Proxy Mobile IPv6 Handover in Wireless Networks Ji-In

More information

Introduction to IPv6. IPv6 addresses

Introduction to IPv6. IPv6 addresses Introduction to IPv6 (Chapter 4 in Huitema) IPv6,Mobility-1 IPv6 addresses 128 bits long Written as eight 16-bit integers separated with colons E.g. 1080:0000:0000:0000:0000:0008:200C:417A = 1080::8:800:200C:417A

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

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

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

TraSH: A Transport Layer Seamless Handover for Mobile Networks

TraSH: A Transport Layer Seamless Handover for Mobile Networks 1 : A Transport Layer Seamless Handover for Mobile Networks Shaojian Fu 1, Mohammed Atiquzzaman 1, Liran Ma 1,William Ivancic 2,Yong-Jin Lee 1, Justin S. Jones 1, Song Lu 1 1 Telecommunications and Networks

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

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

Mobile IPv6 Operations Explored

Mobile IPv6 Operations Explored Mobile IPv6 Operations Explored U.S. IPv6 Summit 2003 December 8-118 2003 Carl Williams NAv6TF Steering Committee and IPv6 Forum Technical Directorate carlw@mcsr-labs.org labs.org IPv6 Mobility/wireless

More information

Proxy Mobile IPv6 (PMIPv6)

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

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

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

New Mobility Management Mechanism for Delivering Packets with Non-Encapsulation

New Mobility Management Mechanism for Delivering Packets with Non-Encapsulation New Mobility Management Mechanism for Delivering Packets with Non-Encapsulation Myoung Ju Yu * and Seong Gon Choi * *College of Electrical & Computer Engineering, Chungbuk National University, 410 Seongbong-ro,

More information

Cellular SCTP: A Transport-Layer Approach to Internet Mobility

Cellular SCTP: A Transport-Layer Approach to Internet Mobility Cellular SCTP: A Transport-Layer Approach to Internet Mobility Ilknur Aydin Computer and Information Sciences University of Delaware aydin@cis.udel.edu Woojin Seok KISTI Supercomputing Center Korea wjseok25@kisti.re.kr

More information

nsctp: A New Transport Layer Tunnelling Approach to Provide Seamless Handover for Moving Network

nsctp: A New Transport Layer Tunnelling Approach to Provide Seamless Handover for Moving Network nsctp: A New Transport Layer Tunnelling Approach to Provide Seamless Handover for Moving Network Peyman Behbahani City University, London, UK p.behbahani@city.ac.uk Veselin Rakocevic City University, London,

More information

Mobility Management. Advanced Mobile Communication Networks. Integrated Communication Systems Group Ilmenau University of Technology

Mobility Management. Advanced Mobile Communication Networks. Integrated Communication Systems Group Ilmenau University of Technology Mobility Management Advanced Mobile Communication Networks Integrated Communication Systems Group Ilmenau University of Technology Motivation The Internet and mobile communication networks are experiencing

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

CS5984 Mobile Computing

CS5984 Mobile Computing CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Mobile IPv4 Micro-mobility 1 Outline solutions 2 Local-area Mobility Solutions Within the Mobile IP framework Regional

More information

Novel web agent framework to support seamless mobility for data networks Y.-J. Lee 1 D.-W. Lee 2 M. Atiquzzaman 3

Novel web agent framework to support seamless mobility for data networks Y.-J. Lee 1 D.-W. Lee 2 M. Atiquzzaman 3 Published in IET Communications Received on 11th December 2008 Revised on 20th March 2009 ISSN 1751-8628 Novel web agent framework to support seamless mobility for data networks Y.-J. Lee 1 D.-W. Lee 2

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

Hierarchical Location Management for Transport Layer Mobility

Hierarchical Location Management for Transport Layer Mobility Hierarchical Location Management for Transport Layer Mobility Shaojian Fu OPNET Technologies 7255 Woodmont Avenue, Bethesda, MD 20814-7900 Mohammed Atiquzzaman School of Computer Science University of

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

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

Seamless Multicast Handover in Fmipv6-Based Networks

Seamless Multicast Handover in Fmipv6-Based Networks Seamless Multicast Handover in Fmipv6-Based Networks Moneeb Gohar, Seok Joo Koh, Tae-Won Um, and Hyun-Woo Lee Abstract This paper proposes a fast tree join scheme to provide seamless multicast handover

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

An Efficient DECT-Mobile IP Interworking for Mobile Computing

An Efficient DECT-Mobile IP Interworking for Mobile Computing An Efficient DECT-Mobile IP Interworking for Mobile Computing Anthony Lo *, Winston Seah * and Edwin Schreuder + * Centre for Wireless Communications 1, National University of Singapore, 20 Science Park

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

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

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

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

Asian Info-communications Council. Document No November th Conference (Manila)

Asian Info-communications Council. Document No November th Conference (Manila) Asian Info-communications Council Working Group 2 (Services & Applications) TITLE: A COMPARATIVE SURVEY OF SEAMLESS HANDOVER MECHANISMS THEME: Services & Applications related SOURCE: Tran Cong Hung, Ph.D

More information

Mobility Analysis for all-ip Networks

Mobility Analysis for all-ip Networks Mobility Analysis for all-ip Networks Ramy Farha Department of Electrical and Computer Engineering University of Toronto Toronto, Ontario, Canada Email: rfarha@comm.utoronto.ca Alberto Leon-Garcia Department

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

Mobile Communications Chapter 9: Network Protocols/Mobile IP

Mobile Communications Chapter 9: Network Protocols/Mobile IP Mobile Communications Chapter 9: Network Protocols/Mobile IP Motivation Data transfer Encapsulation Security IPv6 Problems DHCP Ad-hoc s Routing protocols 9.0.1 Motivation for Mobile IP Routing based on

More information

Performance Comparison between MIPv6 and SEMO6

Performance Comparison between MIPv6 and SEMO6 This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE Globecom proceedings. Performance Comparison between MIPv6 and

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

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

Performance Evaluation of Wireless n Using Level 2 and Level 3 Mobility

Performance Evaluation of Wireless n Using Level 2 and Level 3 Mobility Indian Journal of Science and Technology, Vol 11(14), DOI: 10.17485/ijst/2018/v11i14/120616, April 2018 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Performance Evaluation of Wireless 802.11n Using

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

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

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

Introduction to IPv6. IPv6 addresses

Introduction to IPv6. IPv6 addresses Introduction to IPv6 (Chapter4inHuitema) IPv6,Mobility-1 IPv6 addresses 128 bits long Written as eight 16-bit hexadecimal integers separated with colons E.g. 1080:0000:0000:0000:0000:0008:200C:417A = 1080::8:800:200C:417A

More information

Efficient Handoff using Mobile IP and Simplified Cellular IP

Efficient Handoff using Mobile IP and Simplified Cellular IP Presented at GNSS 2004 The 2004 International Symposium on GNSS/GPS Sydney, Australia 6 8 December 2004 Efficient Handoff using Mobile IP and Simplified Cellular IP S. Omar School of Surveying & Spatial

More information

CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments

CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments Stream Control Transmission Protocol (SCTP) uses the 32-bit checksum in the common header, by which a corrupted

More information

Use of SCTP for IP Handover Support

Use of SCTP for IP Handover Support Use of SCTP for IP Handover Support Dong Phil Kim, Jong Shik Ha, Sang Tae Kim, Seok Joo Koh Department of Computer Science Kyungpook National University {dpkim, mugal1, sainpaul1978}@cs.knu.ac.kr Abstract

More information

P-SIGMA: Paging in End to End Mobility Management

P-SIGMA: Paging in End to End Mobility Management P-SIGMA: Paging in End to End Mobility Management Abu S. Reaz, Mohammed Atiquzzaman Telecommunications and Networks Research Lab School of Computer Science, University of Oklahoma, Norman, OK 73019-6151,

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

CSE 4215/5431: Mobile Communications Winter Suprakash Datta

CSE 4215/5431: Mobile Communications Winter Suprakash Datta CSE 4215/5431: Mobile Communications Winter 2013 Suprakash Datta datta@cse.yorku.ca Office: CSEB 3043 Phone: 416-736-2100 ext 77875 Course page: http://www.cse.yorku.ca/course/4215 Some slides are adapted

More information

Aalborg University Institute of Electronic Systems - Communication Networks - 6th Semester

Aalborg University Institute of Electronic Systems - Communication Networks - 6th Semester Aalborg University Institute of Electronic Systems - Communication Networks - 6th Semester TITLE: Experimental Analysis of Mobility Support Schemes for Vertical Handover SUBJECT: Basic Wireless Communication

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