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.

TCP START-UP BEHAVIOR UNDER THE PROPORTIONAL FAIR SCHEDULING POLICY

TCP START-UP BEHAVIOR UNDER THE PROPORTIONAL FAIR SCHEDULING POLICY TCP START-UP BEHAVIOR UNDER THE PROPORTIONAL FAIR SCHEDULING POLICY J. H. CHOI,J.G.CHOI, AND C. YOO Department of Computer Science and Engineering Korea University Seoul, Korea E-mail: {jhchoi, hxy}@os.korea.ac.kr

More information

[2009] IEEE. Reprinted, with permission, from Mohd Ramli Huda Adibah., Sandrasegaran, Kumbesan., Basukala, Riyaj & Wu Leijia 2009, 'Modeling and

[2009] IEEE. Reprinted, with permission, from Mohd Ramli Huda Adibah., Sandrasegaran, Kumbesan., Basukala, Riyaj & Wu Leijia 2009, 'Modeling and [2009] IEEE. Reprinted, with permission, from Mohd Ramli Huda Adibah., Sandrasegaran, Kumbesan., Basukala, Riyaj & Wu Leijia 2009, 'Modeling and simulation of packet scheduling in the downlink long term

More information

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Jongho Bang Sirin Tekinay Nirwan Ansari New Jersey Center for Wireless Telecommunications Department of Electrical

More information

Impact of Voice Coding in Performance of VoIP

Impact of Voice Coding in Performance of VoIP Impact of Voice Coding in Performance of VoIP Batoul Alia Baker Koko 1, Dr. Mohammed Abaker 2 1, 2 Department of Communication Engineering, Al-Neelain University Abstract: Voice over Internet Protocol

More information

Adaptive Playout Buffering for H.323 Voice over IP Applications

Adaptive Playout Buffering for H.323 Voice over IP Applications Adaptive Playout Buffering for H.323 Voice over IP Applications M. Narbutt and L. Murphy Department of Computer Science University College Dublin Belfield, Dublin 4 Abstract In this paper we investigate

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks First Author A.Sandeep Kumar Narasaraopeta Engineering College, Andhra Pradesh, India. Second Author Dr S.N.Tirumala Rao (Ph.d)

More information

Novel MIME Type and Extension Based Packet Classification Algorithm in WiMAX

Novel MIME Type and Extension Based Packet Classification Algorithm in WiMAX Novel MIME Type and Extension Based Packet Classification Algorithm in WiMAX Siddu P. Algur Departmentof Computer Science Rani Chennamma University Belgaum, India Niharika Kumar Department of Information

More information

QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered Control Technique

QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered Control Technique 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore QoS and System Capacity Optimization in WiMAX Multi-hop Relay Using Flexible Tiered

More information

MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE

MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE Jamil Y. Khan 1, Pratik Das 2 School of Electrical Engineering and Computer Science, University of Newcastle, Callaghan, NSW 238,

More information

Multimedia Document Communications over Wireless Network

Multimedia Document Communications over Wireless Network Multimedia Document Communications over Wireless Network 1 Convergence of Mobile Services Personal computer Access to any data Internet Telecommunications Mobile Technology Ubiquitous Portable processing

More information

The Effect of Code-Multiplexing on the High Speed Downlink Packet Access (HSDPA) in a WCDMA Network

The Effect of Code-Multiplexing on the High Speed Downlink Packet Access (HSDPA) in a WCDMA Network The Effect of Code-Multiplexing on the High Speed Downlink Packet Access (HSDPA) in a WCDMA Network Raymond Kwan, Peter H. J. Chong 2, Eeva Poutiainen, Mika Rinne Nokia Research Center, P.O. Box 47, FIN-45

More information

Packet Scheduling Mechanism for Multimedia Services to Guarantee QoS in 3GPP LTE System

Packet Scheduling Mechanism for Multimedia Services to Guarantee QoS in 3GPP LTE System IJCSNS International Journal of Computer Science and Network Security, VOL.14 No.7, July 2014 1 Packet Scheduling Mechanism for Multimedia Services to Guarantee QoS in 3GPP LTE System Pligyu Shin and Kwangsue

More information

