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

Size: px
Start display at page:

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

Transcription

1 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, Japan Telephone: Fax: Abstract Ubiquitous networks enabling access by mobile nodes (MNs) at anytime and at any location will consist of several different WLANs, so that it is very likely that the MN will traverse several hotspots during communication. Thus, a single communication can experience several handovers between WLANs, during which the quality of the communication may be degraded due to packet loss. In the present study, we attempt to develop an effective handover management scheme for VoIP communication in which the quality is sensitive to packet loss. For this purpose, we propose a handover management scheme that employs a transport protocol that supports multiple connections for VoIP communication and that makes handover decisions based upon a new criterion, i.e., the number of retries experienced by a data frame. The proposed handover management scheme minimizes packet loss, as well as redundant traffic due to parallel transfer of identical packets, by predicting the occurrence of packet loss in advance based on the number of retries and properly selecting a single-path or multi-path by examining the communication quality on the wireless link. I. INTRODUCTION Wireless local area networks (WLANs) based on the IEEE standard [1] have gained popularity due to their low cost, simplicity of installation and high data rates. WLANs are being set up in public spaces, called hotspots, such as airports and coffee shops. In the near future, the these hotspots, which will be administrated by different organizations, will become more numerous, until eventually overlapping to provide continuous coverage for a wide area, and will serve as ubiquitous networks through which mobile nodes (MNs) can continuously access the Internet from any location. In ubiquitous networks, MNs can traverse hotspots while maintaining Voice over IP (VoIP) communication. Thus, a single VoIP communication can experience several handovers, which can lead to packet loss, resulting in the deterioration of VoIP communication quality. Therefore, preventing packet losses during handover is crucial for high-quality VoIP communication. In order to support mobility of MNs, many studies have investigated Mobile IP (MIP) [2][3]. Since MIP supports transparency above the IP layer, the MN can move across different IP networks without interrupting communication. However, during handover between WLANs with different IP addresses, the MN is subject to a period during which packets cannot be sent or received due to both link switching delay and IP protocol operations (layer 2 and 3 handover process). Packet losses due to such disruptions degrade the quality of VoIP communication. In order to avoid packet losses due to handover, the MN should not only reduce the layer 2 and 3 handover processing period, but also move from a WLAN having a bad wireless link condition to another WLAN before packet loss occurs. Although signal strength is one type of information that indicates the condition of a wireless link, properly estimating the occurrence of packet loss from signal strength in advance is difficult at the MN, because signal strength fluctuates abruptly with the distance from the access point (AP) and any interfering objects located between the MN and the AP. The focus of the present study is handover management that, unlike MIP, is based on end-to-end processing only, without any additional network entities, that will work very well even during handover between WLANs that are administrated by different organizations. In this context, we propose handover management that employs a transport protocol that supports multiple connections for VoIP communication and makes handover decisions based on a new criterion, i.e., the number of retries of a data frame. The proposed handover management scheme minimizes packet loss, as well as redundant traffic due to parallel transfer of identical packets, by predicting the occurrence of packet loss in advance based on the number of retries and properly selecting a single-path or multi-path by examining the communication quality on wireless links. Through simulation experiments, the proposed scheme is shown to maintain the required communication quality for VoIP during handover. II. TWO TYPES OF PACKET LOSS DURING HANDOVER Two types of packet loss can occur during handover: (1) packet loss by intermittence due to layer 2 and 3 handover process, and (2) packet loss due to the inherent characteristics of WLANs. These types of packet loss are described below. Handover technologies for traversing different IP networks without interrupting communications are being investigated in a number of studies. In particular, several handover technologies using MIP have been proposed. However, MNs using MIP experience a period during which they are unable to send or receive packets due to both link switching delay and IP protocol operations. The handover process using MIP is as follows: (1) Channel scan to search for the next AP, (2)

