Scheduling for VoIP Service in cdma2000 1x EV-DO

Size: px
Start display at page:

Download "Scheduling for VoIP Service in cdma2000 1x EV-DO"

Transcription

1 Scheduling for VoIP Service in cdma2000 1x EV-DO Young-June Choi and Saewoong Bahk School of Electrical Engineering & Computer Science Seoul National University, Seoul, Korea {yjchoi, Abstract Recently cdma2000 1x EV-DO (HDR) system has begun to be deployed in some countries to support high data rate services in cellular networks. The system is originally designed to support data services, but now is expected to serve some real-time traffic including VoIP. For VoIP service with delay bound and low loss requirements, we propose a frame structure considering delay bound and a scheduling algorithm reflecting channel conditions. To schedule VoIP, we adopt the maximal rate algorithm and the proportionally fair algorithm. The proportionally fair algorithm (PF) was known to be appropriate for elastic traffic, however, from simulation results, we conclude that the PF algorithm with the channel test is an appropriate scheduling scheme to provide QoS of VoIP. When the required slot portion of VoIP is 75%, the loss rate is about 1% on the average and 3% in the worse case. On the other hand, the maximal rate algorithm shows twice of the loss rate for the same delay bound and load. Additionally we propose a simple admission control scheme for VoIP service that controls the average portion of slots occupied by VoIP packets. I. INTRODUCTION Traditionally cellular systems have been used to provide circuit-based voice calls. Since a lot of data services have been available in Internet and the demand for wireless service is accordingly increased, cellular networks have begun to deploy high data rate systems such as cdma2000 1x EV-DO [1]. The high data rate systems have an important meaning because next generation communication systems are expected to be based on all-ip architecture and support some real-time services integrated by packet data. In the CDMA voice network such as IS-95, a sender controls the transmission power to receive required quality of service (QoS) at the frame level. The quality of a call is influenced by the signal power from all other users and base stations (BSs) which become interference to its own signal. However, to support high data rates, cdma2000 1x EV-DO controls the transmission rate instead of power and also allocates one downlink channel multiplexed by time division instead of code division to each BS. The conventional downlink scheduling in cdma2000 1x EV- DO uses proportional fairness in order to utilize the varying channel conditions effectively [9]. The scheduling scheme is known to be appropriate for data packets, while on the other we cannot apply the scheduler to VoIP packets with delay bound and low loss requirements because the proportionally fair scheduling does not consider QoS like delay and loss. Therefore we developed a proper scheduling method for VoIP service applicable to cdma2000 1x EV-DO. Some previous works discussed the delay issue for scheduling. [2] proposed SRPT(Shortest Remaining Processing Time) scheduling to guarantee the shortest average delay but it might cause some jobs to starve. Alternatively [3] used the concept of stretch, a kind of normalized delay. [4] showed some results using SRPT and stretch-based algorithm in CDMA data networks. More recent papers have focused on maximizing revenue [5], [6]. We already proposed utility-based QoS scheduling using the concept of opportunity cost in [7]. There is, however, few related works about QoS issues in such packet cellular systems as cdma2000 1x EV-DO. In this paper, we design a new frame structure to meet the delay bound of some services and show that the proportionally fair scheduling within the frame structure works well for contending VoIP packets. Section II describes the considered system and Section III explains required QoS for VoIP and proposes a frame structure. Then we present conventional scheduling algorithms and applies them to our frame structure in Section IV. Section V shows performance comparison results through simulations and Section VI discusses a simple call admission control algorithm by using the results. Finally Section VII concludes this paper. II. SYSTEM DESCRIPTION A. Physical Layer in Wireless Link Referring to the specification of cdma2000 1x EV-DO system [1], we can summarize the properties of downlink channel as follows. First, the downlink channel is a single broadband link shared by all users in a cell and one user is allowed to transmit data in a time slot. Second, the BS estimates the channel condition by using the measurement fedback from the mobile terminal and transmits at a fixed power. Third, adaptive modulation and coding schemes are adopted to support various data rates with reliable transmission. Table I which shows parameters for adaptive modulation and coding indicates that the number of required slots for the normalized bits increases inversely proportional to the data rate. That is, the amount of time for transmission increases when the channel condition gets worse. The specification of cdma2000 1x EV-DO also suggests 4-slot interlacing scheme for time diversity. For example, a

2 TABLE I PARAMETERS FOR MODULATION AND CODING IN CDMA2000 1X EV-DO DOWNLINK Data Rate(kbps) Slots Bits Code Rate Modulation /4 QPSK /4 QPSK /4 QPSK /4 QPSK /4 QPSK /4 QPSK /4 QPSK /2 QPSK /8 8-PSK /2 8-PSK /2 16-QAM /2 16-QAM packet of 1024bits with 76.8kbps uses 8 slots. Conventionally the 8 slots may be successive, while, in 4-slot interlacing scheme, they are transmitted every 4 slot and other packets are also transmitted between these slots in a similar pattern. In this paper, however, we do not consider 4-slot interlacing scheme and just assume that every packet requiring multislot is continuously transmitted because we focus on the scheduling scheme and 4-slot interlacing is easily applicable to our scheme. B. Network Architecture for VoIP As we focus on the downlink, we consider the case that a user with a wired terminal or telephone tries to call some other mobile user. Fig. 1 shows the network architecture generally used for VoIP service and the arrows in Fig. 1 indicate the call flow. The voice signal generated at a transmitter forms IP packets by using an encoder and a packetizer. The encoder periodically samples the original voice signal and makes a constant bit rate stream. The bit rate is decided by the type of an encoder. For example, G.711 traditionally used in PSTN creates 8bits sample per 0.125ms, leading to 64kbps. For bandwidth-limited networks, encoders support rate reduction at the expense of lower quality. G.729 used in our simulation provides 8kbps and furthermore G provides a lower rate of 6.4kbps. The data rate can be reduced by voice activity detection which adapts to the duration of talkspurt and silence. However, we do not consider it because the null packet (only with header) generated during the silence period is also large enough compared to a talkspurt-packet when the rate is low. The packetizer encapsulates voice samples into packets of equal sizes and attaches the RTP header. Then the packets are delivered to the receiver through the IP network. Before proceeding to the depacketizer and the decoder in the receiver, playout buffer plays a role of absorbing delay jitter by buffering arrived packets. The delay bound of playout buffer is crucial to the QoS performance. To adapt the playout delay to the varying network delay, some previous works have used adaptive playout schemes [10], [11]. III. QOS PROVISION FOR VOIP SERVICE A. QoS Issues For VoIP service, we need to design a QoS provision from the viewpoint of a user s application-layer level. To measure the QoS of a voice call, a commonly used metric is MOS (Mean Opinion Score) and Emodel [12]. While MOS rates the quality averagely on a scale from 1 to 5, Emodel quantizes the quality more specifically on a scale from 0 to 100. The value of Emodel is written by R = R o I d I E (1) where R o includes the total rating reflecting the effects of noise and intrinsic factors. I d and I E are respectively decided by the effects of delay and distortion over the network. As the parameter estimation is beyond our concern, we will not mention it any more. We derive two QoS metrics from the model - delay and loss, and deal with them over a wireless link because it becomes a bottleneck often. B. Frame Structure To guarantee the delay in the wireless link, we design a new frame consisting of a certain number of slots. Fig. 2 shows the basic frame structure with 24 slots. We allocate the first part of the frame denoted as G to VoIP packets for priority service. Then the residual part is distributed to normal data packets which do not require urgent delivery. As VoIP packets arrived during one frame time will be transmitted in the next frame, the number of G may be changeable according to the channel condition. If a VoIP packet arrived during the prior frame cannot be transmitted, it will be dropped. Therefore the delay at a BS, D BS, has an upper limit, D BS T slot (N + G) 2T slot N (2) where N is the frame size and T slot is the slot length in a time. We also need an admission control scheme so that the average of G may not be larger than N or predefined value, which we will mention in Section VI. Telephone IP network Cellular phone N Wired terminal Wireless terminal Voice source Encoder Packetizer... Scheduler Playout buffer Depacketizer Decoder Voice source G N-G Fig. 1. Network architecture for VoIP. Fig. 2. Frame structure.

3 Test availability : if(slot num + slot K N & DRC k D min) return 1 Test selection : MAX selection : X max DRC max, X k DRC k PF selection : X max DRC max/r max, X k DRC k/r k if(x max < X k (X max = X k & prob 0.5)) return 1 Initialize frame : slot num 0 T {every voice session with packets to transmit} End frame : Drop packets of each session T Fig. 3. Pseudo code of functions. The delay depends on N very much. As N increases, the delay gets longer but the loss rate becomes lower. On the contrary, if N is too small, the number of VoIP users that can be accommodated is limited. Therefore, considering the endto-end delay, we need to have N as small as possible only if the service is feasible. If we adopt 4-slot interlacing for time diversity, the frame structure only needs to change the service order. Thus the proposed frame structure can be applied to cdma 1x EV-DO system if N is a multiple of 4. IV. SCHEDULING STRATEGY We used two basic algorithms for scheduling VoIP packets. One is the maximal rate algorithm (MAX) which selects a user with the maximal transmission rate. The other is the proportional fairness algorithm (PF) which was shown to be appropriate for elastic best-effort traffic. We divided each scheduler into two categories according to service flexibility and denote them as hard and soft scheduling, respectively. Accordingly there are four algorithms, which are represented as,,, and, respectively. A. Maximal Rate Algorithm The transmission data rate varies according to the channel condition. Hence scheduling a user with the maximal rate can be a good choice to improve the whole performance. The algorithm can be written as k (n) = arg max R k (n). (3) k where k represents the user index and R k (n) is the rate of user k at slot n. The purpose of the algorithm is max T k (n) (4) n where T k (n) is the user k s throughput at slot n. However, this algorithm has a problem of fairness because the scheduler may not allocate slots to users whose channel condition is bad. Though, we cannot use max-min 1 : while(slot num < N) 2: X max NULL, selected NULL, S NULL 3 : for every voice session k T 4: if(t est availability(k) =1) 5: S S {k} 6: if( T > 0) 7: forevery voice session k S 8: if(t est selection(k) =1) 9: X max X k, selected k, T T {k} 10 : else 11 : for every active data session k 12 : if(t est availability(k) = 1&T est selection(k) = 1) 13 : X max X k, selected k 14 : slot num slot num + slot selected 15 : scheduling selected Fig. 4. Pseudo code of hard scheduling algorithms. fair scheduling because it seriously deteriorate the whole performance. Alternatively we consider proportional fairness for VoIP packets. B. Proportionally Fair Algorithm Proportional fairness is defined as a solution of X for max( i x i). A proportional fair allocation has the property that for any other feasible allocation (x 1,..., x n), the aggregate of proportional changes is nonpositive, i.e., i (x i x i)/x i 0 [8]. We can state the meaning of proportional fairness as follows. If we use another scheduling algorithm to increase the throughput of a certain user by y% over that user s throughput under the proportional fair scheduling algorithm, the summation of all the percentage decreases of throughputs suffered by all the other sessions under the new algorithm should be more than y%. To enhance the throughput in the HDR system, [9] suggests to use proportional fair scheduling. Let R i (t) be the estimate of the average data rate for user i at slot t, and the current requested data rate from user i be DRC i (t). Then in order to satisfy the proportional fairness, the user with the highest ratio of DRC i (t)/r i (t) out of all active users will have the right for transmission at time t. That is, k = arg max DRC k (t)/r k (t). (5) k R i (t) is updated as following. { (1 1 t R k (t+1) = c )R k (t)+ 1 t c DRC k (t) if allocated, (1 1 t c )R k (t) if not allocated, (6) where t c is the averaging factor of low pass filter. C. Hard and Soft Algorithms In the two above scheduling algorithms, we allocate VoIP packets to the first part of a frame and best-effort packets to the second part. This gives absolute priority to VoIP packets over data packets so we call this the hard algorithm which is

4 Test channel : if(drc k R k) return 1 Fig. 5. Pseudo code of a function appended for soft scheduling. 4: if(t est availability(k) =1)&T est channel(k) =1) 6: if( T > 0& S > 0) Fig. 6. Modified part of pseudo code for soft scheduling algorithms. shown in Fig. 4. Fig. 3 describes functions common to each algorithm. We also introduce another strategy for flexible scheduling. When the feasible data rate of a specific VoIP session is lower than the average value due to the bad channel condition and all VoIP packets left experience the same condition, the scheduler may give the turn to some other data sessions as shown in Fig. 7, which we name it the soft algorithm. Since we can get the information about the average data rate, R k (t), frompf scheduling, the soft algorithm is easy to run. Fig. 5 and Fig. 6 show the appended function and the pseudo code of soft scheduling, respectively. V. PERFORMANCE EVALUATION For simulations we consider a cluster of seven hexagonal cells with a center cell. The six neighboring cells generate the interfering signal to the center cell. We assume that users location is uniformly distributed within the cell. The data rates shown in Table I are used. The channel model is assumed to follow the Rayleigh fading with the mobility of 3km/h and the path loss exponent of 4. Other used parameters are given in Table. II which includes the VoIP source model using G.729. We focus on the performance at the center cell with Drop Probability(%) Drop probability(%) Fig Fig. 8. Number of voice sessions Average drop probability of VoIP packets User ID. Drop probabilities of 5 users suffering worst performance. N Fig. 7. Modified frame by soft algorithm. TABLE II PARAMETERS FOR SIMULATION EVALUATION Parameter Value bandwidth 1.25MHz cell radius 1,000m simulation time 240,000slots slots in a frame 24 slot length 1.667ms averaging factor for PF (t c ) 1,000 BS transmission power 20W packet length of VoIP 40bytes interval of VoIP generation 40ms the increase of the number of VoIP sessions from 8 to 14. Additional 10 more sessions are assumed to always have data packets to transmit. For simplicity, we consider delay and loss at the wireless link. To evaluate the performances of our proposed four algorithms, we compared them with conventional proportional fair scheduling () which does not give priority to VoIP packets. First, Fig. 8 shows the drop probability of VoIP packets. The drop probability increases as the traffic load goes high. One interesting result is that the drop probability of hard scheduling is higher than that of soft scheduling in both MAX and PF scheduling. The hard scheduling gives absolute priority to VoIP packets over data packets, while the soft scheduling tests the channel condition. It shows that the scheme considering the channel condition performs better than the absolute priority scheme without channel test. Thereby, the soft scheduling enables more VoIP packets to be serviced by lowering the drop probability. Fig. 9 shows that, while results in large variation of the drop probability, our proposed and

5 Slot Portion of Voice(%) Number of voice sessions Avg. number of voice slots required in a Frame Distance of a user from the BS (m) Fig. 10. Slot Portion of VoIP packets. within the frame structure show better performance than MAX scheduling in terms of the worst case drop probability. Fig. 10 depicts the slot portion of VoIP packets over the total traffic. The portion in is less than that in the other schemes because does not differentiate VoIP service. Meanwhile, the portion in the MAX is higher than in the PF, because, for the same amount of slots, the PF scheduler can accommodate more users than the MAX scheduler. Lastly, Fig. 11 shows the required number of slots to support a voice user according to the distance from the BS when the minimum number is one. As shown in Table. I, the number of slots to transmit normalized unit packet increases as the data rate decreases. Overall the scheduler shows the best performance in terms of QoS and efficiency. VI. DISCUSSIONS As evaluated in Fig. 8, the drop probability of VoIP increases with the number of VoIP sessions. Therefore we need to apply an admission control to our scheme to meet predefined QoS profile. For instance we can consider an admission control scheme satisfying S k,avg + S new,voice S total,voice (7) k T where S k,avg is the average amount of slots used by current sessions as in Fig. 10 and S new,voice is the estimated average amount of slots for a new session by the channel information as in Fig. 11. The system admits a new voice session only if the total amount of slots, S total,voice in (7), used by existing sessions (group T) plus the new session is less than the value given by predefined QoS profile. VII. CONCLUSION The deployment of data service in cellular networks has brought a new data system such as cdma2000 1x EV-DO. In this paper, for the VoIP service in packet data cellular systems, we developed a simple frame structure that can accommodate the delay bound and evaluated some possible scheduling algorithms such as the maximal rate and proportionally fair algorithm. The proportional fairness was known Fig. 11. Required slots according to the distance from the BS. to be an appropriate scheduling criterion for elastic traffic. In our simulation for VoIP, given the delay bound with our frame structure, the proportionally fair scheduling showed good performances; the efficiency of slot utilization, and the low loss rate both on the average and in the worst case. In order to consider the channel condition, we used the soft algorithm, under which even a VoIP session should pass a test if the current data rate is larger than or equal to the average data rate. In conclusion, proportionally fair scheduling combined with soft algorithm () showed the best result. However, there remains another problem of proportionally fair scheduling requiring an exact estimation of the average data rate, which is left for a future work. REFERENCES [1] 3GPP2 C.S v4.0, cdma2000 high rate packet data air interface specification, October [2] D. Karger, C. Stein, and J. Wein, Handbook of algorithms and thoery of computation, CRC Press, [3] M. Bender, S. Chakraborti, and S. Muthukrishman, Flow and stretch metrics for scheduling continuous job streams, Proc. IX Ann. ACM- SIAM Symp. Discrete Algorithms, pp , San Francisco, U.S., January [4] N. Joshi, S. Kadaba, S. Patel, and G. Sundaram, Downlink scheduling in CDMA data packets, ACM MOBICOM 2000, Boston, U.S., August [5] P. Marbach and R. Berry, Downlink resource allocation and pricing for wireless networks, IEEE INFOCOM 2002, New York, June [6] M. Agarwal and A. Puri, Base station scheduling of requests with fixed deadlines, IEEE INFOCOM 2002, New York, U.S., June [7] Y. Choi and S. Bahk, QoS scheduling for multimedia traffic in packet data cellular networks, IEEE ICC 2003, Anchorage, U.S., May [8] F. Kelly, A. Maulloo, and D. Tan, Charging and rate control for elastic traffic, European Transactions on Telecommunications, vol.8, pp.33-37, [9] A. Jalali, R. Padovani, and R. Pankaj, Data throughput of CDMA-HDR a high efficiency-high data personal communication wireless system, IEEE VTC-Spring 2000, Tokyo, Japan, May [10] R. Ramachandran, J. Kurose, D. Towsley, and H. Schulzrinne, Adaptive playout mechanisms for packetized audio applications in wide-area networks, IEEE INFOCOM 1994, Toronto, Canada, June [11] S. Moon, J. Kurose, and D. Towsley, Packet audio playout delay adjustment: performance bounds and algorithms, ACM/Springer Multimedia Systems, vol.6, pp.17-28, January [12] ITU-T Recommendation G.107, The Emodel, a computational model for use in transmission planning, December 1998.

Measuring Data and VoIP Traffic in WiMAX Networks

Measuring Data and VoIP Traffic in WiMAX Networks JOURNAL OF TELECOMMUNICATIONS, VOLUME 2, ISSUE 1, APRIL 2010 Measuring Data and VoIP Traffic in WiMAX Networks 1 Iwan Adhicandra Abstract Due to its large coverage area, low cost of deployment and high

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

VoIP over Wireless Opportunities and Challenges

VoIP over Wireless Opportunities and Challenges Prof. Dr. P. Tran-Gia VoIP over Wireless Opportunities and Challenges Universität Würzburg Lehrstuhl für verteilte Systeme H.323 RTP Codec Voice-over-IP over Wireless (VoIPoW) UDP IMS G723.1 SIP G729 HSDPA

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

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

Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE

Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE S. Saha * and R. Quazi ** * Helsinki University of Technology, Helsinki, Finland ** University of Dhaka, Dhaka, Bangladesh

More information

Assessment of VoIP Quality over Internet Backbones

Assessment of VoIP Quality over Internet Backbones Assessment of VoIP Quality over Internet Backbones Athina Markopoulou & Fouad Tobagi Electrical Engineering Dept. Stanford University Mansour Karam RouteScience Technologies, Inc. INFOCOM 2002, 06/25/02

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

Choosing the Right Audio Codecs for VoIP over cdma2000 Networks:

Choosing the Right Audio Codecs for VoIP over cdma2000 Networks: Choosing the Right Audio Codecs for VoIP over cdma2000 Networks: System capacity, Voice quality, Delay, and Transcoding issues Dr. Sassan Ahmadi NOKIA Inc. sassan.ahmadi@nokia.com February 8, 2005 1 2005

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

Performance Analysis of VoIP Codecs over BE WiMAX Network

Performance Analysis of VoIP Codecs over BE WiMAX Network Performance Analysis of VoIP Codecs over BE WiMAX Network Muhammad Imran Tariq, Muhammad Ajmal Azad, Razvan Beuran, Yoichi Shinoda Japan Advanced Institute of Science and Technology, Ishikawa, Japan National

More information

ALL-IP CELLULAR NETWORK ARCHITECTURE FOR EFFICIENT RESOURCE MANAGEMENT

ALL-IP CELLULAR NETWORK ARCHITECTURE FOR EFFICIENT RESOURCE MANAGEMENT ALL-IP CELLULAR NETWORK ARCHITECTURE FOR EFFICIENT RESOURCE MANAGEMENT Young-June Choi, Kwang Bok Lee and Saewoong Bahk School of Electrical Engineering and Computer Science, INMC Seoul National University

More information

Simulative Investigation of QoS parameters for VoIP over WiMAX networks

Simulative Investigation of QoS parameters for VoIP over WiMAX networks www.ijcsi.org 288 Simulative Investigation of QoS parameters for VoIP over WiMAX networks Priyanka 1, Jyoteesh Malhotra 2, Kuldeep Sharma 3 1,3 Department of Electronics, Ramgarhia Institue of Engineering

More information

ADHOC RELAY NETWORK PLANNING FOR IMPROVING CELLULAR DATA COVERAGE

ADHOC RELAY NETWORK PLANNING FOR IMPROVING CELLULAR DATA COVERAGE ADHOC RELAY NETWORK PLANNING FOR IMPROVING CELLULAR DATA COVERAGE Hung-yu Wei, Samrat Ganguly, Rauf Izmailov NEC Labs America, Princeton, USA 08852, {hungyu,samrat,rauf}@nec-labs.com Abstract Non-uniform

More information

Performance Analysis of Scheduling Algorithms

Performance Analysis of Scheduling Algorithms Performance Analysis of Scheduling Algorithms for VoIP Services in IEEE 82.1 6e Systems Howon Lee*, Taesoo Kwon*, Dong-Ho Cho*, Geunhwi Limt and Yong Changt *Department of Electrical Engineering and Computer

More information

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29.

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29. Broadband Networks Prof. Dr. Abhay Karandikar Electrical Engineering Department Indian Institute of Technology, Bombay Lecture - 29 Voice over IP So, today we will discuss about voice over IP and internet

More information

Extended-rtPS Algorithm for VoIP Services in IEEE 802.16 systems

Extended-rtPS Algorithm for VoIP Services in IEEE 802.16 systems Extended-rtPS Algorithm for VoIP Services in IEEE 802.16 systems Howon Lee, Taesoo Kwon and Dong-Ho Cho Department of Electrical Engineering and Computer Science Korea Advanced Institute of Science and

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

The Evolution of 3G CDMA Wireless Networks. David W. Paranchych IEEE CVT Luncheon January 21, 2003

The Evolution of 3G CDMA Wireless Networks. David W. Paranchych IEEE CVT Luncheon January 21, 2003 The Evolution of 3G CDMA Wireless Networks David W. Paranchych IEEE CVT Luncheon January 21, 2003 Outline Past: cdma2000 1xRTT Present: 1xEV-DO What is it? How does it work? How well does it work? What

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

Performance Analysis of VoIP Codecs over Wi-Fi and WiMAX Networks

Performance Analysis of VoIP Codecs over Wi-Fi and WiMAX Networks Performance Analysis of VoIP Codecs over Wi-Fi and WiMAX Networks Khaled Alutaibi and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia, Canada E-mail: {kalutaib, ljilja}@sfu.ca Abstract

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

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

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

More information

Gauging VoIP call quality from 802.11 WLAN resource usage

Gauging VoIP call quality from 802.11 WLAN resource usage Gauging VoIP call quality from 82.11 WLAN resource usage Miroslaw Narbutt and Mark Davis Communications Network Research Institute School of Electronic and Communications Engineering Dublin Institute of

More information

QoS in VoIP. Rahul Singhai Parijat Garg

QoS in VoIP. Rahul Singhai Parijat Garg QoS in VoIP Rahul Singhai Parijat Garg Outline Introduction The VoIP Setting QoS Issues Service Models Techniques for QoS Voice Quality Monitoring Sample solution from industry Conclusion Introduction

More information

International Journal of Advance Engineering and Research Development. QoS Analysis of VOIP Traffic over WiMAX

International Journal of Advance Engineering and Research Development. QoS Analysis of VOIP Traffic over WiMAX Scientific Journal of Impact Factor(SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 2,Issue 5, May -2015 QoS Analysis of VOIP Traffic over WiMAX Saira Banu 1,

More information

How To Deliver High Quality Telephony Over A Network

How To Deliver High Quality Telephony Over A Network Voice over Application Note Telephony Service over Satellite January 2012 Data Sells but Voice Pays In the early years of the industry, networks were deployed primarily for telephony services. As time

More information

A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System

A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System Young Sil Choi Email: choiys@mobile.snu.ac.kr Illsoo Sohn Email: sohnis@mobile.snu.ac.kr Kwang Bok Lee Email: klee@snu.ac.kr Abstract

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

Enhancement of VoIP over IEEE 802.11 WLANs by Adapting Transmitting Interval

Enhancement of VoIP over IEEE 802.11 WLANs by Adapting Transmitting Interval Enhancement of VoIP over IEEE 82.11 WLANs by Adapting Transmitting Interval Zhuo Chen, Lingyun Wang, and Xinbing Wang School of Electronic, Information and Electrical Engineering Shanghai Jiao Tong University

More information

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone The International Arab Journal of Information Technology, Vol. 7, No. 4, October 2010 343 Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone Mohd Ismail Department

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 4: Medium Access Control October 5, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Medium Access Control Schemes: FDMA TDMA

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

Keywords Wimax,Voip,Mobility Patterns, Codes,opnet

Keywords Wimax,Voip,Mobility Patterns, Codes,opnet Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Effect of Mobility

More information

VoIP Network Dimensioning using Delay and Loss Bounds for Voice and Data Applications

VoIP Network Dimensioning using Delay and Loss Bounds for Voice and Data Applications VoIP Network Dimensioning using Delay and Loss Bounds for Voice and Data Applications Veselin Rakocevic School of Engineering and Mathematical Sciences City University, London, UK V.Rakocevic@city.ac.uk

More information

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP Voice over IP Andreas Mettis University of Cyprus November 23, 2004 Overview What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP 1 VoIP VoIP (voice over IP - that is,

More information

A Framework for supporting VoIP Services over the Downlink of an OFDMA Network

A Framework for supporting VoIP Services over the Downlink of an OFDMA Network A Framework for supporting VoIP Services over the Downlink of an OFDMA Network Patrick Hosein Huawei Technologies Co., Ltd. 10180 Telesis Court, Suite 365, San Diego, CA 92121, US Tel: 858.882.0332, Fax:

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

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

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

PERFORMANCE OF THE GPRS RLC/MAC PROTOCOLS WITH VOIP TRAFFIC

PERFORMANCE OF THE GPRS RLC/MAC PROTOCOLS WITH VOIP TRAFFIC PERFORMANCE OF THE GPRS RLC/MAC PROTOCOLS WITH VOIP TRAFFIC Boris Bellalta 1, Miquel Oliver 1, David Rincón 2 1 Universitat Pompeu Fabra, Psg. Circumval lació 8, 83 - Barcelona, Spain, boris.bellalta,

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

AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK

AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK Abstract AN OVERVIEW OF QUALITY OF SERVICE COMPUTER NETWORK Mrs. Amandeep Kaur, Assistant Professor, Department of Computer Application, Apeejay Institute of Management, Ramamandi, Jalandhar-144001, Punjab,

More information

RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS

RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS Edward Nowicki and John Murphy 1 ABSTRACT The General Packet Radio Service (GPRS) is a new bearer service for GSM that greatly simplify wireless

More information

3GPP Wireless Standard

3GPP Wireless Standard 3GPP Wireless Standard Shishir Pandey School of Technology and Computer Science TIFR, Mumbai April 10, 2009 Shishir Pandey (TIFR) 3GPP Wireless Standard April 10, 2009 1 / 23 3GPP Overview 3GPP : 3rd Generation

More information

Providing Quality of Service over a Shared Wireless Link

Providing Quality of Service over a Shared Wireless Link QOS AND RESOURCE ALLOCATION IN THE 3RD GENERATION WIRELESS NETWORKS Providing Quality of Service over a Shared Wireless Link Matthew Andrews, Krishnan Kumaran, Kavita Ramanan, Alexander Stolyar, and Phil

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

Can I add a VoIP call?

Can I add a VoIP call? Can I add a VoIP call? Sachin Garg Avaya Labs Basking Ridge, NJ 07920 Email: sgarg@avaya.com Martin Kappes Avaya Labs Basking Ridge, NJ 07920 Email: mkappes@avaya.com Abstract In this paper, we study the

More information

Analysis and Simulation of VoIP LAN vs. WAN WLAN vs. WWAN

Analysis and Simulation of VoIP LAN vs. WAN WLAN vs. WWAN ENSC 427 Communication Networks Final Project Report Spring 2014 Analysis and Simulation of VoIP Team #: 2 Kadkhodayan Anita (akadkhod@sfu.ca, 301129632) Majdi Yalda (ymajdi@sfu.ca, 301137361) Namvar Darya

More information

Bluetooth voice and data performance in 802.11 DS WLAN environment

Bluetooth voice and data performance in 802.11 DS WLAN environment 1 (1) Bluetooth voice and data performance in 802.11 DS WLAN environment Abstract In this document, the impact of a 20dBm 802.11 Direct-Sequence WLAN system on a 0dBm Bluetooth link is studied. A typical

More information

VoIP Bandwidth Considerations - design decisions

VoIP Bandwidth Considerations - design decisions VoIP Bandwidth Considerations - design decisions When calculating the bandwidth requirements for a VoIP implementation the two main protocols are: a signalling protocol such as SIP, H.323, SCCP, IAX or

More information

An Experimental Study of Throughput for UDP and VoIP Traffic in IEEE 802.11b Networks

An Experimental Study of Throughput for UDP and VoIP Traffic in IEEE 802.11b Networks An Experimental Study of Throughput for UDP and VoIP Traffic in IEEE 82.11b Networks Sachin Garg sgarg@avaya.com Avaya Labs Research Basking Ridge, NJ USA Martin Kappes mkappes@avaya.com Avaya Labs Research

More information

Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks

Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks Kam-Yiu Lam 1, Joe Yuen 1, Sang H. Son 2 and Edward Chan 1 Department of Computer Science 1 City University

More information

Advanced Networking Voice over IP: RTP/RTCP The transport layer

Advanced Networking Voice over IP: RTP/RTCP The transport layer Advanced Networking Voice over IP: RTP/RTCP The transport layer Renato Lo Cigno Requirements For Real-Time Transmission Need to emulate conventional telephone system Isochronous output timing same with

More information

Quality Estimation for Streamed VoIP Services

Quality Estimation for Streamed VoIP Services Quality Estimation for Streamed VoIP Services Mousa Al-Akhras and Hussein Zedan STRL, De Montfort University, Leicester, UK makhras@dmu.ac.uk, hzedan@dmu.ac.uk http://www.cse.dmu.ac.uk/strl/index.html

More information

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks Didem Gozupek 1,Symeon Papavassiliou 2, Nirwan Ansari 1, and Jie Yang 1 1 Department of Electrical and Computer Engineering

More information

Improving Quality of VoIP over WiMAX

Improving Quality of VoIP over WiMAX www.ijcsi.org 85 Improving Quality of VoIP over WiMAX Mohamed.A.Mohamed 1, Fayez.W.-Zaki 2 and Rania.H.Mosbah 3 1 Communication Department, Mansoura University, Mansoura, Egypt 2 Communication Department,

More information

Latency on a Switched Ethernet Network

Latency on a Switched Ethernet Network Application Note 8 Latency on a Switched Ethernet Network Introduction: This document serves to explain the sources of latency on a switched Ethernet network and describe how to calculate cumulative latency

More information

Comparison between Vertical Handoff Decision Algorithms for Heterogeneous Wireless Networks

Comparison between Vertical Handoff Decision Algorithms for Heterogeneous Wireless Networks Comparison between Vertical Handoff Decision Algorithms for Heterogeneous Wireless Networks Enrique Stevens-Navarro and Vincent W.S. Wong Department of Electrical and Computer Engineering The University

More information

Sources: Chapter 6 from. Computer Networking: A Top-Down Approach Featuring the Internet, by Kurose and Ross

Sources: Chapter 6 from. Computer Networking: A Top-Down Approach Featuring the Internet, by Kurose and Ross Multimedia Communication Multimedia Systems(Module 5 Lesson 2) Summary: H Internet Phone Example Making the Best use of Internet s Best-Effort Service. Sources: H Chapter 6 from Computer Networking: A

More information

Clearing the Way for VoIP

Clearing the Way for VoIP Gen2 Ventures White Paper Clearing the Way for VoIP An Alternative to Expensive WAN Upgrades Executive Overview Enterprises have traditionally maintained separate networks for their voice and data traffic.

More information

NETWORK REQUIREMENTS FOR HIGH-SPEED REAL-TIME MULTIMEDIA DATA STREAMS

NETWORK REQUIREMENTS FOR HIGH-SPEED REAL-TIME MULTIMEDIA DATA STREAMS NETWORK REQUIREMENTS FOR HIGH-SPEED REAL-TIME MULTIMEDIA DATA STREAMS Andrei Sukhov 1), Prasad Calyam 2), Warren Daly 3), Alexander Iliin 4) 1) Laboratory of Network Technologies, Samara Academy of Transport

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

