TCP and UDP performance measurements in presence of Fast Handovers in an IPv6-based mobility environment

Size: px
Start display at page:

Download "TCP and UDP performance measurements in presence of Fast Handovers in an IPv6-based mobility environment"

Transcription

1 1 TCP and UDP performance measurements in presence of Fast Handovers in an IPv6-based mobility environment T. Melia, R. Schmitz, T. Bohnert NEC Europe Ltd., Network Laboratories Heidelberg melia Abstract Within the framework of the IST project Moby Dick an IPv6-based, mobility-enabled and security aware architecture, including Quality of Service mechanism, is defined and implemented. This paper, based on results originated in the mobility evaluation of the project, analyses in detail the effects of Fast Handovers on the performance of TCP connections and real-time UDP data streams. Based on our optimised Linux kernel implementation, we present quantitative results on the benefits of the Fast Handover support for Mobile IPv6 i) in an integrated architecture comprising end-to-end Quality of Service and appropriate AAA mechanisms and ii) independent of the deployed access technology. The analysis for Wireless LAN (i.e., IEEE b) intra-technology handover shows handover interruption times below 1ms and interruptionless Ethernet to/from Wireless LAN inter-technology handover. Finally, our results show the impact of the delay introduced by Quality of Service and AAA on the overall handover completion time. Index Terms Mobile IPv6, Fast Handover, TCP performance, UDP real-time performance, handover delay I. INTRODUCTION The availability of portable, powerful computing and communication devices provides the basis for future pervasive and ubiquitous networks and offers a variety of services to roaming mobile users. This vision creates the demand for a mobility enabled and security aware architecture, including Quality of Service (QoS) and supporting several kinds of access technologies (like Wireless LAN or Bluetooth), as defined and implemented within the Moby Dick [1] project in a fully IPv6-based network. Following the IETF draft Fast Handovers for Mobile IPv6 [2], an enhanced Fast Handover (FHO) stack has been designed and implemented as an extension to Mobile IPv6 [3]. The provisioning of fast handovers (i.e., small handover latency/interruption time and small or zero packet loss) in next generation IP networks is an important research challenge, since roaming mobile users demand uninterrupted services, as experienced in today s cellular mobile phone system. Therefore, the detailed analysis of transport layer protocol performance, in presence of fast handovers in Mobile IPv6, is essential for the deployment of future packet switched networks. The minimization of handover latency and packet loss aims on avoiding noticable communication disruption in real-time UDP data streams and prevent performance degradation due to mobility in TCP connections. Our optimised linux kernel implementation, evaluated within this paper, achieves an average interruption time below one millisecond for intra-technology handover (i.e., WLAN - WLAN) and interruptionless inter-technology (i.e., WLAN - Ethernet) handover. We show by a detailed analysis of real-time UDP traffic and TCP data transfer, that the performance does not suffer in case of the implemented Mobile IPv6 fast handover. The overall handover time (i.e., including preparation phase, completion time, AAA context transfer and QoS message exchange), is about 8ms for intra-technology and 26ms for inter-technology handover, assuming ideal QoS and AAA entities. The design and implementation of real QoS and AAA modules influences the overall handover time significantly, as discussed in the analysis and in the conclusion. The section provides a general background on Mobile IPv6, Fast Handover and TCP. Section III presents related work. Section IV illustrates the Moby Dick and Fast Handover architecture.

2 2 The implementation and measurement setup are described in section V. The results of the TCP and UDP performace evaluation are explained in section VI. Finally section VII concludes the paper. A. Mobile IPv6 II. BACKGROUND Mobile IPv6 (MIPv6) provides global mobility management and enables hosts to roam between different networks, an operation commonly known as handover. MIPv6 introduces new functional entities: Mobile Node (MN): any non stationary host in the network (e.g. PDA or laptop) Home Agent (HA): retains MN s location in the visited network Correspondent Node (CN): any host in the Internet communicating with the MN Access Router (AR): offers network connectivity and forwarding services to the MN In order to support reachability, a MN has assigned two IP addresses. The home address reflects the static IP address in the home network and remains unchanged when the device roams to foreign networks. The Care-of Address (CoA) represents the topological correct address of the visited networks and is adopted on the recepion of Router Advertisements (RA), when the MN is moving into another network (e.g. wireless cell). The CoA, as identifier of the current location, is registered via Binding Update (BU) with the Home Agent, in order to enable forwarding of data which is addressed to the home address and destined for the mobile node. B. Fast Handover Several local mobility enhancements to Mobile IP have been discussed within the IETF. Simulation studies, e.g., as given in [16] and [17], have examined the pros and cons of the various approaches. As a trade-off between network complexity and scalability the FHO scheme has been choosed for real world testing. FHO aims to improve standard Mobile IP handover performances following the make before break philosophy: before leaving the old link, the MN establishes the connection with the new access point and, unless it is not registered at the HA with its new location, the old access point forwards all data to the new CoA. This mechanism allows the MN to keep alive ongoing and real-time connections with low probability of packet loss. C. TCP TCP is a window-based, reliable transport protocol. It is able to adapt to the network conditions and, by inflating and deflating the window size, in order to control the flows. Therefore, the receiver acknowledges all the data. Regular TCP (Tahoe) assumes packet loss when a restransmission timer (RTO) expires. In such a case Slow-Start (SS) is unavoidable and SS threshold ssthresh is dropped by half reducing the cwnd and the amount of data which can be sent. To improve performance in case of single packet loss, TCP Reno introduces duplicated acknowledgements. When the sender receives a number of duplicated acknowledgements (usually three) the Fast Recovery Algorithm takes place in order to avoid SS. This algorithm retransmits the lost packet and keeps the round trip delay close to the expected average. The enhanced version New Reno improves TCP performances in case more than one packet is lost in the same window. Basically The protocol stays in Fast Recovery until all the lost data is transmitted. Finally, Selective Acknowledgement (SACK) has been introduced to allow the receiver to retransmit selectively only the lost data blocks. However, since TCP has not been designed taking into account roaming users, a packet loss is always understood as network congestion. Therefore, congestion avoidance algorithms take place even if data is lost due to mobility.