Wireless Communication

Wireless Communication Wireless Communication Hwajung Lee Key Reference: Prof. Jong-Moon Chung s Lecture Notes at Yonsei University Wireless Communications Bluetooth Wi-Fi Mobile Communications LTE LTE-Advanced Mobile Communications

More information

A Self-Organized Femtocell for IEEE e System

A Self-Organized Femtocell for IEEE e System A Self-Organized Femtocell for IEEE 80.16e System Young Jin Sang, Hae Gwang Hwang and Kwang Soon Kim School of Electrical and Electronic Engineering, Yonsei University 134, Shinchong-dong, Seodaemun-gu,

More information

Performance analysis of voip over wimax

Performance analysis of voip over wimax Performance analysis of voip over wimax Shima Faisal Ahmed Muhi-Aldean 1, Amin Babiker 2 1,2 Department of Communications, Faculty of Engineering Al Neelain University, Khartoum,Sudan Abstract: Voice over

More information

Comparison of Shaping and Buffering for Video Transmission

Comparison of Shaping and Buffering for Video Transmission Comparison of Shaping and Buffering for Video Transmission György Dán and Viktória Fodor Royal Institute of Technology, Department of Microelectronics and Information Technology P.O.Box Electrum 229, SE-16440

More information

NETWORK DIAGNOSTICS Testing HSDPA, HSUPA for 3G mobile apps

NETWORK DIAGNOSTICS Testing HSDPA, HSUPA for 3G mobile apps NETWORK DIAGNOSTICS Testing HSDPA, HSUPA for 3G mobile apps By Simon Binar Protocol Monitoring Division Tektronix Inc. The market for broadband cellular data services is rapidly evolving. From its deployment

More information

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols Integrated services Reading: S. Keshav, An Engineering Approach to Computer Networking, chapters 6, 9 and 4 Module objectives Learn and understand about: Support for real-time applications: network-layer

More information

CHAPTER 5. QoS RPOVISIONING THROUGH EFFECTIVE RESOURCE ALLOCATION

CHAPTER 5. QoS RPOVISIONING THROUGH EFFECTIVE RESOURCE ALLOCATION CHAPTER 5 QoS RPOVISIONING THROUGH EFFECTIVE RESOURCE ALLOCATION 5.1 PRINCIPLE OF RRM The success of mobile communication systems and the need for better QoS, has led to the development of 3G mobile systems

More information

LTE multi-cellular system in urban environment: inter-cell interference Impact on the Downlink radio transmission

LTE multi-cellular system in urban environment: inter-cell interference Impact on the Downlink radio transmission LTE multi-cellular system in urban environment: inter-cell interference Impact on the Downlink radio transmission Younes BALBOUL Signals, Systems and Components Lab Faculty of Science and Technology, Fez,

More information

Wireless Communication

Wireless Communication Wireless Communication Hwajung Lee Key Reference: Prof. Jong-Moon Chung s Lecture Notes at Yonsei University Wireless Communications Bluetooth Wi-Fi Mobile Communications LTE LTE-Advanced Mobile Communications

More information

Department of Electrical and Computer Systems Engineering

Department of Electrical and Computer Systems Engineering Department of Electrical and Computer Systems Engineering Technical Report MECSE-6-2006 Medium Access Control (MAC) Schemes for Quality of Service (QoS) provision of Voice over Internet Protocol (VoIP)

More information

Simon Fraser University

Simon Fraser University Simon Fraser University ENSC 427 Communication Networks Spring 2011 Final Project Voice over Internet Protocol (VoIP) over Worldwide Interoperability for Microwave Access (WiMAX) Team no.4 301069874 hhc12

More information

Optimal Packet Scheduling and Radio Resource Allocation. By Subhendu Batabyal Basabdatta Palit Prabhu chandar Dr. Suvra Sekhar Das

Optimal Packet Scheduling and Radio Resource Allocation. By Subhendu Batabyal Basabdatta Palit Prabhu chandar Dr. Suvra Sekhar Das Optimal Packet Scheduling and Radio Resource Allocation By Subhendu Batabyal Basabdatta Palit Prabhu chandar Dr. Suvra Sekhar Das Background - System Flow for Packet Scheduling Cellular Layout Tx Modulator

