Performance Evaluation Of Various WiMAX Schedulers Under Triple Play Services

Size: px
Start display at page:

Download "Performance Evaluation Of Various WiMAX Schedulers Under Triple Play Services"

Transcription

1 Performance Evaluation Of Various WiMAX Schedulers Under Triple Play Services Anju Lata Yadav Dr P.D.Vyavahare Shri G.S.Institute of Technology and Science, Indore (MP) Dr. P.P.Bansod Abstract IEEE based Worldwide interoperability for Microwave Access (WiMAX) is a Broadband Wireless Access (BWA) technology that supports various real time multimedia applications (voice and video) as well as non real time data applications such as file transfer and . The Quality Of Service (QoS) requirements of these triple play services are satisfied by various MAC layer schedulers that differentiate real time and non real time applications by division of into five service classes, admission control and scheduling the order of packet transmission. In this paper major homogeneous scheduling algorithms are evaluated for QoS metrics (average throughput, average delay, and average jitter) and fairness to discover their suitability and their shortcomings for particular triple play service application. Simulation results reveal that no single scheduling algorithm satisfies QoS requirements of all applications. Therefore designing an optimal WiMAX scheduling algorithm is still an active area of research. Index Terms: WiMAX Scheduling algorithm, Triple play Services, QoS, Fairness in WiMAX. I INTRODUCTION Next Generation Network is required to support diversified applications such as Video on Demand (VoD), Voice over IP (VoIP) and data on the same network through integration of these triple play services on a single network [1]. The converged network must also offer flawless quality and strict support for Service Level Agreement (SLA). QoS is defined in standard X.903 by ITU-T as a set of quality requirements on the collective behavior of one or more objects. QoS provides preferential treatment to applications by ensuring sufficient bandwidth, controlling delay and minimizing jitter and packet loss. Providing QoS simultaneously to the heterogeneous having different characteristics is a major challenge in wireless access networks. These services have varying QoS requirements and therefore are normally provisioned individually. The standard IEEE has not defined the provisioning of these services. WiMAX has the potential to deliver these services satisfying variable QoS requirements. IEEE standard was designed with a variety of types in mind, to handle the requirements of high data rate applications, such as VoIP and video or audio streaming, as well as low data rate applications, such as web surfing and handle extremely busty over the internet simultaneously [1].QoS requirements of applications attached to WiMAX service classes is outlined in table I [2]. It is observed that an acceptable delay for VoIP is 150 ms and more than 200 ms delay results in noticeable impaired voice quality. WiMAX shares the wireless media by two types of operational modes. They are Point To Multipoint (PMP) and mesh topology. In PMP mode, Subscriber Stations (SSs) can communicate with each other through centralized Base Station (BS) and in mesh network, either SSs communicate directly or they help each other to relay packets between source and destination SS. IEEE standard has specified five scheduling class services to support diverse applications along with their bandwidth request/grant mechanisms. They are Unsolicited Grant Service (UGS), extended real time polling service (ertps), real time polling service (rtps) non real time polling service (nrtps) and Best Effort (BE) [3]. The allocation of wireless resources for QoS provisioning is not specified in the standard. The standard provisions for packet scheduler which differentiates between different types of packets. Traditional First Come First Served (FCFS) packet scheduler policy does not differentiate between packets belonging to different applications. Packet classification is, therefore, usually achieved by assignment of different packets to different queues. Scheduler then chooses the next packet to be dequeued from the available multi queues and forwards it to output link [4]. Various proposals of scheduling algorithms for WiMAX are based on legacy scheduling algorithms designed specifically for WiMAX and have been changed as per the specifications of standard. These proposals have been broadly classified as homogeneous, hybrid and opportunistic scheduling algorithms [5]. Homogenous scheduling algorithms such as Weighted Fair Queuing (WFQ), Earliest Deadline First (EDF), Weighted Round Robin (WRR), Round Robin (RR), and Strict Priority (SP) are the legacy scheduling algorithms aimed to satisfy the QoS requirements of various applications. Hybrid scheduling algorithms combine legacy scheduling algorithms to make an assorted scheduling algorithm. Opportunistic scheduling algorithms consider the variability in channel conditions. Homogeneous scheduling algorithms were originally designed for wired network. However, they are also being used for unpredictable wireless network. The suitability of such scheduling algorithms in satisfying the QoS requirements of triple play services voice, video and data in a fixed and mobile WiMAX network has been a topic of research investigations for the last few years [6]. The idea behind this research paper is providing QoS to applications of triple play services in a fixed WiMAX network through /12/$ IEEE

