Virtual Price Based Policy Enforcement for Access Selection and Vertical Handover in Multi-Access Networks

Size: px
Start display at page:

Download "Virtual Price Based Policy Enforcement for Access Selection and Vertical Handover in Multi-Access Networks"

Transcription

1 Virtual Price Based Policy Enforcement for Access Selection and Vertical Handover in Multi-Access Networks Fanchun Jin 1, Joseph S. Gomes 1, Yu Zhou 1, Hyeong-Ah Choi 1, Jae-Hoon Kim 2, JungKyo Sohn 3, Hyeong In Choi 3 1 Department of Computer Science, George Washington University, Washington, DC 2 Access Network & Mobile Terminal R&D Center, SK Telecom, Seoul, Korea 3 Department of Mathematics, Seoul National University, Seoul, Korea {jinfc joegomes,yuzhou hchoi}@gwu.edu, jayhoon.kim@gmail.com, {jgsohn,hichoi}@snu.ac.kr Abstract In multi access network environments, mobile stations may encounter multiple choices for selecting an access network. Carefully designed access selection schemes can provide not only mobile users with better services but also network operators with better resource utilizations. It is also envisioned that further improvements can be achieved by redistributing mobile stations from one access network to another (i.e., vertical handovers). Such decisions should be made by following carefully designed, yet simple to implement, protocols. As a part of SK Telecom s convergence network initiative, we have developed two radio resource management technologies using the concept of virtual price and evaluated performance of one of the techniques by creating multi-access network simulation environments in OPNET. The following components were implemented. 1) Multi-mode mobile station with Layer 2.5 to allow switch among different RATs. 2) Inter-network communication component. 3) Common radio resource management component to compute virtual prices and support access selection and VHO. 4) CDMA1X, EvDO, and HSDPA modules. Introduction Wireless data communication is experiencing explosive growth in last decade, leading to fundamental changes in the wireless networking paradigms. While a large number of wireless protocols exist to provide services to a variety of users with different traffic characteristics and hardware capabilities, it is expected that new radio access technologies (RATs) will be developed and deployed in the future, but most likely the existing RATs will not be completely replaced by new RATs [1]. Each RAT operates on a different spectrum band, occupies different bandwidth capacities, and supports a specific type of mobile stations. While some RATs may suffer from high traffic load, other RATs may experience low traffic load because of uneven distribution of mobile stations over different RATs. A multi-mode mobile station is equipped with multiple communication modems that are capable of supporting multiple RATs. In other words, a multi-mode mobile station may only be connected to a single network at any specific time, but it can switch to another network to obtain better services. The introduction of multi-mode mobile stations makes it possible for resource sharing among different RATs. In this context, the network operators are seeking a method to support the mobile users with Always Best Connected (ABC) services [2, 8], while trying to make maximum revenue. Numerous efforts are going 1 on worldwide to guide multi-mode mobile stations to make access selection and vertical handover decisions. The next generation of wireless networks, commonly referred to as Beyond 3G (B3G) networks, is envisioned to support higher bandwidth requirements on fully digital, all IP based networks that use a common frequency band across all providers and regions. There are many world-wide research projects toward B3G networks in various stages. The European Union 6th Framework Program (FP6), FuTURE in China, Future Wireless World launched by DoD in North America, NGMC Forum in South Korea, and Mobile IT Forum (mitf) in Japan are a few of them. Significant research has focused on access selection schemes that incorporate user-, network-, and service-specific information. Most of the works in this effort are at a rather conceptual stage, while some concentrate on performance gains using simulations or experiments in ad-hoc manners. The Ambient Networks project, a part of the FP6, is an integrated project in most advanced stage among the existing B3G projects and has developed a generic multi-radio access architecture [3] and a conceptual framework for access selection and resource allocation by joint radio resource management across different RATs [4]. In [5], the authors consider the problem of allocating user connections to a set of base stations to reduce power consumption of mobile stations and maximize admitted traffic flows while following access preferences of users. The authors used heuristic algorithms of bin packing problem to solve the problem, but do not consider the load balancing issues where different networks may have different capacities for traffic flows. Another approach to utilize heuristic bin-packing algorithm for access selection is presented in [6]. In [7], the authors consider initial access selection problem between wireless LAN and HSDPA/Long Term 3G Evolved networks and propose simple heuristic algorithms. This paper presents two approaches regarding load balancing by developing virtual price based technologies. To examine these approaches, we construct multi-mode mobile stations, internetwork communication component, and common radio resource management component. The implementation of each specific network and vertical handover protocol is out of the scope of this paper. In this paper, we will focus on the policy enforcement techniques for access selection and vertical handover. The packet flow of the signaling messages is described, and methods of making handover decision are described. This paper is organized as follows. In section II, we introduce marginal cost function, which computes the cell s virtual price,