3 3 III. RELATED WORK Some solutions have been proposed to improve TCP performances over Mobile Networks [4] and we can identify two main categories: link layer protocols and split-connection protocols. The Link Layers protocols ([5]) aim on hiding the wireless medium from the transport layer. Recovery of packet loss takes place at link layer without affecting the upper layers. In contrast, Split connection protocols separate the wired and the wireless connection, in order to isolate wireless and mobility related problems from the fixed network. The connection between the CN and the MN is split at the base station. Examples are the I-TCP [6] protocol, and the M- TCP [7] protocol. In a comparison, the most significant difference between the two approaches is that link layer protocols maintain the end-to-end semantics of TCP, while split connections break this paradigm. The effect of MIP handoffs on the performance of TCP has been evaluated in [8] and [9], assuming interruption times in the range of seconds. We will explain and illustrate that the Fast Handover solution is able to avoid TCP performance degradation, as already shown for Mobile IPv4 in [14]. IV. MOBILITY ARCHITECTURE INCLUDING AAA AND QOS The presented architecture aims to evolve 3rd Generation mobile and wireless infrastructure towards the Internet, in order to provide uninterrupted, interactive and distributed multimedia services to roaming mobile users. The overall approach is independent of the deployed access technology. Therefore, the testbed comprises IEEE b Wireless LAN and Ethernet as example access technologies. The integration of FHO, QoS and AAA into the architecture is presented in the following. CN QoS Broker AAA Server HA CORE ROUTER WIRED AR (incl. FHO module, AAA and QoS attendant) WIRELESS AR (incl. FHO module, AAA and QoS attendant) WIRELESS AR (incl. FHO module, AAA and QoS attendant) (a) WIRELESS CONNECTION MOBILE NODE WIRED CONNECTION (b) Fig. 1. Moby Dick Fast handover Architecture: (a) Signalling Flow including QoS and AAA, (b) Test network setup The Moby Dick approach extends the basic IETF FHO signalling flow, mainly by the adoption of the AAA and QoS messages, as described in figure 1(a). On the reception of a new Router Advertisement (1), the signal strength of the new access point is evaluated and in case a threshold is exceeded, the MN initiates the fast handover process with the Router Soliciation for Proxy (RtSolPr) message (2) to the oar. The potential delay, which could be introduced in the communication with the QoS broker (A,B,C), is an uncritical factor for the handover latency performance, since the message exchange takes place during the handover preparation phase. However, this parameter affects the radio cell planning (i.e. size of overlapping radio coverage areas). Therefore, the overall handover time is linearly depending on the QoS answer time, as discussed in section VII. The AAA context is acquired locally on the oar, transferred in the Handover Initiate message and locally relayed to the AAA attendant on the nar. Since there is no impact of AAA and QoS delay or jitter on the handover latency, the following experiments assume idealised AAA and QoS modules with minimal processing time in the order of 1ms.