2 uplink packet scheduling. The analysis and simulation study of these uplink homogeneous scheduling algorithms can be used to understand their usefulness for various applications. Further such a comparison of various scheduling algorithms can be used for modifications in scheduling algorithms to design new algorithms which are more suitable in WiMAX environment. The rest of the paper is organized as follows. In section II scheduling architecture and homogeneous scheduling algorithms in WiMAX Network are discussed. Section III describes the simulation framework, results and their analysis. Section IV summarizes the results and the future research directions. Table I: QoS Requirements of Applications in WiMAX [2] Service Class Applications Bandwidt h (kbps) Latency (msec) Jitter (msec) UGS, rtps Multiplayer Interactive game (50-85) (<150) (<100) UGS, Ertps VoIP and Video (4-384) (<150) (<50) Conference Rtps Streaming Media (5-2000) N/A (<100) Nrtps, Web Browsing Moderate N/A N/A BE Nrtps, BE Media content downloads ( ) >2000 N/A N/A II SCHEDULING ALGORITHMS Packet scheduler decides about contention for bandwidth in a shared wireless media. There are three types of scheduling in IEEE , downlink and uplink scheduling performed at BS [7] and uplink scheduling performed at SS. The DownLink Base Station (DL-BS) scheduler decides queue number to be served and the number of data units to be transmited to SS. Their number depends on QoS parameters and channel state condition. The UpLink Base Station (UL- BS) scheduler decides the allocation of channel among users along with transmission order. The bandwidth allocation depends on bandwidth requests from SSs and the required QoS parameters. Designing an uplink scheduler is more challenging than downlink scheduler as complete information about queue size is not available with it. Bandwidth provided by UL-BS scheduler can be allocated per connection, known as Grant Per Connection (GPC) or per station known as Grant Per Subscriber Station (GPSS). GPSS is recommended by latest version of standard to transfer the burden of bandwidth allocation for each connection to SS scheduler, thereby relieving BS. The allocated resource is in the units of number of slots. These slots are then mapped into a number of sub channels which are a group of multiple physical subcarriers [8]. The important task of scheduling algorithm is to satisfy the QoS requirements of each user while efficiently utilizing the available bandwidth for the uplink. The uplink scheduling algorithm works along with Call Admission Control (CAC) and decides the next packet that is to be transmitted based on its policy to satisfy QoS requirements of existing and new users (shown in fig.1). CAC algorithm ensures that a connection is accepted into the network only if its QoS requirements can be satisfied without deteriorating the performance of existing connections in the network [7]. Figure: 1 IEEE QoS Architecture There are certain desirable characteristics to be possessed by the scheduler. They are, to meet QoS requirements of five service classes, maximize system goodput, maintain fairness, link utilization, minimize power consumption, conserve power in mobile devices, simplicity with reduced complexity, ease in system scalability, flexibility of deployment in different networks or technology upgradation with minimum changes, protection of users who abide by Service Level Agreement (SLA) from those producing unpredictable fluctuations in the network by not following SLA [ 5, 7]. Homogeneous scheduling algorithms or channel unaware scheduling algorithms, do not consider the variations in channel condition. Such algorithms, being simple, can satisfy QoS requirements of various applications in WiMAX. These schedulers provide QoS requirements among five service classes satisfying delay and throughput constraints. Jitter is also one of the QoS parameter. However, none of these algorithms can guarantee upper limit on jitter [7]. Homogeneous scheduling algorithms considered in this paper are RR, WRR, SP and WFQ. These algorithms are discussed next. (a)round Robin: It is a very basic algorithm with a complexity of O (1) which serves each queue one after the other and dequeues one packet from each queue. RR provides allocations to even idle connections. RR is suitable for fixed sized packets. However, the packets of variable size such as MPEG video suffer from fairness point of view. (b)weighted Round Robin: It is similar to RR. WRR visits the queue in a round robin fashion. To support different data rates and service classes, weights are assigned to each queue