2 and in section III we describe network architecture, access selection and vertical handover decision. In section IV and V, we describe our OPNET implementation of the CRRM model and multi-mode mobile station model respectively. In section VI, we present simulation results followed by conclusion in the next session. Marginal Cost Functions We define a marginal cost function of each cell that computes its virtual price, taking the current cell load and the cell capacity as input parameters. Using these virtual prices, a new mobile station is admitted to a cell with the lowest virtual price among all accessible cells (i.e., candidate cells to which the mobile station has strong enough signal strength). The virtual price of each cell is periodically updated, and existing mobile stations may be forced to perform handovers to other cells of the same or different RATs. A handover to a cell with a different RAT is called a vertical handover. Depending on different RAT and admission control algorithm, the amount and unit of the cell load and cell capacity are different. In admission control, the RNC/BSC compares the capacity of the cell with the expected load to make a decision. The capacity could be power, number of users, data rate. In our implementation of the RATs, we use power as the capacity. We use x to represent the cell load, and c to represent the cell capacity. Network Architecture and Access Selection and Vertical Handover Decision Classifier HO UE RNC CRRM Broadcast BS load info BS virtual price Compute virtual price Figure 2: Mobile station based CRRM Protocol In the following subsections, we will discuss the network based CRRM and mobile station based CRRM respectively. Network Based Handover Decision In this approach, the handover decision is completely made by the network, i.e., the CRRM. 1. Each RNC reports the uplink and downlink load information of the base stations that are attached to the RNC to CRRM. CRRM computes the cost information of each base station, using the formula x u /c u + x d /c d, where x u and x d represent the load of uplink and downlink respectively, while c u and c d represent the capacity of uplink and downlink respectively. 2. Let C denote the set of all cells in the heterogeneous network. 3. While C is not empty, do the following: (a) Find two neighboring cells, i and j, in C with the largest difference of virtual prices. (b) Arrange handovers between i and j until they both have the same virtual price or no more handover is possible. (c) Delete i and j from C. We follow the OPNET UMTS network architecture with an additional module for inter network communication that we have implemented ourselves to enable the inter RAT communication. A Common Radio Resource Management (CRRM) module is also introduced to control/assist mobile stations to make access selection and vertical handover decision. The CRRM module is directly connected with SGSN in UMTS/HSDPA network and PDSN in CDMA1x/EvDO network. RNC/BSC periodically reports base station s uplink and downlink load information to CRRM module in every fixed time period. The CRRM then guides mobile stations to perform handovers using one of the two different approaches that we developed: network based and mobile station based. Figure 1 and figure 2 show the signaling flow in each protocol. Classifier HO UE RNC CRRM BS load info Handover Decision Compute Virtual price Calculate gradient Arrange HOs Figure 1: Network based CRRM Protocol 2 In this approach, each mobile station must periodically report to the CRRM the list of cells (of any RAT type) to which it has enough signal strength to be connected. While such an architecture is possible by following the IEEE Media Independent Handover [9] framework (in which each base station maintains the geographic information of its neighbor cells and their broadcasting information) and by making the current base station transmit the broadcasting information of the target base station to the mobile station, it would require a great deal of system overheads. Since the IEEE is not finalized yet, implementation of this approach remains as a future task. Mobile Station Based Handover Decision We now extend our CRRM algorithm to allow mobile stations to make final decisions when the network (or CRRM) does not exactly know which cells may be accessible by each mobile station (i.e., mobile stations do not report the signal strengths of their accessible base stations to the network), but each base station maintains geographic information of its neighbor cells as specified in the MIH protocol [9]. Suppose MS mj is connected to BS bi whose neighbor set is denoted by Si. Note that mj may or may not be able to connect to all base stations in Si, but the set of base stations to which the mj can connect must be a subset S0i of Si. The network (or the CRRM) then delivers the virtual price of each cell in the neighbor list Si of bi, and bi informs the virtual price of each cell in Si to mj. mj then make a final decision using the information on signal strength to each base station in Si. More precisely, mj select a cell with the lowest virtual price from S0i. The virtual price information will be obtained simultaneously by the mobile stations within any specific base station if the virtual price is broadcasted. Since each mobile

3 station makes decision independently, we may observe two situations. One is the mass handover, i.e. all mobile stations switching at the same time and second is the pingpong effect, i.e. the same mobile station switching back and forth. To avoid the two situations, we assign a timer uniformly chosen from 1 to 50 seconds, such that once a mobile station performs a handover, it cannot perform any additional handover during the timer period. modems to perform vertical handover. The Classifier also delivers incoming packets from upper layer to the appropriate modem, and delivers packets from lower layer to upper layer. The state transition diagram for the classifier is shown in figure 5. CRRM Model In this section, we describe our implementation of CRRM model. The state transition diagram of this model is as shown in figure 3. In Init state of CRRM, the state variables are initialized and the networks that are connected to the CRRM model are recognized. In Idle state, the machine waits for incoming events. The event could be a report from an RNC/BSC about the cell load information or the expiration of the clock timer. If the incoming event is from the network, it delivers the packet to Report state. Depending on the network that sends packet to the machine, Report state transfers the packet to one of the states: EvDO Report State, HSDPA Report State, UMTS Report State, and CDMA1x Report State. In these states, the virtual price for the cell is calculated using the formula given in previous section. If the event is self interruption, the machine triggers mobile station based handover. Figure 5: Classifier State Transition Diagram In Init state of Classifier, the state variables are initialized. In Idle state, the machine waits for an incoming event. The event could be either incoming packet from the upper layer, incoming packet from the lower layer (which includes the message from CRRM model), or the expiration of the clock timer. The Up state either delivers the packet from lower layer to upper layer if the packet is regular packet, or delivers the packet to Price update state if the packet is from CRRM model. The Price update state processes on the packet from CRRM model, and triggers a vertical handover. When the vertical handover is triggered, the machine enters the Attach state to register to the network by sending attach message to the new network such that the new network gets ready for the incoming mobile station. If the attach is successful, the machine enters the Detach state to detach from current network by sending detach message through the current active modem. After the detaching is finished, the mobile station continues communication through the new network. If the attach to the new network is failed, the mobile station does not perform vertical handover. Figure 3: CRRM State Transition Diagram Multi-Access Mobile Station Figure 4: Multi-mode Mobile Station Node Model As shown in figure 4, there are 4 modems in a mobile station to access to 4 RATs respectively. We add a Classifier layer between the modems and the Client layer. The Classifier layer receives virtual price information from the base stations within its communication range, and cooperates with the underlying 3 Our implementation of vertical handover in OPNET designates the target network instead of the exact cell, the attach messages only designate the target network. The modem that receives the attach message performs handover to the cell with the strongest signal in the target network. This may reduce the CRRM performance considering the following case. Suppose that there are two cells B 1 and B 2 in the target network. Cell B 1 has very high virtual price but higher signal strength from the mobile station that is going to have the vertical handover while cell B 2 has lower virtual price but have weaker signal strength. The CRRM requests the mobile station to perform vertical handover to cell B 2 but the mobile station will try to perform handover to cell B 1, according to our implementation of vertical handover. The details of implementing vertical handovers are out of the scope of this paper. The Down state delivers the packet from higher layer to an appropriate modem. Simulation Results