802.16e service with the full mobility support by public service providers.

802.16e service with the full mobility support by public service providers. WiBro (Wireless Broadband): An 802.16d/e Simulation Model Jae-Young Kim, Ju-Yong Lee, Kyung-Joon Park, Jun-Hyung Kim, Hong-Sung Chang, Geunhwi Lim, Yong Chang, Han-Seok Kim Telecommunication Systems Division,

More information

Perceived Speech Quality Prediction for Voice over IP-based Networks

Perceived Speech Quality Prediction for Voice over IP-based Networks Perceived Speech Quality Prediction for Voice over IP-based Networks Lingfen Sun and Emmanuel C. Ifeachor Department of Communication and Electronic Engineering, University of Plymouth, Plymouth PL 8AA,

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

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

OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEME

OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEME OPTIMIZING VOIP USING A CROSS LAYER CALL ADMISSION CONTROL SCHEME Mumtaz AL-Mukhtar and Huda Abdulwahed Department of Information Engineering, AL-Nahrain University, Baghdad, Iraq almukhtar@fulbrightmail.org

More information

Voice over IP: RTP/RTCP The transport layer

Voice over IP: RTP/RTCP The transport layer Advanced Networking Voice over IP: /RTCP The transport layer Renato Lo Cigno Requirements For Real-Time Transmission Need to emulate conventional telephone system Isochronous output timing same with input