2 Association with a new AP, (3) Acquisition of IP address in a new WLAN, and (4) Binding update to the Home Agent (HA) and the Corresponding de (CN). These handover processes can be divided into layer 2 handover (1,2) and layer 3 handover (3,4). In an empirical study [4], A. Mishra et al. reported that the layer 2 handover period is 5-4 ms. In addition, considering acquisition of IP address from DHCP (3 ms [5]) and binding update (one-way delay) over layer 3 handover, it is clear that the disruption period caused by layer 2 and 3 handover processes severely impacts the communication quality of VoIP. Although FMIPv6 [6] and HMIPv6 [7] have been proposed to reduce this handover processing period, it is difficult to deploy these methods in WLANs that are administrated by different organizations. In WLANs, wireless resources are shared among several MNs. Thus, packet loss can inherently occur depending upon the condition of the wireless resource. Namely, packet loss can be caused by frame errors due to the degradation of signal strength or by contention among MNs sharing the resource. III. HANDOVER MANAGEMENT BASED ON NUMBER OF RETRIES Packet losses severely impact communication quality, because the sender never retransmits the same data even if packet losses are occurring under VoIP communication. In order to maintain the communication quality of VoIP during handover, it is necessary to prevent the two types of packet loss described in Section II. In this section, we propose a handover management scheme by which to avoid packet losses. The proposed scheme is an attempt to support end-to-end mobility using multihoming without requiring any hierarchical structure or other additional network entities, as are required by MIP. When an MN acquires a new IP address, the MN must notify the CN of the IP address. Although mechanisms by which to inform the CN of the addition or deletion of IP addresses, such as mobile Stream Control Protocol (msctp) [8][9], were considered, they are not discussed herein. A. Reduction of Handover Processing Period When an MN moves between WLANs administrated by different organizations, a disruption period due to the layer 2 and 3 handover process occurs. In order to reduce packet losses due to this disruption period, we proposed a multihoming MN that is equipped with two or more WLAN interfaces. In order to simplify the explanation of the proposed method, the MN is assumed to have two WLAN interfaces (IF1 and IF2). First, the MN communicates with the CN through IF1. While communicating through IF1, MN searches for another AP using IF2. When a new AP is discovered, the MN connects to the new AP by IF2. At this time, the MN is connected with two different WLANs. The layer 2 and 3 handover processing periods are reduced by being connected to two or more WLANs before executing handover. B. A vel Criterion by which to Estimate the Occurrence of Packet Losses In order to move between WLANs while maintaining the VoIP communication quality, the MN should select the better WLAN according to the condition of the wireless link. Although signal strength is one type of information that indicates the condition of a wireless link, it is difficult for the MN to properly perceive the condition of a wireless link based on the variation of signal strength, because signal strength fluctuates abruptly with the distance from the AP and any intervening objects located between the MN and the AP. Therefore, we considered the number of retries of a data frame as a novel criterion by which to detect whether the condition of a wireless link is becoming better or worse. When data frames or ACK frames are lost, the sender retransmits the same data frames until the number of retries reaches a predetermined retry limit. In the IEEE82.11 specification [1], two types of retry limits are provided: the longframe retry limit and the short-frame retry limit. These two retry limits depend on the size of the data frame. When a data frame is longer than the RTS Threshold (default: 2347 bytes), the long-frame retry limit for the data frame is four. On the other hand, when a data frame is shorter than the RTS Threshold, the short-frame retry limit for the data frame is seven. In the present paper, the short-frame retry limit is employed because the VoIP data size is small. When an ACK frame for the sent data frame cannot be received, even after the sender transmits the same data frame seven times (original data frame and six retransmitted data frames), then the data frame is treated as a lost packet on the sender. Thus, the number of retries, allows the MN to detect whether the condition of the wireless link being used is becoming better or worse and may enable the MN to determine when the handover process should be started before packet loss actually occurs. We investigate through simulation experiments using the Network Simulator Version 2 (Ver. 2.27) [1] how the distance between the MN and the AP affects both the number of retries of a data frame between the MN and the AP and packet losses. Figure 1 depicts the simulation model. The WLAN based on IEEE 82.11b [11] is constructed by the infrastructure mode. The MN is assumed to communicate with the CN using VoIP on a WLAN of only 11 Mb/s. The sender sends packets of 2 bytes to the receiver at 2 ms intervals using the G.711 codec, i.e., the consumed bandwidth for one direction is 8 kb/s. Figure 2 illustrates the ratio of packets experiencing data frame retransmission and lost packets among all packets as a function of the distance between the MN and the AP. Retry indicates packets without any data frame retransmission, and Retry 1 - Retry 6 indicate packets that experienced data frame retransmissions from once to six times, respectively. In addition, Packet Loss indicates packets that are unrecovered within the short-frame retry limit. In Figure 2, the packet loss ratio increases sharply from approximately 17 m. On the other hand, the ratio of packets that experienced data

3 CN 1 Mb/s 3 ms AP (82.11b) VoIP (G.711) packet size:2 bytes interval: 2 ms 1 Mb/s 5 ms Transport Layer Handover Manager (HM) IF1 s state IF2 s state information information Ret_IF1 Ret_IF2 SC_IF1 SPT SC_IF2 IP Layer LLC LLC MAC MAC MN PHY PHY WLAN IF1 WLAN IF2 Fig. 1. Simulation model Fig. 3. Cross-layer architecture Ratio [%] Retry Retry 1 Retry 2 Retry 3 Retry 4 Retry 5 Retry 6 Packet Loss Distance [m] Fig. 2. Ratio of packets experiencing data frame retransmission and lost packets to the distance between the MN and the AP frame retransmission increases gradually before packet losses occur, and, at 17 m, approximately 4% of packets experience retransmission. Therefore, the occurrence of packet loss due to the degradation of the condition of a wireless link, that is, the degradation of signal strength, can be detected beforehand based on the number of retries. Data frame retransmissions occur due to not only the degradation of signal strength, but also the collision of data frames sent by two or more MNs. In Reference [12], VoIP communications on which 2 byte voice data packets are sent at 2 ms intervals are shown to be able to accommodate approximately 1 calls on an 11 Mb/s WLAN. Similar results were obtained through our simulation experiments. In addition, from our simulation results, we obtain the result that approximately 98% of packets do not experience data frame retransmission within 1 calls for VoIP communication. Therefore, the number of retries can be employed as a novel criterion based on which to predict the occurrence of packet loss due to the degradation of signal strength when there is adequate bandwidth to accommodate VoIP communication. C. Cross-Layer In the proposed scheme, a Handover Manager (HM) on the transport layer controls the handover process according to the condition of a wireless link. The cross-layer approach [13] is employed so that the MAC layer informs the HM of the deterioration of a wireless link. Figure 3 shows the architecture of the proposed scheme. Suppose that an MN has two WLAN interfaces. The MAC layer on each interface informs the HM of the number of retries whenever the ACK frame is received or the number of retries reaches a predetermined retry limit. The HM records the number of retries from MAC layer in Retry Counters (Ret IF1, Ret IF2) on the HM. D. Handover Manager When the condition of a wireless link is degraded, i.e., the number of retries increases, the sender sends two identical data packets to the receiver over two WLANs (multi-path transmission) in order to prevent packet loss. In the case of switching to another WLAN without multi-path transmission, the VoIP communication quality might be degraded due to not knowing the condition of the next wireless link in advance. Therefore, the HM should investigate the condition of both wireless links using multi-path transmission when the number of retries is growing. Then, when the HM discovers a WLAN that has a wireless link of good condition, the transmission returns to single-path transmission through this WLAN. Next, we explain the operation of the HM during handover. An MN with two WLAN interfaces (IF1, IF2) is assumed to be communicating with the CN through IF1, and IF2 is assumed not to be connected to any AP. When the MN discovers a WLAN other than that connected by IF1, the MN connects with the AP by IF2. At this time, both interfaces can be communicating with the CN at anytime. Figure 4 illustrates the process of switching to multi-path transmission. The MAC layer on IF1 informs the HM of the number of retries whenever an ACK frame is received or the number of retries reaches the retry limit. After recording the number of retries in Ret IF1, the HM compares Ret IF1 with the Multi-Path Threshold (), which is the threshold for switching to multi-path