4 We have focused on the network performance due to vertical handovers. Accordingly, in our simulation environments, intra network handovers did not happen. The simulated network topology is shown in figure 6. The network size is 2000 m by 2000 m. The network is divided into 4 areas, and in each area, there are 4 base stations with 4 RATs respectively. There are 8 mobile stations in each area which are able to connect to the all 4 base stations in the area. The traffic configuration is same in all mobile stations, which is shown in figure 7. Among the 8 mobile stations in the left bottom area, 6 of them are initially connected to EvDO base station, while 2 mobile stations are connected to UMTS node-b. Obviously no throughput in HSDPA base station and CDMA1x base station will be observed, if there is no vertical handover. Figure 6: Network Topology Figure 7: Traffic Configuration The simulation time is 30 minutes, and we monitor the downlink and uplink throughputs. Figure 8 shows the downlink throughput of base stations in left bottom area, and figure 9 shows the uplink throughput of base stations in left bottom area. As the figures show, the maximum throughputs of base stations in CDMA1x and UMTS networks are around 20kbps to 30kbps, while it s more than 40kbps in HSDPA and EvDO networks which have more data rate capacity than CDMA1x and UMTS networks. Note that we have scale down the overall traffic in each base station due to the high computational overhead in using the OPNET. Despite the initial distribution of mobile stations over the 4 base stations, we observe that the throughput of each base station is distributed according to the data rate capacity with CRRM functions. Figure 8: Downlink Throughput in each base station in the left bottom area 4

5 Figure 9: Uplink Throughput in each base station in the left bottom area Conclusion In this paper, we presented two Common Radio Resource Management techniques: network based and mobile station based. We presented the OPNET implementation of CRRM model and multi-mode mobile station. The uplink and downlink throughputs in base stations from different RATs are monitored and presented. With refined vertical handover protocol and implementation we expect better simulation results. We expect further improvement if the network based handover approach is implemented. References [1] Prytz, M., Karlsson, P., Cedervall, C., Bria, A., Karla, I. Infrastructure cost benefits of ambient networks multi-radio access, In Proc. IEEE Vehicular Technology Conference. (2006) [2] Gustafsson, E., Jonsson, A. Always best connected, IEEE Wireless Communications 10 (2003) [3] Niebert, N., Prytz, M., Schieder, A., Papadoglou, N., Eggert, L., Pittmann, F., Prehofer, C. Ambient Networks: A Framework for Future Wireless Internetworking, In: Proc. IEEE Vehicular Technology Conference - Spring. (2005) [4] Berggren, F., Bria, A., Badia, L., Karla, I., emco Litjens, Magnusson, P., Meago, F., Tang, H., Veronesi, R. Multi-radio resource management for ambient networks, In Proc. of IEEE 16th International Symposium on Personal, Indoor, and Mobile Radio Communications. (2005) [5] Xing, B., Venkatasubramanian, N.: Multi-constraint dynamic access selection in always best connected networks. In: MOBIQUITOUS 05: Proceedings of the The Second Annual International Conference on Mobile and Ubiquitous Systems, Networking and Services, Washington, DC, USA, IEEE Computer Society (2005) [6] Mariz, D., Cananea, I., Sadok, D., Fodor, G.: Simulative analysis of access selection algorithms for multi-access networks, In WOWMOM 06: Proceedings of the 2006 International Symposium on on World of Wireless, Mobile and Multimedia Networks, Washington, DC, USA, IEEE Computer Society (2006) [7] Yilmaz, O., Furuskar, A., Pettersson, J., Simonsson, A. Access selection in wcdma and wlan multi-access networks, In Proc. IEEE Vehicular Technology Conference. (2005) [8] Fodor, G., Furuskar, A., Lundsjo, J. On Access Selection Techniques in Always Best Connected Networks, In ITC Specialist Seminar on Performance Evaluation of Wireless and Mobile Systems, Aug [9] Draft IEEE Standard for Local and Metropolitan Area Networks Media Independent Handover Services IEEE P802.21/S Technical report (2006) 5

A Dual-mode Mobile Station Module for WLAN/UMTS Interworking Systems

A Dual-mode Mobile Station Module for WLAN/UMTS Interworking Systems A Dual-mode Mobile Station Module for WLAN/UMTS Interworking Systems Yu Zhou, Yanxia Rong, Hyeong-Ah Choi, Jae-Hoon Kim, JungKyu Sohn, and Hyeong In Choi Department of Computer Science, George Washington

More information

QoS and Radio Resource Management in 3G and Beyond Systems. Oriol Sallent Kideok Cho

QoS and Radio Resource Management in 3G and Beyond Systems. Oriol Sallent Kideok Cho QoS and Radio Resource Management in 3G and Beyond Systems Oriol Sallent Kideok Cho (kdcho@mmlab.snu.ac.kr) 2006. 10. 23 -2/30- Contents Radio Resource Management RRM in Beyond 3G Common RRM in a flexible

More information

FEMTOCELL WITH RELAYS TO ENHANCE THE MACROCELL BACKHAUL BANDWIDTH

FEMTOCELL WITH RELAYS TO ENHANCE THE MACROCELL BACKHAUL BANDWIDTH FEMTOCELL WITH RELAYS TO ENHANCE THE MACROCELL BACKHAUL BANDWIDTH, Abstract In the future of Mobile networks it is important to implement a Femtocell at homes and to improve the domestic network. Even

More information

Uplink Resource Management Design in Multi-access Wireless Networks

Uplink Resource Management Design in Multi-access Wireless Networks Uplink Resource Management Design in Multi-access Wireless Networks Mira Yun 1,TimothyKim 1,YuZhou 1, Amrinder Arora 2, Joseph Gomes 2, and Hyeong-Ah Choi 1 1 Dept. of Computer Science, The George Washington

More information

TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks

TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks TAKEOVER: A New Vertical Handover Concept for Next-Generation Heterogeneous Networks Hyun-Ho Choi and Dong-Ho Cho Department of Electrical Engineering and Computer Science Korea Advanced Institute of Science

More information

3G/4G Mobile Communications Systems. Dr. Stefan Brück Qualcomm Corporate R&D Center Germany

3G/4G Mobile Communications Systems. Dr. Stefan Brück Qualcomm Corporate R&D Center Germany 3G/4G Mobile Communications Systems Dr. Stefan Brück Qualcomm Corporate R&D Center Germany Chapter IX: Mobility Control 2 Slide 2 Mobility Control Handover Types Mobility Measurements in UMTS Mobility

More information

Multi-Radio Resource Management for Ambient Networks

Multi-Radio Resource Management for Ambient Networks Multi-Radio Resource Management for Ambient Networks Fredrik Berggren 1), Aurelian Bria *1), Leonardo Badia 2), Ingo Karla 3), Remco Litjens 4), Per Magnusson 5), Francesco Meago 6), Haitao Tang 7), Riccardo

More information

