Evaluation and Comparaison of Scheduling Algorithms in Wimax Networks

Size: px
Start display at page:

Download "Evaluation and Comparaison of Scheduling Algorithms in Wimax Networks"

Transcription

1 Evaluation and Comparaison of Scheduling Algorithms in Wimax Networks Abstract Kais Mnif * LETI laboratory, University of Sfax, Tunisia Ecole Nationale d Electronique et de Télécommunications (ENET COM) kais.mnif@isecs.rnu.tn In this paper, we propose a new scheduling algorithm for IEEE Broadband wireless Metropolitan Area Networks in TDD mode. Based on some known algorithms such as Modified Deficit Round Robin (MDRR), Proportional Fairness (PF) and Adaptive Proportional Fairness (), we have studied the scheduling problem and proposed scheduling algorithm, called (Enhanced-) for focuses on an efficient mechanism to serve high priority traffic in order to perform and achieve high resource utilization in the Wimax Base Station. We give a detailed simulation study for the proposed scheduling algorithm and its performance has been compared. Based on OPNET modeler Simulation, results show that the proposed algorithm can increase the network throughput, maintain relative fairness, and lower delay of dealing with different requirements from users under congestion conditions. Keywords: Wimax, Scheduling algorithms, QoS. I. INTRODUCTION The Wimax technology is one of the most important broadband wireless technologies. It is based on the IEEE standard and has a very rich set of features. Being an emerging technology, WiMAX can support multimedia applications such as voice over IP voice conference, etc. It is necessary to provide Quality of Service (QoS) guaranteed with different characteristics. Initially, the primary interests of network operators are to improve coverage and spectral efficiency of the Radio Access Network It is a very promising Broadband Wireless Access (BWA) technology. The objective is to have a highly efficient use of radio resources while serving types of services. However, these services can have different constraints such as maximum latency, tolerated jitter and traffic rate. The IEEE BWA system has three possible physical layers (PHY): Single Carrier (SC), Orthogonal Frequency Division Multiplexing (OFDM), and Orthogonal Frequency Division Multiple Access (OFDMA) [1,2]. The OFDMA physical layer is the most efficient and most complex one. In OFDMA each Subscriber Station (SS) can receive some portions of the allocation for the combination of frequency and time so that the channel capacity is efficiently used. Radia Khdhir and Lotfi Kamoun Ecole Nationale d Ingénieurs de Sfax (ENIS) LETI laboratory, University of Sfax, Tunisia Wimax retains only OFDM and OFDMA. For topologies, mesh and Point-to-Multipoint (PMP) modes can be used. Both Duplexing modes are possible: Frequency Division Duplex (FDD) and Time Division Duplex (TDD). Theoretically, a WiMAX base station can provide broadband wireless access in ranges up to 50Kms for mobile stations with a maximum data rate of up to 70 Mbps. An important principle of WiMAX is that it is connection oriented [2]. The IEEE standard Medium Access Control (MAC) defines five types of QoS classes [3]: 1- Unsolicited Grant Service (UGS) UGS is primarily designed for Constant-Bit-Rate (CBR) services such as VoIP, which means that realizing low latency and low jitter is very important. This service provides guaranteed throughput, latency and jitter to the necessary levels as TDM services. UGS has the following set of features: UGS flows are buffered separately from each other and from flows in service classes such as nrtps and BE. UGS service flows are given strictly higher priority versus nrtps and BE service flows, which implies that the system serves nrtps and BE packets only after it has finished transmitting all outstanding UGS packets. 2- Real-Time Polling Service (rtps) The Real-Time Polling Service (rtps) is intended to support real-time service flows that generate variable size data packets on a periodic basis, such as MPEG video. This service offers real-time, periodic, unicast request opportunities, which meet the flow s real-time needs and allow the Subscriber Station (SS) to specify the size of the desired grant. The mandatory service flow parameters that define this service are inclusive of minimum reserved traffic rate, maximum sustained traffic rate, maximum latency and request/transmission policy. This service requires more request overhead than UGS, but supports variable sizes for optimum data transport efficiency. Unlike UGS, the polling overhead exists even when the flows are idle, and for as long as they are active.

2 3- Non-real-time Polling Service (nrtps) This service class is intended to support non-real-time service flows that require variable size data packets, delay tolerant and a minimum data rate, such as FTP. The applications provided by this service are time-insensitive and a minimum amount of bandwidth. This is accomplished by offering unicast polls on a regular basis, which ensures that the service flow receives requests even during network congestion. 4- Extended real-time Polling Service (ertps) This class of service provides real-time applications which generate variable-sized data packets periodically that require guaranteed data rate and delay with silence suppression. This service is only defined in IEEE e During the silent periods, no traffic is sent and no bandwidth is allocated. However, there is a need to have a BS poll during the MS to determine the end of the silent periods. ertps is featured in VoIP with silence suppression 5- Best Effort (BE) The BE service is intended to support data streams that don t require minimum guaranteed rate, and could be handled on best available basis. Unicast polling requests are not guaranteed in this case, requiring contention requests to be used. BE packets may therefore take a long time to transmit during network congestions. A summary of the QoS categories is illustrated in Table 1. TABLE 1. SUMMARY OF QOS CATEGORIES [4] QoS Category Applications QoS specification UGS Unsolicited grant service rtps real-time Polling Service ErtPS Extended real-time Polling Service nrtps Non-real-time polling service BE Best Effort Service VoIP Streaming audio/video VoIP with VAD (Voice Activity Detection) File Transfer Protocol (FTP) Data transfer Web Browsing, etc. Max. sustained rate, Max. latency tolerance, Jitter tolerance. Min. reserved rate, Max. sustained rate, Max. latency tolerance, Traffic priority. Min. reserved rate, Max. sustained rate, Max. latency tolerance, Jitter Tolerance, Traffic priority Min. reserved rate, Max sustained rate, Traffic priority Max sustained rate, The MAC (Media Access Control) layer of IEEE is responsible for allocating resources for SSs (subscriber stations) and active flows is called the scheduling process. Unlike other parts of IEEE , Wimax does not specify the scheduling algorithm to be used. Some works have been published about scheduling algorithms for Wimax but the optimal scheduling algorithm is still in open research area [5], [6] and [8]. In this paper, we did an extensive evaluation of the E- (Enhanced-Adaptive Priority Fairness) scheduling algorithm which is proposed in [9] to provide a better allocation of resources to different SSs (subscriber stations) based on their priority and QoS parameters. The IEEE standard includes the QoS mechanism in the Medium Access Control (MAC) layer (Level 2) architecture. It defines service flows which enables the end-to-end IP based QoS. The MAC layer is also responsible for scheduling of bandwidth for different users based on their requirements as well as the QoS profiles. The standard is designed to support a wide range of applications. These applications may require different levels of QoS [16]. The main objective of this work to compare scheduling algorithms in WiMAX network. In order to specify high network performance, an efficient scheduling algorithm is essential as it manages and controls the provision of an efficient level of QoS support. Although many scheduling algorithms have been proposed in the literature for WiMAX network, the design of the algorithms are challenged by having to support different levels of services, fairness and implementation complexity. The rest of this paper is organized as follows. After an overview of related work concerning scheduling algorithms for Wimax networks in section II, we present, in section III, the four algorithms which will be compared. Section IV presents the setup of simulation environment and the simulation results of the algorithm compared to other algorithms. Finally, concluding remarks and directions for future work are given in section V. II. RELATED WORK In this section, we give an overview of scheduling algorithms presented on the literature. Jain et al. proposed Proportional Fairness (PF) in [10]. The goal of this scheduling algorithm scheme is to enhance the system throughput as well as to provide fairness among the different queues. PF is simple and efficient but it can t guarantee QoS requirements, such as delay and jitter, due to the fact that it was originally designed for saturated queues with non real-time data services. Nie et al. ed survey and study the scheduling problem and propose a two level scheduling () scheme with support for quality of service and fairness guarantees for downlink traffic in a WiMAX network [8] Scheduling algorithms can be classified into two main categories: the first category is based on the channelunaware schedulers while the second category is based on the channel aware schedulers [9]. Channel aware schedulers don t use any instant information of the channel state condition in making the scheduling decision. The design of those schedulers varies based on