4 Single-Path Send a packet MAC Layer informs HM of the number of retries HM records the number of retries in Ret_IF1 Ret_IF1 Multi-Path WLAN IF1 Multi-Path Send a packet (IF1) SC_IF1 Send a packet (IF2) is reset MAC Layer informs HM MAC Layer informs HM to of the number of retries of the number of retries HM records the number of retries in Ret_IF1 SC_IF2 is reset to HM records the number of retries in Ret_IF2 Ret_IF1== Ret_IF2== SC_IF1++ SC_IF1 SPT SC_IF2++ SC_IF2 SPT Single-Path Single-Path WLAN IF1 WLAN IF2 Fig. 4. Single-path transmission to multi-path transmission Fig. 5. Multi-path transmission to single-path transmission transmission. In the case that Ret IF1 exceeds, the HM detects the deterioration of the condition of the wireless link and switches to multi-path transmission in order to prevent packet loss. In multi-path transmission, since the MN sends two identical data packets to the CN through both WLANs, the network load doubles. Therefore, an operation through which to return to single-path transmission is needed. Figure 5 illustrates the operation for returning to single-path transmission. Here, we focus on only the operation of IF2, because both interfaces have the same operation in multi-path transmission. When switching to multi-path transmission, the number of retries that a packet experiences is used as a switching criterion. However, since the number of retries is basically random, it is not appropriate that the stability of a wireless link is detected from the number of retries for only one packet. Therefore, in order to measure the stability of a wireless link, we provide a Stability Counter (SC) for each interface (SC IF1, SC IF2) on the HM and the Single-Path Threshold (SPT), which is the threshold for returning to single-path transmission. The SC is operated only in multi-path transmission. When the number of retries from the MAC layer on IF2 is zero, the HM increases SC IF2 by one; otherwise the HM resets SC IF2 to zero. When SC IF2 exceeds the SPT, the HM judges that the WLAN used by IF2 is stable and returns to single-path transmission through IF2. That is, the HM prevents packet losses while properly switching between single-path and multipath transmission during handover. IV. SIMULATION EXPERIMENTS In this section, the performance of the proposed scheme is evaluated through simulation experiments. The primary concern is how often packet loss occurs and how much traffic is added due to parallel transfer during handover. Furthermore, the and SPT employed by the HM will be tuned in order to attain low network load while meeting the requirement VoIP (G.711) packet size:2 bytes interval: 2 ms 1 ms MN(2) WLAN(A) Fig. 6. CN(1) AP1 (82.11b) MN(1) 4 ms 3 ms MN(1) 3 m 4km/h CN(1) 5 ms AP2 (82.11b) 1 ms WLAN(B) Simulation model (MN(1) moves from WLAN(A) to WLAN(B)) for packet loss. We implement the proposed scheme in the Network Simulator Version 2 (Ver. 2.27). A. Simulation Model Figure 6 illustrates the simulation model. In our simulation, 1 MNs first execute VoIP communication using the CNs in WLAN(A), after which MN(1) with two WLAN interfaces moves from WLAN(A) to WLAN(B) at a walking speed of 4 km/h. Both WLANs are assumed to be administrated by different organizations. The one-way delay to the CN from each WLAN differs: that from WLAN(A) is set to 35 ms and that from WLAN(B) is set to 1 ms. te the hidden terminal problem is not considered. B. Simulation Results The influences of the and the SPT on packet loss and network load are examined in detail. Table 1 shows the communication quality required by VoIP [14]. The and SPT should be properly adjusted so as to satisfy the communication quality requirement.