More information

Adaptive Coding and Modulation: Enhance Operational Efficiency of Wireless Backhaul

Adaptive Coding and Modulation: Enhance Operational Efficiency of Wireless Backhaul Adaptive Coding and Modulation: Enhance Operational Efficiency of Wireless Backhaul WHITE PAPER With the advent of newer data services and increase in usage of smart phones, there is an increased demand

More information

Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures

Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures Mostafa Zaman Chowdhury, Yeong Min Jang, and Zygmunt J. Haas * Department of Electronics Engineering, Kookmin

More information

Real-World Experience with a Mobile Broadband Network

Real-World Experience with a Mobile Broadband Network Real-World Experience with a Mobile Broadband Network Dr. Jin Yang Verizon Wireless jin.yang@ieee.org September 23, 2004 IEEE Communications Society Oakland-East Bay Chapter, CA Outline Introduction Overview

More information

GPRS and UMTS T

GPRS and UMTS T GPRS and UMTS T-110.2100 Global Packet Radio Service GPRS uses the time slots not used for circuit switched services Data rate depends on the availability of free time slots GPRS uses the multislot technique,

More information

CHAPTER 3 4G NETWORK ARCHITECTURE

CHAPTER 3 4G NETWORK ARCHITECTURE 62 CHAPTER 3 4G NETWORK ARCHITECTURE Wireless mobile communication system generations are all the time, a big topic for the research. Cellular service providers are already in the last phase of the deployment

More information

A Bandwidth Degradation Technique to Reduce Call Dropping Probability in Mobile Network Systems

A Bandwidth Degradation Technique to Reduce Call Dropping Probability in Mobile Network Systems TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. 16, No. 2, November 215, pp. 33 ~ 37 DOI: 1.11591/telkomnika.v16i2.8426 33 A Bandwidth Degradation Technique to Reduce Call Dropping Probability

More information

Real-Time Protocol (RTP)

Real-Time Protocol (RTP) Real-Time Protocol (RTP) Provides standard packet format for real-time application Typically runs over UDP Specifies header fields below Payload Type: 7 bits, providing 128 possible different types of

More information

Receiver-based adaptation mechanisms for real-time media delivery. Outline

Receiver-based adaptation mechanisms for real-time media delivery. Outline Receiver-based adaptation mechanisms for real-time media delivery Prof. Dr.-Ing. Eckehard Steinbach Institute of Communication Networks Media Technology Group Technische Universität München Steinbach@ei.tum.de

More information

Uplink Overhead Analysis and Outage Protection for Multi-Carrier LTE-Advanced Systems

Uplink Overhead Analysis and Outage Protection for Multi-Carrier LTE-Advanced Systems Aalborg Universitet Uplink Overhead Analysis and Outage Protection for Multi-Carrier LTE-Advanced Systems Wang, Yuanye; Pedersen, Klaus; Navarro, Miguel; Mogensen, Preben; Sørensen, Troels Bundgaard Published

More information

Efficient Uplink Scheduler Architecture of Subscriber Station in IEEE System

Efficient Uplink Scheduler Architecture of Subscriber Station in IEEE System Efficient Uplink Scheduler Architecture of Subscriber Station in IEEE 82.16 System Woo-Jae Kim 1, Joo-Young Baek 1, Sun-Don Lee 1, Young-Joo Suh 1, Yun-Sung Kim 2, and Jin-A Kim 2 1 Department of Computer

More information

QPPS : Qos Provision Packet Scheduling Algorithm in High Speed. Downlink Packet Access

QPPS : Qos Provision Packet Scheduling Algorithm in High Speed. Downlink Packet Access QPPS : Qos Provision Packet Scheduling Algorithm in High Speed Downlink Packet Access YING-HONG WANG, KUO-FENG HUANG Depart of Computer Science and Information Engineering Tamkang University 151 Ying-chuan

More information

Synopsis of Basic VoIP Concepts

Synopsis of Basic VoIP Concepts APPENDIX B The Catalyst 4224 Access Gateway Switch (Catalyst 4224) provides Voice over IP (VoIP) gateway applications for a micro branch office. This chapter introduces some basic VoIP concepts. This chapter

