An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework

Size: px
Start display at page:

Download "An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework"

Transcription

1 An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework Zutao Zhu Zhenjun Li YunYong Duan Department of Business Support Department of Computer Science Department of Business Support Guangdong Telecom Shenzhen Branch Sun Yat-sen (Zhongshan) University Guangdong Telecom Shenzhen Branch Shenzhen, CHINA Guangzhou, CHINA Shenzhen, CHINA zzt@sztelecom.com jordanli_flying@hotmail.com yyduan@sztelecom.com Abstract The Mobile Internet Protocol version 6 (MIPv6), based on IPv6, will be widely used in the next generation wireless network. The latency of the handover is one of the most important parameters in evaluating MIPv6. At present, the popular wireless handover technologies include the Fast Mobile Internet Protocol version 6 (FMIPv6) and the Hierarchical Mobile IPv6 (HMIPv6) invented by IETF and the Active Network invented by DARPA. In this paper, we propose a new strategy of the wireless handover in MIPv6, which is based on the HMIPv6 and the Active Network. The strategy will optimize the handover process during MN s roaming. In the Network Simulator (NS-2), we set up a simulation scenario. We compare the handover performance of the network architecture using our strategy with that of HMIPv6 and prove that our strategy has better performance. Keywords-HMIP; active network; QoS; MIPv6 I. INTRODUCTION With the development of the Mobile Internet Protocol version 6 drafts, the demands of QoS in the Mobile IPv6 network environment are increasing. Nowadays, researches are focused on [6]: (1) QoS support architecture in the Mobile IPv6 network environment. The architecture addresses how to deploy each network node and each network component node and how to communicate with each other. (2) Authentic Authority Accounting (AAA) over Mobile IPv6. It covers the authentication of Mobile Nodes (MN), access control, which includes part of QoS control, and accounting policy. It is widely believed that QoS of MIPv6 can be improved through modifying corresponding signaling. (3) Handover of Mobile IPv6 [2]. This is the hotspot of mobile QoS research and the key for improving QoS. In the latest research of IETF Mobile IP Group, there are two kinds of mobility: Macro-mobility and Micro-mobility. The latter happens frequently and the moving region is small. IETF has some micro-mobility architecture drafts. Two of the most famous are HMIPv6 [1] and FMIPv6. In HMIPv6, a new node called Mobility Anchor Point (MAP) is introduced. A MAP is essentially a local Home Agent (HA). The MAP limits the amount of Mobile IPv6 signaling outside the local domain. Active networks, proposed by DARPA in 1994, allow individual user, or groups of users, to inject customized programs into the nodes of the network. "Active" architectures enable a massive increase in the complexity and customization of the computation that is performed within the network, e.g., that is interposed between the communicating end points. Active networks are a novel approach to network architecture in which the switches of the network perform customized computations on the messages flowing through them. In an active network, the routers or switches of the network perform customized computations on the messages flowing through them [5]. II. ACTIVE NETWORK BASED HMIPV6 FRAMEWORK A. Overview We propose a HMIPv6 framework which is based on active network and HMIPv6. The framework obeys the basic QoS design principle, separate principle. The mobility management solution is using optimized HMIPv6. We add a new component, the active network, into the framework. With the help of the active network, the QoS of mobile node can be significantly

2 3Com IBM d i g i t a l 3Com imac improved. The network architecture shown in Figure 1 illustrates an example of the use of the active router in a visited network. B. Basic Components The mobility management of our framework is based on the latest HMIPv6 draft of IETF of December 9 th, As we know that HMIPv6 has the shortcoming of sacrificing routing optimization, we modify HMIPv6 so that it can optimize routing. Figure 1. An HMIPv6 Framework Using the Active Network According to the HMIPv6 model, the components such as Mobile Node (MN), MAP, Access Router (Active Router), Core Router (CR), QoS Proxy, AAA, Home Agent (HA), Correspondent Node (CN) and IPv6 network are necessary. By using the active network, the framework can optimize the handover of MN. In order to use a active network, active routers are needed. Besides the function of the traditional router, the active router strengthens the handle of active packets. An active router is a programmable device and active programs are stored in the active router. Active routers maintain the information of MN, such as the address of HA, the Regional Care-of Address (RCoA), the on-link Care-of Address (LCoA) and the address of CN. Active routers track and handle information that comes from a MN and a CN so that it can get the updated information. If there is no updated information in a life cycle, the active router will delete the related information. C. Deployment and Interaction Our framework involving the active network and HMIPv6 is shown in Figure 1. In the framework, there are at least one MAP, one AAA, one QoS Proxy, one CR, one HA, one CN, one MN and several active routers. The most significant improvement of our framework is on the mobility performance. We concentrate on the optimization of handover involving the active network. When a MN moves to a new Access Router (nar), with fast handover being used, the old Access Router (oar) broadcasts the MN s network interface information to the router. Subsequently, the active program actively generates the CoA of the MN, in our framework, that is, LCoA and monitors network neighbor requests and neighbor broadcast messages and detects whether there is a duplicate address. If the selected address has not been occupied, the active router sends an option message containing the flag which indicates that the Duplicate Address Detection (DAD) has been performed. When receiving the option message, the MN can use the address immediately and doesn t need to detect address confliction. In this manner, we optimize the fast handover processing. When a MN sends Binding Updates (BU) message to HA and CN, the active router catches the message, recording the latest information of the MN and tracking the mobility of MN, and sends Binding Success message to the MN at the same time. It can reduce the Round Trip Time (RTT). Then, the active network forwards the BU message to the HA and the CN respectively. It is obvious that the handover latency depends on not the RTT between the new position of the MN and the HA but on the RTT between the MN and the nearest active router loading the active program. The active router is responsible to forward packets resulting from the handover of the MN. The active router forwards packets destined to the old Care-of Address (ocoa) of the MN to the MN s new Care-of Address (ncoa). When the MN frequently performs handoffs, the active route saves the packets which are sent to the MN, avoiding the overflow which happens in a legacy router. In the framework, upon arrival in a visited network, receiving active router s advertisement containing information on one or more local MAPs, the mobile node can bind its current location (on-link CoA) with an address on the active router s subnet (RCoA) with the help of the MAP and the active router. A MN sends local Binding Updates to the MAP via the active router. After the active router returns a Binding Acknowledgement indicating a successful registration to the MN, the mobile node starts to use RCoA and LCoA. At the