5 TABLE I REQUIRED COMMUNICATION QUALITY FOR VOIP Quality Good Average Poor Round trip delay < 15 ms 15-4 ms > 4 ms Jitter < 2 ms 2-5 ms > 5 ms Lost packet < 1% 1-3 % > 3% Occurence of Packet Loss SPT=1 SPT=2 SPT=3 SPT=4 SPT=5 Lost Packet Rate [%] SPT=1 SPT=2.5 SPT=3 SPT=4 SPT= Fig. 7. Average lost packet rate during handover 1) Lost Packet: Figure 7 shows the average lost packet rate during handover. From Table 1, in order to maintain the required communication quality for VoIP, the lost packet rate should be maintained at or below 3%. When the is three or four, the requirement on lost packet rate is satisfied. As shown in the figure, the achieved lost packet rate is less than 2%. On the other hand, the lost packet rate is larger for other values and exceeds 3% for some values. The reason why the lost packet rate is increased by the is as follows. Figure 8 shows how frequently packet loss occurs during handover. One occurrence of packet loss is considered to be either one lost packet or consecutive lost packets. When the is equal to one, the HM can frequently switch to milti-path trasnsmission in response to only one retry, and can often switch back to single-path transmission soon beacuse the HM is too sensitive to a retry. In the simulation model, the delay to the CN from WLAN(B) is smaller than that from WLAN(A), and there is no contention in WLAN(B). Therefore, a packet sent from WLAN(B) immediately after the start of multi-path transmission can arrive at the CN earlier than packets sent from WLAN(A) just before the start of multipath transmission. The packets sent from WLAN(A) arriving at the destination after the packet sent from WLAN(B) are regarded as lost packets. For the above reason, packet loss can occur frequently when the is equal to one, as shown in Figure 8. On the other hand, consider the case in which the is set to seven. A wireless link of WLAN(A) is shared by 1 MNs and an AP. Thus, frames are very likely to experience Fig. 8. Average number of occurrences of packet loss a waiting time for sending frames due to contention. In addition, even if the wireless link condition is becoming worse and a data frame suffers retries, the MN will continue to try to transmit the same data frame until its transmission fails seven times. When the number of retries reaches seven, several frames will be queued in the buffer on IF1. After that, the HM switches to multi-path transmission, causing bursty lost packets, because a packet sent through WLAN(B) arrives at the CN earlier than packets queued on IF1. Therefore, when the is small, the number of packet loss occurrences increases, although a large number of consecutive packets are not lost. On the other hand, when the is large, the number of packet loss occurrences decreases, although a large number of consecutive packets can be lost. Bursty lost packets, which adversely affect VoIP communication quality more severely than random lost packets, are very likely to occur in WLANs [15]. Therefore, in order to maintain VoIP communication quality, consecutive lost packets should also be limited. The distribution of the number of consecutive lost packets is shown in Figure 9 for s of three and four. The number of consecutive lost packets is relatively small for the MTP of three, compared with that for the of four. The number of consecutive lost packets is not so sensitive to the SPT, except for the SPT of one, for which the number of consecutive lost packets is relatively large. Therefore, an of three and an SPT of two or more is recommended. 2) Network Load: In the proposed method, the network load due to the multi-path transmission should be decreased as much as possible. Figure 1 illustrates the network load during handover. The network load is relatively small when the is large and the SPT is small. When the is set to three and the SPT is set to two, the load of the network is 1.4 times (8 kb/s * 1.4 = 8.32 kb/s), an increase of only.4%. This is an acceptable value for the network load in order to prevent packet loss for VoIP communication during handover.