More information

Buffered Fixed Routing: A Routing Protocol for Real-Time Transport in Grid Networks

Buffered Fixed Routing: A Routing Protocol for Real-Time Transport in Grid Networks JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 18, NO. 6, JUNE 2000 757 Buffered Fixed Routing: A Routing Protocol for Real-Time Transport in Grid Networks Jinhan Song and Saewoong Bahk Abstract In this paper we

More information

Header Compression Capacity Calculations for Wireless Networks

Header Compression Capacity Calculations for Wireless Networks Header Compression Capacity Calculations for Wireless Networks Abstract Deployment of wireless transport in a data-centric world calls for a fresh network planning approach, requiring a balance between

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 Voice and Video over IP Slides derived from those available on the Web site of the book Computer Networking, by Kurose and Ross, PEARSON 2 Multimedia networking:

More information

PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION

PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION Phuc Khanh KIEU, Shinichi MIYAMOTO Graduate School of Engineering, Osaka University 2-1 Yamada-oka, Suita, Osaka, 565-871 JAPAN

More information

Journal of Electronics and Communication Engineering & Technology (JECET)

Journal of Electronics and Communication Engineering & Technology (JECET) Journal of Electronics and Communication Engineering & Technology (JECET) JECET I A E M E Journal of Electronics and Communication Engineering & Technology (JECET)ISSN ISSN 2347-4181 (Print) ISSN 2347-419X

More information

Protection Schemes for 4G Multihop wireless Networks

Protection Schemes for 4G Multihop wireless Networks Protection Schemes for 4G Multihop wireless Networks Sridevi, Assistant Professor, Department of Computer Science, Karnatak University, Dharwad Abstract:-This paper describes the relay node protection

More information

On Performance Evaluation of Different QoS Mechanisms and AMC scheme for an IEEE based WiMAX Network

On Performance Evaluation of Different QoS Mechanisms and AMC scheme for an IEEE based WiMAX Network On Performance Evaluation of Different QoS Mechanisms and AMC scheme for an IEEE 802.16 based WiMAX Network Vinit Grewal Department of Electronics and Communication Engineering National Institute of Technology

More information

A QoS Oriented Analysis of ertps and UGS flows in voice application over WIMAX

A QoS Oriented Analysis of ertps and UGS flows in voice application over WIMAX A QoS Oriented Analysis of ertps and UGS flows in voice application over WIMAX Abdalla A\ Alrahman Mohamed Abdalla 1, Dr. Amin Babiker A\ Nabi 2, Dr. Ashraf A. Osman 3 1,2,3 Department of communication,

More information

Adaptive QoS Platform in Multimedia Networks

Adaptive QoS Platform in Multimedia Networks Adaptive QoS Platform in Multimedia Networks Mahmoud Sherif, Ibrahim Habib, Mahmoud Naghshineh, and Parviz Kermani CUNY Graduate School and Department of Electrical Engineering The City College of New

More information

RSVP Support for RTP Header Compression, Phase 1

RSVP Support for RTP Header Compression, Phase 1 RSVP Support for RTP Header Compression, Phase 1 The Resource Reservation Protocol (RSVP) Support for Real-Time Transport Protocol (RTP) Header Compression, Phase 1 feature provides a method for decreasing

More information

Modeling Multistandard Wireless Networks in OPNET

Modeling Multistandard Wireless Networks in OPNET Modeling Multistandard Wireless Networks in OPNET Anna Zakrzewska, Michael S. Berger, Sarah Ruepp DTU Fotonik, Technical Univerisity of Denmark 800 Kgs. Lyngby, Denmark E-mail: {azak, msbe, srru}@fotonik.dtu.dk

More information

VoIP over wireless networks: a packet scheduling approach to provide QoS using Linux

VoIP over wireless networks: a packet scheduling approach to provide QoS using Linux VoIP over 82.11 wireless networks: a packet scheduling approach to provide QoS using Linux Terrence van Valkenhoef and Mishar Mahboob December 13, 25 Abstract In this work, we propose a layer three scheduler

More information

A New Call Admission Control scheme for Real-time traffic in Wireless Networks