An efficient trigger to improve intra-wifi handover performance

An efficient trigger to improve intra-wifi handover performance An efficient trigger to improve intra-wifi handover performance Roberta Fracchia, Guillaume Vivier Motorola Labs, Parc les Algorithmes, Saint-Aubin, 91193 Gif-sur-Yvette, France Abstract Seamless mobility

More information

Design of a Web-Based Decision Support System for Service Portfolios in Heterogeneous Radio Access Network Environments

Design of a Web-Based Decision Support System for Service Portfolios in Heterogeneous Radio Access Network Environments DOI 10.1007/s10922-012-9239-z Design of a Web-Based Decision Support System for Service Portfolios in Heterogeneous Radio Access Network Environments Jae-Hoon Kim Jung-Gyo Sohn Mira Yun Ga-Young Oh Hyeong-In

More information

Rab Nawaz Jadoon. Cellular Systems - II DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology

Rab Nawaz Jadoon. Cellular Systems - II DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology Cellular Systems - II Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad Pakistan COMSATS Institute of Information Technology Mobile Communication UMTS Architecture A UMTS network consist

More information

QoS based vertical handoff method between UMTS systems and wireless LAN networks

QoS based vertical handoff method between UMTS systems and wireless LAN networks QoS based vertical handoff method between UMTS systems and wireless LAN networks Sungkwan Jung and Dong-ho Cho Div. of EE, Dept. of EECS Korea Advanced Institute of Science and Technology Daejeon, Rep.

More information

Introduction. RRM Frameworks. Common Radio Resource Management

Introduction. RRM Frameworks. Common Radio Resource Management Introduction There has been a lot of progress in the development of new wireless broadband technologies recently. 4G technologies such as mobile WiMAX and LTE are almost at the end of their commercial

More information

COPYRIGHTED MATERIAL. Introduction. Harri Holma and Antti Toskala. 1.1 WCDMA in Third-Generation Systems

COPYRIGHTED MATERIAL. Introduction. Harri Holma and Antti Toskala. 1.1 WCDMA in Third-Generation Systems 1 Introduction Harri Holma and Antti Toskala 1.1 WCDMA in Third-Generation Systems Analog cellular systems are commonly referred to as first-generation systems. The digital systems, such as Global System

More information

LTE : The Future of Mobile Broadband Technology

LTE : The Future of Mobile Broadband Technology LTE : The Future of Mobile Broadband Technology Erick Setiawan tukangbajaksawah@gmail.com 1 Become a necessity today, where the wireless broadband technology needed to meet increasing expectations in terms

More information

Led by Prof. Hamid Aghvami Presented by Dr. Xiaoli Chu. UK-China Science Bridges: R&D on 4G Wireless Mobile Communications

Led by Prof. Hamid Aghvami Presented by Dr. Xiaoli Chu. UK-China Science Bridges: R&D on 4G Wireless Mobile Communications Led by Prof. Hamid Aghvami Presented by Dr. Xiaoli Chu 1 Introduction Future Work Research Areas Research Projects Statistics 2 King s College London was founded in 1829 and is the fourth oldest university

More information

Vertical Handover in Vehicular Ad-hoc Networks A Survey

Vertical Handover in Vehicular Ad-hoc Networks A Survey Vertical Handover in Vehicular Ad-hoc Networks A Survey U. Kumaran Department of computer Applications Noorul Islam Center for Higher Education, Kumaracoil,Tamilnadu, India. Abstract- Vehicular Ad-hoc

More information

Business Drivers for Selecting LTE Technology. HSPA+ & LTE Executive Briefing, Jan 27, 2009 Hank Kafka, Vice President, Network Architecture, AT&T

Business Drivers for Selecting LTE Technology. HSPA+ & LTE Executive Briefing, Jan 27, 2009 Hank Kafka, Vice President, Network Architecture, AT&T Business Drivers for Selecting LTE Technology HSPA+ & LTE Executive Briefing, Jan 27, 2009 Hank Kafka, Vice President, Network Architecture, AT&T Why LTE? HSPA, HSPA+ provides great data speeds with impressive

More information

Modeling Multistandard Wireless Networks in OPNET

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

More information

Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations. Mobile Telephony Networks

Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations. Mobile Telephony Networks Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations Mobile Telephony Networks 1 The Evolution of Mobile Telephony 1st Generation 2nd 3rd 4th Analogue Voice

More information

WiMax-based Handovers in Next Generation Networks

WiMax-based Handovers in Next Generation Networks WiMax-based Handovers in Next Generation Networks Nadine Akkari Department of Computer Science Faculty of Computing and Information Technology King Abdulaziz University, Saudi Arabia nakkari@kau.edu.sa

More information

COPYRIGHTED MATERIAL. Introduction. Harri Holma and Antti Toskala. 1.1 WCDMA technology and deployment status

COPYRIGHTED MATERIAL. Introduction. Harri Holma and Antti Toskala. 1.1 WCDMA technology and deployment status 1 Introduction Harri Holma and Antti Toskala 1.1 WCDMA technology and deployment status The first Third Generation Partnership Project (3GPP) Wideband Code Division Multiple Access (WCDMA) networks were

More information

Wireless Communication

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

More information

Customer Training Catalog Training Programs WCDMA RNP&RNO

Customer Training Catalog Training Programs WCDMA RNP&RNO Customer Catalog Programs WCDMA RNP&RNO HUAWEI Learning Service 2019 COMMERCIAL IN CONFIDENCE 1 CONTENTS 1 Solution... 3 1.1 WCDMA RNP&RNO Path... 3 1.2 Solution... 4 1.2.1 WCDMA Radio Network Planning

More information

Wireless Communication

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

More information

GPRS and UMTS T

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

More information

Big Picture. ~10 years between generations

Big Picture. ~10 years between generations Big Picture ~10 years between generations 7 Who is Who? Mobile Operators ITU Members ITU GSM, W-CDMA, UMTS IS-95), IS-41, IS- 2000, IS-835 Third Generation Patnership Project (3GPP) CWTS (China) Third

More information

Vertical Handover Support in Coordinated Heterogeneous Radio Access Networks

Vertical Handover Support in Coordinated Heterogeneous Radio Access Networks Vertical Handover Support in Coordinated Heterogeneous Radio Access Networks R. Ferrús, A. Gelonch, O. Sallent, J. Pérez-Romero N. Nafisi, M. Dohler Signal Theory and Communications Department, UPC, Barcelona