3 the ultimate goal of the scheduler such as fair allocation of resources between different SSs or maximizing throughput. However, no single queue algorithm can handle all QoS constrains (jitter, throughput rate, delay, etc.) simultaneously. Indeed, no published researches show how to handle jitter over IEEE and most researches focus on delay or throughput rate. Generally, the QoS classes are served in the following order: UGS, ertps, rtps, nrtps and BE. on the bases of flow priority, where highest priority flow is served first regardless of its class. However, even within the same class, there are many constrains that can t be handled through one scheduler [5]. For example, UGS class is designed to support real time data streams consisting of fixed-size data packets issued at periodic intervals, maximum latency and priority. Most existing scheduling algorithms give precedence to flows based on one or two of those parameters. For instance Round Robin (RR) distributes resources equally over different queues regardless of flow priority and of its maximum latency. There is an extension of the RR scheduler, called the Modified Deficit Round Robin (MDRR) scheduler which focuses on giving priority to the lowest data rate flow regardless of its priority [9]. Other scheduling algorithm, like Adaptive Proportional Fairness () which is designed to extend the PF scheduling algorithm provides a satisfaction for the various QoS requirements [10]. The proposed tries to differentiate the delay performance of each queue based on the Grant per Type-of- Service (GPTS) principle. To sum up, the primary objective of a scheduling algorithm is to be able to share the total system bandwidth fairly. Wimax scheduler aims to achieve the optimal usage of resources, to ensure the QoS, to maximize good put and to minimize power consumption while ensuring feasible algorithm complexity and system scalability. However, it is very difficult for any scheduler to handle all the parameters in one step. In this paper, a new scheduling algorithm is proposed to guarantee the maximum scheduling criteria III. ALGORITHMS COMAPARISON In this section, we give an overview of the four schemes retained for comparaison. III-1. MDRR MDRR scheduling algorithm can be considered as an extension of the DRR scheduling scheme [19].There some different modifications of the DRR scheme and hence the name is MDRR. The algorithm depends upon the DRR scheduling fundaments to a great extent, however, in MDRR the quantum value given to the queues is based on the weight associated with them. The MDRR algorithm adds a PQ (Priority Queeuing) into consideration with DRR. A PQ scheme isolates high priority flows from the rest of the other flows for the reason to guarantee a better quality of service provisioning. There are mostly two types of MDRR schemes [16]: - Alternate Mode: In this mode the high priority queue is serviced in between every other queue. - Strict Priority Mode: Here the high priority queue is served whenever there is backlog after completely transmitting all its packets then the other queues are served. However, as soon as packets are backlogged again in the high priority queue, the scheduler transmits the packet currently being served and moves back to the high priority queue. III-2. Adaptive Proportional Fairness () scheduling for rtps and ertps services, and Proportional Fairness (PF) scheduling for Nrtps and BE services and provides a satisfaction of various QoS requirements. the authors proposed a QoS priority and fairness scheduling scheme for downlink traffic which guarantees the delay requirements of UGS, ertps and rtps service classes. The proposed mechanism is a two-level scheduling scheme that intends to maximize the BE traffic throughput. Firstly, a strict priority between service classes is adapted in the first level as follows UGS > ertps > rtps > nrtps > BE. Secondly, a fixed-size data is granted periodically for UGS service class, an Adaptive Proportional Fairness () scheduling is applied for both rtps and ertps service classes [10] III-3. The scheduling scheme is based on the Grant Per Type-of Service (GPTS) principle, which aims at differentiating the delay performance of each queue. A novel priority function is devised for all the QoS guarantees, including rtps and ertps, for allocating time slots on the queues with the highest priority value. For time t, and user k, the channel quality is Ch Condk (t). This is directly proportional with the signal which the SS receives and determines the maximal transmission rate. Ch Condk (t) is calculated based on modulation, coding and repeat times. For time t, and user k, the historical throughput is Th k (t). The user s priority is calculated by the following formula: P k (t) = Ch Condk (t)/[1+ R i (t)th k (t)/c i ] The user with the highest priority will be scheduled with the highest probability. At the time interval t, the priority function for queue i is defined in below formula. R i (t) is the real-time service minimum rate requirement, C i (t) is the number of connections at the i th queue, channel quality time determines the transmission capacity [9]. III-4. E- The main idea of this scheme is based on that the criteria for user satisfaction such as throughput, fairness, etc. do not really reflect the degree of QoS satisfaction. In fact, allocating the same throughput to all users is not always sufficient to ensure an adequate QoS. It uses the concept