4 4 V. IMPLEMENTATION AND MEASUREMENT SETUP The fast handover mechanism is implemented as Linux kernel module in the kernel Beyond the FHO functionality, the module manages the kernel-userspace interfaces to the AAA and QoS attendants on the AR. The test-network, as illustrated in figure 1(b). The system incorporates movement detection implementation (i.e., via WLAN signal strength measurement and evaluation) to support real MN movement. However, the presented measurement results base on manually determined signal strength modification, in order to provide automated, precise, uniform and comparable results. This implementation deploys the ad-hoc mode, because of hardware and software restrictions in the current WLAN infrastructure mode (e.g., artificial handover latency increase due to physical attach to all available cells). An additional filtering mechanism is added to the WLAN driver in the ad-hoc mode, which extracts router advertisements for signal quality evaluation and movement detection. To simulate individual traffic and to evaluate the system under varying conditions, we developed a fully IPv6 capable traffic generator. VI. EXPERIMENTAL RESULTS This section presents the experimental evaluation results of the TCP and UDP performance in presence of Fast Handover. Intentionally, the comparison to standard Mobile IP is omitted, because MIP never intended the provisioning of Fast Handovers. A simulative comparison of different handover management approaches is provided in [15], [16] and [17]. The measurement of handover latency during the intra-technology (i.e., WLAN-WLAN) handover is performed via time stamps, added directly into the FHO module implementation. The average handover latency for intra-technology handover is 0.23ms, while in case of intertechnology handover, there is no interruption. The availability of two independent interfaces allows the set up of a new connection via the new device, while it is still possible to communicate via the previous technology. This process is explained in detail in the following section (see figure 2). Furthermore, the overall handover completion time depends on several parameters, such as round trip time (rtt) and load in the fixed network, processing time of QoS and AAA components and access technology. Our measurements present 8ms and 26ms overall handover time for intra- and inter-technology handover, respectively. The only parameter affecting these results within the considered scenario, is the deployed access technology, since we assume idealised QoS and AAA and the fixed network is not loaded with other traffic. The time consuption of AAA is minimal, since it is local processing (i.e., oar and nar), while the processing and rtt of QoS is below 1ms. The increase of this value in a real world scenario is explained in the conclusion. For the detailed UDP and TCP analysis, the traffic generator creates a data stream with an inter-packet delay of 5ms and 500 Byte packet size. These values are beyond real applications, but the results are transferable, since the high load within this scenario place even more demands on the system. A. UDP real-time traffic and Fast Handover The figures 2(a) and 2(b) represent the user experience in the test environment for intra- and inter-technology handover: there is no noticeable interruption in a real-time audio and real-time video data stream during a Fast Handover. Both figures show the handover process in presence of a UDP data stream observed on the MN as receiver. The bicasting mechanism fills the gap between packets to the old and to the new CoA. Finally, the BU updates the location information at the HA and CN and, consequently, packets are destined to the new CoA.

5 Packet Number Packet Number Bicasted Packets (a) Bicasted Packets (b) Fig. 2. Real-time UDP traffic: (a)wlan-wlan handover, (b)ethernet-wlan handover Figure 2(a) illustrates the interruption between the packets to the old CoA and the encapsulated datagrams, whereas figure 2(b) shows the presence of duplicated packets. These packets only appear in case of inter-technology FHO, due to the management of the interfaces, as explained above. The conducted experiments show, that duplicated packets appear in average for 20ms. To conclude, the user does not experience noticeable impact on the performance - neither by the short interruption of intra-technology, nor by the duplicate packets of the inter-technology handover. B. TCP data traffic and Fast Handover In the following we present how the implemented solution can help to avoid TCP performance degradation due to handover latency Acknowledgements received Sequencenumber\Byte Sequencenumber\Byte D D D (a) (b) Fig. 3. TCP connection in presence of WLAN-WLAN handover, observed by the sender (CN): (a)wlan-wlan handover, (b)ethernet-wlan handover In figure 3(a) the WLAN-WLAN handover procedure during a TCP connection is depicted from the perspective of the sender (i.e., CN). Between label 1 and label 2, the connection to the MN is disrupted, and therefore, packet 2 is lost. This single packet loss represents the worst case of the measurements, since only in 2% of the performed measurements one packet was lost, and packet loss of more than one packet never appeared. Label 3 is the acknowledgement for packet 1, which contains a destination option header, updating the CN about the new MN s location. Afterwards, packets are sent to the new CoA. The acknowledgements 4,5,6 are duplicated and trigger the fast recovery algorithm, thus, packet 2 is retransmitted. The sender exits fast recovery phase by acknowledging all the lost data in 7. Figure 3(b) illustrates an Ethernet-WLAN inter-technology handover during a TCP connection, again captured by the sender (i.e., CN). There is a small increase of the inter-packet delay at 3.55ms, which does not originate because of handover interruption, but due to a delayed ACK from the MN caused by layer3 reconfiguration and duplicate packet handling processing time