More information

Improving ertps Grant Allocation for VoIP Traffic in Silence Duration

Improving ertps Grant Allocation for VoIP Traffic in Silence Duration Improving ertps Grant Allocation for VoIP Traffic in Silence Duration S. Amir. Hoseini, S. Saed Rezaie, and H. Taheri Abstract This paper proposes a new uplink scheduling algorithm that can increase the

More information

WHITE PAPER. Realistic LTE Performance From Peak Rate to Subscriber Experience

WHITE PAPER. Realistic LTE Performance From Peak Rate to Subscriber Experience WHITE PAPER Realistic LTE Performance From Peak Rate to Subscriber Experience Realistic LTE Performance From Peak Rate to Subscriber Experience Introduction Peak data rates are often perceived as actual

More information

PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS

PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS Ali M. Alsahlany 1 1 Department of Communication Engineering, Al-Najaf Technical College, Foundation of

More information

How To Understand The Gsm And Mts Mobile Network Evolution

How To Understand The Gsm And Mts Mobile Network Evolution Mobile Network Evolution Part 1 GSM and UMTS GSM Cell layout Architecture Call setup Mobility management Security GPRS Architecture Protocols QoS EDGE UMTS Architecture Integrated Communication Systems

More information

Study of the impact of UMTS Best Effort parameters on QoE of VoIP services