4 of delay outage by analogy with the concept of outage used in system coverage planning. A mobile transmission is in delay outage when its packets experienced a delay greater than a given threshold. The Packet Delay Outage Ratio (PDOR) target is defined as the maximum ratio of packets that may be delivered after this fixed delay threshold. Table 2 shows below presents a comparative analysis of the QoS Scheduling Algorithms. TABLE 2 : COMPARISON BETWEEN ALGORITHMS Scheme Pros. Cons. MDRR E- Enhance the QoS satisfaction Fair and satisfy the QoS requirements Increase the network throughput and lower delay Maximize total throughput Satisfy the main QoS requirements Complex and Unfair Does not consider the channel behavior Complex and need estimation model Does not support the radio channel low average delay Class Supported 3 types of service (UGS, rtps, nrtps) All types of traffic All types of traffic All types of traffic IV. PERFORMANCE SIMULATION AND RESULTS IV-1. Simulation parameter The overall objective of the simulation model is to analyze the behavior and performance of the proposed algorithm in [10] and compared with an existing algorithm such as MDRR, [4], and [11]. The simulations have been performed using Opnet Modeler [15]. The important parameters used to configure the PHY and MAC layers are summarized in table 3. TABLE 3 : PARAMETERS OF SIMULATION MODEL Parameter Model PHY Wimax channel bandwidth Frame duration Symbol duration Number of symbol per PS Initial modulation Value PMP OFDMA 10Mhz 5 ms 12.6µs 4 1/2 QPSK W (bit/symbol) 1 Simulation duration 1000s IV-1. Traffic Model Class 1: VoIP traffic a CBR service, This class is designed to support fixed-sized data packets This service provides guaranteed throughput, latency and jitter. Class 2: Video Conference Traffic. The audio and video components of video conferencing have different bandwidth requirements. The audio component requires between 16 and 64 Kbps and the video component requires between 160 Kbps and 1 Mbps. We implement a typical business-quality video conference which runs at 384 Kbps and can deliver TV-quality video at 25/30 frames per second. The traffic model of video conferencing is shown in table 4 [2]. Class 3: Web Browsing (HTTP) Traffic. An HTTP traffic model is used for the BE class. Each webpage might consist of a number of web objects including embedded images, style sheets, executable java applets, plug-ins, and the page itself. The time between visiting two pages is referred to as the reading time and includes time for the user to read all or part of the page. The session is cut into ON/OFF periods representing webpage downloads and the intermediate reading times, where the webpage downloads are referred to as packet calls. Class 4: FTP Traffic. We implemented an FTP traffic generator with a constant packet size of 1500 bytes. According to packet size distributions, more than 75% of the files are transferred using an MTU of 1500 bytes and almost 25% of the files are transferred using an MTU of 576 bytes. These two packet sizes also include 40 bytes for IP header [2]. TABLE 4: VIDEO STREAMING PARAMETERS Parameter Inter-arrival time between Video frames Video packet size Minimum Reserved Traffic Rate Minimum Sustained Traffic Rate Maximum latency Value 120 ms ~Geometric (mean =200 bytes) 64 kps 500 kps 150ms Tolerated packet loss 3% Average traffic rate 220 kps The simulation environment consists of one BS and the number of the SS, operating in IEEE PMP mode, varies from 5 to 40. There will be one service flow between each SS and the BS. For all SSs, we chose a modulation 1/2 QPSK and each SS will establish one or more sessions to each class of service. Figure 1illustarte the simulation scenario in OPNET for 20 SS.

5 Fig. 1. Simulation scenario in Opnet (20 SSs) IV-2 Analysis results The first set of results consists of varying the arrival rate [ pq/s], for different class of service and showing behavior of the proposed algorithm, figure 2. Simulation results show that we can guarantee to the UGS class with a blocking probability less than 10-4 even with high arrival rate (120 pq/s). Another result consists on respecting the priority of each class and the blocking probability increase linearly as function of arrival rate. Blocking Probability 1,0E-01 1,0E-02 1,0E-03 1,0E-04 UGS rtps nrtps BE 1,0E Arrival Rate (pq/s) Fig.2. Blocking probability vs Arrival rate (pq/s) a- Throughput Throughput is defined as the quantify of data rate (b/s) generated by the application. To calculate throughput the size of each packet was added. The total time was calculated by the difference between the time that the first packet started and the time that the last packet reached the destination. In the second set of results, we will compare the performance of the proposed algorithm Enhanced Adaptive Proportional Fairness (E-) in [10] with the existing algorithms such as MDRR, and. For this comparison, we consider throughput, average delay and packet loss rate. For a given number of SS, we did ten simulations and we compute the average value. Throughput (packett/s) Average delay (ms) Figure 3 illustrates the variation of the Throughput by user expressed in packet/s as a function of the number of SS. According to results from simulation, the E- can perform others algorithm. However, when the number of users is increasing, the E- algorithm causes throughput derogation comparing with the others algorithms. The reason is that the more users in the sector, the larger the probability of users with poor channel condition. To improve fairness among users, the E- has to allocate more resources to users with poor channel condition, causing some degradation of the average sector throughput Number of SS Fig.3. Throughput (pq/s) vs Number of SS b- Average Delay WRR The time taken by the packets to start from the source and reach the destination and traverse back to source is the delay produced by packet. The source which causes the delay can be propagation delay, transmission delay, waiting delay, etc. Figure 4 shows the average delay (end to end delay) for the discussed algorithms. Simulation results prove that the E- gives more interesting results in term of the average of the end to end delay. The E- algorithm ensures that delay sensitive traffic has access to a channel in a timely fashion WRR E- E Number of SS Fig. 4. Average delay (ms) vs Number of SS

6 Packet Loss 1 0,1 0,01 0,001 WRR E Number of SS Fig. 5. Packet loss vs Number of SS c- Packet Loss Packet loss is the sum of all the packets which do not reach the destination over the sum of packets which leaves the destination. The ratio of total data sent to total data lost gives the packet loss. Simulation results given by figure 5 illustrate the evolution of the packet loss when the numbers of SS increase. As it can be concluded, packet loss increases when the number of SS increases. The performance of the E- algorithm exceeds other existing algorithms in term of Packet loss. Indeed, it can guarantee a low packet loss rate even with a high number of SS. CONCLUSION In this paper, an extensive simulation study of four scheduling algorithms (MDRR,, and E-) for resource allocation in IEEE wireless Wimax networks (802.16). The main objective of a reliable algorithm is to enable the BS scheduler to balance between serving high and low priority traffic simultaneously. The simulation results have verified that the E- scheduling algorithm is capable to enhance the performance of Wimax networks. The performance improvement of the E- algorithm is illustrated through the simulation results. The E- algorithm not only meets all the QoS requirements of the service classes but also provides higher throughput, low delay and packet loss rate, while promises the fairness among all the other service class. In a future research work, the algorithm will be extended to the channel interesting challenging task will be focused on the application of the algorithm to the newly established Term Evolution (LTE) networks. REFERENCES [1] IEEE P802.16Rev2/D2, DRAFT Standard for Local and metropolitan area networks, Part 16: Air Interface for Broadband Wireless Access Systems, Dec [2] IEEE Working Group on Broadband Wireless Access. [3] Mokdad L. and Ben Othman J. Performance Analysis of an Admission Control Enhancement in WIMAX networks. Journal of Interconnection Networks Vol. 10 No 4, pp , [4] Nuaymi L., Wimax Technology for Brodband Wireless Access, John Wiley and Sons, [5] Li, B., Qin,Y., Low, C. P. and Gwee, C. L., "A Survey on Mobile WiMAX", IEEE In Communications Magazine, Vol. 45, No. 12, pp , [ 6] Belguith A. and Nuaymi L. Comparison of WiMAX scheduling algorithms and proposals for the rtps QoS class, ENST Bretagne, [7] EL-Shinnawy A., Two-Step Scheduling Algorithm for IEEE Wireless Networks, 12 th Communication Technology (ICCT), [8] Meng X., An Efficient Scheduling for QoS Requirements in WiMAX, Electrical and Computer EngineeringWaterloo, Ontario, Canada, 2007 [9] Nie W., Wang H. and Park H. J. Packet Scheduling with QoS and Fairness for Downlink Traffic in WiMAX Networks, Journal of Information Processing Systems, Vol.7, No.2, June [10 ]Khdhir R., Mnif K. and Kamoun L. ''Performance Evaluation of Scheduling Algorithm for Wimax Networks'' Inter. Conference on Information and Computer Networks ICICN Singapore, Jan , [11] Gueguen C. and Baey S., Weighted Fair Opportunistic Scheduling for Multimedia QoS Support in Multiuser OFDM Wireless Networks, PIMRC2008, IEEE 19th Inernational Symposuim on Personal, Indoor AND Mobile Radio communications, [12] Shreedhar M. and Varghese G., Efficient Fair Queuing using Deficit Round Robin, IEEE/ACM Transaction on networking, Juin [13] Jain R. So-In C., Tamimi A., Scheduling in IEEE e Mobile Wimax Networks: key Issues and survey IEEE journal on Special Area in communication (JSAC), Vol. 27, No.2, February [14] Gueguen C. and Baey S., improving Mobile Satisfaction in Multiuser OFDM wirless Networks, Ecole ete RESCOM June 2008, Saint-Jean-cap-Ferrat. [15] [16] Kaur H. and Singh H. Implementation and Evaluation of Scheduling Algorithms in Point-to-Multipoint Mode in Wimax Networks, InternatIonal Journal of Computer ScienCe and Technology (IJCST) Vol. 2, (3), pp , September 2011.