3 as per the throughput and maximum delay restrictions of each service class and packets are dequeued in proportion to their weights. The complexity of WRR is same as that of RR. The algorithm is not suitable for variable sized packets as the assignment of bandwidth is achieved according to weights. Unlike RR bandwidth allocations are not made to idle connections. Weights can be assigned to service classes in proportion to their priority such as higher weight to rtps as compared to nrtps and BE. Number of parameters can be utilized to assign weights to each queue. They are the amount of delay, jitter or packet loss [9]. The weights can be assigned with the help of QoS parameter, Minimum Reserved Traffic Rate (MRTR), as given by equation 1, specified by SS upon admission into the network. [5] Where W i is the weight of i th SS, n= number of SS. (c)strict Priority: It places the packets in different priority queues depending on QoS classes. priority packets are scheduled first till the queue is empty. If higher priority queues have more than lower priority, lower priority suffers from bandwidth starvation. SP scheduling algorithm is utilized by Internet Service Providers (ISP) to carry VoIP to guarantee the requisite QoS guarantee by giving them highest priority. In a WiMAX network priority given to each service is in the following order UGS>ertps>rtps>nrtps>BE. SP is suitable for serial lines with low bandwidth having static configuration [10]. (d)weighted Fair Queuing: In WFQ, flows with different bandwidth requirements are supported by assigning different weights to queue which is proportional to bandwidth. As appropriate weight is assigned to packets, variable length packets are supported so that flows of larger packet size are not allocated more bandwidth. WFQ is an approximation to theoretical scheduler Generalized Processor Sharing (GPS) in which a packet divided into bits are transmitted in weighted round robin fashion at the start of each queue [11]. Finish time of a packet is the time packet would have been reassembled at the assembler, if transmitted by GPS algorithm. The finish time depends on the weight assigned to each packet, the size of the packet and the capacity of uplink channel. In WFQ finish time is assigned to packets which are selected in the ascending order of finish time. The finish time does not represent the actual transmission time, rather it is the number assigned to each packet that signify the transmission order of a packet. The complexity of WFQ is O(N) and its implementation is complex as compared to other scheduling algorithms,as scheduler has to maintain states of each service class and scan the states of each packet on their arrival and departure. The scalability of WFQ is affected by the complexity when it is required to support large number of service classes. III SIMULATION ENVIRONMENT AND RESULTS WiMAX homogeneous scheduling algorithms, SP, RR,WRR,WFQ, Self clocked Fair(SCF) Queuing, Diff- Serv(DS) are evaluated in [12] to reflect the effect of queue size and number of queues on their performance. Homogeneous, hybrid and opportunistic scheduling algorithms are evaluated for various applications VoIP, video streaming FTP and HTTP to study the effect of multiplexing various types on intraclass and interclass fairness, average delay, packet loss and the average throughput. WRR as uplink scheduler, Deficit Round Robin (DRR) as downlink scheduler at BS and DRR can be applied as SS scheduler [13]. The scheduling is controlled by BS and so scheduling algorithms employed for wired network can provide QoS guarantee. Mobile WiMAX s performance is affected by different factors such as load, mobility and coverage with different types. The performance metrics are affected more by the load on the BS as compared to mobility [14]. The assessment of major uplink homogeneous scheduling algorithms have been done using Qulanet 4.5 simulator to investigate the best and most efficient uplink scheduling algorithm in WiMAX network, suitable for a particular application. The WiMAX network selected for investigation is a single cell PMP consisting of one BS and a number of SS varying from 10 to 25. TABLE II SIMULATION PARAMETERS Parameter Value Physical Layer Wireless MAN OFDM Simulation Grid size 1000m x 1000m Frame structure TDD Channel Bandwidth 20 MHz BS transmit Power 30 dbm Simulation time 50 sec DL:UL frame ratio 1:1 Node Placement Random Ertps:rtps:nrtps:BE 2:2:1:1 Statistics are collected for performance metrics throughput, average delay, average jitter and fairness index. Intraclass fairness and interclass fairness are two types of fairness. Intra class fairness is measured between users of same class and is calculated using Min-Max index as defined in equation 2. Interclass fairness is measured between all users and is calculated using Jain s Fairness Index (JFI) as given in equation 3[15]. Where x min and x max denote the minimum and maximum average throughput in a class, and x i denotes the average throughput for i th SS. Implemention of scheduling of triple play services for different sources is achieved by attaching them to each service class. VoIP can be best served with either UGS or ertps. Although UGS provides lower packet loss but it does