6 6 by the TCP stack. However, this does not change the TCP state and therefore, there is no affect on TCP throughput. Summarising the TCP behaviour in presence of fast handover, no significant negative effect can be observed, since the deployed TCP new Reno with selective ACK version is able to process single packet loss effectively. VII. CONCLUSIONS AND FUTURE WORK The positive effects on the performance of TCP and UDP in an integrated mobility environment including AAA and QoS by our Fast Handover implementation are proven via the analysis of handover latency, packet loss, TCP congestion avoidance algorithms and UDP real time ongoing communications via measurements in a real IPv6 environment. Our optimised Fast Handover kernel implementation provides interruption times below 1ms for intra-technology handover and interruptionless inter-technology handover. Neither the small interruption time, nor the duplicated packets affect TCP or UDP performance. Beyond the handover interruption time, the overall handover completion time is an important factor. In the examined environment, the overall handover completion time is about 8ms and 26ms for intra- and inter-technology handover, respectively, assuming idealised AAA and QoS components with a QoS delay (i.e., processing and round trip time) below 1ms. On the one hand, since AAA processing takes place locally on the Access Routers, the effect can be neglected. On the other hand, the QoS messages are exchanged in the handover preparation phase and, therefore, do not influence the handover interruption time, but the overall handover completion time. Considering a real QoS implementation and a loaded network, the total handover time depends linearly on the QoS delay. Therefore, the influence of this delay on the size of the overlapping radio coverage area in combination with the user velocity will be analysed in detail in the future. ACKNOWLEDGMENT The authors would like to thank Hannes Hartenstein for his comments and suggestions that helped to improve the quality of the paper. REFERENCES [1] IST project Moby Dick - Mobility and Differentiated Services in a Future IP Network, Project Number: IST , [2] G. Dommety, A. Yegin, C. Perkins, G. Tsirtsis, K. Malki, M. Khalil, Fast Handovers for Mobile IPv6, draft-ietf-mobileipfast-mipv6-03.txt, Internet Draft, work in progress, Nov 2001 [3] D. Johnson, C. Perkins, J. Arkko, Mobility Support in IPv6, draft-ietf-mobileip-ipv6-22.txt, Internet Draft, work in Progress, May 2003 [4] H. Balakrishnan, V.N. Padmanabhan, S. Seshan, R.H. Katz, Improving TCP performances over Mobile Networks, available September 2002 [5] H. Balakrishnan, S. Seshan, R.H. Katz Improving reliable transport and handoff performance in cellular wireless networks. Wireless Networks 1, 4, [6] A. Bakre, B. Dadinath, I-TCP: Indirect TCP for mobile hosts, Proc. Conf. on Distributed Computing Systems, Vancouver, Canada, 1995 [7] K. Brown, S. Singh, M-TCP: TCP for Mobile Cellular Networks, ACM Computer Communication Review, vol. 27, no. 5, 1997 [8] Fladenmueller, De Silva, The effect of Mobile IP handoffs on the performance of TCP, Mobile Networks and Applications 4, 1999, pp [9] Caceres, Iftode Improving the performance of reliable transport protocols in mobile computing environments, IEEE JSAC, vol 13, no.5 June 1995, pp [10] Mobile IPv6 for Linux, Helsinki University of Technology (HUT), [14] H. Hartenstein, K. Jonas, M. Liebsch, M. Stiemerling, R. Schmitz, D. Westhoff, Performance of TCP in the Presence of Under Mobile IP Handoffs, proc. International Teletraffic Congress (ICT), Bucharest, 2001 [15] R. Hsieh, A. Seneviratne, H. Soliman, K. El-Malki, Performance analysis of Hierarchical Mobile IPv6 with Fast-handoff over End-to-End TCP, proc. GLOBECOM, Taipei, Taiwan, [16] X. Perez-Costa, M. Torrent-Moreno, H. Hartenstein, A Simulation Study on the Performance of Hierarchical Mobile IPv6, to appear in Proceedings of International Teletraffic Congress (ITC), 2003 [17] M. Torrent-Moreno, X. Perez-Costa, S. Sallent-Ribes, A Performance Study of Fast Handovers for Mobile IPv6, to appear in Proceedings of IEEE Local Computer Networks (LCN), 2003

An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework

An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework 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

More information

TCP and Wireless Networks Classical Approaches Optimizations TCP for 2.5G/3G Systems. Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme

TCP and Wireless Networks Classical Approaches Optimizations TCP for 2.5G/3G Systems. Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme Chapter 2 Technical Basics: Layer 1 Methods for Medium Access: Layer 2 Chapter 3 Wireless Networks: Bluetooth, WLAN, WirelessMAN, WirelessWAN Mobile Networks: GSM, GPRS, UMTS Chapter 4 Mobility on the

More information

Lecture Objectives. Lecture 07 Mobile Networks: TCP in Wireless Networks. Agenda. TCP Flow Control. Flow Control Can Limit Throughput (1)

Lecture Objectives. Lecture 07 Mobile Networks: TCP in Wireless Networks. Agenda. TCP Flow Control. Flow Control Can Limit Throughput (1) Lecture Objectives Wireless and Mobile Systems Design Lecture 07 Mobile Networks: TCP in Wireless Networks Describe TCP s flow control mechanism Describe operation of TCP Reno and TCP Vegas, including

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

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

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