More information

UMTS & New Technologies «Wireless data world»

UMTS & New Technologies «Wireless data world» EPFL Section Systèmes de Communication Cours Mobile Networks UMTS & New Technologies «Wireless data world» Alexandre LEHERICEY Radio Access Engineering 21/12/2004 mailto: alexandre.lehericey@orange.ch

More information

Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks

Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks IEEE Wireless Communication, Oct. 2002 Presented by Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering

More information

CWC Centre for Wireless Communications. Ari Pouttu, Director - CWC

CWC Centre for Wireless Communications. Ari Pouttu, Director - CWC CWC Centre for Wireless Communications Ari Pouttu, Director - CWC 2 CWC Key Characteristics Project based operation, all funding outside university budget > 25 projects. Research partners include Tekes,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK VERTICAL HANDOVER BETWEEN 4G AND WI-MAX SYSTEMS BASED ON COMMON RADIO RESOURCE

More information

ISSN: International Journal of Innovative Research in Technology & Science (IJIRTS) Abstract. Cellular Networks.

ISSN: International Journal of Innovative Research in Technology & Science (IJIRTS) Abstract. Cellular Networks. Abstract STUDY OF SOFT HANDOVER IN THIRD GENERATION CELLULAR NETWORK Rajarshi Hasdah, Delhi College of Engineering; Ashish Kumar, Laxmi Narain College of Technology Bhopal UMTS (Universal Mobile Telecommunications

More information

Balancing between Power Optimization and Iub Efficiency in MBMS enabled UMTS Networks

Balancing between Power Optimization and Iub Efficiency in MBMS enabled UMTS Networks Balancing between Power Optimization and Iub Efficiency in MBMS enabled UMTS Networks Antonios Alexiou 1, 2, Christos Bouras 1, 2, Vasileios Kokkinos 1, 2 1 Computer Engineering and Informatics Dept.,

More information

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Abstract Cellular IP maintains distributed cache for location management and routing purposes.

More information

Communication Systems for the Mobile Information Society

Communication Systems for the Mobile Information Society Communication Systems for the Mobile Information Society Martin Sauter Nortel Networks, Germany John Wiley Si Sons, Ltd Contents Preface List of Figures List of Tables List of Abbreviations xi xiii xix

More information

Ambient Networks: A Framework for Future Wireless Internetworking

Ambient Networks: A Framework for Future Wireless Internetworking Ambient Networks: A Framework for Future Wireless Internetworking Norbert Niebert Mikael Prytz Andreas Schieder Ericsson Research {norbert.niebert, mikael.prytz, andreas.schieder}@ericsson.com Nick Papadoglou

More information

DAY 2. HSPA Systems Architecture and Protocols

DAY 2. HSPA Systems Architecture and Protocols DAY 2 HSPA Systems Architecture and Protocols 1 LTE Basic Reference Model UE: User Equipment S-GW: Serving Gateway P-GW: PDN Gateway MME : Mobility Management Entity enb: evolved Node B HSS: Home Subscriber

More information

Implementation of Near Optimal Algorithm for Integrated Cellular and Ad-Hoc Multicast (ICAM)

Implementation of Near Optimal Algorithm for Integrated Cellular and Ad-Hoc Multicast (ICAM) CS230: DISTRIBUTED SYSTEMS Project Report on Implementation of Near Optimal Algorithm for Integrated Cellular and Ad-Hoc Multicast (ICAM) Prof. Nalini Venkatasubramanian Project Champion: Ngoc Do Vimal

More information

HSPA evolution. ericsson White paper July beyond 3gpp release 10

HSPA evolution. ericsson White paper July beyond 3gpp release 10 ericsson White paper 284 23-3156 July 2011 HSPA evolution HSPA evolution beyond 3gpp release 10 Many mobile operators around the world have HSPA technology to thank for their mobile broadband success.

More information

ITU Arab Forum on Future Networks: "Broadband Networks in the Era of App Economy", Tunis - Tunisia, Feb. 2017

ITU Arab Forum on Future Networks: Broadband Networks in the Era of App Economy, Tunis - Tunisia, Feb. 2017 On the ROAD to 5G Ines Jedidi Network Products, Ericsson Maghreb ITU Arab Forum on Future Networks: "Broadband Networks in the Era of App Economy", Tunis - Tunisia, 21-22 Feb. 2017 agenda Why 5G? What

More information

A Review on Soft Handover Schemes in LTE Cellular Networks

A Review on Soft Handover Schemes in LTE Cellular Networks http:// A Review on Soft Handover Schemes in LTE Cellular Networks Shreedhar K V M Department of Computer Science and Engineering R V College of Engineering Bengaluru, India - 560095 Abstract - Long Term

More information

Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET

Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET Abhishek Dhiman M.E, E.C.E Department, Thapar University, Patiala Karamjit Singh Sandha Asst. Professor, E.C.E Department

More information

IPv6-based Beyond-3G Networking

IPv6-based Beyond-3G Networking IPv6-based Beyond-3G Networking Motorola Labs Abstract This paper highlights the technical issues in IPv6-based Beyond-3G networking as a means to enable a seamless mobile Internet beyond simply wireless

More information

Implementation of a Dual-Mode SDR Smart Antenna Base Station Supporting WiBro and TDD HSDPA

Implementation of a Dual-Mode SDR Smart Antenna Base Station Supporting WiBro and TDD HSDPA Implementation of a Dual-Mode SDR Smart Antenna Base Station Supporting WiBro and TDD HSDPA Jongeun Kim, Sukhwan Mun, Taeyeol Oh,Yusuk Yun, Seungwon Choi 1 HY-SDR Research Center, Hanyang University, Seoul,

More information

Wireless Networking: An Introduction. Hongwei Zhang

Wireless Networking: An Introduction. Hongwei Zhang Wireless Networking: An Introduction Hongwei Zhang http://www.cs.wayne.edu/~hzhang Outline Networking as resource allocation A taxonomy of current practice Technical elements Outline Networking as resource

More information

Agilent E7478A GPRS Drive Test System

Agilent E7478A GPRS Drive Test System Agilent E7478A GPRS Drive Test System Product Overview Quickly deploy your GPRS networks and manage multiformat environments Our drive test solution doesn t just uncover problems on your GPRS network it

More information

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

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

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

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

More information

Integrating User Deployed Local Access Points in a Mobile Operator s Network

Integrating User Deployed Local Access Points in a Mobile Operator s Network Integrating User Deployed Local Access Points in a Mobile Operator s Network Klas Johansson, Miguel Berg, Johan Hultell, and Jan Markendahl, Royal Institute of Technology, Sweden Jonas Lind and Niklas

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

Beyond 3G Wireless. K.Raghunandan (RAGHU) Construction Administrator (Wireless) Communication Engineering New York City Transit (MTA)

Beyond 3G Wireless. K.Raghunandan (RAGHU) Construction Administrator (Wireless) Communication Engineering New York City Transit (MTA) Beyond 3G Wireless K.Raghunandan (RAGHU) Construction Administrator (Wireless) Communication Engineering New York City Transit (MTA) 3G Deployments today Rev C? 3G -1X EVDO CDMA2000 Rev A 3G -1XRTT CDMA2000

More information

07/08/2016. Sami TABBANE. I. Introduction II. Evolved Packet Core III. Core network Dimensioning IV. Summary

07/08/2016. Sami TABBANE. I. Introduction II. Evolved Packet Core III. Core network Dimensioning IV. Summary Core network and transmission dimensioning Sami TABBANE 1 CONTENTS I. Introduction II. Evolved Packet Core III. Core network Dimensioning IV. Summary 2 1 CONTENTS I. Introduction 3 Introduction LTE Commercialization

More information

Original Circular Letter

Original Circular Letter LTE-Advanced Original Circular Letter LTE-Advanced will be an evolution of LTE. Therefore LTE- Advanced must be backward compatible with LTE Release 8. LTE-Advanced requirements will meet or even exceed

More information

HSPA+ R8. February 2009

HSPA+ R8. February 2009 HSPA+ R8 February 2009 Disclaimer Nothing in this presentation is an offer to sell any of the parts referenced herein. This presentation may reference and/or show images of parts and/or devices utilizing

More information

ENSC 835 HIGH PERFORMANCE NETWORKS. PROJECT PRESENTATION Fall 2003 GPRS - Wireless links, Base Station Controller and Cell update

ENSC 835 HIGH PERFORMANCE NETWORKS. PROJECT PRESENTATION Fall 2003 GPRS - Wireless links, Base Station Controller and Cell update ENSC 835 HIGH PERFORMANCE NETWORKS PROJECT PRESENTATION Fall 2003 GPRS - Wireless links, Base Station Controller and Cell update 1 Frank Zimmermann Frank.Zimmermann@gmx.net Roadmap Project goals GPRS overview

More information

COPYRIGHTED MATERIAL. Introduction. Edited by Harri Holma and Antti Toskala. 1.1 WCDMA Early Phase

COPYRIGHTED MATERIAL. Introduction. Edited by Harri Holma and Antti Toskala. 1.1 WCDMA Early Phase 1 Introduction Harri Holma and Antti Toskala 1.1 WCDMA Early Phase The research work towards third generation (3G) mobile systems started in the early 1990s. The aim was to develop a radio system capable

More information

INTRODUCTION TO LTE. ECE MOBILE COMMUNICATION Monday, 25 June 2018

INTRODUCTION TO LTE. ECE MOBILE COMMUNICATION Monday, 25 June 2018 INTRODUCTION TO LTE ECE 2526 - MOBILE COMMUNICATION Monday, 25 June 2018 1 WHAT IS LTE? 1. LTE stands for Long Term Evolution and it was started as a project in 2004 by the Third Generation Partnership

More information

Balancing Between Power Optimization and Iub Efficiency in MBMS Enabled UMTS Networks

Balancing Between Power Optimization and Iub Efficiency in MBMS Enabled UMTS Networks Balancing Between Power Optimization and Iub Efficiency in MBMS Enabled UMTS Networks Antonios Alexiou 1, 2, Christos Bouras 1, 2 1, 2 1 Computer Engineering and Informatics Dept., Univ. of Patras, Greece

More information

Standardization Trend for Super 3G (LTE)

Standardization Trend for Super 3G (LTE) : NGN Mobile Communication Technologies for Standardization Trend for Super (LTE) Sadayuki Abeta and Minami Ishii Abstract Super (also known as Long Term Evolution (LTE)) expands upon the HSDPA/HSUPA (high-speed

More information

HSPA+ Advanced Smart Networks: Multipoint Transmission

HSPA+ Advanced Smart Networks: Multipoint Transmission Qualcomm Incorporated February 2011 Table of Contents 1. Introduction... 1 2. Multipoint HSPA Description... 2 Single Frequency Multipoint HSPA... 2 Dual Frequency Multipoint HSPA... 3 3. Advantages...

More information

Spectrum Management in Cognitive Radio Networks

Spectrum Management in Cognitive Radio Networks Spectrum Management in Cognitive Radio Networks Jul 14,2010 Instructor: professor m.j omidi 1/60 BY : MOZHDEH MOLA & ZAHRA ALAVIKIA Contents Overview: Cognitive Radio Spectrum Sensing Spectrum Decision

More information

OPNET Simulation of IEEE (WiFi) and IEEE (WiMAX) in a small area

OPNET Simulation of IEEE (WiFi) and IEEE (WiMAX) in a small area ENSC 895 - II: COMMUNICATION NETWORKS FINAL PROJECT PRESENTATION Spring 2010 OPNET Simulation of IEEE 802.11(WiFi) and IEEE 802.16(WiMAX) in a small area Azadeh Farzin www.sfu.ca/~afarzin afarzin@sfu.ca

More information

Buletinul Ştiinţific al Universităţii "Politehnica" din Timişoara. Seria ELECTRONICĂ şi TELECOMUNICAŢII TRANSACTIONS on ELECTRONICS and COMMUNICATIONS

Buletinul Ştiinţific al Universităţii Politehnica din Timişoara. Seria ELECTRONICĂ şi TELECOMUNICAŢII TRANSACTIONS on ELECTRONICS and COMMUNICATIONS Buletinul Ştiinţific al Universităţii "Politehnica" din Timişoara Seria ELECTRONICĂ şi TELECOMUNICAŢII TRANSACTIONS on ELECTRONICS and COMMUNICATIONS Tom 58(72), Fascicola 2, 2013 Mobility in LTE Alexandra

More information

IJCSMS International Journal of Computer Science & Management Studies, Vol. 12, Issue 03, September 2012 ISSN (Online):

IJCSMS International Journal of Computer Science & Management Studies, Vol. 12, Issue 03, September 2012 ISSN (Online): Various handover processes in Wi-Max Deepak Nandal 1, Vikas Nandal 2 1 Asst Prof (CSE), PDM, Bahadurgarh dpk.nandal@yahoo.com 2 Asst. Prof (ECE) UIET, MDU, Rohtak, India nandalvikas@gmail.com Abstract

More information

Hao Wang 1, Dave Laurenson 1, and Jane Hillston 2

Hao Wang 1, Dave Laurenson 1, and Jane Hillston 2 A General Performance Evaluation Framework for Network Selection Strategies in 3G-WLAN Interworking Networks Hao Wang 1, Dave Laurenson 1, and Jane Hillston 2 1 Institute for Digital Communications 2 Laboratory

More information

A NOVEL RESOURCE ALLOCATION METHODOLOGY TO IMPROVE OVERALL NETWORK EFFICIENCY IN LTE HETEROGENEOUS FEMTOCELL NETWORKS

A NOVEL RESOURCE ALLOCATION METHODOLOGY TO IMPROVE OVERALL NETWORK EFFICIENCY IN LTE HETEROGENEOUS FEMTOCELL NETWORKS A NOVEL RESOURCE ALLOCATION METHODOLOGY TO IMPROVE OVERALL NETWORK EFFICIENCY IN LTE HETEROGENEOUS FEMTOCELL NETWORKS MEGHANA ADUSUMILLI M.Tech Student (wireless and mobile communications), Department

More information

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

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

More information

Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE networks

Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE networks Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE 802.11 networks Christos Chousidis, Rajagopal Nilavalan School of Engineering and Design Brunel University London, UK {christos.chousidis,

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 9, September-2016 ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 9, September-2016 ISSN ISSN 2229-5518 1044 Communication Requirements and Analysis of UMTS Based Smart Grids Distribution Networks Dr. Rajaa Aldeen Abd Khalid, Teba Adil Jihad Abstract- A smart grid (SG), an enhancement of the

More information

A Study on Radio Access Technology Selection Algorithms

A Study on Radio Access Technology Selection Algorithms SpringerBriefs in Electrical and Computer Engineering A Study on Radio Access Technology Selection Algorithms Bearbeitet von Kumbesan Sandrasegaran, Leijia Wu 1. Auflage 2012. Taschenbuch. x, 33 S. Paperback

More information

IMT-2020 NETWORK HIGH LEVEL REQUIREMENTS, HOW AFRICAN COUNTRIES CAN COPE

IMT-2020 NETWORK HIGH LEVEL REQUIREMENTS, HOW AFRICAN COUNTRIES CAN COPE IMT-2020 NETWORK HIGH LEVEL REQUIREMENTS, HOW AFRICAN COUNTRIES CAN COPE Draft ITU-T Rec. Y.IMT2020-reqts Brice MURARA, ITU-T SG 13 Vice-chairman Agenda Background IMT Systems evolution towards 5G IMT-2020

More information

An adaptive call admission control scheme with load balancing for QoS enhancement in converged UMTS/WLAN

An adaptive call admission control scheme with load balancing for QoS enhancement in converged UMTS/WLAN An adaptive call admission control scheme with load balancing for QoS enhancement in converged UMTS/WLAN R. Shankar and P. Dananjayan Abstract Convergence of third generation (3G) cellular networks such

More information

GISFI 5G Workshop. Sri Chandra Standards Senior Manager, IEEE-SA

GISFI 5G Workshop. Sri Chandra Standards Senior Manager, IEEE-SA GISFI 5G Workshop Sri Chandra Standards Senior Manager, IEEE-SA Evolution of xg systems Standards Next Generation Mobile Telephony released every 10 years 1G: Nordic Mobile Telephone introduced in 1981

More information

MME SGW PGW. 17-Feb-14 21:15 (Page 1) This sequence diagram was generated with EventStudio Sytem Designer -

MME SGW PGW. 17-Feb-14 21:15 (Page 1) This sequence diagram was generated with EventStudio Sytem Designer - LTE Mobile Network Core Network 17-Feb-14 21:15 (Page 1) This sequence diagram was generated with EventStudio Sytem Designer - http://www.eventhelix.com/eventstudio/ UE is handed over using an S1 handover

More information

Information Technology Mobile Computing Module: GSM Handovers

Information Technology Mobile Computing Module: GSM Handovers Information Technology Mobile Computing Module: GSM Handovers Learning Objectives What is handover? Why handover are required? Types of handovers(hard and Soft) Types of Handovers in GSM(Intra cell, Inter

More information

Radio Frequency Convergence Protocol for 4G Networks

Radio Frequency Convergence Protocol for 4G Networks Radio Frequency Convergence Protocol for 4G Networks ROSLI SALLEH, XICHUN LI, LINA YANG, ZHIYUAN Li Faculty of Computer Science and Information Technology University of Malay, 50603, Kuala Lumpur, MALAYSIA

More information

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks Appl. Math. Inf. Sci. 8, No. 1L, 349-354 (2014) 349 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l44 Energy Optimized Routing Algorithm in Multi-sink

More information

3G Wireless. from an Operator s Perspective. David T. Shimozawa Technology Development. Page 1. June 2001

3G Wireless. from an Operator s Perspective. David T. Shimozawa Technology Development. Page 1. June 2001 3G Wireless from an Operator s Perspective David T. Shimozawa Technology Development Page 1 Introduction Background CDMA Evolution Services and Market Issues Technology Issues Spectrum Issues Network Evolution

More information

EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0

EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0 EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0 THEORY:Universal Mobile Telecommunications System (UMTS) is a Third Generation (3G) wireless protocol that

More information

Performance Evaluation of UMTS-WLAN interworking Anita Nanda 1, S.P.Panigrahi 2, R.R.Mohanty 2, N.Panda 2, M.Singh 2, S.M.Rout 2

Performance Evaluation of UMTS-WLAN interworking Anita Nanda 1, S.P.Panigrahi 2, R.R.Mohanty 2, N.Panda 2, M.Singh 2, S.M.Rout 2 Performance Evaluation of UMTS-WLAN interworking Anita Nanda 1, S.P.Panigrahi 2, R.R.Mohanty 2, N.Panda 2, M.Singh 2, S.M.Rout 2 1 Comp. Sc., MITS, Rayagada, 2 Electrical Engg., KIST Jatani, Bhubaneswar,

More information

ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS

ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS GPRS: Wireless links, multiple base transmitter stations, base station controller and cell update Fall 2003 Final

More information

Improvement of Handoff in Mobile WiMAX Networks Using Mobile Agents

Improvement of Handoff in Mobile WiMAX Networks Using Mobile Agents Improvement of Handoff in Mobile WiMAX Networks Using Mobile Agents Gabriel STOIAN Faculty of Mathematics and Informatics Department of Informatics 13 A.I. Cuza Street ROMANIA gstoian@yahoo.com Abstract:

More information

CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA)

CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA) 92 CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA) 4.1 INTRODUCTION In our previous work, we have presented a cross-layer based routing protocol with a power saving technique (CBRP-PS)

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

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

A Flow Label Based QoS Scheme for End-to-End Mobile Services

A Flow Label Based QoS Scheme for End-to-End Mobile Services A Flow Label Based QoS Scheme for End-to-End Mobile Services Tao Zheng, Lan Wang, Daqing Gu Orange Labs Beijing France Telecom Group Beijing, China e-mail: {tao.zheng; lan.wang; daqing.gu}@orange.com Abstract

More information

Combining D2D and content caching for mobile network offload

Combining D2D and content caching for mobile network offload Combining and content caching for mobile network offload Salah Eddine Elayoubi Orange Labs & IRT SystemX Joint work with Antonia Masucci and Berna Sayrac 07/09/2015 Key 5G technologies Ultra-dense networks

More information

A Seamless Handover Mechanism for IEEE e Broadband Wireless Access

A Seamless Handover Mechanism for IEEE e Broadband Wireless Access A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access Kyung-ah Kim 1, Chong-Kwon Kim 2, and Tongsok Kim 1 1 Marketing & Technology Lab., KT, Seoul, Republic of Korea {kka1, tongsok}@kt.co.kr

More information

A Study on Systems Beyond IMT-2000 in Korea

A Study on Systems Beyond IMT-2000 in Korea A Study on Systems Beyond IMT-2000 in Korea May 28, 2002 Vice President Ki-Chul Han, Ph.D (kchan kchan@etri.re. @etri.re.kr kr) Mobile Telecommunication Research Laboratory Electronics and Telecommunciations

More information

Wireless Wireline Convergence. Tod Sizer, Director Broadband and Wireless Research Center Bell Laboratories

Wireless Wireline Convergence. Tod Sizer, Director Broadband and Wireless Research Center Bell Laboratories Wireless Wireline Convergence Tod Sizer, Director Broadband and Wireless Research Center Bell Laboratories Wireless Wireline Convergence The past decade has seen unprecedented growth in both Wireless and

More information

MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS

MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS 1 V.VINOTH, 2 M.LAKSHMI 1 Research Scholar, Faculty of Computing, Department of IT, Sathyabama University,

More information

Radio Resource Management in GPRS with Quality of Service

Radio Resource Management in GPRS with Quality of Service Radio Resource Management in GPRS with Quality of Service Josep Bada, Ferran Casadevall, Javier Jiménez and Eduardo Medrano Universitat Politècnica de Catalunya (UPC), Dept. of Signal Theory and Communications,

More information

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Kyung-Hyu Lee* Jeung-Heon Hahn* Electronics and Telecommunications Research Institute* Email: {khyulee, stevehahn

More information

MAXIMIZING THE WIRELESS OPPORTUNITY TO CLOSE THE DIGITAL GAP

MAXIMIZING THE WIRELESS OPPORTUNITY TO CLOSE THE DIGITAL GAP MAXIMIZING THE WIRELESS OPPORTUNITY TO CLOSE THE DIGITAL GAP Alin-Vladimir Stanescu Government Affairs Europe, Qualcomm Bucharest, 19 October 2009 1 More Than 1.5 Billion People Have Access to Over 535

More information

ITEE Journal. Information Technology & Electrical Engineering International Journal of Information Technology and Electrical Engineering

ITEE Journal. Information Technology & Electrical Engineering International Journal of Information Technology and Electrical Engineering A Proposed Framework for High Speed Downlink Packet Access (HSDPA) as a turbo charger in Universal Mobile 1 Syed Rizwan Ali, 2 Azmat Khan, 3 Ghulam Muhammad, & 4 Shujaat Hussain Butt 1-4 Department of

More information

Introduction to Mobile Broadband (imb)

Introduction to Mobile Broadband (imb) Introduction to Mobile Broadband (imb) Teaching By Asst.Prof.Dr. Suwat Pattaramalai suwat.pat@kmutt.ac.th Tel. 02-470-9079 Material: http://webstaff.kmutt.ac.th/~suwat.pat/ 3GPP WiMAX FORUM Introduction

More information

Available online Journal of Scientific and Engineering Research, 2014, 1(2):1-11. Research Article

Available online   Journal of Scientific and Engineering Research, 2014, 1(2):1-11. Research Article Available online www.jsaer.com, 2014, 1(2):1-11 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR Improvement Performance of Soft Hand Over on UMTS Network Lamia Bakri Abd elhaleem Derar and Amin Babiker

More information

The Efficiency Performance on Handover's Scanning Process of IEEE802.16m

The Efficiency Performance on Handover's Scanning Process of IEEE802.16m The Efficiency Performance on Handover's Scanning Process of IEEE802.16m Ardian Ulvan and Robert Bestak Czech Technical University in Prague, Faculty of Electrical Engineering, Technicka 2, Prague, 16627,

More information

Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology. Mobile Communication

Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology. Mobile Communication Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad Pakistan COMSATS Institute of Information Technology Mobile Communication Motivation 2 LTE World Wide Adoption of LTE technology as of December

More information

End-to-end IP Service Quality and Mobility - Lecture #5 -

End-to-end IP Service Quality and Mobility - Lecture #5 - End-to-end IP Service Quality and Mobility - Lecture #5 - Special Course in Networking Technology S-38.215 vilho.raisanen@nokia.com Planned contents & draft schedule 1. Introduction Jan 13th 2. Characteristics

More information