Performance Evaluation of Scheduling Algorithm for Wimax Networks

Performance Evaluation of Scheduling Algorithm for Wimax Networks Performance Evaluation of Scheduling Algorithm for Wimax Networks Radhia Khdhir, Kais Mnif, and Lotfi Kamoun Wimax retains only OFDM and OFDMA. For topologies, mesh and Point-to-Multipoint (PMP) modes

More information

A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks

A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks Han-Sheng Chuang 1, Liang-Teh Lee 1 and Chen-Feng Wu 2 1 Department of Computer Science and Engineering, Tatung

More information

A Multi-Factor Scheduling Algorithm for WIMAX Systems

A Multi-Factor Scheduling Algorithm for WIMAX Systems A Multi-Factor Scheduling Algorithm for WIMAX Systems Ahmed H. El-Shinnawy, Mohamed M. Elgazzar, and Amin M.Nassar Abstract This paper proposes a new scheduling algorithm for IEEE 802.16-2005 Broadband

More information

TWO-STEP SCHEDULING ALGORITHM FOR IEEE WIRELESS NETWORKS

TWO-STEP SCHEDULING ALGORITHM FOR IEEE WIRELESS NETWORKS TWO-STEP SCHEDULING ALGORITHM FOR IEEE802.16 WIRELESS NETWORKS Mohamed. M. Elgazzar R&D Department, Cairo, Egypt, m_elgazzar1961@yahoo.com ABSTRACT This paper proposes a new scheduling algorithm for IEEE

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

Performance Evaluation of WiFiRe using OPNET

Performance Evaluation of WiFiRe using OPNET Performance Evaluation of WiFiRe using OPNET Under the guidance of: Prof. Sridhar Iyer and Prof. Varsha Apte Dept. of CSE (KReSIT) July 16, 2007 Goal Goal Building. Finding minimum slot length to support

More information

Evaluating VoIP using Network Simulator-2

Evaluating VoIP using Network Simulator-2 Athens University of Economic and Business Evaluating VoIP using Network Simulator-2 June 2007 Author: Papantonakos Manos Supervisor Prof.: George Xylomenos Co-Supervisor Prof: George Polyzos About WiMax

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

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

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

Flexible Resource Allocation in IEEE Wireless Metropolitan Area Networks

Flexible Resource Allocation in IEEE Wireless Metropolitan Area Networks Flexible Resource Allocation in IEEE 802.16 Wireless Metropolitan Area Networks Spyros A. Xergias, Nikos Passas and Lazaros Merakos Communication Networks Laboratory Department of Informatics & Telecommunications

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

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

A Deficit Round Robin with Fragmentation Scheduler for Mobile WiMAX

A Deficit Round Robin with Fragmentation Scheduler for Mobile WiMAX A Deficit Round Robin with Fragmentation Scheduler for Mobile WiMAX Chakchai So-In, Raj Jain and Abdel-Karim Al Tammi Washington University in Saint Louis Saint Louis, MO 63130 jain@cse.wustl.edu Presentation

More information

Delay Analysis of IEEE Wireless Metropolitan Area Network

Delay Analysis of IEEE Wireless Metropolitan Area Network Delay Analysis of IEEE 802.16 Wireless Metropolitan Area Network Zsolt Saffer Technical University of Budapest 1521 Budapest Hungary safferzs@hit.bme.hu Sergey Andreev State University of Aerospace Instrumentation

More information

Modeling a MAC Scheduler: Experiences with a DOCSIS Cable

Modeling a MAC Scheduler: Experiences with a DOCSIS Cable Modeling a MAC Scheduler: Experiences with a DOCSIS Cable Network Simulation Model Jim Martin Department of Computer Science Clemson University jim.martin@cs.clemson.edu Phone: 864 656 4529 Fax: 864 656

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

Qos Analysis Of Wimax Network

Qos Analysis Of Wimax Network Qos Analysis Of Wimax Network 802.16 Gurpal Singh Sidhu 1, Sandeep Kaushal 2, Dr. Vijay Kumar Banga 3 1 M-Tech scholar, Department of Electronics and Communication Engineering, Amritsar College of Engineering

More information

* Author to whom correspondence should be addressed; Tel.: ; Fax:

* Author to whom correspondence should be addressed;   Tel.: ; Fax: Future Internet 2010, 2, 446-468; doi:10.3390/fi2040446 Article OPEN ACCESS future internet ISSN 1999-5903 www.mdpi.com/journal/futureinternet Deficit Round Robin with Fragmentation Scheduling to Achieve

More information

A Latency and Modulation Aware Bandwidth Allocation Algorithm for WiMAX Base Stations

A Latency and Modulation Aware Bandwidth Allocation Algorithm for WiMAX Base Stations A Latency and Modulation Aware Bandwidth Allocation Algorithm for WiMAX Base Stations Yi-Neng Lin, Che-Wen Wu, Ying-Dar Lin National Chiao-Tung University Hsinchu, Taiwan Yuan-Cheng Lai National Taiwan

More information

Keywords- IEEE , WiMAX, QoS, CBR, Mobility.

Keywords- IEEE , WiMAX, QoS, CBR, Mobility. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A QoS Oriented

More information

Enhanced DWRR and Enhanced MWRR Scheduling Algorithms for WiMAX Networks