Mobile Communications Chapter 9: Mobile Transport Layer

Mobile Communications Chapter 9: Mobile Transport Layer Mobile Communications Chapter 9: Mobile Transport Layer Motivation TCP-mechanisms Classical approaches Indirect TCP Snooping TCP Mobile TCP PEPs in general Additional optimizations Fast retransmit/recovery

More information

TCP in Wireless Mobile Networks

TCP in Wireless Mobile Networks TCP in Wireless Mobile Networks 1 Outline Introduction to transport layer Introduction to TCP (Internet) congestion control Congestion control in wireless networks 2 Transport Layer v.s. Network Layer

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

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

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

TCP for Wireless Networks

TCP for Wireless Networks TCP for Wireless Networks Outline Motivation TCP mechanisms Indirect TCP Snooping TCP Mobile TCP Fast retransmit/recovery Transmission freezing Selective retransmission Transaction oriented TCP Adapted

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

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

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

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

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

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Ayman Wazwaz, Computer Engineering Department, Palestine Polytechnic University, Hebron, Palestine, aymanw@ppu.edu Duaa sweity

More information

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS Srikanth Tiyyagura Department of Computer Science and Engineering JNTUA College of Engg., pulivendula, Andhra Pradesh, India.

More information

Seamless Handover of Streamed Video over UDP between Wireless LANs

Seamless Handover of Streamed Video over UDP between Wireless LANs Seamless Handover of Streamed Video over UDP between Wireless LANs Ger Cunningham, Seán Murphy, Liam Murphy Department of Computer Science University College Dublin Dublin, Ireland {ger.munningham,liam.murphy@ucd.ie,

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

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

Forced Low latency Handoff in Mobile Cellular Data Networks

Forced Low latency Handoff in Mobile Cellular Data Networks Forced Low latency Handoff in Mobile Cellular Data Networks N. Moayedian, Faramarz Hendessi Department of Electrical and Computer Engineering Isfahan University of Technology, Isfahan, IRAN Hendessi@cc.iut.ac.ir

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

TCP over Wireless Networks

TCP over Wireless Networks TCP over Wireless Networks 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-10/

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

Mobile Computing/ Mobile Networks

Mobile Computing/ Mobile Networks Mobile Computing/ Mobile Networks TCP in Mobile Networks Prof. Chansu Yu Contents Physical layer issues Communication frequency Signal propagation Modulation and Demodulation Channel access issues Multiple

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

Mobile IPv6: Configuration and Trials

Mobile IPv6: Configuration and Trials Mobile IPv6: Configuration and Trials Tudor Blaga Technical University of Cluj-Napoca Tudor.Blaga@ com.utcluj.ro Virgil Dobrota Technical University of Cluj-Napoca Virgil.Dobrota@ com.utcluj.ro Daniel

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

A O T. Heterogeneous Networks and Mobility User Perspective. Agententechnologien in der Telekommunikation Sommersemester 2009. Lecture 4 20.05.

A O T. Heterogeneous Networks and Mobility User Perspective. Agententechnologien in der Telekommunikation Sommersemester 2009. Lecture 4 20.05. Heterogeneous Networks and Mobility User Perspective Agententechnologien in der Telekommunikation Sommersemester 2009 Thomas Geithner thomas.geithner@dai-labor.de Lecture 4 20.05.2009 Agententechnologien

More information

Congestions and Control Mechanisms n Wired and Wireless Networks

Congestions and Control Mechanisms n Wired and Wireless Networks International OPEN ACCESS Journal ISSN: 2249-6645 Of Modern Engineering Research (IJMER) Congestions and Control Mechanisms n Wired and Wireless Networks MD Gulzar 1, B Mahender 2, Mr.B.Buchibabu 3 1 (Asst

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

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

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

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July-2015 1169 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July-2015 1169 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July-2015 1169 Comparison of TCP I-Vegas with TCP Vegas in Wired-cum-Wireless Network Nitin Jain & Dr. Neelam Srivastava Abstract

More information

Low-rate TCP-targeted Denial of Service Attack Defense

Low-rate TCP-targeted Denial of Service Attack Defense Low-rate TCP-targeted Denial of Service Attack Defense Johnny Tsao Petros Efstathopoulos University of California, Los Angeles, Computer Science Department Los Angeles, CA E-mail: {johnny5t, pefstath}@cs.ucla.edu

More information

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Beyond Limits... Volume: 2 Issue: 1 International Journal Of Advance Innovations, Thoughts & Ideas Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Shivani Koul* shivanikoul2@gmail.com

More information

First Midterm for ECE374 03/09/12 Solution!!

First Midterm for ECE374 03/09/12 Solution!! 1 First Midterm for ECE374 03/09/12 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

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

A Survey on Congestion Control Mechanisms for Performance Improvement of TCP

A Survey on Congestion Control Mechanisms for Performance Improvement of TCP A Survey on Congestion Control Mechanisms for Performance Improvement of TCP Shital N. Karande Department of Computer Science Engineering, VIT, Pune, Maharashtra, India Sanjesh S. Pawale Department of

More information

An Improved TCP Congestion Control Algorithm for Wireless Networks

An Improved TCP Congestion Control Algorithm for Wireless Networks An Improved TCP Congestion Control Algorithm for Wireless Networks Ahmed Khurshid Department of Computer Science University of Illinois at Urbana-Champaign Illinois, USA khurshi1@illinois.edu Md. Humayun

More information

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science Examination Computer Networks (2IC15) on Monday, June 22 nd 2009, 9.00h-12.00h. First read the entire examination. There

More information

A Network-Controlled Architecture for SCTP Hard Handover

A Network-Controlled Architecture for SCTP Hard Handover A Network-Controlled Architecture for SCTP Hard Handover Khadija Daoud, Karine Guillouard, Philippe Herbelin Orange Labs, Issy Les Moulineaux, France {first name.last name}@orange-ftgroup.com Abstract

More information

CME: A Middleware Architecture for Network-Aware Adaptive Applications

CME: A Middleware Architecture for Network-Aware Adaptive Applications CME: A Middleware Architecture for Network-Aware Adaptive Applications Jun-Zhao Sun, Jari Tenhunen, and Jaakko Sauvola MediaTeam, Machine Vision and Media Processing Unit, Infotech Oulu P.O.Box 4500 4SOINFO,

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

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

Student, Haryana Engineering College, Haryana, India 2 H.O.D (CSE), Haryana Engineering College, Haryana, India

Student, Haryana Engineering College, Haryana, India 2 H.O.D (CSE), Haryana Engineering College, Haryana, India Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A New Protocol

More information

TCP in Wireless Networks

TCP in Wireless Networks Outline Lecture 10 TCP Performance and QoS in Wireless s TCP Performance in wireless networks TCP performance in asymmetric networks WAP Kurose-Ross: Chapter 3, 6.8 On-line: TCP over Wireless Systems Problems

More information

Mobile Routing. When a host moves, its point of attachment in the network changes. This is called a handoff.

Mobile Routing. When a host moves, its point of attachment in the network changes. This is called a handoff. Mobile Routing Basic Notions of Mobility When a host moves, its point of attachment in the changes. This is called a handoff. The point of attachment is a base station (BS) for cellular, or an access point

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

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

Internet, Part 2. 1) Session Initiating Protocol (SIP) 2) Quality of Service (QoS) support. 3) Mobility aspects (terminal vs. personal mobility)