3 same time, the active router sends binding updates which has QoS option header to the HA and the CN via tunnels. The MAP updates the binding cache entry with MN s RCoA and LCoA and sends update signaling to the Core Router and the active routers within the domain so that the Core Router can forward the packets addressed to the MN directly to the active routers accessed by the MN, instead of forwarding by the MAP. By this means, we overcome the shortcoming of the MAP s overload which is not capable of routing optimization in HMIPv6. In this manner, network data transmission is separated from signaling control and the MAP is concentrated on network management and control. Involving the active router, MN operations have been extended and optimized. If mobile node and correspondent node are in the same domain, according to the HMIPv6 specification, the mobile node needs to register to the MAP and communicate to the correspondent node by tunnel. Compared with direct communication, it leads to more delay and overload. We make an improvement in using the active router. The active router detects whether the correspondent node communicated with the mobile node belongs to the same domain. If the mobile node and the correspondent node belong to the same network, the packets sent to CN are routed directly to the access point of the CN. If not, the packets are forwarded by the Core Router. We will use pseudo code [7] to demonstrate how the main components operate when they communicate in active router based HMIPv6 framework. These main components include the Mobile Node, the MAP and the Core Router. (1) Mobile Node Operations In our framework, the function of the MN has been simplified. Because of the involving of the active router, the MN only needs to obtain its RCoA and LCoA according to the Router Advertisement in the case of handover between different administrative domains. The MN updates its LCoA when handover takes place intra-domain. Algorithm 1. Mobile Node mobility management 1: Loop /*wait for event*/ 2: If a new MAP domain is entered (receiving RA containing MAP option) then 3: form new LCoA and RCoA based on RA 4: send local binding updates to access active router 5: if the active router returns an address confliction message then 6: go to step 3 7: else use new LCoA and RCoA 8: End if 9: End if 10: If access point is switched (receiving RA containing new routing option) then 11: form new LCoA with access active router 12: End if 13: End loop (2) MAP Operations The MAP is in the core position of the HMIPv6 mobility management. It is responsible for receiving and handling packets sent by the Core Router and forwarding them to the mobile node. Binding updates are also tunneled to the HA and the CN by the MAP when a MN handover takes place. In our framework, the forwarding function related to the MN of the MAP is implemented in the active router, so the MAP mainly handles the communication management. The MAP sends Binding Updates to the Core Router when a MN arrives at a visited network. The Core Router then redirects the routing path to the MN. When receiving the Binding Updates of the MN, the MAP not only updates its Binding Cache, but also sends update messages to the active routers in the same domain so that these active routers obtain the MN s new access interface. When the Core Router receives packets destined to unknown destination, it forwards to the MAP by default. Algorithm 2. MAP handling 1: Loop 2: If receive a Binding Updates message then 3: If the RCoA doesn t exist in Cache then 4: record the MN s new RCoA and LCoA and network address of active router 5: For every active router in the same domain 6: send the MN s new RCoA and LCoA and the address of the access router 7: End for 8: send MN s new RCoA and LCoA to CR 9: Else 10: send MN s LCoA to each active router and CR 11: End if

4 12: Else /*receiving packets addressed to local network or no entry in CR*/ 13: If no entry is in the CR then 14: save the data in case of data stack non-overflow 15: Else /*destination address is in the local network*/ 16: forward packets according to the path in Cache 17: End if 18: End loop (3) Active Router Operations As an implementation of the active network in our framework, the active router should detect whether the MN s RCoA and LCoA are conflicting and send Binding Acknowledgement message to the MN after receiving the Binding Update message sent by the MN to the HA and the CN so that the MN can use the new address. The active router is responsible to forward the MN s packets, directed inter-domain or intra-domain. Algorithm 3. Active router handling 1: Loop 2: analysis address occupation via RAs 3: If receive MN s address request message then 4: If the address has been occupied then 5: return address occupied message 6: Else 7: return address available message 8: End if 9: End if 10: If receive BU from MN then 11: return binding success message to the MN 12: send BUs to the HA and the CN 13: send the MN s RCoA and LCoA to the MAP 14: End if 15: If receive routing update message from the MAP (notifying MN s new LCoA) then 16: update route table 17: End if 18: If the MN send packets addressed to in-domain address then 19: directly address packets to the corresponding active router 20: Else 21: forward to Core Router 22: End if 23: End loop III. SIMULATION AND COMPARISON A. Simulation Setup The studied scenario is designed in order to be large enough to provide realistic results but to be small enough to be handled efficiently within NS-2[3]. The chosen scenario, depicted in Figure 1, is composed of the HA and the CN that are connected via the Internet, actually an IPv6 network, to a central router (CR). Four access routers (AR) or active routers (in our architecture), each one representing a different IP subnet, are connected via a MAP to the CR. When the simulation starts, the mobile nodes are uniformly distributed over the coverage area. Figure 2. Topology in simulation The access routers or active routers have been positioned in a way to provide total coverage to an area of approximately square meters considering a transmission range of 600 meters, as shown in Figure 1. The coordinates of ARs are (200,800), (800,800), (200,200), (800,200), respectively. The mobile nodes move randomly within the coverage area following the random waypoint mobility model. The bandwidth of wireless part is 2Mbps. The Internet, connected with the central router, HA and CNs, is modeled as a 5Mbps duplex link with a default Link Delay (ld) of 100ms. In the simulation, the ld of MAP is 5ms and the ld of HA and CN is 10ms respectively. The number of MNs is increases by 5. As a TCP Constant Bit Rate (CBR) sources, which provide constant traffic where no acknowledgments are required, CN communicates with MN in 88kbps. MN receives packets from the shared AR queue and MN also competes with other MNs