A New Call Admission Control scheme for Real-time traffic in Wireless Networks A New Call Admission Control scheme for Real-time traffic in Wireless Networks Maneesh Tewari and H.S. Jamadagni Center for Electronics Design and Technology, Indian Institute of Science, Bangalore, 5612

More information

QoS ANALYSIS OF DIFFERENT SERVICE CLASSES IN WiMAX NETWORK USING VOIP

QoS ANALYSIS OF DIFFERENT SERVICE CLASSES IN WiMAX NETWORK USING VOIP Research Manuscript Title QoS ANALYSIS OF DIFFERENT SERVICE CLASSES IN WiMAX NETWORK USING VOIP Muthulakshmi. G 1, Saira Banu 2 1 Post Graduate Student, B.S.Abdur Rahman University, Chennai 2 Assistant

More information

Network Support for Multimedia

Network Support for Multimedia Network Support for Multimedia Daniel Zappala CS 460 Computer Networking Brigham Young University Network Support for Multimedia 2/33 make the best of best effort use application-level techniques use CDNs

More information

Experimental Evaluation of Jitter Buffer Algorithms on Voice over IP Networks

Experimental Evaluation of Jitter Buffer Algorithms on Voice over IP Networks Experimental Evaluation of Jitter Buffer Algorithms on Voice over IP Networks Abstract J.P.Ouedraogo, L.Sun and I.H.Mkwawa Signal Processing and Multimedia Communications, University of Plymouth, Plymouth,

More information

Investigation of Algorithms for VoIP Signaling

Investigation of Algorithms for VoIP Signaling Journal of Electrical Engineering 4 (2016) 203-207 doi: 10.17265/2328-2223/2016.04.007 D DAVID PUBLISHING Todorka Georgieva 1, Ekaterina Dimitrova 2 and Slava Yordanova 3 1. Telecommunication Department,

More information

On Admission of VoIP Calls Over Wireless Mesh Network

On Admission of VoIP Calls Over Wireless Mesh Network On Admission of VoIP Calls Over Wireless Mesh Network Hung-yu Wei Department of Electrical Engineering National Taiwan University Taipei, Taiwan {hywei}@ntu.edu.tw Kyungtae Kim, Anand Kashyap and Samrat

More information

Dual Cell-high Speed Downlink Packet Access System Benefits and User Experience Gains

Dual Cell-high Speed Downlink Packet Access System Benefits and User Experience Gains International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 4 (2013), pp. 279-292 International Research Publications House http://www. irphouse.com /ijict.htm Dual

More information

Advanced Computer Networks WLAN

Advanced Computer Networks WLAN Advanced Computer Networks 263 3501 00 WLAN Patrick Stuedi Spring Semester 2014 1 Oriana Riva, Department of Computer Science ETH Zürich Last week Outlook Medium Access COPE Short Range Wireless Networks:

More information

A QoS Control Scheme for Voice and Data Services in cdma2000 System

A QoS Control Scheme for Voice and Data Services in cdma2000 System A QoS Control Scheme for Voice and Data Services in cdma System Omneya Issa and Jean-Charles Grégoire INRS-EMT, Place Bonaventure, 8, de la Gauchetière Ouest, bureau 69 Montréal (Québec), H5A 1K6 Canada

More information

To address these challenges, extensive research has been conducted and have introduced six key areas of streaming video, namely: video compression,

To address these challenges, extensive research has been conducted and have introduced six key areas of streaming video, namely: video compression, Design of an Application Layer Congestion Control for Reducing network load and Receiver based Buffering Technique for packet synchronization in Video Streaming over the Internet Protocol Mushfeq-Us-Saleheen

More information

Comparative Assessments for Different WiMAX Scheduling Algorithms

Comparative Assessments for Different WiMAX Scheduling Algorithms Proceedings of the World Congress on Engineering and Computer Science 9 Vol I WCECS 9, October -, 9, San Francisco, USA Comparative Assessments for Different WiMAX Scheduling Algorithms Ahmed H. Rashwan,

More information

FUTURE wireless networks are expected to support multimedia