Study of the impact of UMTS Best Effort parameters on QoE of VoIP services Study of the impact of UMTS Best Effort parameters on QoE of VoIP services Jose Oscar Fajardo, Fidel Liberal, Nagore Bilbao Department of Electronics and Telecommunciations, University of the Basque Country

More information

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits.

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits. Delay Need for a Delay Budget The end-to-end delay in a VoIP network is known as the delay budget. Network administrators must design a network to operate within an acceptable delay budget. This topic

More information

VoIP over WiMAX: Quality of Experience Evaluation

VoIP over WiMAX: Quality of Experience Evaluation VoIP over WiMAX: Quality of Experience Evaluation Vitor Bernardo, Bruno Sousa, Marilia Curado Laboratory of Communications and Telematics Department of Informatics Engineering, University of Coimbra {vmbern,bmsousa,marilia}@dei.uc.pt

More information

Implementation of Video Voice over IP in Local Area Network Campus Environment

Implementation of Video Voice over IP in Local Area Network Campus Environment Implementation of Video Voice over IP in Local Area Network Campus Environment Mohd Nazri Ismail Abstract--In this research, we propose an architectural solution to integrate the video voice over IP (V2oIP)

More information

Voice over IP Quality of Service Using Active Queue Management

Voice over IP Quality of Service Using Active Queue Management VI International Telecommunications Symposium (ITS2006), September 3-6, 2006, Fortaleza-CE, Brazil 1 Voice over IP Quality of Service Using Active Queue Management Vitalio Alfonso Reguera, Félix F. Álvarez