6 Cumulative Distribution Network Load =3 SPT=1 =3 SPT=2 =3 SPT=3.4 =3 SPT=4 =3 SPT=5 =4 SPT=1 =4 SPT=2.2 =4 SPT=3 =4 SPT=4 =4 SPT= Fig Consecutive Lost Packets Distribution of consecutive lost packets during handover Fig. 1. SPT=1 SPT=2 SPT=3 SPT=4 SPT=5 Network load during handover V. CONCLUSIONS The focus of this paper has been to develop an effective handover management scheme for VoIP communication in which the quality is sensitive to packet loss. For this purpose, we have proposed a handover management scheme that employs a transport protocol that supports multiple connections for VoIP communication and makes handover decisions based on the number of retries of a data frame, thus reducing packet losses during handover. An MN having two or more WLAN interfaces prevents packet loss during handover by estimating in advance the possibility that packet loss will occur based on the number of retries and properly choosing multi-path or single-path transmission. Simulation results show that an MN can move between WLANs with the low lost packet rate required for VoIP. In addition, the increase of the network load due to multi-path transmission should be limited. The obtained simulation results have shown that the additional network load can be reduced by appropriately adjusting the and SPT while satisfying the required lost packet rate. With an of three and an SPT of two, the network load is increased by only.4%. In other words, in order to carry VoIP traffic at 8 kb/s, a bandwidth of 8 kb/s * 1.4 = 8.32 kb/s will be consumed. Finally, the obtained results show that the proposed scheme can achieve the required communication quality for VoIP, even during handover, while limiting the amount of redundant traffic due to multi-path transmission to an acceptable level. ACKNOWLEDGMENT This study was supported in part by the Japan Society for the Promotion of Science, by a Grant-in-Aid for Scientific Research (A)(1525), and by the Ministry of Internal Affairs and Communications (MIC) of Japan. REFERENCES [1] IEEE 82.11, 1999 Edition, Available at [2] C. Perkins, ed., IP Mobility Support for IPv4, IETF RFC3344, August 22. [3] D. Johnson, et al., IP Mobility Support in IPv6, IETF RFC3775, June 24. [4] A. Mishra, et al., An Empirical Analysis of the IEEE MAC Layer Handoff Process, ACM SIGCOMM Computer Communication Review, Vol.33, Issue 2, April 23. [5] A. Dutta, et al., Application Layer Mobility Management Scheme for Wireless Internet, Proc. of IEEE 3G Wireless 21, San francisco, 21. [6] R. Koodli, Fast Handovers for Mobile IPv6, IETF Internet Draft, draftietf-mobileip-fast-mipv6-8.txt, October 23. [7] H. Soliman, et al., Hierarchical Mobile IPv6 mobility management (HMIPv6), IETF Internet Draft, draft-ietf-mipshop-hmipv6-2.txt, June 24. [8] S. J. Koh, et al., Mobile SCTP for Transport Layer Mobility, IETF Internet Draft, draft-sjkoh-sctp-mobility-4.txt, June 24. [9] R. Stewart, et al., Stream Control Protocol (SCTP) Dynamic Address Reconfiguration, IETF Internet Draft, draft-ietf-tsvwgaddip-sctp-9.txt, June 24. [1] The Network Simulator: ns-2, [11] IEEE 82.11b-1999, Available at [12] K. Medepalli, et al., Voice Capacity of IEEE 82.11b, 82.11a and 82.11g Wireless LANs, Proc. of Globecom 24, Dallas, December 24. [13] S. Shakkottai, et al., Cross-Layer Design for Wireless Networks, IEEE Communications Magazine, Volume 41,. 1, pp.74-8, October 23. [14] A. Schmitter, et al., Analysis of network conformity with voice over IP specifications, Irish Systems and Signals Conference, Limerick, Ireland, pp , July 23. [15] A. D. Clark, Modeling the Effects of Burst Packet Loss and Recency on Subjective Voice Quality, Proc. of IP Telephony Workshop 21, pp , April 21.

Handover Management for VoWLAN Based on Estimation of AP Queue Length and Frame Retries

Handover Management for VoWLAN Based on Estimation of AP Queue Length and Frame Retries IEICE TRANS. INF. & SYST., VOL.E92 D, NO.10 OCTOBER 2009 1847 PAPER Special Section on New Technologies and their Applications of the Internet Handover Management for VoWLAN Based on Estimation of AP Queue

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

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

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

QoS issues in Voice over IP

QoS issues in Voice over IP COMP9333 Advance Computer Networks Mini Conference QoS issues in Voice over IP Student ID: 3058224 Student ID: 3043237 Student ID: 3036281 Student ID: 3025715 QoS issues in Voice over IP Abstract: This

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

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks 1 Mr. Praveen S Patil, 2 Mr. Rabinarayan Panda, 3 Mr. Sunil Kumar R D 1,2,3 Asst. Professor, Department of MCA, The Oxford College of Engineering,

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

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

CS6956: Wireless and Mobile Networks Lecture Notes: 2/11/2015. IEEE 802.11 Wireless Local Area Networks (WLANs)

CS6956: Wireless and Mobile Networks Lecture Notes: 2/11/2015. IEEE 802.11 Wireless Local Area Networks (WLANs) CS6956: Wireless and Mobile Networks Lecture Notes: //05 IEEE 80. Wireless Local Area Networks (WLANs) CSMA/CD Carrier Sense Multi Access/Collision Detection detects collision and retransmits, no acknowledgement,

More information

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

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

Introduction VOIP in an 802.11 Network VOIP 3

Introduction VOIP in an 802.11 Network VOIP 3 Solutions to Performance Problems in VOIP over 802.11 Wireless LAN Wei Wang, Soung C. Liew Presented By Syed Zaidi 1 Outline Introduction VOIP background Problems faced in 802.11 Low VOIP capacity in 802.11

More information

Express Forwarding : A Distributed QoS MAC Protocol for Wireless Mesh

Express Forwarding : A Distributed QoS MAC Protocol for Wireless Mesh Express Forwarding : A Distributed QoS MAC Protocol for Wireless Mesh, Ph.D. benveniste@ieee.org Mesh 2008, Cap Esterel, France 1 Abstract Abundant hidden node collisions and correlated channel access

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

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

Always Best Packet Switching: the mobile VoIP case study

Always Best Packet Switching: the mobile VoIP case study Always Best Packet Switching: the mobile VoIP case study Vittorio Ghini, Giorgia Lodi and Fabio Panzieri Dept. of Computer Science, University of Bologna, Italy Email: {ghini, lodig, panzieri}@cs.unibo.it

More information

A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks

A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks 1 A Slow-sTart Exponential and Linear Algorithm for Energy Saving in Wireless Networks Yang Song, Bogdan Ciubotaru, Member, IEEE, and Gabriel-Miro Muntean, Member, IEEE Abstract Limited battery capacity

More information

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: j.cao@student.rmit.edu.au

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

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

Performance Evaluation of Wired and Wireless Local Area Networks