4 not utilize the network resources effectively with variable bit rate. Rtps is designed for audio streaming and streaming video. Rtps can request the bandwidth periodically as the fixed bandwidth may not be utilized [16]. VoIP is modeled for SSs of ertps class, streaming video for SSs of rtps class, FTP for SSs of nrtps and BE service class. VoIP uses H.323 call signalling with average talking time of 20 seconds. The video model consists of two data of bit rate Mbps and Mbps. FTP model consists of constant packet size of 1000 bytes. Figures 2 and 3 show the variation of average delay and average jitter respectively with the increase in number of SS for VoIP served by ertps for the four homogeneous scheduling algorithms WRR, WFQ, RR and SP. Average delay is highest for SP and delay response of WRR, WFQ and RR is almost same. When the number of SS increases, average jitter increases sharply for WRR and RR, while it is constant for WFQ. As WFQ assigns weight according to bandwidth requirements which is the highest for ertps, it results into lower average delay and average jitter for VoIP. Ertps is designed to support real-time service flow that generates variable size data packets on a periodic basis, such as VoIP services with silence suppression. WFQ is superior as compared to WRR in the presence of variable sized packets and therefore when VoIP is scheduled by WFQ, least average delay and jitter is obtained. For the application VoIP, though SP also provides low jitter but it is unfair to lower priority data which suffers from starvation, if higher priority real time is in access. Throughput is not a requisite QoS parameter for real time applications, while delay and jitter play a vital role. Figures 4 and 5 show the variation of average delay and average jitter with the increase in number of SS, respectively, for streaming video served by rtps for the homogeneous scheduling algorithms WRR, WFQ, RR and SP. The average delay and average jitter increases sharply for all scheduling algorithms with the increase in the number of SS as there is an increase in bandwidth wasted by uplink burst preambles and increase in packet drop due to increase in load. Least average delay and least average jitter is obtained with scheduler WRR. As rtps always use a bandwidth request process for suitable size grants, it transports data more efficiently than UGS algorithm. However, this bandwidth request process always causes MAC overhead and additional access delay. Hence rtps algorithm has larger MAC overhead and access delay than UGS and ertps. WRR is suitable for fixed size packets and it provides higher weight to rtps as compared to non real time. Ertps is designed for variable size packets and so WRR provides low performance for VoIP served by ertps flow. Figure 6 shows the variation of average throughput with the increase in number of SS for data served by nrtps and BE for the homogeneous scheduling algorithms WRR, WFQ, RR and SP. Throughput decreases with the increase in the number of SS due to increase in network load and increase in wastage of bandwidth due to uplink burst preamble. Though RR provides lower throughput as compared to rest of the scheduling algorithms, it is suitable for data as it is most simple with complexity O (1). Figure 7 shows the variation of intraclass fairness, indicated by Min-Max index, with the increase in number of SS for data, for the homogeneous scheduling algorithms WRR, WFQ, RR and SP. er difference in maximum and minimum average throughput indicates higher intraclass fairness while higher difference indicates lower intraclass fairness. The intra class fairness for the data fluctuates as large number of SSs competes for the same amount of residual bandwidth after allocation to real time video and voice. Some SSs will receive large amount of bandwidth while others will have meager bandwidth. Since same amount of bandwidth is being shared by increased number of SS, there is a decrease of fairness among SSs. Figure 8 shows interclass fairness calculated by JFI. It has highest value for WRR and lowest for SP. WRR and WFQ algorithms distribute the bandwidth according to the weights, thus, the higher priority has a higher throughput than the lower priority. WRR overcomes the limitation of SP by allowing an access of bandwidth to lower priority by removal of at least one packet from each queue during each service round. Fig 2: Average Delay of VoIP served by ertps vs no.of SS Fig 3: Average jitter of VoIP served by ertps vs no. of SS Fig 4: Average Delay of streaming video served by rtps vs Number of SS