Enhanced DWRR and Enhanced MWRR Scheduling Algorithms for WiMAX Networks Enhanced DWRR and Enhanced MWRR Scheduling Algorithms for WiMAX Networks Ramandeep Kaur, Mrs. Rekha Bhatia Abstract The IEEE 802.16 standard is supposed to provide a wide-range broadband wireless service,

More information

A Deficit Round Robin with Fragmentation Scheduler for IEEE e Mobile WiMAX 1,2

A Deficit Round Robin with Fragmentation Scheduler for IEEE e Mobile WiMAX 1,2 1 A Deficit Round Robin with Fragmentation Scheduler for IEEE 802.16e Mobile WiMAX 1,2 Chakchai So-In, Student Member, IEEE, Raj Jain, Fellow, IEEE, Abdel-Karim Tamimi, Member, IEEE Deficit Round Robin

More information

Sujesh P. Lal VIT University, TN, INDIA

Sujesh P. Lal VIT University, TN, INDIA VoIP TRAFFIC SCHEDULING IN Sujesh P. Lal VIT University, TN, INDIA Introduction Popularity of Voice over IP (VoIP) applications such as Skype, Google Talk, and MSN Messenger along with emerging deployment

More information

Priority Based Uplink Scheduling Scheme for WiMAX Service Classes