Internet, Part 2. 1) Session Initiating Protocol (SIP) 2) Quality of Service (QoS) support. 3) Mobility aspects (terminal vs. personal mobility) Internet, Part 2 1) Session Initiating Protocol (SIP) 2) Quality of Service (QoS) support 3) Mobility aspects (terminal vs. personal mobility) 4) Mobile IP Session Initiation Protocol (SIP) SIP is a protocol

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 Survey: High Speed TCP Variants in Wireless Networks

A Survey: High Speed TCP Variants in Wireless Networks ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com A Survey:

More information

Reliable Multicast Protocol with Packet Forwarding in Wireless Internet

Reliable Multicast Protocol with Packet Forwarding in Wireless Internet Reliable Multicast Protocol with Packet Forwarding in Wireless Internet Taku NOGUCHI, Toru YOSHIKAWA and Miki YAMAMOTO College of Information Science and Engineering, Ritsumeikan University 1-1-1, Nojihigashi,

More information

Inference and Evaluation of Split-Connection Approaches in Cellular Data Networks

Inference and Evaluation of Split-Connection Approaches in Cellular Data Networks Inference and Evaluation of Split-Connection Approaches in Cellular Data Networks Wei Wei 1, Chun Zhang 1, Hui Zang 2, Jim Kurose 1, and Don Towsley 1 1 Department of Computer Science, University of Massachusetts,

More information

Performance evaluation of TCP connections in ideal and non-ideal network environments

Performance evaluation of TCP connections in ideal and non-ideal network environments Computer Communications 24 2001) 1769±1779 www.elsevier.com/locate/comcom Performance evaluation of TCP connections in ideal and non-ideal network environments Hala ElAarag, Mostafa Bassiouni* School of

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

Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi

Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi 1. Introduction Ad hoc wireless networks pose a big challenge for transport layer protocol and transport layer protocols

More information

QoS Provisioning in Mobile Internet Environment

QoS Provisioning in Mobile Internet Environment QoS Provisioning in Moile Internet Environment Salem Lepaja (salem.lepaja@tuwien.ac.at), Reinhard Fleck, Nguyen Nam Hoang Vienna University of Technology, Institute of Communication Networks, Favoritenstrasse