Performance Evaluation of Wired and Wireless Local Area Networks International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 11 (July 2012), PP.43-48 www.ijerd.com Performance Evaluation of Wired and Wireless Local Area Networks Prof.

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

Dynamic Load Balance Algorithm (DLBA) for IEEE 802.11 Wireless LAN

Dynamic Load Balance Algorithm (DLBA) for IEEE 802.11 Wireless LAN Tamkang Journal of Science and Engineering, vol. 2, No. 1 pp. 45-52 (1999) 45 Dynamic Load Balance Algorithm () for IEEE 802.11 Wireless LAN Shiann-Tsong Sheu and Chih-Chiang Wu Department of Electrical

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

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

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

How To Determine The Capacity Of An 802.11B Network

How To Determine The Capacity Of An 802.11B Network Capacity of an IEEE 802.11b Wireless LAN supporting VoIP To appear in Proc. IEEE Int. Conference on Communications (ICC) 2004 David P. Hole and Fouad A. Tobagi Dept. of Electrical Engineering, Stanford

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

ENSC 427: Communication Networks. Analysis of Voice over IP performance on Wi-Fi networks

ENSC 427: Communication Networks. Analysis of Voice over IP performance on Wi-Fi networks ENSC 427: Communication Networks Spring 2010 OPNET Final Project Analysis of Voice over IP performance on Wi-Fi networks Group 14 members: Farzad Abasi (faa6@sfu.ca) Ehsan Arman (eaa14@sfu.ca) http://www.sfu.ca/~faa6

More information

Secure SCTP against DoS Attacks in Wireless Internet

Secure SCTP against DoS Attacks in Wireless Internet Secure SCTP against DoS Attacks in Wireless Internet Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwjoe@hanyang.ac.kr Abstract. The Stream Control Transport Protocol

More information

AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS

AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS AN ANALYSIS OF DELAY OF SMALL IP PACKETS IN CELLULAR DATA NETWORKS Hubert GRAJA, Philip PERRY and John MURPHY Performance Engineering Laboratory, School of Electronic Engineering, Dublin City University,

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

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study in IEEE 802.11 : A Prospective Study January 2011 Faculty of Engineering of the University of Porto Outline 1 Introduction 2 3 4 5 in IEEE 802.11 : A Prospective Study 2 / 28 Initial Considerations Introduction

More information

A study of Skype over IEEE 802.16 networks: voice quality and bandwidth usage

A study of Skype over IEEE 802.16 networks: voice quality and bandwidth usage Iowa State University Digital Repository @ Iowa State University Graduate Theses and Dissertations Graduate College 2011 A study of Skype over IEEE 802.16 networks: voice quality and bandwidth usage Kuan-yu

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

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

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit

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

Requirements of Voice in an IP Internetwork

Requirements of Voice in an IP Internetwork Requirements of Voice in an IP Internetwork Real-Time Voice in a Best-Effort IP Internetwork This topic lists problems associated with implementation of real-time voice traffic in a best-effort IP internetwork.

More information

ANALYSIS OF VOICE OVER IP DURING VERTICAL HANDOVERS IN HETEROGENEOUS WIRELESS AND MOBILE NETWORKS

ANALYSIS OF VOICE OVER IP DURING VERTICAL HANDOVERS IN HETEROGENEOUS WIRELESS AND MOBILE NETWORKS ANALYSIS OF VOICE OVER IP DURING VERTICAL HANDOVERS IN HETEROGENEOUS WIRELESS AND MOBILE NETWORKS Kire Jakimoski Ss. Cyril and Methodius University, Faculty of Electrical Engineering and Information Technologies

More information

PROVIDING STATISTICAL QOS GUARANTEE FOR VOICE OVER IP IN THE IEEE 802.11 WIRELESS LANS

PROVIDING STATISTICAL QOS GUARANTEE FOR VOICE OVER IP IN THE IEEE 802.11 WIRELESS LANS V OICE OVER WIRELESS LOCAL AREA N ETWORK PROVIDING STATISTICAL QOS GUARANTEE FOR VOICE OVER IP IN THE IEEE 82.11 WIRELESS LANS HONGQIANG ZHAI, JIANFENG WANG, AND YUGUANG FANG, UNIVERSITY OF FLORIDA The

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

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

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

Applying Active Queue Management to Link Layer Buffers for Real-time Traffic over Third Generation Wireless Networks

Applying Active Queue Management to Link Layer Buffers for Real-time Traffic over Third Generation Wireless Networks Applying Active Queue Management to Link Layer Buffers for Real-time Traffic over Third Generation Wireless Networks Jian Chen and Victor C.M. Leung Department of Electrical and Computer Engineering The

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

Optimization of VoIP over 802.11e EDCA based on synchronized time

Optimization of VoIP over 802.11e EDCA based on synchronized time Optimization of VoIP over 802.11e EDCA based on synchronized time Padraig O Flaithearta, Dr. Hugh Melvin Discipline of Information Technology, College of Engineering and Informatics, National University

More information

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431 VoIP QoS Version 1.0 September 4, 2006 AdvancedVoIP.com sales@advancedvoip.com support@advancedvoip.com Phone: +1 213 341 1431 Copyright AdvancedVoIP.com, 1999-2006. All Rights Reserved. No part of this

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

