Adaptive Radio Resource Management for GSM/GPRS Networks

Size: px
Start display at page:

Download "Adaptive Radio Resource Management for GSM/GPRS Networks"

Transcription

1 Adaptive Radio Resource Management for GSM/GPRS Networks Ken Murray & Dirk Pesch Adaptive Wireless Systems Group Department of Electronic Engineering Cork Institute of Technology, Cork, Ireland Tel Fa: {kmurray, dpesch}@citie Abstract Recent years have seen a dramatic increase in demand for mobile communication services and with the introduction of 25G services such as GPRS, this trend is epected to increase further The highly dynamic and bursty nature of packet switched services such as GPRS will require a much more fleible method of radio resource management so as to maimise system resources compared to currently employed fied channel allocation (FCA) schemes In this paper we propose a new pro-active method for increasing network capacity by introducing an adaptive radio resource management system into a typical GSM/GPRS network The adaptive radio resource management system predicts future radio resource requirements for both circuit switched GSM calls and packet switched GPRS sessions using neural networks (NNs) assignment is then performed using a genetic algorithm (GA) Results are presented which ehibit less resource requirements than eisting fied channel allocation (FCA) networks and performance that is comparable to recently proposed dynamic resource allocation (DRA) schemes, but with the advantage of significantly less compleity and no additional network signalling load INTRODUCTION With the evolution toward 25G services such as GPRS, the increase in demand for mobile communication services is epected to grow at an eponential rate Such systems eperience highly dynamic tele-traffic variations and the demand for managing the system and its resources in a fleible manner is increasing [,2] A plethora of concepts attempting to introduce adaptation in the form of DRA have been proposed in the past [3] All these reactive schemes operate in real-time and thus introduce high signalling loads in the network or require distributed control, which results in considerable change to the configuration and operation to both terminals and base station equipment In this work we propose a pro-active approach to radio resource management based on resource demand prediction using neural networks (NNs) Resource predictions are made for both new and handover GSM calls and GPRS sessions based on previous load characteristics Once resource predictions have been made, a GA is used to update the frequency allocation plan The GA is designed to minimise the impact on frequency changes in consecutive frequency assignment plans The updated frequency assignment plan can then be deployed to the network using mechanisms such as those proposed in [4] Neural networks have been proposed in the past for dynamic resource allocation [5,6,7,8,9] These schemes operate in real-time, with each cell requiring information regarding channel usage in neighbouring cells They also adopt a decentralised structure, which introduces high signalling loads during the collection period of performance data and the reassignment of resources throughout the network It is these attributes that prevent their integration into current GSM networks The proposed scheme does not operate in real-time but at a time granularity of between 3 minutes to one hour The granularity chosen here is one hour, as it is equal to the typical performance parameter reporting cycle of eisting GSM networks The adaptive radio resource management system is implemented in the operation and maintenance centre (OMC) of a typical GSM network This centralised location is chosen as the required performance management data for the whole cellular network is available at this location, therefore, no additional signalling load is generated for the operation of the predictive scheme 2 RESOURCE PREDICTORS As the performance of the system will depend strongly on the accuracy of the resource predictions, the resource predictors must be robust enough to track the inherent hourly changes in call traffic It has been shown that resource predictors based on multi-layered feed forward neural networks (MFNNs) can make accurate predictions when trained with sufficient amount of historical data [5] The system proposed here considers a MFNN for each type of traffic at each cell Each MFNN contains three layers with a total of 49 neurons The back-propagation learning algorithm and non-linear sigmoid

2 activation function are used in the learning process [] The training and prediction of the resource predictors proceeds as follows: Collect hourly radio resource demand statistics for GSM calls (new and handover) and GPRS sessions 2 Record whether the demand occurs on a weekday or weekend (day statistic) Record the time (time statis tic) These statistics constitute the initial training data set 3 The MFNNs are trained using the data arising from step 2 4 Once the MFNNs are trained, the channel demand for the net hour in each cell is predicted using the demand statistics from the previous hours, the day and time statistics 5 The predicted number of frequencies for each traffic type is assigned to each base station 6 The training set of 8 weeks is updated to contain the statistics for the current hour (assuming the network gathers statistics at least every 6 minutes) 7 Each MFNN is retrained every 24 hours to maintain accurate predictions Fig shows the performance for one of the resource predictors for GSM traffic for a period of one week This plot demonstrates the ecellent degree of accuracy achieved by the MFNNs Neural Network Prediction 35 3 Channel Demand Actual Prediction Time (hr) Fig Neural Network Resource Prediction 3 SYSTEM IMPLEMENTATION The proposed adaptive radio resource management system is integrated in the OMC between the performance management (PM) and the configuration management (CM) tools The architecture is depicted in Fig 2 The centralised implementation has a number of advantages Firstly all the performance data required for training and prediction is available at the OMC and need not be communicated specially for the purpose of resource management Secondly, the centralised location within the OMC has the advantage that it does not require software or hardware updates to terminals or base station equipment The non-invasive nature of the proposed concept is one of its major advantages in that it can be implemented and improved without interference with eisting equipment Each MFNN is retrained every 24 hours from statistics pegged from the PM tool The resource predictions are sent to the CM tool where a GA is used to update the frequency assignment plan Network Statistics PM OMC OMC Assignment CM Predictive RRM Fig 2 Adaptive Radio Resource Management Architecture