FUTURE wireless networks are expected to support multimedia 60 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 3, NO. 1, JANUARY 2004 Dynamic Fair Scheduling With QoS Constraints in Multimedia Wideband CDMA Cellular Networks Liang Xu, Member, IEEE, Xuemin (Sherman)

More information

Sample solution to Midterm

Sample solution to Midterm College of Computer & Information Science Spring 2007 Northeastern University Handout 10 CSG250: Wireless Networks 27 February 2007 Sample solution to Midterm Part I (4 4 = 16 points) 1. Explain how the

More information

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada 7/27/2010 HARISHVADADA.WORDPRESS.COM LTE-WIMAX BLOG QOS over 4G networks Harish Vadada Cellular network operators across the world have seen an explosive growth of mobile broadband usage. Traffic volume

More information

DiffServ Architecture: Impact of scheduling on QoS

DiffServ Architecture: Impact of scheduling on QoS DiffServ Architecture: Impact of scheduling on QoS Abstract: Scheduling is one of the most important components in providing a differentiated service at the routers. Due to the varying traffic characteristics

More information

Latest Technology for Video-Streaming Gateway of M-stage V Live

Latest Technology for Video-Streaming Gateway of M-stage V Live NTT DoCoMo Technical Journal Vol. 6 No.4 Latest Technology for Video-Streaming Gateway of M-stage V Live Assuring Video Quality and Usability Harumi Aoyama, Atsuto Miyata, Ryohei Ohgushi and Hiroshi Ishimaru

More information

B. Bellalta Mobile Communication Networks

B. Bellalta Mobile Communication Networks IEEE 802.11e : EDCA B. Bellalta Mobile Communication Networks Scenario STA AP STA Server Server Fixed Network STA Server Upwnlink TCP flows Downlink TCP flows STA AP STA What is the WLAN cell performance

More information

Analyzing the performance of WiMAX zone handover in the presence of relay node Qualnet6.1

Analyzing the performance of WiMAX zone handover in the presence of relay node Qualnet6.1 IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. IV (May - Jun. 2014), PP 49-53 Analyzing the performance of WiMAX zone

More information

Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com Efficient

More information

Call Admission Control for IEEE Contention Access Mechanism

Call Admission Control for IEEE Contention Access Mechanism Call Admission Control for IEEE 82.11 Contention Access Mechanism Dennis Pong and Tim Moors School of Electrical Engineering and Telecommunications, The University of New South Wales, Australia Email:

More information

An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media

An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media JAICT, Journal of Applied Information and Communication Technologies Vol.1, 1, 2016 An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media AchmadZakaria Azhar

More information

Voice Quality Assessment for Mobile to SIP Call over Live 3G Network

Voice Quality Assessment for Mobile to SIP Call over Live 3G Network Abstract 132 Voice Quality Assessment for Mobile to SIP Call over Live 3G Network G.Venkatakrishnan, I-H.Mkwawa and L.Sun Signal Processing and Multimedia Communications, University of Plymouth, Plymouth,

More information

FAIR DELAY OPTIMIZATION-BASED RESOURCE ALLOCATION ALGORITHM FOR VIDEO TRAFFIC OVER WIRELESS MULTIMEDIA SYSTEM

FAIR DELAY OPTIMIZATION-BASED RESOURCE ALLOCATION ALGORITHM FOR VIDEO TRAFFIC OVER WIRELESS MULTIMEDIA SYSTEM FAIR DELAY OPTIMIZATION-BASED RESOURCE ALLOCATION ALGORITHM FOR VIDEO TRAFFIC OVER WIRELESS MULTIMEDIA SYSTEM 1 M. R. M. Rizk, Senior Member, IEEE, 2 M. I. Dessouky, 3 Sami A. El-Dolil, and 4 Mohammed

More information

Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS

Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS Chapter 5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS 5.1 Introduction For successful

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part II WiFi vs 802.11 IEEE 802.11 Features Hidden Node

More information

Subject: Adhoc Networks

Subject: Adhoc Networks ISSUES IN AD HOC WIRELESS NETWORKS The major issues that affect the design, deployment, & performance of an ad hoc wireless network system are: Medium Access Scheme. Transport Layer Protocol. Routing.

More information