More information

119, Munjiro, Yuseong-gu, Daejeon, Korea. {neofaith, mckim, torshong, kangsw}@icu.ac.kr 2 InfraLab, Korea Telecom

119, Munjiro, Yuseong-gu, Daejeon, Korea. {neofaith, mckim, torshong, kangsw}@icu.ac.kr 2 InfraLab, Korea Telecom A Mobility Management Scheme using - for Realtime Services across Heterogeneous Networks Hyelim Park 1 Myungchul Kim 1 Sooyong Lee 1 Sungwon Kang 1 Yongho Kim 2 1 School of Engineering, Information and

More information

Adding Network-Layer Intelligence to Mobile Receivers for Solving Spurious TCP Timeout during Vertical Handoff

Adding Network-Layer Intelligence to Mobile Receivers for Solving Spurious TCP Timeout during Vertical Handoff Adding Network-Layer Intelligence to Mobile Receivers for Solving Spurious TCP Timeout during Vertical Handoff Haijie Huang, Jianfei Cai, Member, IEEE, Abstract With the help of Mobile IP/IPv6 and soft

More information

SJBIT, Bangalore, KARNATAKA

SJBIT, Bangalore, KARNATAKA A Comparison of the TCP Variants Performance over different Routing Protocols on Mobile Ad Hoc Networks S. R. Biradar 1, Subir Kumar Sarkar 2, Puttamadappa C 3 1 Sikkim Manipal Institute of Technology,

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

An End-System Approach to Mobility Management for 4G Networks and its Application to Thin-Client Computing

An End-System Approach to Mobility Management for 4G Networks and its Application to Thin-Client Computing An End-System Approach to Mobility Management for 4G Networks and its Application to Thin-Client Computing Leo Patanapongpibul a Glenford Mapp b Andy Hopper a leo.p@cantab.net g.mapp@mdx.ac.uk ah12@cam.ac.uk

More information

TCP PACKET CONTROL FOR WIRELESS NETWORKS

TCP PACKET CONTROL FOR WIRELESS NETWORKS TCP PACKET CONTROL FOR WIRELESS NETWORKS by Wan Gang Zeng B. Sc. in Computer Science, University of Ottawa, 2000 THESIS SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE

More information

TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) Internet Protocol (IP)

TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) Internet Protocol (IP) TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) *Slides adapted from a talk given by Nitin Vaidya. Wireless Computing and Network Systems Page

More information

Lecture 15: Congestion Control. CSE 123: Computer Networks Stefan Savage

Lecture 15: Congestion Control. CSE 123: Computer Networks Stefan Savage Lecture 15: Congestion Control CSE 123: Computer Networks Stefan Savage Overview Yesterday: TCP & UDP overview Connection setup Flow control: resource exhaustion at end node Today: Congestion control Resource

More information

TRIM: an Architecture for Transparent IMS-based Mobility

TRIM: an Architecture for Transparent IMS-based Mobility TRIM: an Architecture for Transparent IMS-based Mobility Ivan Vidal a,, Antonio de la Oliva a, Jaime Garcia-Reinoso a, Ignacio Soto b a Universidad Carlos III de Madrid. Avda. de la Universidad 30 28911

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

TCP/IP In Cellular Networks

TCP/IP In Cellular Networks TCP/IP In Cellular Networks Two Techniques To Improve TCP Performance In Cellular Networks UNC Wireless Networks 790-088 November, 29 2010 John DeArmon M-TCP: TCP for Cellular Networks Improving TCP Performance

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

ECHO: A Quality of Service based Endpoint Centric Handover scheme for VoIP

ECHO: A Quality of Service based Endpoint Centric Handover scheme for VoIP ECHO: A Quality of Service based Endpoint Centric Handover scheme for VoIP John Fitzpatrick, Seán Murphy, Mohammed Atiquzzaman*, John Murphy Performance Engineering Lab, School of Computer Science and

More information

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Vasilios A. Siris and Despina Triantafyllidou Institute of Computer Science (ICS) Foundation for Research and Technology - Hellas

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

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

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

SEAMLESS INTERNETWORKING OF WLANS AND CELLULAR NETWORKS: ARCHITECTURE AND PERFORMANCE ISSUES IN A MOBILE IPV6 SCENARIO

SEAMLESS INTERNETWORKING OF WLANS AND CELLULAR NETWORKS: ARCHITECTURE AND PERFORMANCE ISSUES IN A MOBILE IPV6 SCENARIO T OWARD SEAMLESS I NTERNETWORKING OF WIRELESS LAN AND C ELLULAR N ETWORKS SEAMLESS INTERNETWORKING OF WLANS AND CELLULAR NETWORKS: ARCHITECTURE AND PERFORMANCE ISSUES IN A MOBILE IPV6 SCENARIO MASSIMO