3 4 FREQUENCY ASSIGNMENT USING A GA Many schemes incorporating GAs to solve the frequency assignment problem have been proposed in the past [,2] Although these schemes achieve ecellent degrees of optimisation (8-9%), they suffer from large variations in successive frequency assignment plans Using such GA optimisation techniques would require many base stations to change frequency carriers each hour, thus introducing a large amount of inter-cell handovers into the system [3] As an alternative to this approach, a GA based frequency assignment algorithm was developed which ensures that frequencies assigned to a cell include most of those frequencies assigned to that cell in the previous hour, thus minimising the number of frequency changes required from hour to hour The GA based frequency assignment scheme is presented in the following In the proposed adaptive radio resource management system, the resource requirements for GSM and GPRS calls arise from the resource predictors, while the interference constraints are represented by an nn compatibility matri C, where n is the number of cells in the system C = Cells n n2 Cells ij n 2n nn Elements ij (i,j =,,n) represent the frequency separation required between frequencies assigned to cells i and j, respectively, necessary to maintain interference below a certain threshold Using this matri, it is possible to represent co-channel interference by choosing values for ij such that, ij = : if cell i and j cannot use the same frequency : otherwise The traffic demands can be represented by the demand vector D, with elements d i ( i =,2n) representing the number of required frequencies at cell i, the resource predictors fill out this vector at the end of each hour for both GSM and GPRS calls The frequency assignment problem is then defined as, given F frequencies and N cells each requiring d i frequencies, find an NF frequency assignment matri A given by, such that, A = Cells Frequencies a ik a ik = : if cell i is assigned frequency k : otherwise