A-MAC: Adaptive Medium Access Control for Next Generation Wireless Terminals

A-MAC: Adaptive Medium Access Control for Next Generation Wireless Terminals University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln CSE Journal Articles Computer Science and Engineering, Department of 2007 A-MAC: Adaptive Medium Access Control for Next

More information

A QoS aware Packet Scheduling Scheme for WiMAX

A QoS aware Packet Scheduling Scheme for WiMAX A QoS aware Packet Scheduling Scheme for WiMAX Mahasweta Sarkar and Harpreet Sachdeva ABSTRACT WiMAX is one of the most promising broadband wireless technologies today. The WiMAX standard-802.16-is designed

More information

RECOMMENDATION ITU-R BT.1720 *

RECOMMENDATION ITU-R BT.1720 * Rec. ITU-R BT.1720 1 RECOMMENDATION ITU-R BT.1720 * Quality of service ranking and measurement methods for digital video broadcasting services delivered over broadband Internet protocol networks (Question

More information

SIMULATION FRAMEWORK MODELING

SIMULATION FRAMEWORK MODELING CHAPTER 5 SIMULATION FRAMEWORK MODELING 5.1 INTRODUCTION This chapter starts with the design and development of the universal mobile communication system network and implementation of the TCP congestion

More information

IT IS anticipated that traffic in next-generation cellular

IT IS anticipated that traffic in next-generation cellular 146 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 7, NO. 2, APRIL 1999 A Slotted CDMA Protocol with BER Scheduling for Wireless Multimedia Networks Ian F. Akyildiz, Fellow, IEEE, David A. Levine, and Inwhee

More information

Effect of Free Bandwidth on VoIP Performance in b WLAN Networks

Effect of Free Bandwidth on VoIP Performance in b WLAN Networks Dublin Institute of Technology ARROW@DIT Conference papers Communications Network Research Institute 26-6-1 Effect of Free Bandwidth on VoIP Performance in 82.11b WLAN Networks Miroslaw Narbutt Dublin

More information

arxiv: v2 [cs.ni] 23 May 2016

arxiv: v2 [cs.ni] 23 May 2016 Simulation Results of User Behavior-Aware Scheduling Based on Time-Frequency Resource Conversion Hangguan Shan, Yani Zhang, Weihua Zhuang 2, Aiping Huang, and Zhaoyang Zhang College of Information Science

More information

A Performance Comparison of CIass-based Scheduling Algorithms in Future UMTS Access

A Performance Comparison of CIass-based Scheduling Algorithms in Future UMTS Access A Performance Comparison of CIass-based Scheduling Algorithms in Future UMTS Access Nidal Nasser Department of Computing & Information Science University of Gueiph Guelph, Ontario, NlG 2W1 Canada nasser@cis.uoguelph.ca

More information

RECENTLY, the information exchange using wired and

RECENTLY, the information exchange using wired and Fast Dedicated Retransmission Scheme for Reliable Services in OFDMA Systems Howon Lee and Dong-Ho Cho Department of Electrical Engineering and Computer Science Korea Advanced Institute of Science and Technology

More information

Coverage Evaluation Methodology for Next Generation Wireless Systems

Coverage Evaluation Methodology for Next Generation Wireless Systems Coverage Evaluation Methodology for Next Generation Wireless Systems Gamini Senarath, Shalini Periyalwar, Martin Smith and Robert Matyas Wireless Technology Labs, Nortel Networks, Ottawa Abstract This

More information

PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES

PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES Karann Chew, Rahim Tafazolli University of Surrey, United Kingdom Abstract - GPRS is part of the evolution

More information

On the Importance of Using Appropriate Link-to-System Level Interfaces for the Study of Link Adaptation

On the Importance of Using Appropriate Link-to-System Level Interfaces for the Study of Link Adaptation On the Importance of Using Appropriate Link-to-System Level Interfaces for the Study of Link Adaptation Javier Gozalvez and John Dunlop Department of Electronic and Electrical Engineering, University of

More information

SALSA: Super-Peer Assisted Live Streaming Architecture

SALSA: Super-Peer Assisted Live Streaming Architecture SALSA: Super-Peer Assisted Live Streaming Architecture Jongtack Kim School of EECS, INMC Seoul National University Email: jkim@netlab.snu.ac.kr Yugyung Lee School of Computing and Engineering University

More information

Scheduling Algorithms to Minimize Session Delays

Scheduling Algorithms to Minimize Session Delays Scheduling Algorithms to Minimize Session Delays Nandita Dukkipati and David Gutierrez A Motivation I INTRODUCTION TCP flows constitute the majority of the traffic volume in the Internet today Most of

More information

Packet or Circuit Switched Voice Radio Bearers - A Capacity Evaluation for GERAN

Packet or Circuit Switched Voice Radio Bearers - A Capacity Evaluation for GERAN Packet or Circuit Switched Voice Radio Bearers - A Capacity Evaluation for GERAN Mats Arvedson, Magnus Edlund, Ola Eriksson, Andreas Nordin and Anders Furuskär Radio Communications Systems, S3, Royal Institute

More information

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network Improving the Data Scheduling Efficiency of the IEEE 802.16(d) Mesh Network Shie-Yuan Wang Email: shieyuan@csie.nctu.edu.tw Chih-Che Lin Email: jclin@csie.nctu.edu.tw Ku-Han Fang Email: khfang@csie.nctu.edu.tw

More information

Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service

Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service PUBLISHED IN: PROCEEDINGS OF THE EUROPEAN WIRELESS 2006 CONFERENCE 1 Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service George Xylomenos, Konstantinos Katsaros

More information

Scheduling of Multimedia Traffic in Interference-Limited Broadband Wireless Access Networks

Scheduling of Multimedia Traffic in Interference-Limited Broadband Wireless Access Networks Scheduling of Multimedia Traffic in Interference-Limited Broadband Wireless Access Networks Mohamed H. Ahmed, Halim Yanikomeroglu, Samy Mahmoud, David Falconer Broadband Communications and Wireless Systems

More information

Two-Tier WBAN/WLAN Healthcare Networks; Priority Considerations

Two-Tier WBAN/WLAN Healthcare Networks; Priority Considerations Two-Tier WBAN/WLAN Healthcare Networks; Priority Considerations Saeed Rashwand Department of Computer Science University of Manitoba Jelena Mišić Department of Computer Science Ryerson University Abstract

More information

Communication using Multiple Wireless Interfaces

Communication using Multiple Wireless Interfaces Communication using Multiple Interfaces Kameswari Chebrolu and Ramesh Rao Department of ECE University of California, San Diego Abstract With the emergence of different wireless technologies, a mobile

More information

Quality Differentiation with Source Shaping and Forward Error Correction

Quality Differentiation with Source Shaping and Forward Error Correction Quality Differentiation with Source Shaping and Forward Error Correction György Dán and Viktória Fodor KTH, Royal Institute of Technology, Department of Microelectronics and Information Technology, {gyuri,viktoria}@imit.kth.se

More information

An Efficient Dynamic Bandwidth Allocation Algorithm for Quality of Service Networks

An Efficient Dynamic Bandwidth Allocation Algorithm for Quality of Service Networks An Efficient Dynamic Bandwidth Allocation Algorithm for Quality of Service Networks J. Elias 1, F. Martignon 2, and A. Capone 3 1 University of Paris 6, LIP6 Laboratory, 8 rue du Capitaine Scott, 75015,

More information

Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6

Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6 Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6 Esra Musbah Mohammed Musbah 1 Khalid Hamed Bilal 2 Amin Babiker A./Nabi Mustafa 3 Abstract VoIP stands for voice over internet protocol. It is one

More information

Admission Control in Time-Slotted Multihop Mobile Networks

Admission Control in Time-Slotted Multihop Mobile Networks dmission ontrol in Time-Slotted Multihop Mobile Networks Shagun Dusad and nshul Khandelwal Information Networks Laboratory Department of Electrical Engineering Indian Institute of Technology - ombay Mumbai

More information

Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks

Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks Sangheon Pack and Yanghee Choi School of Computer Science & Engineering Seoul National University Seoul, Korea Abstract Next-generation

More information

Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks

Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks P. Rajan Dr. K.L.Shanmuganathan Research Scholar Prof.

More information