More information

IP-based Mobility Management for a Distributed Radio Access Network Architecture. helmut.becker@siemens.com

IP-based Mobility Management for a Distributed Radio Access Network Architecture. helmut.becker@siemens.com IP-based Mobility Management for a Distributed Radio Access Network Architecture helmut.becker@siemens.com Outline - Definition IP-based Mobility Management for a Distributed RAN Architecture Page 2 Siemens

More information

IP Flow Mobility: Smart Traffic Offload for Future Wireless Networks

IP Flow Mobility: Smart Traffic Offload for Future Wireless Networks 1 IP Flow Mobility: Smart Traffic Offload for Future Wireless Networks Antonio de la Oliva, Carlos J. Bernardos, Maria Calderon, Telemaco Melia and Juan Carlos Zuniga Universidad Carlos III de Madrid,

More information

Performance of Host Identity Protocol on Nokia Internet Tablet

Performance of Host Identity Protocol on Nokia Internet Tablet Performance of Host Identity Protocol on Nokia Internet Tablet Andrey Khurri Helsinki Institute for Information Technology HIP Research Group IETF 68 Prague March 23, 2007

More information

A Passive Method for Estimating End-to-End TCP Packet Loss

A Passive Method for Estimating End-to-End TCP Packet Loss A Passive Method for Estimating End-to-End TCP Packet Loss Peter Benko and Andras Veres Traffic Analysis and Network Performance Laboratory, Ericsson Research, Budapest, Hungary {Peter.Benko, Andras.Veres}@eth.ericsson.se

More information

Simulation-Based Comparisons of Solutions for TCP Packet Reordering in Wireless Network

Simulation-Based Comparisons of Solutions for TCP Packet Reordering in Wireless Network Simulation-Based Comparisons of Solutions for TCP Packet Reordering in Wireless Network 作 者 :Daiqin Yang, Ka-Cheong Leung, and Victor O. K. Li 出 處 :Wireless Communications and Networking Conference, 2007.WCNC

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

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

How To Analyze The Security On An Ipa Wireless Sensor Network

How To Analyze The Security On An Ipa Wireless Sensor Network Throughput Analysis of WEP Security in Ad Hoc Sensor Networks Mohammad Saleh and Iyad Al Khatib iitc Stockholm, Sweden {mohsaleh, iyad}@iitc.se ABSTRACT This paper presents a performance investigation

More information

Influence of Load Balancing on Quality of Real Time Data Transmission*

Influence of Load Balancing on Quality of Real Time Data Transmission* SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 3, December 2009, 515-524 UDK: 004.738.2 Influence of Load Balancing on Quality of Real Time Data Transmission* Nataša Maksić 1,a, Petar Knežević 2,

More information

This chapter covers the following topics: Characteristics of roaming Layer 2 roaming Layer 3 roaming and an introduction to Mobile IP

This chapter covers the following topics: Characteristics of roaming Layer 2 roaming Layer 3 roaming and an introduction to Mobile IP This chapter covers the following topics: Characteristics of roaming Layer 2 roaming Layer 3 roaming and an introduction to Mobile IP C H A P T E R 5 Mobility This book covers the major components of 802.11

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

Split TCP for Mobile Ad Hoc Networks

Split TCP for Mobile Ad Hoc Networks 1 Split TCP for Mobile Ad Hoc Networks Swastik Kopparty, Srikanth V. Krishnamurthy, Michalis Faloutsos, Satish K. Tripathi Department of Computer Science and Engineering, University of California, Riverside,

More information

Performance Enhancement of Transmission Control Protocol over Wireless Ad-hoc Networks

Performance Enhancement of Transmission Control Protocol over Wireless Ad-hoc Networks Performance Enhancement of Transmission Control Protocol over Wireless Ad-hoc Networks Salah Zaher Lecturer at Modern Academy in Maadi For Computer Science and Management Technology, Computer Science Dept.,

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

Multichannel Virtual Access Points for Seamless Handoffs in IEEE 802.11 Wireless Networks

Multichannel Virtual Access Points for Seamless Handoffs in IEEE 802.11 Wireless Networks Multichannel Virtual Access Points for Seamless Handoffs in IEEE 8. Wireless Networks Maria Eugenia Berezin, Franck Rousseau, Andrzej Duda Grenoble Institute of Technology, CNRS Grenoble Informatics Laboratory

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

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).

More information

VoIP network planning guide

VoIP network planning guide VoIP network planning guide Document Reference: Volker Schüppel 08.12.2009 1 CONTENT 1 CONTENT... 2 2 SCOPE... 3 3 BANDWIDTH... 4 3.1 Control data 4 3.2 Audio codec 5 3.3 Packet size and protocol overhead

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

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