Adapting WLAN MAC Parameters to Enhance VoIP Call Capacity

Adapting WLAN MAC Parameters to Enhance VoIP Call Capacity Adapting WLAN MAC Parameters to Enhance VoIP Call Capacity Gráinne Hanley, Seán Murphy and Liam Murphy Dept. of Computer Science, University College Dublin Belfield, Dublin 4, Ireland hanleyg@gmail.com,

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

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

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP ENSC 427: Communication Networks ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP Spring 2010 Final Project Group #6: Gurpal Singh Sandhu Sasan Naderi Claret Ramos (gss7@sfu.ca) (sna14@sfu.ca)

More information

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 VoIP in 802.11 Mika Nupponen S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 Contents Introduction VoIP & WLAN Admission Control for VoIP Traffic in WLAN Voice services in IEEE 802.11

More information

Supporting VoIP in IEEE802.11 Distributed WLANs

Supporting VoIP in IEEE802.11 Distributed WLANs Supporting VoIP in IEEE802.11 Distributed WLANs Zuo Liu Supervisor: Dr. Nick Filer July 2012 1 Voice VoIP Applications Constant Streaming Traffic Packetize interval usually 10-30 ms 8 160 bytes each packet

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

Modeling and Simulation of Quality of Service in VoIP Wireless LAN

Modeling and Simulation of Quality of Service in VoIP Wireless LAN Journal of Computing and Information Technology - CIT 16, 2008, 2, 131 142 doi:10.2498/cit.1001022 131 Modeling and Simulation of Quality of Service in VoIP Wireless LAN A. Al-Naamany, H. Bourdoucen and

More information

Scanning Delays in 802.11 Networks

Scanning Delays in 802.11 Networks Scanning Delays in 802.11 Networks David Murray Murdoch University D.Murray@murdoch.edu.au Michael Dixon Murdoch University M.Dixon@murdoch.edu.au Terry Koziniec Murdoch University T.Koziniec@murdoch.edu.au

More information

SELECTIVE ACTIVE SCANNING FOR FAST HANDOFF IN WLAN USING SENSOR NETWORKS

SELECTIVE ACTIVE SCANNING FOR FAST HANDOFF IN WLAN USING SENSOR NETWORKS SELECTIVE ACTIVE SCANNING FOR FAST HANDOFF IN WLAN USING SENSOR NETWORKS Sonia Waharte, Kevin Ritzenthaler and Raouf Boutaba University of Waterloo, School of Computer Science 00, University Avenue West,

More information

Predictive rate control for realtime video streaming with network triggered handover

Predictive rate control for realtime video streaming with network triggered handover Predictive rate control for realtime video streaming with network triggered handover Susumu Ishihara Kenji Koyama Shizuoka University 3-5-1 Johoku, Hamamatsu, 432-8561, Japan Goh Miyamoto Masahiro Kuroda

More information

Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation

Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation Fu-Min Chang #1, I-Ping Hsieh 2, Shang-Juh Kao 3 # Department of Finance, Chaoyang University of Technology

More information

Technote. SmartNode Quality of Service for VoIP on the Internet Access Link

Technote. SmartNode Quality of Service for VoIP on the Internet Access Link Technote SmartNode Quality of Service for VoIP on the Internet Access Link Applies to the following products SmartNode 1000 Series SmartNode 2000 Series SmartNode 4520 Series Overview Initially designed

More information

ECE 333: Introduction to Communication Networks Fall 2002

ECE 333: Introduction to Communication Networks Fall 2002 ECE 333: Introduction to Communication Networks Fall 2002 Lecture 14: Medium Access Control II Dynamic Channel Allocation Pure Aloha In the last lecture we began discussing medium access control protocols

More information

CSMA/CA. Information Networks p. 1

CSMA/CA. Information Networks p. 1 Information Networks p. 1 CSMA/CA IEEE 802.11 standard for WLAN defines a distributed coordination function (DCF) for sharing access to the medium based on the CSMA/CA protocol Collision detection is not

More information

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

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

Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation

Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation ABSTRACT Ángel Cuevas Rumín Universidad Carlos III de Madrid Department of Telematic Engineering Ph.D Student

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

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

Quality of Service. Traditional Nonconverged Network. Traditional data traffic characteristics:

Quality of Service. Traditional Nonconverged Network. Traditional data traffic characteristics: Quality of Service 1 Traditional Nonconverged Network Traditional data traffic characteristics: Bursty data flow FIFO access Not overly time-sensitive; delays OK Brief outages are survivable 2 1 Converged

More information

The Analysis and Simulation of VoIP

The Analysis and Simulation of VoIP ENSC 427 Communication Networks Spring 2013 Final Project The Analysis and Simulation of VoIP http://www.sfu.ca/~cjw11/427project.html Group #3 Demet Dilekci ddilekci@sfu.ca Conrad Wang cw11@sfu.ca Jiang

More information

Voice over IP Basics for IT Technicians

Voice over IP Basics for IT Technicians Voice over IP Basics for IT Technicians White Paper Executive summary The IP phone is coming or has arrived on desk near you. The IP phone is not a PC, but does have a number of hardware and software elements

More information

Chapter 3 ATM and Multimedia Traffic