5 and with an AR to access the channel, half of the MNs receiving data from the CNs and the other half sending data to the CNs [4]. In this paper, we define the interval from CN s sending out a packet before MN s handover to MN s receiving the packet after handover as the y-axis (delay). MN s roaming takes place 5 seconds later after the simulation starts. We can get a result with a special number of MN after 100 times simulations. Then we calculate the packet loss in this simulation. The results of this simulation are shown in the Figure 2. the latency of MN-CR(AR) are 35ms, 55ms and 90ms, respectively. If ignoring the time-consuming in the active routers, we can make a conclusion that the handover latency in our architecture is 30% optimizing than that in the HMIPv6, especially when the number of MNs is increasing. The number of dropped packets is 25% optimizing too. The conclusion of simulation is that efficiency of handover in our architecture is better than that in HMIPv6. IV. CONCLUSIONS We propose our HMIPv6 framework using the active router and state the operations of each component in detail and describe how to handle the handover of the MN. In the end, through simulation comparison and theoretical analysis, we draw a conclusion that our framework can significantly decrease the latency when handover happens. Figure 3. Simulation Result B. Analysis of Simulation Results In HMIPv6, the latency of MN handover is 165ms, 200ms and 265ms when the number of MNs is 30, 40 and 50, respectively. And the number of loss packets of MN is 1.5, 2.0 and 3.0 when the number of MNs is 30, 40 and 50, respectively. In our architecture, the latency of MN handover is 150ms, 170ms and 205ms when the number of MN is 30, 40 and 50, respectively. And the number of loss packets of MN is the number of MN is 1.2, 1.5 and 2.2 when the number of MNs is 30, 40 and 50, respectively. Since the handovers in our simulation are all In-Domain-roaming, MNs are not necessary to send BU to HA. The latency of handover should ignore the internet delay, 100ms, and the ld of CN to Internet, 10ms and the Internet to CR(5ms). In all, we subtract 115ms from the latency. So we get it as this: in HMIPv6, the latency of MN-CR(AR) is 50ms,85ms and 150ms, respectively while in our architecture, ACKNOWLEGEMENT The authors are very grateful to Prof. Cheng for his careful readings of earlier versions of this paper and insightful discussions. The authors would also like to thank the reviewers for their helpful comments and suggestions. REFERENCES [1] Hesham Soliman, Claude Castelluccia, Karim El-Malki, Ludovic Bellier. Hierarchical Mobile IPv6 mobility management (HMIPv6).IETF Draft.December, [2] Hee Young Jung, Jun Seob Lee, Seok Joo Koh, Hesham Soliman, Karim El-Malki.Fast Handover for Hierarchical MIPv6 (F-HMIPv6).IETF Draft, May,2003. [3] NS-2 resource. [4] M.Torrent-Moreno. A Performance Study of Fast Handovers for Mobile IPv6. IEEE International Conference on Local Computer Networks, 2003 [5] David L. Tennenhouse, et. al., A Survey of Active Network Research. IEEE Communications Magazine, Vol. 35, No.1, pp January 1997 [6] Liao Xiaofei et. al., Mobile IPv6 Handoff Scheme Based On Active Network Techology, [7] Yang Chen. New QoS Architecture in Mobile IPv6 (2003), Master Thesis.Univ. of Sci. & Tech. Of China.

Adaptive MAP Selection with Load Balancing Mechanism for the Hierarchical Mobile IPv6

Adaptive MAP Selection with Load Balancing Mechanism for the Hierarchical Mobile IPv6 Tamkang Journal of Science and Engineering, Vol. 12, No. 4, pp. 481 487 (2009) 481 Adaptive MAP Selection with Load Balancing Mechanism for the Hierarchical Mobile IPv6 Ying-Hong Wang, Chih-Peng Hsu* and

More information

Abstract. 2 Overview of mobility in WLAN. 1 Introduction

Abstract. 2 Overview of mobility in WLAN. 1 Introduction A study of mobility in WLAN Fengping Li Helsinki University of Technology Telecommunication Software and Multimedia Laboratory fli@cc.hut.fi Abstract This paper studies mobility in wireless LAN (WLAN,

More information

Performance Evaluation of a QoS-Aware Handover Mechanism

Performance Evaluation of a QoS-Aware Handover Mechanism Performance Evaluation of a QoS-Aware Handover Mechanism 1.Introduction Background Requirements in mobile communication Seamless mobility support Guarantee certain levels of QoS Mobile communications over

More information

A Study on Mobile IPv6 Based Mobility Management Architecture

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

More information

SURVEY ON MOBILITY MANAGEMENT PROTOCOLS FOR IPv6

SURVEY ON MOBILITY MANAGEMENT PROTOCOLS FOR IPv6 SURVEY ON MOBILITY MANAGEMENT PROTOCOLS FOR IPv6 BASED NETWORK 1 Nitul Dutta, 2 Iti Saha Misra, 3 Kushal Pokhrel and 4 Md. Abu Safi 1 Department of Computer Science & Engineering, Sikkim Manipal Institute

More information

OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6

OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6 OPTIMUM EFFICIENT MOBILITY MANAGEMENT SCHEME FOR IPv6 Virender Kumar Department of Electronics & Communication Engineering, HCTM Technical Campus, Kaithal, India gangotrahctm@gmail.com ABSTRACT Mobile

More information

Proxy Mobile IPv6-Based Handovers for VoIP Services in Wireless Heterogeneous Networks

Proxy Mobile IPv6-Based Handovers for VoIP Services in Wireless Heterogeneous Networks IACSIT International Journal of Engineering and Technology, Vol. 4, No. 5, October 12 Proxy Mobile IPv6-Based Handovers for VoIP Services in Wireless Heterogeneous Networks N. P. Singh and Brahmjit Singh

More information

IPv6 Networks: Protocol Selection for Mobile Node

IPv6 Networks: Protocol Selection for Mobile Node International Journal of Emerging Engineering Research and Technology Volume 2, Issue 4, July 2014, PP 16-24 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) IPv6 Networks: Protocol Selection for Mobile

More information

A Mobile Ad-hoc Satellite and Wireless Mesh Networking Approach for Public Safety Communications

A Mobile Ad-hoc Satellite and Wireless Mesh Networking Approach for Public Safety Communications A Mobile Ad-hoc Satellite and Wireless Mesh Networking Approach for Public Safety Communications G. Iapichino, C. Bonnet Mobile Communications Department Eurecom Sophia Antipolis, France {Iapichin, Bonnet}@eurecom.fr

More information

IPv6 mobility and ad hoc network mobility overview report

IPv6 mobility and ad hoc network mobility overview report Institut Eurecom 1 Department of Mobile Communications 2229, route des Crêtes B.P. 193 06904 Sophia Antipolis FRANCE Research Report RR-08-217 IPv6 mobility and ad hoc network mobility overview report

More information

Network Mobility Support Scheme on PMIPv6 Networks

Network Mobility Support Scheme on PMIPv6 Networks Network Mobility Support Scheme on PMIPv6 Networks Hyo-Beom Lee 1, Youn-Hee Han 2 and Sung-Gi Min 1 1 Dept. of Computer Science and Engineering, Korea University, Seoul, South Korea. sgmin@korea.ac.kr