More information

Impact of 4G Wireless Link Configurations on VoIP Network Performance

Impact of 4G Wireless Link Configurations on VoIP Network Performance Impact of 4G Wireless Link Configurations on VoIP Network Performance Stefan Alfredsson, Anna Brunstrom Department of Computer Science Karlstad University SE-651 88 Karlstad, Sweden. Email: {Stefan.Alfredsson,

More information

Performance Analysis of Interleaving Scheme in Wideband VoIP System under Different Strategic Conditions

Performance Analysis of Interleaving Scheme in Wideband VoIP System under Different Strategic Conditions Performance Analysis of Scheme in Wideband VoIP System under Different Strategic Conditions Harjit Pal Singh 1, Sarabjeet Singh 1 and Jasvir Singh 2 1 Dept. of Physics, Dr. B.R. Ambedkar National Institute

More information

Deployment Aspects for VoIP Services over HSPA Networks

Deployment Aspects for VoIP Services over HSPA Networks Nash Technologies Your partner for world-class custom software solutions & consulting Deployment Aspects for VoIP Services over HSPA Networks Jens Mueckenheim, Enrico Jugl, Thomas Wagner, Michael Link,

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

Modelling Quality of Service in IEEE 802.16 Networks

Modelling Quality of Service in IEEE 802.16 Networks 1 Modelling Quality of Service in IEEE 802.16 Networks Giuseppe Iazeolla1, Pieter Kritzinger2 and Paolo Pileggi2 1 Software Engineering and System Performance Modelling Group University of Roma Tor Vergata,

More information

VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs

VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs Said El brak Mohammed Bouhorma Anouar A.Boudhir ABSTRACT Voice over IP (VoIP) has become a popular Internet

More information

Troubleshooting Common Issues in VoIP

Troubleshooting Common Issues in VoIP Troubleshooting Common Issues in VoIP 2014, SolarWinds Worldwide, LLC. All rights reserved. Voice over Internet Protocol (VoIP) Introduction Voice over IP, or VoIP, refers to the delivery of voice and

More information

An Efficient Scheduling Scheme to Enhance the Capacity of VoIP Services in Evolved UTRA Uplink

An Efficient Scheduling Scheme to Enhance the Capacity of VoIP Services in Evolved UTRA Uplink An Efficient Scheduling Scheme to Enhance the Capacity of VoIP Services in Evolved UTRA Uplink Yong-Seok Kim Abstract In this paper, an efficient scheduling scheme is proposed to increase the available

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

Radio Resource Allocation in GSM/GPRS Networks

Radio Resource Allocation in GSM/GPRS Networks Radio Resource Allocation in GSM/GPRS Networks Jean-Lien C. Wu 1, Wei-Yeh Chen 2, and Hung-Huan Liu 1 1 Department of Electronic Engineering, National Taiwan University of Science and Technology, 43, Keelung

More information

Voice and Fax/Modem transmission in VoIP networks

Voice and Fax/Modem transmission in VoIP networks Voice and Fax/Modem transmission in VoIP networks Martin Brand A1Telekom Austria ETSI 2011. All rights reserved Name : Martin Brand Position: Senior IT Specialist at A1 Telekom Vice Chairman ETSI TC INT

More information

OPPORTUNISTIC SCHEDULING OF VOICE AND DATA TRAFFIC IN WIRELESS NETWORKS. Thomas Bonald and Luca Muscariello

OPPORTUNISTIC SCHEDULING OF VOICE AND DATA TRAFFIC IN WIRELESS NETWORKS. Thomas Bonald and Luca Muscariello EuroFGI Workshop on IP QoS and Traffic Control P. Pereira (Ed.) Lisbon, Portugal, December 6 7, 2007 OPPORTUNISTIC SCHEDULING OF VOICE AND DATA TRAFFIC IN WIRELESS NETWORKS Thomas Bonald and Luca Muscariello

More information

Admission Control for VoIP Traffic in IEEE 802.11 Networks

Admission Control for VoIP Traffic in IEEE 802.11 Networks Admission Control for VoIP Traffic in IEEE 802.11 Networks Sachin Garg Avaya Labs Basking Ridge, NJ 07920 Email: sgarg@avaya.com Martin Kappes Avaya Labs Basking Ridge, NJ 07920 Email: mkappes@avaya.com

More information

Fundamentals of VoIP Call Quality Monitoring & Troubleshooting. 2014, SolarWinds Worldwide, LLC. All rights reserved. Follow SolarWinds:

Fundamentals of VoIP Call Quality Monitoring & Troubleshooting. 2014, SolarWinds Worldwide, LLC. All rights reserved. Follow SolarWinds: Fundamentals of VoIP Call Quality Monitoring & Troubleshooting 2014, SolarWinds Worldwide, LLC. All rights reserved. Introduction Voice over IP, or VoIP, refers to the delivery of voice and multimedia

More information

Circuit-Switched Voice Services over HSPA

Circuit-Switched Voice Services over HSPA Circuit-Switched Voice Services over HSPA 1 Qualcomm Incorporated, Corporate R&D San Diego, USA Abstract Circuit-Switched (CS) Voice Services over HSPA (CSoHS) was recently introduced for 3GPP WCDMA Release

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

Monitoring VoIP Call Quality Using Improved Simplified E-model

Monitoring VoIP Call Quality Using Improved Simplified E-model Monitoring VoIP Call Quality Using Improved Simplified E-model Haytham Assem, David Malone Hamilton Institute, National University of Ireland, Maynooth Hitham.Salama.2012, David.Malone@nuim.ie Jonathan

More information

HO Policies for Combined WLAN/UMTS Networks

HO Policies for Combined WLAN/UMTS Networks HO Policies for Combined WLAN/UMTS Networks Sven Wiethölter Telecommunication Networks Group TU Berlin Telecommunication Networks Group Technische Universität Berlin Project Overview Project partners Goal:

More information

Dynamic Reconfiguration & Efficient Resource Allocation for Indoor Broadband Wireless Networks

Dynamic Reconfiguration & Efficient Resource Allocation for Indoor Broadband Wireless Networks Dynamic Reconfiguration & Efficient Resource Allocation for Indoor Broadband Wireless Networks Tim Farnham, Brian Foxon* Home Communications Department HP Laboratories Bristol HPL-98-123 June, 1998 broadband,

More information

Performance optimization of mobile WiMAX netwoks for VoIP streams

Performance optimization of mobile WiMAX netwoks for VoIP streams Performance optimization of mobile WiMAX netwoks for VoIP streams L Ortiz V Rangel J Gomez Department of Telecommunications UNAM Mexico City {lortiz victor javierg}@fi-bunammx R Santos School of Telematics

More information