Chapter 3 ATM and Multimedia Traffic In the middle of the 1980, the telecommunications world started the design of a network technology that could act as a great unifier to support all digital services, including low-speed telephony and very

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

A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks

A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks A Neighborhood Awareness Method for Handoff Assistance in 802.11 Wireless Networks Gurpal Singh *, Ajay Pal Singh Atwal ** and B.S. Sohi *** * Deptt of CSE & IT, BBSBEC, Fatehgarh Sahib, Punjab, India,

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

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

Enhanced Power Saving for IEEE 802.11 WLAN with Dynamic Slot Allocation

Enhanced Power Saving for IEEE 802.11 WLAN with Dynamic Slot Allocation Enhanced Power Saving for IEEE 802.11 WLAN with Dynamic Slot Allocation Changsu Suh, Young-Bae Ko, and Jai-Hoon Kim Graduate School of Information and Communication, Ajou University, Republic of Korea

More information

An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks *

An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwj oeshanyang.ac.kr Abstract. To satisfy the user requirements

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS Friday 2 nd October 2015 Morning Answer any FOUR questions out of SIX. All questions carry

More information

STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT

STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT 1. TIMING ACCURACY The accurate multi-point measurements require accurate synchronization of clocks of the measurement devices. If for example time stamps

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

Chapter 4. VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network)

Chapter 4. VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network) Chapter 4 VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network) 4.1 Introduction Traffic Engineering can be defined as a task of mapping traffic

More information

A Network Monitoring System with a Peer-to-Peer Architecture

A Network Monitoring System with a Peer-to-Peer Architecture A Network Monitoring System with a Peer-to-Peer Architecture Paulo Salvador, Rui Valadas University of Aveiro / Institute of Telecommunications Aveiro E-mail: salvador@av.it.pt; rv@det.ua.pt Abstract The

More information

Measure wireless network performance using testing tool iperf

Measure wireless network performance using testing tool iperf Measure wireless network performance using testing tool iperf By Lisa Phifer, SearchNetworking.com Many companies are upgrading their wireless networks to 802.11n for better throughput, reach, and reliability,

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

Burst Testing. New mobility standards and cloud-computing network. This application note will describe how TCP creates bursty

Burst Testing. New mobility standards and cloud-computing network. This application note will describe how TCP creates bursty Burst Testing Emerging high-speed protocols in mobility and access networks, combined with qualityof-service demands from business customers for services such as cloud computing, place increased performance

More information

Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows

Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows C. Mahlo, C. Hoene, A. Rostami, A. Wolisz Technical University of Berlin, TKN, Sekr. FT 5-2 Einsteinufer 25, 10587 Berlin, Germany. Emails:

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

15-441: Computer Networks Homework 2 Solution

15-441: Computer Networks Homework 2 Solution 5-44: omputer Networks Homework 2 Solution Assigned: September 25, 2002. Due: October 7, 2002 in class. In this homework you will test your understanding of the TP concepts taught in class including flow

More information

Analysis and Enhancement of QoS in Cognitive Radio Network for Efficient VoIP Performance

Analysis and Enhancement of QoS in Cognitive Radio Network for Efficient VoIP Performance Analysis and Enhancement of QoS in Cognitive Radio Network for Efficient VoIP Performance Tamal Chakraborty 1, Atri Mukhopadhyay 2 1 Dept. of Electronics and Telecommunication Engineering 2 School of Mobile

More information

Basic principles of Voice over IP

Basic principles of Voice over IP Basic principles of Voice over IP Dr. Peter Počta {pocta@fel.uniza.sk} Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina, Slovakia Outline VoIP Transmission

More information

Continuous network discovery using Opportunistic Scanning

Continuous network discovery using Opportunistic Scanning Continuous network discovery using Opportunistic Scanning Authors: Date: 2009-11-17 Slide 1 Abstract This presentation is in response to WNG requesting more information on the capability of 802.11 to support

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

Distributed monitoring of IP-availability

Distributed monitoring of IP-availability IPLU-II Seminar 08.02.2008 1 Distributed monitoring of IP-availability Jorma Kilpi, VTT February 8, 2008 IPLU-II Seminar 08.02.2008 2 Availability vs. IP-Availability In this presentation Availability

More information

An End-to-End Measurement-Based Admission Control Policy for VoIP over Wireless Networks

An End-to-End Measurement-Based Admission Control Policy for VoIP over Wireless Networks An End-to-End Measurement-Based Admission Control Policy for VoIP over Wireless Networks Ala Khalifeh Department of EECS University of California, Irvine [akhalife]@uci.edu Abstract in this paper, we present

More information

A Policy-Based Admission Control Scheme for Voice over IP Networks

A Policy-Based Admission Control Scheme for Voice over IP Networks Journal of Computer Science 5 (11): 817-821, 2009 ISSN 1549-3636 2009 Science Publications A Policy-Based Admission Control Scheme for Voice over IP Networks Sami Alwakeel and Agung Prasetijo Department

More information

1. The subnet must prevent additional packets from entering the congested region until those already present can be processed.

1. The subnet must prevent additional packets from entering the congested region until those already present can be processed. Congestion Control When one part of the subnet (e.g. one or more routers in an area) becomes overloaded, congestion results. Because routers are receiving packets faster than they can forward them, one

More information