More information

A Dynamic and Efficient MAP Selection Scheme for Mobile IPv6 Networks

A Dynamic and Efficient MAP Selection Scheme for Mobile IPv6 Networks A Dynamic and Efficient MAP Selection Scheme for Mobile IPv Networks Tarik Taleb, Tasuku Suzuki, Nei Kato, and Yoshiaki Nemoto Graduate School of Information Sciences - Tohoku University, Japan Email:

More information

IP and Mobility. Requirements to a Mobile IP. Terminology in Mobile IP

IP and Mobility. Requirements to a Mobile IP. Terminology in Mobile IP IP and Mobility Chapter 2 Technical Basics: Layer Methods for Medium Access: Layer 2 Chapter Wireless Networks: Bluetooth, WLAN, WirelessMAN, WirelessWAN Mobile Telecommunication Networks: GSM, GPRS, UMTS

More information

Mobility Management in Next Generation Networks: Analysis of Handover in Micro and Macro Mobility Protocols

Mobility Management in Next Generation Networks: Analysis of Handover in Micro and Macro Mobility Protocols International Journal of Computing and Network Technology ISSN 2210-1519 Int. J. Com. Net. Teach. 2, No. 3 (Sept. 2014) Mobility Management in Next Generation Networks: Analysis of Handover in Micro and

More information

Multi-paths Routing with Load Balancing for Internet Access in Wireless Mesh Networks

Multi-paths Routing with Load Balancing for Internet Access in Wireless Mesh Networks Multi-paths Routing with Load Balancing for Internet Access in Wireless Mesh Networks Vinh Dien HOANG 1, Maode MA 2, Hiroshi HARADA 1 1 Wireless Communications Laboratory, National Institute of Information

More information

Mobility Management Advanced

Mobility Management Advanced Mobility Management Advanced Summer Semester 2011 Integrated Communication Systems Group Ilmenau University of Technology Outline Motivation Mobility Management Approaches in the TCP/IP Reference Model

More information

Internet Architecture for Robust Mobility. Sangheon Pack (백상헌) Korea University shpack@korea.ac.kr

Internet Architecture for Robust Mobility. Sangheon Pack (백상헌) Korea University shpack@korea.ac.kr Internet Architecture for Robust Mobility Sangheon Pack (백상헌) Korea University shpack@korea.ac.kr Contents Introduction IETF Activity Home Agent Reliability Protocol P2P-based Approaches ROAM and SAMP

More information

MOBILE VIDEO WITH MOBILE IPv6

MOBILE VIDEO WITH MOBILE IPv6 MOBILE VIDEO WITH MOBILE IPv6 DANIEL MINOLI WILEY A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS PREFACE ABOUT THE AUTHOR xi xiii 1 THE MOBILE USER ENVIRONMENT: SMART PHONES, PORTABLE MEDIA PLAYERS (PMPs),

More information

Introduction to Mobile IPv6

Introduction to Mobile IPv6 1 Introduction to Mobile IPv6 III IPv6 Global Summit Moscow Dr. Dimitrios Kalogeras dkalo@grnet.gr GRNET Outline Introduction Relevant Features of IPv6 Major Differences between MIPv4 and MIPv6 Mobile

More information

Mobility on IPv6 Networks

Mobility on IPv6 Networks Mobility on IPv6 Networks Pedro M. Ruiz Project Manager Agora Systems S.A. Global IPv6 Summit Madrid 13-15 March 2002 Pedro M. Ruiz (c) Agora Systems S.A, 2002 1 Outline Motivation MIPv6 architecture MIPv6

More information

Analysis of Mobile IP in Wireless LANs