Priority Based Uplink Scheduling Scheme for WiMAX Service Classes I.J. Information Technology and Computer Science, 213, 8, 66-74 Published Online July 213 in MECS (http://www.mecs-press.org/) DOI: 1.5815/ijitcs.213.8.7 Priority Based Uplink Scheduling Scheme for WiMAX

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

Performance Evaluation of Scheduling Mechanisms for Broadband Networks

Performance Evaluation of Scheduling Mechanisms for Broadband Networks Performance Evaluation of Scheduling Mechanisms for Broadband Networks Gayathri Chandrasekaran Master s Thesis Defense The University of Kansas 07.31.2003 Committee: Dr. David W. Petr (Chair) Dr. Joseph

More information

WiMAX Scheduling Algorithm Key Issue and Design Challenges: Survey

WiMAX Scheduling Algorithm Key Issue and Design Challenges: Survey WiMAX Scheduling Algorithm Key Issue and Design Challenges: Survey Abhay Pandey Department of Electronics and Communication Engg. Ujjain Engineering College, Ujjain, India ap.311pandey@gmail.com Bhavana

More information

A Performance Analysis of Packet Scheduling Algorithms between Homogeneous Algorithm And Hybrid Algorithm in Point to Multipoint WiMAX Networks

A Performance Analysis of Packet Scheduling Algorithms between Homogeneous Algorithm And Hybrid Algorithm in Point to Multipoint WiMAX Networks A Performance Analysis of Packet Scheduling Algorithms between Homogeneous Algorithm And Hybrid Algorithm in Point to Multipoint WiMAX Networks Dadiek Pranindito 1 Teknik Telekomunikasi ST3 Telkom Purwokerto,

More information

A Channel-Aware Uplink Scheduling Algorithm for Mobile WiMAX Networks

A Channel-Aware Uplink Scheduling Algorithm for Mobile WiMAX Networks ICWMC 214 : The Tenth International Conference on Wireless and Mobile Communications A Channel-Aware Uplink Scheduling Algorithm for Mobile WiMAX Networks Nada M. El-Shennawy Computers and Automatic Control

More information

Performance Evaluation Of Various WiMAX Schedulers Under Triple Play Services

Performance Evaluation Of Various WiMAX Schedulers Under Triple Play Services Performance Evaluation Of Various WiMAX Schedulers Under Triple Play Services Anju Lata Yadav yadawanjulata@rediffmail.com Dr P.D.Vyavahare prakash.vyavahare@gmail.com Shri G.S.Institute of Technology

More information

Cross-Layer QoS Support in the IEEE Mesh Network

Cross-Layer QoS Support in the IEEE Mesh Network Cross-Layer QoS Support in the IEEE 802.16 Mesh Network Chun-Chuan Yang, Yi-Ting Mai and Liang-Chi Tsai Multimedia and Communications Laboratory Department of Computer Science and Information Engineering

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

Chapter - 1 INTRODUCTION

Chapter - 1 INTRODUCTION Chapter - 1 INTRODUCTION Worldwide Interoperability for Microwave Access (WiMAX) is based on IEEE 802.16 standard. This standard specifies the air interface of fixed Broadband Wireless Access (BWA) system

More information

Preliminary Performance Evaluation of QoS in DOCSIS 1.1

Preliminary Performance Evaluation of QoS in DOCSIS 1.1 The University of Kansas Technical Report Preliminary Performance Evaluation of QoS in DOCSIS 1.1 Gayathri Chandrasekaran, Mohammed Hawa and David W. Petr ITTC-FY2003-TR-22736-01 January 2003 Sponsor:

More information

Mesh Networks

Mesh Networks Institute of Computer Science Department of Distributed Systems Prof. Dr.-Ing. P. Tran-Gia Decentralized Bandwidth Management in IEEE 802.16 Mesh Networks www3.informatik.uni-wuerzburg.de Motivation IEEE

More information

BACKBONE NETWORK IN MESH NETWORKS

BACKBONE NETWORK IN MESH NETWORKS SIMULATION BASED ANALYSIS OF VARIOUS QUEUING POLICIES IN LINKS BETWEEN ACCESS POINTS AND Kanu Bala,Dr. Monika Saluja, Shaheed Bhagat Singh State Technical Campus, Ferozpur Punjab,India Abstract: - WiMAX

More information

Analysis of QOS in WiMAX Networks

Analysis of QOS in WiMAX Networks Analysis of QOS in WiMAX Networks S. Srivisshudhanan Periyar University Abstract QoS is a key metric for transmission capacity requesting applications in WiMAX (IEEE 802.16 standard) systems. It is accomplished

More information

Quality of Service (QoS) Provisioning in Interconnected Packed-based Networks

Quality of Service (QoS) Provisioning in Interconnected Packed-based Networks ITU Regional Standardization Forum for Africa Livingstone, Zambia 16-18 March 2016 Quality of Service (QoS) Provisioning in Interconnected Packed-based Networks Yvonne Umutoni, Quality of Service Development

More information

Analysis of Delay of Priority MPCS Scheme in WiMAX Network

Analysis of Delay of Priority MPCS Scheme in WiMAX Network Analysis of Delay of Priority MPCS Scheme in WiMAX Network Richa Sukhija 1, Ankur Goyal 2 1 M.Tech. Student, Department of CSE, Yagyavalkya Institute of Technology, Jaipur, Rajasthan 2 M.Tech. Assistant

More information

QOS-AWARE PROPORTIONAL FAIR (QAPF) DOWNLINK SCHEDULING ALGORITHM FOR LTE NETWORK

QOS-AWARE PROPORTIONAL FAIR (QAPF) DOWNLINK SCHEDULING ALGORITHM FOR LTE NETWORK QOS-AWARE PROPORTIONAL FAIR (QAPF) DOWNLINK SCHEDULING ALGORITHM FOR LTE NETWORK 1 ZIN MAR MYO, 2 MYAT THIDA MON 1,2 University of Computer Studies, Yangon E-mail: zinmarmyomyo@gmail.com,myattmon@gmail.com

More information

WiMAX Capacity Enhancement: Capacity Improvement of WiMAX Networks by Dynamic Allocation of Subframes

WiMAX Capacity Enhancement: Capacity Improvement of WiMAX Networks by Dynamic Allocation of Subframes WiMAX Capacity Enhancement: Capacity Improvement of WiMAX Networks by Dynamic Allocation of Subframes Syed R. Zaidi, Shahab Hussain, M. A. Ali Department of Electrical Engineering The City College of The

More information

Implementation of WiFiRe PHY Sectorization in OPNET

Implementation of WiFiRe PHY Sectorization in OPNET P Sreedhar Reddy Roll No. 06305024 24th July, 2007 Under the Guidance Of Prof. Sridhar Iyer Department Of Computer Science and Engineering Indian Institute Of Technology, Bombay Outline WiFiRe overview.

More information

Class-based Packet Scheduling Policies for Bluetooth

Class-based Packet Scheduling Policies for Bluetooth Class-based Packet Scheduling Policies for Bluetooth Vishwanath Sinha, D. Raveendra Babu Department of Electrical Engineering Indian Institute of Technology, Kanpur - 08 06, INDIA vsinha@iitk.ernet.in,

More information

UPLINK SCHEDULING FOR SUPPORTING PACKET VOICE TRAFFIC IN IEEE BACKHAUL NETWORKS

UPLINK SCHEDULING FOR SUPPORTING PACKET VOICE TRAFFIC IN IEEE BACKHAUL NETWORKS UPLINK SCHEDULING FOR SUPPORTING PACKET VOICE TRAFFIC IN IEEE 802.16 BACKHAUL NETWORKS UPLINK SCHEDULING FOR SUPPORTING PACKET VOICE TRAFFIC IN IEEE 802.16 BACKHAUL NETWORKS By LIZHONG DAI, B. Eng. Beijing

More information

MAC layer: structure and QoS support. PhD student: Le Minh Duong

MAC layer: structure and QoS support. PhD student: Le Minh Duong 802.16 MAC layer: structure and QoS support PhD student: Le Minh Duong Content 1. Introduction 2. 802.16 MAC layer 2.1. MAC Service-Specific Convergence Sublayer 2.2. Common Part Sublayer 3. QoS support

More information

Overview of WiMAX (Chapter 2) ENE 490 MON 13:30-16:30 Asst. Prof. Suwat Pattaramalai

Overview of WiMAX (Chapter 2) ENE 490 MON 13:30-16:30 Asst. Prof. Suwat Pattaramalai (Chapter 2) ENE 490 MON 13:30-16:30 Asst. Prof. Suwat Pattaramalai Background on IEEE 802.16 and WiMAX (Table 2.1 and Table 2.2) Salient Features of WiMAX OFDM-based physical layer: good resistance to

More information

An Enhanced Scheme of Video Transmission Using Priority Based Fuzzy Scheduling in Wimax

An Enhanced Scheme of Video Transmission Using Priority Based Fuzzy Scheduling in Wimax An Enhanced Scheme of Video Transmission Using Priority Based Fuzzy Scheduling in Wimax Usha Rani S.P 1, Dr. K Somashekar 2 M. Tech student 1, Professor 2 Dept. of Electronics and Communication Engineering,

More information

EXTENDED WiMAX QoS-AWARE SCHEDULING FOR INTEGRATED CWDM-PON AND WiMAX NETWORK

EXTENDED WiMAX QoS-AWARE SCHEDULING FOR INTEGRATED CWDM-PON AND WiMAX NETWORK EXTENDED WiMAX QoS-AWARE SCHEDULING FOR INTEGRATED CWDM-PON AND WiMAX NETWORK Hasunah Mohammad S. 1, Aslam Butt R. 2, Zulkifli N. 1 and Mahdaliza Idrus S. 1 1 Lightwave Communication Research Group, Faculty

More information

A Heuristic Strategy for IEEE WiMAX scheduler for Quality of Service

A Heuristic Strategy for IEEE WiMAX scheduler for Quality of Service A Heuristic Strategy for IEEE 802.16 WiMAX scheduler for Quality of Service G.S. Paschos, I. Papapanagiotou, C.G. Argyropoulos and S.A. Kotsopoulos Wireless Telecommunication Laboratory Electrical and

More information

OPNET based Performance Evaluation of WIMAX Network with WIMAX Management using Different QoS

OPNET based Performance Evaluation of WIMAX Network with WIMAX Management using Different QoS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 6, June 2014, pg.862

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

WiMAX: MAC Layer Performance Assessments

WiMAX: MAC Layer Performance Assessments WiMAX: MAC Layer Performance Assessments A. Bestetti,G.Giambene, S. Hadzic Alcatel-Lucent, Via Trento, 30, I-20059 Vimercate, Milano, Italy University of Siena, Via Roma, 56, I-53100 Siena, Italy Abstract

More information

An Enhanced Scheduling Scheme for QoS in Mobile WiMAX Networks

An Enhanced Scheduling Scheme for QoS in Mobile WiMAX Networks An Enhanced Scheduling Scheme for QoS in Mobile WiMAX Networks Jithin Raj & D. David Neels Pon Kumar Department of ECE, Einstien College of Engineering, Tirunelveli, Tamilnadu E-mail : jithinraj111@gmail.com,

More information

MODULATION AWARE CONNECTION ADMISSION CONTROL AND UPLINK SCHEDULING ALGORITHM FOR WIMAX NETWORKS

MODULATION AWARE CONNECTION ADMISSION CONTROL AND UPLINK SCHEDULING ALGORITHM FOR WIMAX NETWORKS International Journal of Wireless & Mobile Networks (IJWMN) Vol. 7, No. 1, February 215 MODULATION AWARE CONNECTION ADMISSION CONTROL AND UPLINK SCHEDULING ALGORITHM FOR WIMAX NETWORKS Shwetha D 1, Mohan

More information

Optimizing WiMAX: A Dynamic Strategy for Reallocation of Underutilized Downlink Sub-Frame to Uplink in TDD Mode

Optimizing WiMAX: A Dynamic Strategy for Reallocation of Underutilized Downlink Sub-Frame to Uplink in TDD Mode Int. J. Communications, Network and System Sciences, 2009, 2, 888-894 doi:10.4236/ijcns.2009.29103 Published Online December 2009 (http://www.scirp.org/journal/ijcns/). Optimizing WiMAX: A Dynamic Strategy

More information

MIXED APPROACH FOR SCHEDULING PROCESS IN WIMAX FOR HIGH QOS

MIXED APPROACH FOR SCHEDULING PROCESS IN WIMAX FOR HIGH QOS MIXED APPROACH FOR SCHEDULING PROCESS IN WIMAX FOR HIGH QOS Surinder Singh 1, Simarpreet Kaur 2 1 Student, Baba Banda Singh Bahadur Engineering College, Department of Electronics & Communication Engineering,Fatehgarh

More information

Mobility Management in Heterogeneous Mobile Communication Networks through an Always Best Connected Integrated Architecture

Mobility Management in Heterogeneous Mobile Communication Networks through an Always Best Connected Integrated Architecture Mobility Management in Heterogeneous Mobile Communication Networks through an Always Best Connected Integrated Architecture Dionysia Triantafyllopoulou *, National and Kapodistrian University of Athens

More information

MAC Overview NCHU CSE WMAN - 1

MAC Overview NCHU CSE WMAN - 1 MAC Overview NCHU CSE WMAN - 1 MAC Overview Connection-oriented Supports difficult user environments High bandwidth, hundreds of users per channel For variable Continuous and Burst traffic Very efficient

More information

Comparison of the Quality of Service (QoS) on the IEEE e and the g Wireless LANs

Comparison of the Quality of Service (QoS) on the IEEE e and the g Wireless LANs ENSC 427: COMMUNICATION NETWORKS Comparison of the Quality of Service (QoS) on the IEEE 802.11e and the 802.11g Wireless LANs Spring 2010 Final Report Group 5 Yalda Hakki (yha17@sfu.ca) Rosy Johal (rja2@sfu.ca)

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

International Journal Of Core Engineering & Management Volume-5, Issue-7, October-2018, ISSN No:

International Journal Of Core Engineering & Management Volume-5, Issue-7, October-2018, ISSN No: WIMAX TECHNOLOGY FOR BROADBAND WIRELESS ACCESS: OVERVIEW Nishu M.tech Scholar, ECE Department, SSCET, Badhani, Punjab Er.Reetika AP, ECE Department, SSCET, Badhani, Punjab Abstract The Worldwide Interoperability

More information

Performance Analysis of UGS and BE QoS classes in WiMAX

Performance Analysis of UGS and BE QoS classes in WiMAX Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 805-810 Research India Publications http://www.ripublication.com/aeee.htm Performance Analysis of UGS and

More information

Detection and Fortification Analysis of WiMAX Network: With Misbehavior Node Attack

Detection and Fortification Analysis of WiMAX Network: With Misbehavior Node Attack Int. J. Communications, Network and System Sciences, 2012, 5, 353-367 http://dx.doi.org/10.4236/ijcns.2012.56046 Published Online June 2012 (http://www.scirp.org/journal/ijcns) Detection and Fortification

More information

Publication P IEEE. Reprinted with permission.

Publication P IEEE. Reprinted with permission. Publication P5 Jani Lakkakorpi, Alexander Sayenko, and Jani Moilanen. 8. Comparison of different scheduling algorithms for WiMAX base station: Deficit Round Robin vs. Proportional Fair vs. Weighted Deficit

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

Effective Bandwidth Allocation for WiMAX Mesh Network

Effective Bandwidth Allocation for WiMAX Mesh Network Effective Bandwidth Allocation for WiMAX Mesh Network Hung-Chin JANG and Wei-Ching LIN Department of Computer Science National Chengchi University Taipei 11605 Taiwan R.O.C. ABSTRACT The aim of this paper

More information

PERFORMANCE EVALUATION OF DIFFERENT SCHEDULING ALGORITHMS IN WIMAX

PERFORMANCE EVALUATION OF DIFFERENT SCHEDULING ALGORITHMS IN WIMAX PERFORMANCE EVALUATION OF DIFFERENT SCHEDULING ALGORITHMS IN WIMAX Ala a Z. Al-Howaide 1, Ahmad S. Doulat 2, Yaser M. Khamayseh 3 Department of Computer Science, Jordan University of Science and Technology,

More information

Queuing Mechanisms. Overview. Objectives

Queuing Mechanisms. Overview. Objectives Queuing Mechanisms Overview Objectives This module describes the queuing mechanisms that can be used on output interfaces. It includes the following topics: Queuing Overview FIFO Queuing Priority Queuing

More information

Basics (cont.) Characteristics of data communication technologies OSI-Model

Basics (cont.) Characteristics of data communication technologies OSI-Model 48 Basics (cont.) Characteristics of data communication technologies OSI-Model Topologies Packet switching / Circuit switching Medium Access Control (MAC) mechanisms Coding Quality of Service (QoS) 49

More information

Simulation-Based Performance Comparison of Queueing Disciplines for Differentiated Services Using OPNET

Simulation-Based Performance Comparison of Queueing Disciplines for Differentiated Services Using OPNET Simulation-Based Performance Comparison of Queueing Disciplines for Differentiated Services Using OPNET Hafiz M. Asif and El-Sayed M. El-Alfy College of Computer Science and Engineering King Fahd University

More information

Scheduling. Scheduling algorithms. Scheduling. Output buffered architecture. QoS scheduling algorithms. QoS-capable router

Scheduling. Scheduling algorithms. Scheduling. Output buffered architecture. QoS scheduling algorithms. QoS-capable router Scheduling algorithms Scheduling Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Scheduling: choose a packet to transmit over a link among all

More information

Institute of Electrical and Electronics Engineers (IEEE) PROPOSED AMENDMENTS TO [IMT.EVAL]

Institute of Electrical and Electronics Engineers (IEEE) PROPOSED AMENDMENTS TO [IMT.EVAL] IEEE L802.16-08/032 Source: Doc. 5D/5, 5D/97 and 5D/EVAL-CG TECHNOLOGY Subject: Question ITU-R 229-1/8 Institute of Electrical and Electronics Engineers (IEEE) PROPOSED AMENDMENTS TO [IMT.EVAL] This contribution

More information

Cover Page. Performance Evaluation of the DOCSIS 1.1 MAC Protocol According to the Structure of a MAP Message

Cover Page. Performance Evaluation of the DOCSIS 1.1 MAC Protocol According to the Structure of a MAP Message Cover Page 1. Title of Paper Performance Evaluation of the DOCSIS 1.1 MAC Protocol According to the Structure of a MAP Message 2. Name of the authors, Sung-Han Park, and Jae-Hyun Kim 3. About authors Affiliation

More information

Bandwidth Allocation for Quality of Service Provision in IEEE Systems

Bandwidth Allocation for Quality of Service Provision in IEEE Systems Bandwidth Allocation for Quality of Service Provision in IEEE 802.16 Systems Tze Wei Tang Thesis submitted for the degree of Doctor of Philosophy in Electrical and Electronic Engineering at The University

More information

Improved QoS Support for WiMAX Networks: A Survey

Improved QoS Support for WiMAX Networks: A Survey Improved QoS Support for WiMAX Networks: A Survey Elechi Onyekachi O. 1* and Eze Elias C. 1 1. Computer Science Department, Faculty of Physical Sciences, Ebonyi State University Abakaliki, PO box 053,

More information

CAC and Uplink Scheduling Algorithms in WiMAX Networks

CAC and Uplink Scheduling Algorithms in WiMAX Networks 32 REVISTA TELECOMUNICAÇÕES, VOL. 13, Nº. 02, DEZEMBRO DE 2011 CAC and Uplink Scheduling Algorithms in WiMAX Networks Eduardo Castilho Rosa & Paulo Roberto Guardieiro Abstract The IEEE 802.16 standard

More information

Episode 5. Scheduling and Traffic Management

Episode 5. Scheduling and Traffic Management Episode 5. Scheduling and Traffic Management Part 2 Baochun Li Department of Electrical and Computer Engineering University of Toronto Keshav Chapter 9.1, 9.2, 9.3, 9.4, 9.5.1, 13.3.4 ECE 1771: Quality

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

Design and Implementation of MAC Layer of WiFiRe protocol

Design and Implementation of MAC Layer of WiFiRe protocol Design and Implementation of MAC Layer of WiFiRe protocol Under the guidance of: Prof. Sridhar Iyer and Prof. Anirudha Sahoo Kanwal Rekhi School of Information Technology July 16, 2007 Introduction Problem

More information

ACLASS of users that has drawn much attention over the

ACLASS of users that has drawn much attention over the 296 IEEE TRANSACTIONS ON BROADCASTING, VOL. 56, NO. 3, SEPTEMBER 2010 Statistical Multiplexing of Upstream Transmissions in DOCSIS Cable Networks César Heyaime-Duvergé and Vasant K. Prabhu, Life Fellow,

More information

A Scheduler for Unsolicited Grant Service (UGS) in IEEE e Mobile WiMAX Networks*

A Scheduler for Unsolicited Grant Service (UGS) in IEEE e Mobile WiMAX Networks* 1 A Scheduler for Unsolicited Grant Service (UGS) in IEEE 802.16e Mobile WiMAX Networks* Chakchai So-In, Member, IEEE, Raj Jain, Fellow, IEEE, Abdel-Karim Al Tamimi, Member, IEEE Abstract Most of the IEEE

More information

Capacity Utilization and Admission Control in e WiMAX

Capacity Utilization and Admission Control in e WiMAX International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 16 (2014), pp. 1679-1685 International Research Publications House http://www. irphouse.com Capacity Utilization

More information

A Comparative Study of Different Queuing Scheduling Disciplines

A Comparative Study of Different Queuing Scheduling Disciplines RESEARCH ARTICLE OPEN ACCESS A Comparative Study of Different Queuing Scheduling Disciplines Sarhan M. Musa, Mahamadou Tembely, Matthew N. O. Sadiku, And Pamela Obliomon Roy G. Perry College of Engineering,

More information

Implementation and Evaluation of a MAC Scheduling Architecture for IEEE WirelessMANs

Implementation and Evaluation of a MAC Scheduling Architecture for IEEE WirelessMANs Implementation and Evaluation of a MAC Scheduling Architecture for IEEE 802.16 WirelessMANs by Abhishek Maheshwari Department of Computer Science and Engineering Indian Institute of Technology Kanpur May

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

Performance Comparison of WiMAX and WLAN Technologies using OPNET Modeler

Performance Comparison of WiMAX and WLAN Technologies using OPNET Modeler International Conference on Engineering Research & Applications (ICERA) İstanbul (Turkey) May.17-1, 2017 Performance Comparison of WiMAX and WLAN Technologies using OPNET Modeler Ali GEZER 1, Marwa Khaleel

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

Scheduling and CAC in IEEE Fixed BWNs: A Comprehensive Survey and Taxonomy

Scheduling and CAC in IEEE Fixed BWNs: A Comprehensive Survey and Taxonomy Scheduling and CAC in IEEE 802.16 Fixed BWNs: A Comprehensive Survey and Taxonomy Ikbal Chammakhi Msadaa, Daniel Câmara, and Fethi Filali EURECOM Mobile Communications Department 2229 route des crêtes,

More information

Bandwidth Allocation for Video Streaming in WiMax Networks

Bandwidth Allocation for Video Streaming in WiMax Networks Bandwidth Allocation for Video Streaming in WiMax Networks Alessandra Scicchitano DEIS, Università della Calabria Andrea Bianco, Carla-Fabiana Chiasserini, Emilio Leonardi Dipartimento di Elettronica,

More information

Investigation of Efficient Resource Allocation Schemes for WiMAX Networks

Investigation of Efficient Resource Allocation Schemes for WiMAX Networks School of Engineering and Design Electronic & Computer Engineering Investigation of Efficient Resource Allocation Schemes for WiMAX Networks A thesis submitted for the degree of Master of Philosophy Usman

More information

NETWORK PLANNING AND QOS SIMULATION SOFTWARE DESIGN FOR 4TH GENERATION BROADBAND WIRELESS TECHNOLOGIES

NETWORK PLANNING AND QOS SIMULATION SOFTWARE DESIGN FOR 4TH GENERATION BROADBAND WIRELESS TECHNOLOGIES NETWORK PLANNING AND QOS SIMULATION SOFTWARE DESIGN FOR 4TH GENERATION BROADBAND WIRELESS TECHNOLOGIES (Selected from CEMA 12 Conference) L. Narbutaitė, R. Brūzgienė, E. Kačerginskis Kaunas University

More information

Channel-aware and Queue-aware Scheduling for Integrated WiMAX and EPON

Channel-aware and Queue-aware Scheduling for Integrated WiMAX and EPON Channel-aware and Queue-aware Scheduling for Integrated WiMAX and EPON by Fawaz Jaber J. Alsolami A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree

More information

The IEEE WirelessMAN Standard for Broadband Wireless Metropolitan Area Networks

The IEEE WirelessMAN Standard for Broadband Wireless Metropolitan Area Networks The IEEE WirelessMAN Standard for Broadband Wireless Metropolitan Area Networks ITU-APT Regional Seminar Busan, Republic of Korea 10 Sept 2004 Ken Stanwood CEO, Cygnus Multimedia Communications Vice-Chair,

More information

A Cross Layer Frame Work for Enhanced Quality of Service Provisioning in Worldwide Interoperability for Microwave Access Networks

A Cross Layer Frame Work for Enhanced Quality of Service Provisioning in Worldwide Interoperability for Microwave Access Networks Journal of Computer Science 8 (3): 420-424, 2012 ISSN 1549-3636 2012 Science Publications A Cross Layer Frame Work for Enhanced Quality of Service Provisioning in Worldwide Interoperability for Microwave

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

Chapter 1 Introduction

Chapter 1 Introduction Emerging multimedia, high-speed data, and imaging applications are generating a demand for public networks to be able to multiplex and switch simultaneously a wide spectrum of data rates. These networks

More information

Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks

Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks Kok Soon Thia and Chen Khong Tham Dept of Electrical Engineering National University of Singapore Tel: (65) 874-5095 Fax:

More information