5 Fig 5: Average jitter of streaming video served by rtps vs Number of SS Fig 6: Average throughput of data served by Nrtp and BE vs number of SS Fig 7: Intra class fairness for data Vs Number of SS Fig 8: interclass fairness for scheduling algorithms IV CONCLUSION Increase of bandwidth intensive real time services in wireless network requires schedulers that can make provisions for the requisite amount of bandwidth for every application. WiMAX supports various real time and non real time applications through their classification in five service classes, their scheduling and call admission control. WiMAX MAC scheduling algorithms such as WRR,WFQ and SP provide better utilization of network resources. The investigation on behavior of uplink homogeneous scheduling algorithms namely WRR, WFQ, RR and SP have shown their suitability for different applications. Their comparison, as shown in table III, shows that the scheduling algorithm WRR is suitable for scheduling real time streaming video ; WFQ shows its suitability for VoIP and for data RR can be used. Results show that not a single scheduling algorithm is suitable for scheduling of all configurations of triple play services. The QoS requirements of all the applications cannot be satisfied by a single scheduling algorithm. An attempt to design a versatile scheduler which amalgamates the desirable features of major schedulers suitable for all applications is still an active field of investigation. TABLE III COMPARISON OF SCHEDULERS Algor ithm RR WRR SP WFQ Complexity (v.simple (simple) (simple) O(N) (complex Inter class fairness (Unfair) high (Unfair to variable pkt low (Unfair) Fair (Medium) REFERENCES Intraclass fairness (real/non real time) /medium /high /low / medium Traffic suitability Data Real time video Interactive voice VoIP [1] Jeffrey G. Andrews, Arunabha Ghosh, Rias Muhamed, Fundamentals of WiMAX: Understanding Broadband Wireless Networking, Prentice Hall, Edittion I, [2] WiMAX Forum, WiMAX System Evaluation Methodology, Version 2.1, July [3] IEEE : IEEE Standard for Local and Metropolitan area networks Part 16: Air interface for Fixed and Mobile broadband Wireless Access Systems, [4] Loutfi Nuaymi, Wi-MAX Technology for Broadband Wireless Access, John Wiley and Sons Ltd, Edition I, [5]Pratik Dhrona, NajahAbu Ali, Hossam Hassanein, A Performance Study of Scheduling Algorithms in Point to Multipoint WiMAX Networks, IEEE conference on Local Computer Networks(LCN), Montreal,October 2008, pp [6] Narbutaite, B. Dekeris, Triple Play services scheduling Performance Evaluation, Journal of Electronics and Electrical Engineering, 2008, No 6(86), pp [7] Chakchai So-In, Raj Jain, Abdel-Karim Tamimi, Scheduling in IEEE e Mobile WiMAX Networks: Key Issues and a Survey, IEEE Journal On selected Areas In Communications, Vol. 27, No. 2, pp , Feb [8] Ramjee Prasad, Fernando J. Velez, WiMAX Networks: Techno- Economic Vision and Challenges, Springer Science, [9] Chuck S., Supporting Differentiated Service Classes Queue Scheduling disciplines, White Paper, Juniper Networks, Jan [10] Mohammed Sabri Arhaif, Comparative Study of Scheduling Algorithms in WiMAX, International Journal of Scientific and Engineering Research, Volume 2, Issue2, Feb 2011 [11] Y.Subramanyam, Y.Venkateswarlu, WiMAX Base Station Scheduling algorithms, TCS White Paper, [12] Ala a Z.Al Howaide, Ahmed S. Doulat,Yaser M.Khamayseh, Performance Evaluation of Different Scheduling Algorithms In WiMAX,International Journal of Computer Science, Engineering And Applications (IJCSEA), Vol 1, No.5, Oct [13] C.Cicconetti, L.Lenzini, E.Mingozzi, C.Eklund, Quality of service support in IEEE Networks, IEEE Network, Vol. 20, No. 2, pp 50-55, March /April [14] Khaled A. Shuaib, A Performance Evaluation Study of WiMAX Using Qualnet, Proceedings of The World Congress on Engineering (WCE) July 1-3, 2009, London, U.K., pp [15] Raj Jain, D. Chiu, and W. Hawe, "A Quantitative Measure Of Fairness And Discrimination For Resource Allocation In Shared Computer Systems," DEC Research Report TR-301, Sept

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 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

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

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

Evaluation and Comparaison of Scheduling Algorithms in Wimax Networks

Evaluation and Comparaison of Scheduling Algorithms in Wimax Networks 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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

A Fair and Efficient Packet Scheduling Scheme for IEEE Broadband Wireless Access Systems

A Fair and Efficient Packet Scheduling Scheme for IEEE Broadband Wireless Access Systems A Fair and Efficient Packet Scheduling Scheme for IEEE 802.16 Broadband Wireless Access Systems Prasun Chowdhury 1, Iti Saha Misra 2 Electronics and Telecommunication Engineering Jadavpur University, Kolkata,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS

OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS OPNET BASED SIMULATION AND INVESTIGATION OF WIMAX NETWORK USING DIFFERENT QoS Kamini Jaswal 1, Jyoti 2, Kuldeep Vats 3 1 M.tech, Department of electronics and communication, South point institute of engineering

More information

Design and Implementation of IEEE MAC Layer Simulator

Design and Implementation of IEEE MAC Layer Simulator IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.8, August 2009 53 Design and Implementation of IEEE 802.16 MAC Layer Simulator Malik Muhammad Asim, Muid Mufti Computer Engineering

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

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

Abstract of the Book

Abstract of the Book Book Keywords IEEE 802.16, IEEE 802.16m, mobile WiMAX, 4G, IMT-Advanced, 3GPP LTE, 3GPP LTE-Advanced, Broadband Wireless, Wireless Communications, Cellular Systems, Network Architecture Abstract of the

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

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

The Impact of Channel Bandwidth with Network Asymmetry in WiMAX Network Using TCP New Reno

The Impact of Channel Bandwidth with Network Asymmetry in WiMAX Network Using TCP New Reno International Journal of Scientific & Engineering Research Volume 4, Issue 2, February-2013 1 The Impact of Channel Bandwidth with Network Asymmetry in WiMAX Network Using TCP New Reno Kailash Chandra

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

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

Internet Traffic Performance in IEEE Networks

Internet Traffic Performance in IEEE Networks Internet Traffic Performance in IEEE 802.16 Networks Dmitry Sivchenko 1,2,3, Nico Bayer 1,2,3, Bangnan Xu 1, Veselin Rakocevic 2, Joachim Habermann 3 1 T-Systems, SSC ENPS, Deutsche-Telekom-Allee 7, 64295

More information

WEDF Distance Aware Scheduler for Real-Time Applications in Wimax

WEDF Distance Aware Scheduler for Real-Time Applications in Wimax WEDF Distance Aware Scheduler for Real-Time Applications in Wimax Melek Oktay 1, 2, Haci Ali Mantar 2 1 Fatih University Buyukcekmece Istanbul, Turkey moktay@fatih.edu.tr 2 Gebze Institute of Technology

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

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

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

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

Energy consumption model on WiMAX subscriber station

Energy consumption model on WiMAX subscriber station IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Energy consumption model on WiMAX subscriber station To cite this article: N Mubarakah et al 2018 IOP Conf. Ser.: Mater. Sci.

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

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

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

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

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

Performance Analysis of TCP and UDP-based Applications in a IEEE deployed Network

Performance Analysis of TCP and UDP-based Applications in a IEEE deployed Network Performance Analysis of TCP and UDP-based Applications in a IEEE 82.16 deployed Network Hemant Kumar Rath 1 and Abhay Karandikar 2 1 TCS Networks Lab, Bangalore 56 66, India, Email:hemant.rath@tcs.com

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

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

eocsa: An Algorithm for Burst Mapping with Strict QoS Requirements in IEEE e Mobile WiMAX Networks

eocsa: An Algorithm for Burst Mapping with Strict QoS Requirements in IEEE e Mobile WiMAX Networks eocsa: An Algorithm for Burst Mapping with Strict QoS Requirements in IEEE 82.6e Mobile WiMAX Networks Chakchai So-In Department of Computer Science & Engineering, Washington University in St. Louis St.

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

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

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

I. INTRODUCTION. FIG 1. WiMAX SCENARIOS

I. INTRODUCTION. FIG 1. WiMAX SCENARIOS ANALYSIS OF SCHEDULING ALGORITHMIN WiMAX NETWORK : A SURVEY Akshatha.S 1 and Ravi Shankar H 2 1 Mtech (computer science) RevaITM, 2 (Assistant professor )RevaITM ABSTRACT-Wimax abbreviated as worldwide

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

The Integration of Heterogeneous Wireless Networks (IEEE /IEEE ) and its QoS Analysis

The Integration of Heterogeneous Wireless Networks (IEEE /IEEE ) and its QoS Analysis 141 The Integration of Heterogeneous Wireless Networks (IEEE 802.11/IEEE 802.16) and its QoS Analysis Wernhuar Tarng 1, Nai-Wei Chen 1, Li-Zhong Deng 1, Kuo-Liang Ou 1, Kun-Rong Hsie 2 and Mingteh Chen

More information

Survey On Handoff With QoS In WIMAX

Survey On Handoff With QoS In WIMAX ShriRam College of Engineering & Management 1 Survey On Handoff With QoS In WIMAX Mamta Chauhan 1, Rajneesh Choubey 2, Roopali Soni 3 1 MTech CSE,Thakral College Of Technology mamtacse@gmail.com 2 prof,

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

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

Networking Issues in LAN Telephony. Brian Yang

Networking Issues in LAN Telephony. Brian Yang Networking Issues in LAN Telephony Brian Yang 5-3-00 Topics Some background Flow Based QoS Class Based QoS and popular algorithms Strict Priority (SP) Round-Robin (RR), Weighted Round Robin (WRR) and Weighted

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

Location Based Radio Resource Allocation (LBRRA) In WIMAX And WLAN network

Location Based Radio Resource Allocation (LBRRA) In WIMAX And WLAN network Location Based Radio Resource Allocation (LBRRA) In WIMAX And WLAN network RAKESH KUMAR JHA SVNIT, Electronics and Communication department Surat, India Jharakesh.45@gmail.com www.jharakeshnetworks.com

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

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

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

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

Key words: IP router, Differentiated services, QoS, Custom Queuing, Priority Queuing. 1. INTRODUCTION

Key words: IP router, Differentiated services, QoS, Custom Queuing, Priority Queuing. 1. INTRODUCTION OPNET Modeling of an IP Router with Scheduling Algorithms to Implement Differentiated Services Hiroshi Yamada NTT Service Integration Laboratories, Communication Traffic Project, Traffic Solution Group

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 Study of Homogeneous Uplink Scheduling in Hybrid ONU-BS Architecture

Performance Study of Homogeneous Uplink Scheduling in Hybrid ONU-BS Architecture Performance Study of Homogeneous Uplink Scheduling in Hybrid ONU-BS Architecture I-Shyan Hwang and Jhong-Yue Lee Abstract The integration of Ethernet Passive Optical Network (EPON) and Worldwide Interoperability

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

CHAPTER 6 ROUTING ALGORITHMS FOR WIMAX NETWORKS

CHAPTER 6 ROUTING ALGORITHMS FOR WIMAX NETWORKS CHAPTER 6 ROUTING ALGORITHMS FOR 802.16 WIMAX NETWORKS 6.1. INTRODUCTION The worldwide interoperability for microwave access (WiMAX) [34, 85, 86, 87], a new technology and solution for broadband wireless

More information

EP2210 Scheduling. Lecture material:

EP2210 Scheduling. Lecture material: EP2210 Scheduling Lecture material: Bertsekas, Gallager, 6.1.2. MIT OpenCourseWare, 6.829 A. Parekh, R. Gallager, A generalized Processor Sharing Approach to Flow Control - The Single Node Case, IEEE Infocom

More information

Advanced Computer Networks

Advanced Computer Networks Advanced Computer Networks QoS in IP networks Prof. Andrzej Duda duda@imag.fr Contents QoS principles Traffic shaping leaky bucket token bucket Scheduling FIFO Fair queueing RED IntServ DiffServ http://duda.imag.fr

More information

DiffServ Architecture: Impact of scheduling on QoS

DiffServ Architecture: Impact of scheduling on QoS DiffServ Architecture: Impact of scheduling on QoS Introduction: With the rapid growth of the Internet, customers are demanding multimedia applications such as telephony and video on demand, to be available

More information

Streaming Video and Throughput Uplink and Downlink

Streaming Video and Throughput Uplink and Downlink Streaming Video and Throughput Uplink and Downlink IPTV IPTV - Digital TV delivered using technologies used for computer network. Internet Protocols (HTTP, RTP, RTSP, IGMP) Copyright 2017 Cambium Networks,

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