Analysis of Mobile IP in Wireless LANs ENSC 835: COMMUNICATION NETWORKS FINAL PROJECT PRESENTATIONS Spring 2011 Analysis of Mobile IP in Wireless LANs www.sfu.ca/~bshahabi Babak Shahabi (bshahabi@sfu.ca( bshahabi@sfu.ca) 301102998 Shaoyun Yang

More information

Research Article A Two-Layered Mobility Architecture Using Fast Mobile IPv6 and Session Initiation Protocol

Research Article A Two-Layered Mobility Architecture Using Fast Mobile IPv6 and Session Initiation Protocol Hindawi Publishing Corporation EURA Journal on Wireless Communications and Networking Volume 2008, Article ID 348594, 8 pages doi:10.1155/2008/348594 Research Article A Two-Layered Mobility Architecture

More information

A SURVEY OF MOBILITY MANAGEMENT PROTOCOLS

A SURVEY OF MOBILITY MANAGEMENT PROTOCOLS A SURVEY OF MOBILITY MANAGEMENT PROTOCOLS Wei Siang Hoh, Sashikumar Muthut, Bi-Lynn Ong, Mohamed Elshaikh, Mohd Nazri Mohd Warip and R. Badlishah Ahmad School of Computer and Communication Engineering,

More information

Tomás P. de Miguel DIT-UPM. dit UPM

Tomás P. de Miguel DIT-UPM. dit UPM Tomás P. de Miguel DIT- 15 12 Internet Mobile Market Phone.com 15 12 in Millions 9 6 3 9 6 3 0 1996 1997 1998 1999 2000 2001 0 Wireless Internet E-mail subscribers 2 (January 2001) Mobility The ability

More information

A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks

A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks Min-Kim, Jong-min Kim, Hwa-sung Kim Dept. of Electronics and Communications Engineering Kwangwoon University

More information

Mobility Management 嚴 力 行 高 雄 大 學 資 工 系

Mobility Management 嚴 力 行 高 雄 大 學 資 工 系 Mobility Management 嚴 力 行 高 雄 大 學 資 工 系 Mobility Management in Cellular Systems Cellular System HLR PSTN MSC MSC VLR BSC BSC BSC cell BTS BTS BTS BTS MT BTS BTS BTS BTS HLR and VLR HLR (Home Location Register)

More information

Introducing Reliability and Load Balancing in Mobile IPv6 based Networks

Introducing Reliability and Load Balancing in Mobile IPv6 based Networks Introducing Reliability and Load Balancing in Mobile IPv6 based Networks Jahanzeb Faizan Southern Methodist University Dallas, TX, USA jfaizan@engr.smu.edu Hesham El-Rewini Southern Methodist University

More information

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Purvi N. Ramanuj Department of Computer Engineering L.D. College of Engineering Ahmedabad Hiteishi M. Diwanji

More information

Handover Management based on the Number of Retries for VoIP on WLANs

Handover Management based on the Number of Retries for VoIP on WLANs Handover Management based on the Number of Retries for VoIP on WLANs Shigeru Kashihara Yuji Oie Department of Computer Science and Electronics, Kyushu Institute of Technology Kawazu 68-4, Iizuka, 82-852

More information

Dedication Preface 1. The Age of IPv6 1.1 INTRODUCTION 1.2 PROTOCOL STACK 1.3 CONCLUSIONS 2. Protocol Architecture 2.1 INTRODUCTION 2.

Dedication Preface 1. The Age of IPv6 1.1 INTRODUCTION 1.2 PROTOCOL STACK 1.3 CONCLUSIONS 2. Protocol Architecture 2.1 INTRODUCTION 2. Dedication Preface 1. The Age of IPv6 1.1 INTRODUCTION 1.2 PROTOCOL STACK 1.3 CONCLUSIONS 2. Protocol Architecture 2.1 INTRODUCTION 2.2 COMPARISONS OF IP HEADER FORMATS 2.3 EXTENSION HEADERS 2.3.1 Options

More information

Mobile Internet Protocol v6 MIPv6

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

More information

On the Design of Mobility Management Scheme for 802.16-based Network Environment

On the Design of Mobility Management Scheme for 802.16-based Network Environment On the Design of obility anagement Scheme for 802.16-based Network Environment Junn-Yen Hu and Chun-Chuan Yang ultimedia and Communications Laboratory Department of Computer Science and Information Engineering

More information

A Novel Pathway for Portability of Networks and Handing-on between Networks

A Novel Pathway for Portability of Networks and Handing-on between Networks A Novel Pathway for Portability of Networks and Handing-on between Networks D. S. Dayana #1, S. R. Surya #2 Department of Computer Applications, SRM University, Chennai, India 1 dayanads@rediffmail.com

More information

Quality of Service Support for MPLS-based Wired-Wireless Domains

Quality of Service Support for MPLS-based Wired-Wireless Domains Chapter 13 Quality of Service Support for MPLS-based Wired-Wireless Domains 13.1. Abstract Wireless technologies have experienced an explosive growth in recent years. This trend is clear from the emergence

More information

IEEE P802 Handoff ECSG Handoff for Multi-interfaced 802 Mobile Devices. Abstract

IEEE P802 Handoff ECSG Handoff for Multi-interfaced 802 Mobile Devices. Abstract IEEE P802 Handoff ECSG Handoff for Multi-interfaced 802 Mobile Devices Date: May 12, 2003 Authors: Huai-An (Paul) Lin Intel Corp. 2111 NE 25 th Avenue, OR 97124 Phone: +1 503-264-6726 E-mail: huai-an.lin@intel.com

More information

MOBILITY MANAGEMENT FOR ALL-IP MOBILE NETWORKS: MOBILE IPV6 VS. PROXY MOBILE IPV6

MOBILITY MANAGEMENT FOR ALL-IP MOBILE NETWORKS: MOBILE IPV6 VS. PROXY MOBILE IPV6 ARCHITECTURES AND P ROTOCOLS FOR MOBILITY MANAGEMENT IN ALL-IP MOBILE N ETWORKS MOBILITY MANAGEMENT FOR ALL-IP MOBILE NETWORKS: MOBILE IPV6 VS. PROXY MOBILE IPV6 KI-SIK KONG AND WONJUN LEE, KOREA UNIVERSITY

More information

An MPLS-Based Micro-mobility Solution

An MPLS-Based Micro-mobility Solution An MPLS-Based Micro-mobility Solution IEEE-802.21-Based Control Plane Rajendra Persaud 1, Ralf Wienzek 1, Gerald Berghoff 2, and Ralf Schanko 2 1 Chair of Computer Science 4, RWTH Aachen University, Germany

More information

A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access

A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access Kyung-ah Kim 1, Chong-Kwon Kim 2, and Tongsok Kim 1 1 Marketing & Technology Lab., KT, Seoul, Republic of Korea, {kka1,tongsok}@kt.co.kr

More information

REDUCING PACKET OVERHEAD IN MOBILE IPV6

REDUCING PACKET OVERHEAD IN MOBILE IPV6 REDUCING PACKET OVERHEAD IN MOBILE IPV6 ABSTRACT Hooshiar Zolfagharnasab 1 1 Department of Computer Engineering, University of Isfahan, Isfahan, Iran hoppico@eng.ui.ac.ir hozo19@gmail.com Common Mobile

More information

Mobility Management for IP-based Mobile Networks

Mobility Management for IP-based Mobile Networks Mobility Management for IP-based Mobile Networks H. Becker, N. Gerlich, M. Schopp Siemens Information & Communication Mobile Munich, Germany 1 Overview Introduction to IP-based Radio Access Networks Definition

More information

Network Friendliness of Mobility Management Protocols

Network Friendliness of Mobility Management Protocols Network Friendliness of Mobility Management Protocols Md Sazzadur Rahman, Mohammed Atiquzzaman Telecommunications and Networks Research Lab School of Computer Science, University of Oklahoma, Norman, OK

More information

Final for ECE374 05/06/13 Solution!!

Final for ECE374 05/06/13 Solution!! 1 Final for ECE374 05/06/13 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam taker -

More information

MPLS VPN in Cellular Mobile IPv6 Architectures(04##017)

MPLS VPN in Cellular Mobile IPv6 Architectures(04##017) MPLS VPN in Cellular Mobile IPv6 Architectures(04##017) Yao-Chung Chang, Han-Chieh Chao, K.M. Liu and T. G. Tsuei* Department of Electrical Engineering, National Dong Hwa University Hualien, Taiwan, Republic

More information

Proactive DAD: An L2-assisted Fast Address Acquisition. Strategy for Mobile IPv6 Networks

Proactive DAD: An L2-assisted Fast Address Acquisition. Strategy for Mobile IPv6 Networks Proactive DAD: An L2-assisted Fast Address Acquisition Strategy for Mobile IPv6 Networks Chien-Chao Tseng Department of Computer Science and Information Engineering National Chiao-Tung University Hsinchu,

More information

Performance Evaluation for Mobility Management Protocols in Cellular IP and Hawaii Mobile Networks

Performance Evaluation for Mobility Management Protocols in Cellular IP and Hawaii Mobile Networks Performance Evaluation for Mobility Management Protocols in Cellular IP and Hawaii Mobile Networks M.Mansour, A.Ghneimat,J. E. Mellor Department of Computing University of Bradford Bradford BD7 1DP, UK.

More information

IPv6 Moving Network Testbed with Micro-Mobility Support

IPv6 Moving Network Testbed with Micro-Mobility Support IPv6 Moving Network Testbed with Micro-Mobility Support Miklós Aurél Rónai 1, Kristóf Fodor 1, Ralf Tönjes 2 Ericsson Research, 1 Traffic Lab (Hungary), 2 Eurolab (Germany) {Miklos.Ronai, Kristof.Fodor,

More information

IMPROVEMENT IN THE MOBILITY OF MOBILE IPV6 BASED MOBILE NETWORKS USING REVERSE ROUTING HEADER PROTOCOL AND FAST HANDOFF

IMPROVEMENT IN THE MOBILITY OF MOBILE IPV6 BASED MOBILE NETWORKS USING REVERSE ROUTING HEADER PROTOCOL AND FAST HANDOFF IMPROVEMENT IN THE MOBILITY OF MOBILE IPV6 BASED MOBILE NETWORKS USING REVERSE ROUTING HEADER PROTOCOL AND FAST HANDOFF Mohit Bagde 1 and P. Sankar 2 1 Department of Information Science and Technology,

More information

Boosting mobility performance with Multi-Path TCP

Boosting mobility performance with Multi-Path TCP Boosting mobility performance with Multi-Path TCP Name SURNAME 1, Name SURNAME 2 1 Organisation, Address, City, Postcode, Country Tel: +countrycode localcode number, Fax: + countrycode localcode number,

More information

DIRAC: A Software-based Wireless Router System Petros Zerfos, Gary Zhong, Jerry Cheng, Haiyun Luo, Songwu Lu, Jefferey Jia-Ru Li

DIRAC: A Software-based Wireless Router System Petros Zerfos, Gary Zhong, Jerry Cheng, Haiyun Luo, Songwu Lu, Jefferey Jia-Ru Li DIRAC: A Software-based Wireless Router System Petros Zerfos, Gary Zhong, Jerry Cheng, Haiyun Luo, Songwu Lu, Jefferey Jia-Ru Li Presented by: Stephen Kazmierczak Overview Background Issues Motivation

More information

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com

More information

A Design of Network-based Flow Mobility based on Proxy Mobile IPv6

A Design of Network-based Flow Mobility based on Proxy Mobile IPv6 This paper was presented as part of the Mobility Management in the Networks of the Future World (MobiWorld) Workshop at A Design of Network-based Flow Mobility based on Proxy Mobile IPv6 Tran Minh Trung

More information

An Intelligent Tunneling Framework for Always Best Connected Support in Network Mobility (NEMO)

An Intelligent Tunneling Framework for Always Best Connected Support in Network Mobility (NEMO) An Intelligent Tunneling Framework for Always Best Connected Support in Network Mobility (NEMO) Huu-Nghia Nguyen, Christian Bonnet Mobile Communications Department Eurecom Institute 2229 Route des Crêtes,

More information

Guaranteed QoS Routing Scheme in MPLS -Wireless Access Networks

Guaranteed QoS Routing Scheme in MPLS -Wireless Access Networks JKAU: Comp. IT, Vol. 2, pp: 45-56 (2013 A.D./ 1435 A.H.) DOI: 10.4197 / Comp. 2-3 Guaranteed QoS Routing Scheme in MPLS -Wireless Access Networks Jeddah University, Alkamil Branch, Alkamil, Saudi Arabia

More information

Mobile IP Part I: IPv4

Mobile IP Part I: IPv4 Mobile IP Part I: IPv4 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/ 12-1 q Mobile

More information

SERVICE DISCOVERY AND MOBILITY MANAGEMENT

SERVICE DISCOVERY AND MOBILITY MANAGEMENT Objectives: 1) Understanding some popular service discovery protocols 2) Understanding mobility management in WLAN and cellular networks Readings: 1. Fundamentals of Mobile and Pervasive Computing (chapt7)

More information

Early Binding Updates for Mobile IPv6

Early Binding Updates for Mobile IPv6 Early Binding Updates for Mobile IPv6 Christian Vogt, chvogt@tm.uka.de Roland Bless, bless@tm.uka.de Mark Doll, doll@tm.uka.de Tobias Küfner, kuefner@tm.uka.de IEEE Wireless and Communications and Networking

More information

G.Vijaya kumar et al, Int. J. Comp. Tech. Appl., Vol 2 (5), 1413-1418

G.Vijaya kumar et al, Int. J. Comp. Tech. Appl., Vol 2 (5), 1413-1418 An Analytical Model to evaluate the Approaches of Mobility Management 1 G.Vijaya Kumar, *2 A.Lakshman Rao *1 M.Tech (CSE Student), Pragati Engineering College, Kakinada, India. Vijay9908914010@gmail.com

More information

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

CS268 Exam Solutions. 1) End-to-End (20 pts)

CS268 Exam Solutions. 1) End-to-End (20 pts) CS268 Exam Solutions General comments: ) If you would like a re-grade, submit in email a complete explanation of why your solution should be re-graded. Quote parts of your solution if necessary. In person