4 A frequency assignment is admissible if both traffic and interference constraints are fulfilled This implies that: F k= = aik di for all i 2 Valid frequencies are assigned to cells according to the compatibility matri, C A number of binary groups of length n are created from the demand vector, D A binary within a cell group denotes a cell that requires a frequency The first group represents those cells requiring at least one frequency, the second group for those requiring at least two frequencies and so on Each group is then passed to the GA, which finds the minimum number of frequencies for the demand represented by the binary group Since the GA finds optimal solutions for each group separately, the overall solution may be sub-optimal, however, it does ensure that cells can maintain the majority of frequencies from hour to hour, as such changes will only be reflected in the last one or two binary groups, thus minimizing inter-cell handovers The optimal solutions from each group are augmented to create the final frequency assignment plan The GA works with an initial population of size 4, each individual in the population is represented as follows: Cell group Cell group N (,,,,,,,,,,,,,,,,,,,,,) Each cell group has an initial length of 7, as this is the maimum number of frequencies required for the first binary group (assuming a cluster size of 7) If the GA finds a valid assignment for seven frequencies, a solution is sought for si and so on until no better solution can be found The roulette wheel selection algorithm is used to generate the parents for the new population [4] The new population is created using the standard multi-point crossover and a special mutation operator with probabilities 6 and 3 respectively [3] 5 SIMULATION PLATFORM Two simulation models have been developed in this work an FCA model which is currently used in GSM/GPRS networks and a model based on the proposed adaptive radio resource management system with the embedded GA frequency assignment algorithm Both network models contain 49 cells with wraparound in the and y planes so that each cell has a total of 8 neighbours The structure of the GSM and GPRS simulation platforms are discussed in the following 5 GSM SIMULATION PLATFORM` In the GSM simulation platform, the load is non-uniformly distributed across the network The call arrival rate, λ, has a Poisson distribution while the call holding time, /µ, has a mean of 8 seconds The handover arrival rate in each cell is obtained by taking 5% of the sum of the call arrival rates in the si surrounding cells 52 GPRS SIMULATION PLATFORM In the GPRS simulation platform, the users are normally distributed, while the number of packets to be transmitted by each mobile follow a Poisson distribution Each mobile transmits, 2 and 3 slot packets with probabilities of 7, 2 and respectively If a mobile requires 3 slots to transmit a packet and 3 Packet Data Channels (PDCHs) are not available at the serving base station, the mobile will attempt to transmit the packet over 2 PDCHs and so on until a request for PDCH is refused The packet will then be queued at the mobile for retransmission when the required number of PDCHs becomes available

5 6 SIMULATION RESULTS The performance of both the FCA and adaptive resource management model is measured by the number of frequencies required to maintain the average GSM call blocking below 2% throughout the network The performance results will now be presented for both models 6 FCA NETWORK MODEL In this model each cell in the network is assigned the required number of frequencies for both GSM and GPRS calls so as to maintain the GSM call blocking below 2% at the busy hour The real-time simulation was run for the duration of 2 weeks and the call blocking statistics monitored at each cell for each traffic type Fig 4 shows the average GSM call blocking for cell site 2 The call dropping rate for handover GSM calls was found to be zero for each cell in the network A total of 29 frequencies were required for new GSM call arrivals, while 4 guard frequencies achieved the recorded GSM call dropping performance To achieve a packet blocking rate of zero, 24 frequencies were required for GPRS traffic 62 ADAPTIVE RADIO RESOURCE MANAGEMENT NETWORK MODEL The same traffic scenario was used in this model Unlike the FCA concept, cells were assigned frequencies for both GSM and GPRS calls based on resource predictions using the GA frequency assignment tool A total of 23 frequencies were required for new GSM call arrivals, producing a gain of 27% when compared with the equivalent FCA network This result is comparable to current DRA schemes [3], but with the advantage of significantly less compleity and no additional signalling load The average call blocking is shown in Fig 5 It was found that no benefits could be obtained from adaptive guard channel allocation, as the handover call arrival rate tends to be more uniformly distributed than new call arrivals Simulation results show that 2 frequencies are required for GPRS traffic, giving a resource gain of 25% when compared with the equivalent FCA network The average packet blocking is shown in Fig 6 The additional blocking in the adaptive network arises because each cell is allocated just the required number of frequencies for the net hour, thus maimising the systems resources The results are summarized in Table Average Call Blocking Average Call Blocking blocking % time (hr) blocking % time (hr) Fig 4 Average Call Blocking in FCA Fig 5 Average Call Blocking in Adaptive Network Network blocking % Fig Average Packet Blocking time (hr) Average Packet Blocking in Adaptive Network Network Model requirements for new GSM call arrivals requirements for handover GSM calls requirements for GPRS sessions Table SUMMARY OF RESULTS FCA Adaptive resource management Resource Gain %

6 5 CONCLUSION An adaptive radio resource management system for current GSM/GPRS networks has been proposed Its non-invasive implementation within the OMC makes it a viable proposal for a more fleible management of resources for 25G networks Simulation results have shown resource gains of up to 27% and 25% for GSM and GPRS traffic respectively Using frequency deployment mechanisms such as those discussed in [4], this approach can achieve self-configuring cellular networks without the need of additional signalling loads and changes to both terminals and base station equipment ACKNOWLEDGMENTS The authors acknowledge the financial support of Enterprise Ireland and Motorola s European Cellular Infrastructure Division under grant AR/2/36 in the funding of the work reported in this paper REFERENCES [] VGarg, D Ness-Cohn, T Powers, L Schenkel, Direction for Element Managers and Network Managers, IEEE Communications Magazine, Oct 998 [2] J Zander, Radio Resource Management in Future Wireless Networks: Requirements and Limintations, IEEE Communications Magazine, Aug 997 [3] I Katzela, M Naghshineh, Channel Assignment Schemes: A Comprehensive Survey, IEEE Personal Communications, June 996 [4] M Perez-Carbonell, D Pesch, P Stephens Optimum Deployment in Cellular Mobile Networks using Genetic Algorithms, Irish Signals and Systems Conference, Maynooth, Ireland, June 2 [5] Peter T H Chan, Marimuthu Palaniswarni, and David Everitt, Neural Network-Based Dynamic Channel Assignment for Cellular Mobile Communication Systems, IEEE Trans Veh Technol, vol 43, pp , May 994 [6] Dietmar Kunz, Channel Assignment for Cellular Radio Using Neural Networks, IEEE Trans Veh Technol, vol 4, pp 88-93, Feb 99 [7] Enrico Del Re, Romano Fantacci, and Luca Ronga, A Dynamic Channel Allocation Technique Based on Hopfield Neural Networks, IEEE Trans Veh Technol, vol 45, pp 26-32, Feb 996 [8] Harilaos G Sandalidis, Peter P Stavroulakis, and Joe Rodriguez-Tellez, Borrowing Channel Assignment Strategies Based on Heuristic Techniques for Cellular Systems, IEEE Trans Neural Networks, vol, pp 76-8, Jan 999 [9] Nobuo Funabiki, and Yoshiyasu Takefuji, A Neural Network Parallel Algorithm for Channel Assignment Problems in Cellular Radio Networks, IEEE Trans Veh Technol, vol 4, pp , Nov 992 [] S Haykin, Neural Networks: A Comprehensive Foundation, Prentice-Hall, 994 [] Chiu Y Ngo, and Victor O K Li, Fied Channel Assignment in Cellular Radio Networks Using a Modified Genetic Algorithm, IEEE Trans Veh Technol, vol 47, pp 63-72, Feb 998 [2] Dirk Beckmann and Ulrich Killat, A New Strategy for the Application of Genetic Algorithms to the Channel Assignment Problem, IEEE Trans Veh Technol, vol 48, pp , July 999 [3] Ken Murray and Dirk Pesch, Adaptive Radio Resource Management for GSM using Neural Networks and Genetic Algorithms, IT & T Conference, Athlone, Ireland, Sep 2 [4] Goldberg, Genetic Algorithm in Search, Optimization and Machine Learning, Addison Wesley, 999

Radio Resource Allocation in GSM/GPRS Networks

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

More information

CURRENT wireless personal communication systems are

CURRENT wireless personal communication systems are Efficient Radio Resource Allocation in a GSM and GPRS Cellular Network David E Vannucci & Peter J Chitamu Centre for Telecommunications Access and Services School of Electrical and Information Engineering

More information

RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS

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

More information

GSM Frequency Planning with Band Segregation for the Broadcast Channel Carriers

GSM Frequency Planning with Band Segregation for the Broadcast Channel Carriers GSM Frequency Planning with Band Segregation for the Broadcast Channel Carriers F. Galliano (1), N.P. Magnani (1), G. Minerva (1), A. Rolando (2), P. Zanini (3) (1) CSELT - Via G. Reiss Romoli, 274 - Torino

More information

Dynamic Reconfiguration & Efficient Resource Allocation for Indoor Broadband Wireless Networks

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

More information

Channel Allocation for Broadband Fixed Wireless Access

Channel Allocation for Broadband Fixed Wireless Access Channel Allocation for Broadband Fixed Wireless Access Shin Horng Wong Laboratory for Communications Engineering Department of Engineering, University of Cambridge Cambridge CB2 PZ, England Email: shw23@cam.ac.uk

More information

NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS

NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS D. Todinca, P. Perry and J. Murphy Dublin City University, Ireland ABSTRACT The goal of this paper

More information

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

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

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 11, November 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automated

More information

Subscriber Maximization in CDMA Cellular Networks

Subscriber Maximization in CDMA Cellular Networks CCCT 04: INTERNATIONAL CONFERENCE ON COMPUTING, COMMUNICATIONS, AND CONTROL TECHNOLOGIES 234 Subscriber Maximization in CDMA Cellular Networks Robert AKL Department of Computer Science and Engineering

More information

Performance modelling of hierarchical cellular networks using PEPA

Performance modelling of hierarchical cellular networks using PEPA Performance Evaluation 50 (2002) 83 99 Performance modelling of hierarchical cellular networks using PEPA J.M. Fourneau, L. Kloul, F. Valois Laboratoire PRiSM, Université de Versailles, 45, Av. des Etats-Unis,

More information

A Novel Approach for Load Balancing In Heterogeneous Cellular Network

A Novel Approach for Load Balancing In Heterogeneous Cellular Network A Novel Approach for Load Balancing In Heterogeneous Cellular Network Bittu Ann Mathew1, Sumy Joseph2 PG Scholar, Dept of Computer Science, Amal Jyothi College of Engineering, Kanjirappally, Kerala, India1

More information

Packet Queueing Delay in Wireless Networks with Multiple Base Stations and Cellular Frequency Reuse

Packet Queueing Delay in Wireless Networks with Multiple Base Stations and Cellular Frequency Reuse Packet Queueing Delay in Wireless Networks with Multiple Base Stations and Cellular Frequency Reuse Abstract - Cellular frequency reuse is known to be an efficient method to allow many wireless telephone

More information

Performance of TD-CDMA systems during crossed slots

Performance of TD-CDMA systems during crossed slots Performance of TD-CDMA systems during s Jad NASREDDINE and Xavier LAGRANGE Multimedia Networks and Services Department, GET / ENST de Bretagne 2 rue de la châtaigneraie, CS 1767, 35576 Cesson Sévigné Cedex,

More information

Enhancement of QoS in Mobile Network through Channel Allocation using Software Agents

Enhancement of QoS in Mobile Network through Channel Allocation using Software Agents www.ijcsi.org 407 Enhancement of QoS in Mobile Network through Channel Allocation using Software Agents Nitin Muchhal 1, Swapnil Jain 2, Yogesh Sharma 3 1 Department of Electronics and Communication, Sagar

More information

How To Understand The Gsm And Mts Mobile Network Evolution

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

More information

Figure 1: cellular system architecture

Figure 1: cellular system architecture Question 1: (30 marks) Consider a FDM cellular system with 120 cites, a frequency reuse factor of N=12, and 900 overall two-way channels. Omni-directional antennas are used: Figure 1 shows some of the

More information

Mobile Tracking and Resource Reservation Scheme for Cellular Networks

Mobile Tracking and Resource Reservation Scheme for Cellular Networks Mobile Tracking and Resource Reservation Scheme for Cellular Networks Subbiah Shenbagaraman, B. Prabhakaran, S. Venkatesan Department of Computer Science, University of Texas at Dallas, Richardson, USA,

More information

PERFORMANCE AND EFFICIENCY EVALUATION OF CHANNEL ALLOCATION SCHEMES FOR HSCSD IN GSM

PERFORMANCE AND EFFICIENCY EVALUATION OF CHANNEL ALLOCATION SCHEMES FOR HSCSD IN GSM Generol Conference (Port B) PERFORMANCE AND EFFICIENCY EVALUATION OF CHANNEL ALLOCATION SCHEMES FOR HSCSD IN GSM Dayong Zhou and Moshe Zukerman Department of Electrical and Electronic Engineering The University

More information

Using Data Mining for Mobile Communication Clustering and Characterization

Using Data Mining for Mobile Communication Clustering and Characterization Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer

More information

Improved Channel Allocation and RLC block scheduling for Downlink traffic in GPRS

Improved Channel Allocation and RLC block scheduling for Downlink traffic in GPRS Improved Channel Allocation and RLC block scheduling for Downlink traffic in GPRS Haibo Wang, Devendra Prasad, Xin Zhou Jimena Martinez Llorente, François Delawarde, Gwénaël Coget, Patrick Eggers, Hans

More information

Location management Need Frequency Location updating

Location management Need Frequency Location updating Lecture-16 Mobility Management Location management Need Frequency Location updating Fig 3.10 Location management in cellular network Mobility Management Paging messages Different paging schemes Transmission

More information

Voice Service Support over Cognitive Radio Networks

Voice Service Support over Cognitive Radio Networks Voice Service Support over Cognitive Radio Networks Ping Wang, Dusit Niyato, and Hai Jiang Centre For Multimedia And Network Technology (CeMNeT), School of Computer Engineering, Nanyang Technological University,

More information

A Randomized Saturation Degree Heuristic for Channel Assignment in Cellular Radio Networks

A Randomized Saturation Degree Heuristic for Channel Assignment in Cellular Radio Networks 364 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 50, NO. 2, MARCH 2001 A Randomized Saturation Degree Heuristic for Channel Assignment in Cellular Radio Networks Roberto Battiti, Member, IEEE, Alan

More information

Indian Journal of Advances in Computer & Information Engineering Volume.1 Number.1 January-June 2013, pp.1-5 @ Academic Research Journals.

Indian Journal of Advances in Computer & Information Engineering Volume.1 Number.1 January-June 2013, pp.1-5 @ Academic Research Journals. Cellular System Rajat Chugh, Parag Jasoria, Tushar Arora, Nitin Ginotra and Vivek Anand V Semester, Department of Computer Science and Engineering, Dronacharya College of Engineering, Khentawas, Farukhnagar,

More information

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

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

More information

CHAPTER 1 1 INTRODUCTION

CHAPTER 1 1 INTRODUCTION CHAPTER 1 1 INTRODUCTION 1.1 Wireless Networks Background 1.1.1 Evolution of Wireless Networks Figure 1.1 shows a general view of the evolution of wireless networks. It is well known that the first successful

More information

State of the Art: Admission Control and Mobility Management in Heterogeneous Wireless Networks. 1. Introduction

State of the Art: Admission Control and Mobility Management in Heterogeneous Wireless Networks. 1. Introduction M-Zones Deliverable 1 Page 4 of 136 State of the Art: Admission Control and Mobility Management in Heterogeneous Wireless Networks Ken Murray, Dirk Pesch Adaptive Wireless Systems Group Cork Institute

More information

Guide to Wireless Communications. Digital Cellular Telephony. Learning Objectives. Digital Cellular Telephony. Chapter 8

Guide to Wireless Communications. Digital Cellular Telephony. Learning Objectives. Digital Cellular Telephony. Chapter 8 Guide to Wireless Communications Digital Cellular Telephony Chapter 2 Learning Objectives Digital Cellular Telephony 3 Describe the applications that can be used on a digital cellular telephone Explain

More information

G.Vijaya kumar et al, Int. J. Comp. Tech. Appl., Vol 2 (5), 1413-1418

G.Vijaya kumar et al, Int. J. Comp. Tech. Appl., Vol 2 (5), 1413-1418 An Analytical Model to evaluate the Approaches of Mobility Management 1 G.Vijaya Kumar, *2 A.Lakshman Rao *1 M.Tech (CSE Student), Pragati Engineering College, Kakinada, India. Vijay9908914010@gmail.com

More information

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Ayman Wazwaz, Computer Engineering Department, Palestine Polytechnic University, Hebron, Palestine, aymanw@ppu.edu Duaa sweity

More information

Performance advantages of resource sharing in polymorphic optical networks

Performance advantages of resource sharing in polymorphic optical networks R. J. Durán, I. de Miguel, N. Merayo, P. Fernández, R. M. Lorenzo, E. J. Abril, I. Tafur Monroy, Performance advantages of resource sharing in polymorphic optical networks, Proc. of the 0th European Conference

More information

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

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

More information

Implementation of Mobile Measurement-based Frequency Planning in GSM

Implementation of Mobile Measurement-based Frequency Planning in GSM Implementation of Mobile Measurement-based Frequency Planning in GSM Comp.Eng. Serkan Kayacan (*), Prof. Levent Toker (**) (*): Ege University, The Institute of Science, Computer Engineering, M.S. Student

More information

A Novel Pathway for Portability of Networks and Handing-on between Networks

A Novel Pathway for Portability of Networks and Handing-on between Networks A Novel Pathway for Portability of Networks and Handing-on between Networks D. S. Dayana #1, S. R. Surya #2 Department of Computer Applications, SRM University, Chennai, India 1 dayanads@rediffmail.com

More information

Smart Mobility Management for D2D Communications in 5G Networks

Smart Mobility Management for D2D Communications in 5G Networks Smart Mobility Management for D2D Communications in 5G Networks Osman N. C. Yilmaz, Zexian Li, Kimmo Valkealahti, Mikko A. Uusitalo, Martti Moisio, Petteri Lundén, Carl Wijting Nokia Research Center Nokia

More information

Improving the Performance of Handoff Calls using Frequency Sharing

Improving the Performance of Handoff Calls using Frequency Sharing Improving the Performance of Handoff Calls using Frequency Sharing Vikas Solanki1, Rajeev Kumar2, Hari Om Sharan2 1 Department of Computer Science Engineering & IT, Mangalayatan University, Aligarh (India).

More information

4-5 Limiting the Holding Time in Mobile Cellular Phone Systems During Disasters

4-5 Limiting the Holding Time in Mobile Cellular Phone Systems During Disasters 4-5 Limiting the Holding Time in Mobile Cellular Phone Systems During Disasters Call demand suddenly and greatly increases during major disasters, because people want to check on their families and friends

More information

Chapter 6 Wireless and Mobile Networks

Chapter 6 Wireless and Mobile Networks Chapter 6 Wireless and Mobile Networks A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations;

More information

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

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

More information

Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks

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

More information

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

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

More information

DeuceScan: Deuce-Based Fast Handoff Scheme in IEEE 802.11 Wireless Networks

DeuceScan: Deuce-Based Fast Handoff Scheme in IEEE 802.11 Wireless Networks : Deuce-Based Fast Handoff Scheme in IEEE 82.11 Wireless Networks Yuh-Shyan Chen, Chung-Kai Chen, and Ming-Chin Chuang Department of Computer Science and Information Engineering National Chung Cheng University,

More information

Drop Call Probability in Established Cellular Networks: from data Analysis to Modelling

Drop Call Probability in Established Cellular Networks: from data Analysis to Modelling Drop Call Probability in Established Cellular Networks: from data Analysis to Modelling G. Boggia, P. Camarda, A. D Alconzo, A. De Biasi and M. Siviero DEE - Politecnico di Bari, Via E. Orabona, 4-7125

More information

QoS of Internet Access with GPRS

QoS of Internet Access with GPRS Dept. of Prof. Dr. P. Tran-Gia QoS of Internet Access with GPRS Dirk Staehle 1, Kenji Leibnitz 1, and Konstantin Tsipotis 2 1 [staehle,leibnitz]@informatik.uni-wuerzburg.de 2 Libertel-Vodafone k.tsipotis@libertel.nl

More information

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks

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

More information

ADHOC RELAY NETWORK PLANNING FOR IMPROVING CELLULAR DATA COVERAGE

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

More information

Algorithms for Interference Sensing in Optical CDMA Networks

Algorithms for Interference Sensing in Optical CDMA Networks Algorithms for Interference Sensing in Optical CDMA Networks Purushotham Kamath, Joseph D. Touch and Joseph A. Bannister {pkamath, touch, joseph}@isi.edu Information Sciences Institute, University of Southern

More information

White Paper: Microcells A Solution to the Data Traffic Growth in 3G Networks?

White Paper: Microcells A Solution to the Data Traffic Growth in 3G Networks? White Paper: Microcells A Solution to the Data Traffic Growth in 3G Networks? By Peter Gould, Consulting Services Director, Multiple Access Communications Limited www.macltd.com May 2010 Microcells were

More information

Channel assignment for GSM half-rate and full-rate traffic

Channel assignment for GSM half-rate and full-rate traffic Computer Communications 23 (2000) 476 482 www.elsevier.com/locate/comcom Channel assignment for GSM half-rate and full-rate traffic P. Lin, Y.-B. Lin* Department of Computer Science and Information Engineering,

More information

A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS

A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS A NOVEL OVERLAY IDS FOR WIRELESS SENSOR NETWORKS Sumanta Saha, Md. Safiqul Islam, Md. Sakhawat Hossen School of Information and Communication Technology The Royal Institute of Technology (KTH) Stockholm,

More information

Multiobjective Multicast Routing Algorithm

Multiobjective Multicast Routing Algorithm Multiobjective Multicast Routing Algorithm Jorge Crichigno, Benjamín Barán P. O. Box 9 - National University of Asunción Asunción Paraguay. Tel/Fax: (+9-) 89 {jcrichigno, bbaran}@cnc.una.py http://www.una.py

More information

Memory Allocation Technique for Segregated Free List Based on Genetic Algorithm

Memory Allocation Technique for Segregated Free List Based on Genetic Algorithm Journal of Al-Nahrain University Vol.15 (2), June, 2012, pp.161-168 Science Memory Allocation Technique for Segregated Free List Based on Genetic Algorithm Manal F. Younis Computer Department, College

More information

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 755-760 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4686 WBAN Beaconing for Efficient Resource Sharing in Wireless Wearable

More information

Architecture Overview NCHU CSE LTE - 1

Architecture Overview NCHU CSE LTE - 1 Architecture Overview NCHU CSE LTE - 1 System Architecture Evolution (SAE) Packet core networks are also evolving to the flat System Architecture Evolution (SAE) architecture. This new architecture optimizes

More information

Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover

Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover 1 Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover Jie Xu, Member, IEEE, Yuming Jiang, Member, IEEE, and Andrew Perkis, Member, IEEE Abstract In this paper we investigate

More information

Packet Synchronization in Cellular Backhaul Networks By Patrick Diamond, PhD, Semtech Corporation

Packet Synchronization in Cellular Backhaul Networks By Patrick Diamond, PhD, Semtech Corporation Packet Synchronization in Cellular Backhaul Networks By Patrick Diamond, PhD, Semtech Corporation (Semtech White Paper October 2008) INTRODUCTION For carriers to leverage cost-effective IP networks to

More information

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

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

More information

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

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

More information

Weighted Thinned Arrays by Almost Difference Sets and Convex Programming

Weighted Thinned Arrays by Almost Difference Sets and Convex Programming Guidelines for Student Reports Weighted Thinned Arrays by Almost Difference Sets and Convex Programming V. Depau Abstract The design of thinned arrays can be carried out with several techniques, including

More information

Joint Radio Resource Management and QoS Implications of Software Downloading for SDR Terminals

Joint Radio Resource Management and QoS Implications of Software Downloading for SDR Terminals Joint Radio Resource Management and QoS Implications of Software Downloading for SDR Terminals Nicolas Motte, Robert Rümmler 2, David Grandblaise, Lucas Elicegui, Didier Bourse, Eiko Seidel 3 - Motorola

More information

Technical and economical assessment of selected LTE-A schemes.

Technical and economical assessment of selected LTE-A schemes. Technical and economical assessment of selected LTE-A schemes. Heinz Droste,, Darmstadt Project Field Intelligent Wireless Technologies & Networks 1 Mobile Networks enabler for connected life & work. Textbox

More information

PERFORMANCE OF THE GPRS RLC/MAC PROTOCOLS WITH VOIP TRAFFIC

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

More information

Introduction to Natural Computation. Lecture 15. Fruitflies for Frequency Assignment. Alberto Moraglio

Introduction to Natural Computation. Lecture 15. Fruitflies for Frequency Assignment. Alberto Moraglio Introduction to Natural Computation Lecture 15 Fruitflies for Frequency Assignment Alberto Moraglio 1/39 Fruit flies 2/39 Overview of the Lecture The problem of frequency assignment in mobile phone networks.

More information

Inter-cell Interference Mitigation Reduction in LTE Using Frequency Reuse Scheme

Inter-cell Interference Mitigation Reduction in LTE Using Frequency Reuse Scheme International Journal of Scientific and Research Publications, Volume 5, Issue 8, August 2015 1 Inter-cell Interference Mitigation Reduction in LTE Using Frequency Reuse Scheme Rupali Patil 1, R.D.Patane

More information

3GPP Wireless Standard

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

More information

2002 IEEE. Reprinted with permission.

2002 IEEE. Reprinted with permission. Laiho J., Kylväjä M. and Höglund A., 2002, Utilization of Advanced Analysis Methods in UMTS Networks, Proceedings of the 55th IEEE Vehicular Technology Conference ( Spring), vol. 2, pp. 726-730. 2002 IEEE.

More information

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

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

More information

A Robust Method for Solving Transcendental Equations

A Robust Method for Solving Transcendental Equations www.ijcsi.org 413 A Robust Method for Solving Transcendental Equations Md. Golam Moazzam, Amita Chakraborty and Md. Al-Amin Bhuiyan Department of Computer Science and Engineering, Jahangirnagar University,

More information

Antenna Based Self Optimizing Networks for Coverage and Capacity Optimization

Antenna Based Self Optimizing Networks for Coverage and Capacity Optimization Antenna Based Self Optimizing Networks for Coverage and Capacity Optimization Abstract Antenna tilt is a powerful parameter for optimization of a cellular network as it has the most direct impact on shaping

More information

Wireless System Design Experience: Case Study of a Manufacturing Factory

Wireless System Design Experience: Case Study of a Manufacturing Factory Wireless System Design Experience: Case Study of a Manufacturing Factory Jintawat Juljaroenkul and Chantana Chantrapornchai Department of Computing, Faculty of Science, Silpakorn University Nakorn Pathom,

More information

Detecting Multiple Selfish Attack Nodes Using Replica Allocation in Cognitive Radio Ad-Hoc Networks

Detecting Multiple Selfish Attack Nodes Using Replica Allocation in Cognitive Radio Ad-Hoc Networks Detecting Multiple Selfish Attack Nodes Using Replica Allocation in Cognitive Radio Ad-Hoc Networks Kiruthiga S PG student, Coimbatore Institute of Engineering and Technology Anna University, Chennai,

More information

Customer Training Catalog Training Programs WCDMA RNP&RNO Technical Training

Customer Training Catalog Training Programs WCDMA RNP&RNO Technical Training Customer Training Catalog Training Programs Customer Training Catalog Training Programs WCDMA RNP&RNO Technical Training HUAWEI Learning Service 2015 COMMERCIAL IN CONFIDENCE 1 Customer Training Catalog

More information

EE6390. Fall 1999. Research Report. Mobile IP in General Packet Radio System

EE6390. Fall 1999. Research Report. Mobile IP in General Packet Radio System EE6390 Introduction to Wireless Communications Systems Fall 1999 Research Report Mobile IP in General Packet Radio System Kelvin K. W. Wong Ramzi Hamati Date: Dec. 6, 1999 1.0 Abstract Tunneling is one

More information

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

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

More information

A Statistical Estimation of Average IP Packet Delay in Cellular Data Networks

A Statistical Estimation of Average IP Packet Delay in Cellular Data Networks A Statistical Estimation of Average IP Packet Delay in Cellular Data Networks Hubert GRAJA, Philip PERRY and John MURPHY Performance Engineering Laboratory, Computer Science Department,University College

More information

UTILISATION OF MOBILE NETWORK PERFORMANCE DATA FOR DYNAMIC CAPACITY REALLOCATION

UTILISATION OF MOBILE NETWORK PERFORMANCE DATA FOR DYNAMIC CAPACITY REALLOCATION UTILISATION OF MOBILE NETWORK PERFORMANCE DATA FOR DYNAMIC CAPACITY REALLOCATION Jaakko Rissanen VTT Information Technology P.O Box 12031 FIN-02044 VTT, Finland email: jaakko.rissanen@vtt.fi ABSTRACT Traffic

More information

User Distribution and Mobility Model Framework for Cellular Network Simulations

User Distribution and Mobility Model Framework for Cellular Network Simulations User Distribution and Mobility Model Framework for Cellular Network Simulations Sami Nousiainen, Krzysztof Kordybach, Paul Kemppi VTT Information Technology Tekniikantie 4B, FIN-02044 Espoo, Finland Tel:

More information

A Novel Decentralized Time Slot Allocation Algorithm in Dynamic TDD System

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

More information

2G/3G Mobile Communication Systems

2G/3G Mobile Communication Systems 2G/3G Mobile Communication Systems Winter 2012/13 Integrated Communication Systems Group Ilmenau University of Technology Outline 2G Review: GSM Services Architecture Protocols Call setup Mobility management

More information

From reconfigurable transceivers to reconfigurable networks, part II: Cognitive radio networks. Loreto Pescosolido

From reconfigurable transceivers to reconfigurable networks, part II: Cognitive radio networks. Loreto Pescosolido From reconfigurable transceivers to reconfigurable networks, part II: Cognitive radio networks Loreto Pescosolido Spectrum occupancy with current technologies Current wireless networks, operating in either

More information

TABLE OF CONTENTS. Dedication. Table of Contents. Preface. Overview of Wireless Networks. vii 1.1 1.2 1.3 1.4 1.5 1.6 1.7. xvii

TABLE OF CONTENTS. Dedication. Table of Contents. Preface. Overview of Wireless Networks. vii 1.1 1.2 1.3 1.4 1.5 1.6 1.7. xvii TABLE OF CONTENTS Dedication Table of Contents Preface v vii xvii Chapter 1 Overview of Wireless Networks 1.1 1.2 1.3 1.4 1.5 1.6 1.7 Signal Coverage Propagation Mechanisms 1.2.1 Multipath 1.2.2 Delay

More information

Planning of UMTS Cellular Networks for Data Services Based on HSDPA

Planning of UMTS Cellular Networks for Data Services Based on HSDPA Planning of UMTS Cellular Networks for Data Services Based on HSDPA Diana Ladeira, Pedro Costa, Luís M. Correia 1, Luís Santo 2 1 IST/IT Technical University of Lisbon, Lisbon, Portugal 2 Optimus, Lisbon,

More information

Multiuser Communications in Wireless Networks

Multiuser Communications in Wireless Networks Multiuser Communications in Wireless Networks Instructor Antti Tölli Centre for Wireless Communications (CWC), University of Oulu Contact e-mail: antti.tolli@ee.oulu.fi, tel. +358445000180 Course period

More information

Channel Allocation in Cellular Telephone. Systems. Lab. for Info. and Decision Sciences. Cambridge, MA 02139. bertsekas@lids.mit.edu.

Channel Allocation in Cellular Telephone. Systems. Lab. for Info. and Decision Sciences. Cambridge, MA 02139. bertsekas@lids.mit.edu. Reinforcement Learning for Dynamic Channel Allocation in Cellular Telephone Systems Satinder Singh Department of Computer Science University of Colorado Boulder, CO 80309-0430 baveja@cs.colorado.edu Dimitri

More information

Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS.

Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS. Guidelines for Student Reports Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS. A. Shariful Abstract The design of large arrays for radar applications require the

More information

SELECTIVE ACTIVE SCANNING FOR FAST HANDOFF IN WLAN USING SENSOR NETWORKS

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

More information

Comparison of Major Domination Schemes for Diploid Binary Genetic Algorithms in Dynamic Environments

Comparison of Major Domination Schemes for Diploid Binary Genetic Algorithms in Dynamic Environments Comparison of Maor Domination Schemes for Diploid Binary Genetic Algorithms in Dynamic Environments A. Sima UYAR and A. Emre HARMANCI Istanbul Technical University Computer Engineering Department Maslak

More information

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 DATA SECURITY 1/12 Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 Contents 1. INTRODUCTION... 3 2. REMOTE ACCESS ARCHITECTURES... 3 2.1 DIAL-UP MODEM ACCESS... 3 2.2 SECURE INTERNET ACCESS

More information

Load balancing in a heterogeneous computer system by self-organizing Kohonen network

Load balancing in a heterogeneous computer system by self-organizing Kohonen network Bull. Nov. Comp. Center, Comp. Science, 25 (2006), 69 74 c 2006 NCC Publisher Load balancing in a heterogeneous computer system by self-organizing Kohonen network Mikhail S. Tarkov, Yakov S. Bezrukov Abstract.

More information

How To Understand The Performance Of A Cell Phone Network

How To Understand The Performance Of A Cell Phone Network Survivability Analysis for Mobile Cellular Networks David W. Tipper *, Chalermpol Charnsripinyo *, Hyundoo Shin * Teresa A. Dahlberg ** * Department of Information Science and Telecommunications, University

More information

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

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

More information

QoS-Aware Load Balancing in 3GPP Long Term Evolution Multi-Cell Networks

QoS-Aware Load Balancing in 3GPP Long Term Evolution Multi-Cell Networks QoS-Aware Load Balancing in 3GPP Long Term Evolution Multi-Cell Networks Hao Wang 1,2, Lianghui Ding 2,PingWu 2,ZhiwenPan 1, Nan Liu 1, Xiaohu You 1 1 National Mobile Communication Research Laboratory,

More information

Lecture overview. History of cellular systems (1G) GSM introduction. Basic architecture of GSM system. Basic radio transmission parameters of GSM

Lecture overview. History of cellular systems (1G) GSM introduction. Basic architecture of GSM system. Basic radio transmission parameters of GSM Lecture overview History of cellular systems (1G) GSM introduction Basic architecture of GSM system Basic radio transmission parameters of GSM Analogue cellular systems 70 s In the early 70 s radio frequencies

More information

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013 Transistor Level Fault Finding in VLSI Circuits using Genetic Algorithm Lalit A. Patel, Sarman K. Hadia CSPIT, CHARUSAT, Changa., CSPIT, CHARUSAT, Changa Abstract This paper presents, genetic based algorithm

More information

Dynamic Load Balancing Through Coordinated Scheduling in Packet Data Systems

Dynamic Load Balancing Through Coordinated Scheduling in Packet Data Systems Dynamic Load Balancing Through Coordinated Scheduling in Packet Data Systems Suman Das, Harish Viswanathan, Gee Rittenhouse Wireless Technology Research Lucent Technologies, Bell Labs. 6 Mountain Ave,

More information

8. Cellular Systems. 1. Bell System Technical Journal, Vol. 58, no. 1, Jan 1979. 2. R. Steele, Mobile Communications, Pentech House, 1992.

8. Cellular Systems. 1. Bell System Technical Journal, Vol. 58, no. 1, Jan 1979. 2. R. Steele, Mobile Communications, Pentech House, 1992. 8. Cellular Systems References 1. Bell System Technical Journal, Vol. 58, no. 1, Jan 1979. 2. R. Steele, Mobile Communications, Pentech House, 1992. 3. G. Calhoun, Digital Cellular Radio, Artech House,

More information

DYNAMIC RADIO RESOURCE MANAGEMENT IN GSM/GPRS USING SCALABLE RESOURCE ALLOCATION TECHNIQUE

DYNAMIC RADIO RESOURCE MANAGEMENT IN GSM/GPRS USING SCALABLE RESOURCE ALLOCATION TECHNIQUE DYNAMIC RADIO RESOURCE MANAGEMENT IN GSM/GPRS USING SCALABLE RESOURCE ALLOCATION TECHNIQUE Seok Y Tang, Shyamalie Thilakawardana and Rahim Tafazolli Mobile Communications Research Group Centre for Communications

More information

VOICE OVER WI-FI CAPACITY PLANNING

VOICE OVER WI-FI CAPACITY PLANNING VOICE OVER WI-FI CAPACITY PLANNING Version 1.0 Copyright 2003 Table of Contents Introduction...3 Wi-Fi RF Technology Options...3 Spectrum Availability and Non-Overlapping Wi-Fi Channels...4 Limited

More information