More information

Mobility Management Framework in Software Defined Networks

Mobility Management Framework in Software Defined Networks , pp. 1-10 http://dx.doi.org/10.14257/ijseia.2014.8.8,01 Mobility Management Framework in Software Defined Networks Kyoung-Hee Lee Department of Computer Engineering, Pai Chai University, Korea leekhe@pcu.ac.kr

More information

Internet Connectivity for Ad hoc Mobile Networks

Internet Connectivity for Ad hoc Mobile Networks Internet Connectivity for Ad hoc Mobile Networks Yuan Sun Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara suny, ebelding @cs.ucsb.edu Charles E. Perkins

More information

MOBILITY SUPPORT USING INTELLIGENT USER SHADOWS FOR NEXT-GENERATION WIRELESS NETWORKS

MOBILITY SUPPORT USING INTELLIGENT USER SHADOWS FOR NEXT-GENERATION WIRELESS NETWORKS MOBILITY SUPPORT USING INTELLIGENT USER SADOWS FOR NEXT-GENERATION WIRELESS NETWORKS Gergely V. Záruba, Wei Wu, Mohan J. Kumar, Sajal K. Das enter for Research in Wireless Mobility and Networking Department

More information

Efficient Mobility Management in 6LoWPAN Wireless Sensor Networks

Efficient Mobility Management in 6LoWPAN Wireless Sensor Networks Efficient Mobility Management in 6LoWPAN Wireless Sensor Networks Abdelwahed Berguiga, Habib Youssef PRINCE Research Unit, ISITCom, Hammam Sousse University of Sousse, Tunisia abdelwahed.berguiga@infcom.rnu.tn,

More information

A SIP-based Method for Intra-Domain Handoffs

A SIP-based Method for Intra-Domain Handoffs A -based Method for Intra-Domain Handoffs Dimitra Vali OTE Research Hellenic Telecommunications Organization - OTE S.A. Athens, Greece dvali@oteresearch.gr Abstract- evolves as the multimedia call control

More information

Performance Evaluation of Two Layered Mobility Management using Mobile IP and Session Initiation Protocol

Performance Evaluation of Two Layered Mobility Management using Mobile IP and Session Initiation Protocol Performance Evaluation of Two Layered Mobility Management using Mobile IP and Session Initiation Protocol Jin-Woo Jung*, Hyun-Kook Kahng**, Ranganathan Mudumbai*, Doug Montgomery * * National Institute

More information

Neighbour Discovery in IPv6

Neighbour Discovery in IPv6 Neighbour Discovery in IPv6 Andrew Hines Topic No: 17 Email: hines@zitmail.uni-paderborn.de Organiser: Christian Schindelhauer University of Paderborn Immatriculation No: 6225220 August 4, 2004 1 Abstract

More information

On the Impacts of Distributed and Dynamic Mobility Management Strategy: A Simulation Study

On the Impacts of Distributed and Dynamic Mobility Management Strategy: A Simulation Study On the Impacts of Distributed and Dynamic Mobility Management Strategy: A Simulation Study Seil Jeon Instituto de Telecomunicações Campus Universitário de Santiago Aveiro, Portugal seiljeon@av.it.pt Sérgio

More information

Home Agent placement and assignment in WLAN with Cellular Networks

Home Agent placement and assignment in WLAN with Cellular Networks Home Agent placement and assignment in WLAN with Cellular Networks Selvakumar.R, Senior Lecturer, Department of Computer Science and Engineering V.M.K.V.Engineering College, Salem-636 308 Tamilnadu, India.

More information

Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC)

Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) http://users.encs.concordia.ca/~glitho/ Outline 1. LTE 2. EPC architectures (Basic and advanced) 3. Mobility management in EPC 4.

More information

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Burjiz Soorty School of Computing and Mathematical Sciences Auckland University of Technology Auckland, New Zealand

More information

Routing Protocols OSPF CHAPTER. The following topics describe supported routing protocols. Topics include OSPF, page 9-1 IS-IS Protocol, page 9-3

Routing Protocols OSPF CHAPTER. The following topics describe supported routing protocols. Topics include OSPF, page 9-1 IS-IS Protocol, page 9-3 CHAPTER 9 The following topics describe supported routing protocols. Topics include OSPF, page 9-1 IS-IS Protocol, page 9-3 OSPF Open Shortest Path First (OSPF) is a link state Internet routing protocol.

More information

Evaluation of VoIP in a Mobile Environment using an end-to-end Handoff Mechanism

Evaluation of VoIP in a Mobile Environment using an end-to-end Handoff Mechanism Evaluation of VoIP in a Mobile Environment using an end-to-end Handoff Mechanism John Fitzpatrick, Seán Murphy, Mohammed Atiquzzaman*, John Murphy Performance Engineering Lab, School of Computer Science

More information

Fast handover and fast failover mechanisms based on cross-layer collaboration among the link layer, the network layer and the transport layer

Fast handover and fast failover mechanisms based on cross-layer collaboration among the link layer, the network layer and the transport layer INVITED PAPER Fast handover and fast failover mechanisms based on cross-layer collaboration among the link layer, the network layer and the transport layer FUMIO TERAOKA, YUNSOP HAN Keio University/ NICT,

More information

Using Fuzzy Logic Control to Provide Intelligent Traffic Management Service for High-Speed Networks ABSTRACT:

Using Fuzzy Logic Control to Provide Intelligent Traffic Management Service for High-Speed Networks ABSTRACT: Using Fuzzy Logic Control to Provide Intelligent Traffic Management Service for High-Speed Networks ABSTRACT: In view of the fast-growing Internet traffic, this paper propose a distributed traffic management

More information

An enhanced TCP mechanism Fast-TCP in IP networks with wireless links

An enhanced TCP mechanism Fast-TCP in IP networks with wireless links Wireless Networks 6 (2000) 375 379 375 An enhanced TCP mechanism Fast-TCP in IP networks with wireless links Jian Ma a, Jussi Ruutu b and Jing Wu c a Nokia China R&D Center, No. 10, He Ping Li Dong Jie,

More information

Quality of Service Routing Network and Performance Evaluation*

Quality of Service Routing Network and Performance Evaluation* Quality of Service Routing Network and Performance Evaluation* Shen Lin, Cui Yong, Xu Ming-wei, and Xu Ke Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 {shenlin, cy, xmw,

More information

An Active Packet can be classified as

An Active Packet can be classified as Mobile Agents for Active Network Management By Rumeel Kazi and Patricia Morreale Stevens Institute of Technology Contact: rkazi,pat@ati.stevens-tech.edu Abstract-Traditionally, network management systems

More information

6 Mobility Management

6 Mobility Management Politecnico di Milano Facoltà di Ingegneria dell Informazione 6 Mobility Management Reti Mobili Distribuite Prof. Antonio Capone Introduction Mobility management allows a terminal to change its point of

More information

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.

More information

APPLYING SIP B2BUA FOR MOBILE WIMAX NETWORK ARCHITECTURE

APPLYING SIP B2BUA FOR MOBILE WIMAX NETWORK ARCHITECTURE APPLYING SIP B2BUA FOR MOBILE WIMAX NETWORK ARCHITECTURE Yen-Wen Chen, Meng-Hsien Lin, and Hong-Jang Gu Department of Communication Engineering National Central University 320 No. 300, Jhong-Da Road, Jhong

More information

Chapter 6: Conclusion

Chapter 6: Conclusion Chapter 6: Conclusion In this research we have designed the bandwidth optimization control protocol to manage the proposed Dual-bandwidth data path for the CDMA2000-WLAN integrated network. The user s

More information

Smart Routers for Cross-Layer Integrated Mobility and Service Management

Smart Routers for Cross-Layer Integrated Mobility and Service Management Wireless Pers Commun DOI 10.1007/s11277-012-0583-9 Smart Routers for Cross-Layer Integrated Mobility and Service Management in Mobile IPv6 Systems Ding-Chau Wang Weiping He Ing-Ray Chen Springer Science+Business

More information

Mobile IP. Bheemarjuna Reddy Tamma IIT Hyderabad. Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP

Mobile IP. Bheemarjuna Reddy Tamma IIT Hyderabad. Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP Mobile IP Bheemarjuna Reddy Tamma IIT Hyderabad Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP IP Refresher Mobile IP Basics 3 parts of Mobile IP: Outline Advertising Care-of Addresses

More information

Lecture 1: Mobility Management in Mobile Wireless Systems. Ing-Ray Chen. CS 6204 Mobile Computing Virginia Tech. Mobility Management

Lecture 1: Mobility Management in Mobile Wireless Systems. Ing-Ray Chen. CS 6204 Mobile Computing Virginia Tech. Mobility Management Lecture 1: Mobility Management in Mobile Wireless Systems Ing-Ray Chen CS 6204 Mobile Computing Virginia Tech Mobility Management Location o Management age e Search: find a mobile user s current location

More information

A Solution for IP Mobility Support in Software Defined Networks

A Solution for IP Mobility Support in Software Defined Networks A Solution for IP Mobility Support in Software Defined Networks You Wang and Jun Bi Institute for Network Sciences and Cyberspace Department of Computer Science Tsinghua National Laboratory for Information

More information

EE6390. Fall 1999. Research Report. Mobile IP in General Packet Radio System

EE6390. Fall 1999. Research Report. Mobile IP in General Packet Radio System EE6390 Introduction to Wireless Communications Systems Fall 1999 Research Report Mobile IP in General Packet Radio System Kelvin K. W. Wong Ramzi Hamati Date: Dec. 6, 1999 1.0 Abstract Tunneling is one

More information

Wireless Networks: Network Protocols/Mobile IP

Wireless Networks: Network Protocols/Mobile IP Wireless Networks: Network Protocols/Mobile IP Mo$va$on Data transfer Encapsula$on Security IPv6 Problems DHCP Adapted from J. Schiller, Mobile Communications 1 Mo$va$on for Mobile IP Rou$ng based on IP

More information

Cost Analysis of NEMO Protocol Entities

Cost Analysis of NEMO Protocol Entities Cost Analysis of NEMO Protocol Entities Md. Shohrab Hossain Mohammed Atiquzzaman School of Computer Science, University of Oklahoma, Norman, OK 73019. Email: {shohrab, atiq}@ou.edu William Ivancic NASA

More information

Hierarchical Mobility Management for VoIP Traffic

Hierarchical Mobility Management for VoIP Traffic Hierarchical Mobility Management for VoIP Traffic Archan Misra Subir Das Anthony J McAuley Telcordia Technologies, Inc 445 South Street Morristown, NJ 07960 1 Abstract A hierarchical IP-based mobility

More information

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation R.Navaneethakrishnan Assistant Professor (SG) Bharathiyar College of Engineering and Technology, Karaikal, India.

More information

Load Balancing in Mobile IPv6 s Correspondent Networks with Mobility Agents

Load Balancing in Mobile IPv6 s Correspondent Networks with Mobility Agents 1 Load Balancing in Mobile IPv6 s Correspondent Networks with Mobility Agents Albert Cabellos-Aparicio, Jordi Domingo-Pascual Abstract A foreseeable scenario is where on the Internet Mobile IPv6 is deployed

More information

Interworking Security in Heterogeneous Wireless IP Networks

Interworking Security in Heterogeneous Wireless IP Networks Interworking Security in Heterogeneous Wireless IP Networks Wenhui Zhang University of Stuttgart, Institute of Communication Networks and Computer Engineering IKR, Pfaffenwaldring 47, D-70569 Stuttgart,

More information

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING CHAPTER 6 CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING 6.1 INTRODUCTION The technical challenges in WMNs are load balancing, optimal routing, fairness, network auto-configuration and mobility

More information

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems , pp. 49-56 http://dx.doi.org/10.14257/ijsh.2013.7.5.05 A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems Minkyu Choi 1 and Ronnie D. Caytiles 2 1 Security Engineering Research

More information

IPv6 associated protocols. Piers O Hanlon

IPv6 associated protocols. Piers O Hanlon IPv6 associated protocols Piers O Hanlon Contributions Main authors Jean-Marc Barozet, Cisco, France Faycal Hadj, Cisco, France Patrick Grossetete, Cisco, France Gunter Van de Velde, Cisco, Belgium Bernard

More information

RARP: Reverse Address Resolution Protocol

RARP: Reverse Address Resolution Protocol SFWR 4C03: Computer Networks and Computer Security January 19-22 2004 Lecturer: Kartik Krishnan Lectures 7-9 RARP: Reverse Address Resolution Protocol When a system with a local disk is bootstrapped it

More information

PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS

PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS Julian Hsu, Sameer Bhatia, Mineo Takai, Rajive Bagrodia, Scalable Network Technologies, Inc., Culver City, CA, and Michael

More information

PERFORMANCE ANALYSIS OF AD-HOC ON DEMAND DISTANCE VECTOR FOR MOBILE AD- HOC NETWORK

PERFORMANCE ANALYSIS OF AD-HOC ON DEMAND DISTANCE VECTOR FOR MOBILE AD- HOC NETWORK http:// PERFORMANCE ANALYSIS OF AD-HOC ON DEMAND DISTANCE VECTOR FOR MOBILE AD- HOC NETWORK Anjali Sahni 1, Ajay Kumar Yadav 2 1, 2 Department of Electronics and Communication Engineering, Mewar Institute,

More information

Disjoint Path Algorithm for Load Balancing in MPLS network

Disjoint Path Algorithm for Load Balancing in MPLS network International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 13 No. 1 Jan. 2015, pp. 193-199 2015 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/

More information

Measuring IP Performance. Geoff Huston Telstra

Measuring IP Performance. Geoff Huston Telstra Measuring IP Performance Geoff Huston Telstra What are you trying to measure? User experience Responsiveness Sustained Throughput Application performance quality Consistency Availability Network Behaviour

More information