A Network Simulation Tool to Generate User Traffic and Analyze Quality of Experience for Hybrid Access Architecture

Size: px
Start display at page:

Download "A Network Simulation Tool to Generate User Traffic and Analyze Quality of Experience for Hybrid Access Architecture"

Transcription

1 A Network Simulation Tool to Generate User Traffic and Analyze Quality of Experience for Hybrid Access Architecture Oscar D. Ramos-Cantor, Technische Universität Darmstadt, Germany Moritz Lossow, Telekom Innovation Laboratories, Germany Heinz Droste, Telekom Innovation Laboratories, Germany Gerhard Kadel, Telekom Innovation Laboratories, Germany Marius Pesavento, Technische Universität Darmstadt, Germany Abstract A Hybrid Access Architecture, where users can be simultaneously served by different technologies, has been envisioned in order to increase the achievable data rates and enhance the user experience. Such an access can be provided to users where the costs of replacing existing technology are unmanageable and the complementary technology is underused. In order to understand the implications of a hybrid access between Digital Subscriber Line (DSL) and Long Term Evolution (LTE) for Downlink (DL), a Network Simulation Tool has been developed. The Traffic and QoE Simulator (TQoES) defines and models the type of services demanded by users, establishes an algorithm to select the kind of access to be used by specific services and simulates the behavior of users within an LTE network based on 3GPP recommendations. 1 Introduction With the advent of new high bandwidth services, such as HD streaming, cloud computing and IPTV, the global Internet traffic is being raising significantly in the latest years [1]. Depending on the employed technology, the users expectation is to have access to such high demanding services at anytime, anywhere. This is particularly true for fixed users connected to the Internet through a Digital Subscriber Line (DSL); in the case of mobile users, certain flexibility is still allowed as the users acceptance of the technology limitations is higher. In order to satisfy this expectation, deployment of broadband technologies such as Fiber to the Home (FTTH) and highly dense Long Term Evolution (LTE) network is an option. However, under certain scenarios the deployment costs of such technologies make the solution unfeasible; therefore, additional alternatives need to be explored. The Hybrid Access Architecture solution proposed by Deutsche Telekom AG [2], implies the simultaneous usage of two technologies, DSL and LTE in order to increase the maximum data rates provided to a user. In rural scenarios, deploying FTTH is expensive and the load of the LTE network is low; thus, the Hybrid Access is a promising solution to the increasing traffic demand. In this work a Matlab based Network Simulation Tool ( Traffic and QoE Simulator (TQoES)) is presented in order to study the implications of implementing the Hybrid Access Architecture in Suburban/Rural environments for downlink. The TQoES is based on four main modules. In the user generation module, the traffic services are associated to the user by following measured distributions of data volumes and busy probabilities in the busy hour. Home Gateway Core Network Internet Figure 1: Hybrid Access Architecture with DSL and LTE technologies The services are modeled by Two State Markov Processes and are defined in order to simulate typical IP services such as Voice over IP (VoIP), streaming and file downloading. The Hybrid Access module is in charge of splitting the traffic demand generated by the user into the DSL and LTE accesses; the criterion of using cheapest line first, i.e. DSL, is used, accessing the LTE network only when the demand is higher than the DSL capacity provided to the user. An LTE module is used to simulate the user behavior when accessing the wireless technology. The LTE module uses the Shannon bound provided by the 3rd Generation Partnership Project (3GPP) [3] in order to estimate the channel condition of the user; the scheduler used is a modified Round Robin scheduler to reduce complexity while keeping fairness with respect to assigned resources. Finally, a Quality of Experience (QoE) module is applied to evaluate the user experience per service type, where specific rules have been defined to assess whether the user is satisfied or not with the achievable data rates. The remainder of the paper is organized as follows. Section 2 introduces the Hybrid Access Architecture. Sections 3, 4 and 5 respectively describe the modeling approaches of the user, services and access. The model validation and exemplary results are examined in Sections

2 6 and 7, respectively. Finally, conclusions are given in Section 8. 2 Hybrid Access Architecture A diagram of the Hybrid Access Architecture is illustrated in Figure 1. The user selects services to be provided in the Downlink (DL); a Home Gateway applies the Hybrid Access Algorithm to distribute the traffic between the fixed (DSL) and wireless (LTE) connections. Each technology is connected via the Backhaul link to the provider s core network and then to the Internet. The TQoES emulates the behavior of the user in a second based, by demanding different services according to criteria to be explained in Section 4.3. A decision step is made in order to distribute the traffic between the two accesses. The cheapest line is used first, i.e. the LTE network is only used after the maximum DSL capacity is reached. If the user is accessing the LTE network, scheduling decisions are made based on the extended Round Robin scheduler explained in Section 5.2. Finally, transmission is assumed to be held without errors and the traffic from both accesses is added to assess the user experience per service type. 3 User Modeling In order to simulate the Hybrid Access, users need to be generated. A user is defined by a traffic demand composed of one or several traffic services, and a description of the accesses conditions, e.g. maximum throughput of the DSL connection and radio link quality (Signal to Interference plus Noise Ratio (SINR)) for the LTE access. The service selection is based on Cumulative Distribution Functions (CDFs) of the data volume and active time per user in the busy hour. These CDFss are reproduced by the TQoES and can be obtained from different sources. The input distributions used in the TQoES are based on anonymized measurements of four hour traffic from over DSL connections. In this paper, log normal distributed user demands and busy probabilities are selected as exemplary distributions, due to the confidentiality of the measurements. The parameters µ and σ of the distributions are provided in Table 1. The user demand distribution is for 4 hours and in bits. The log normal distribution s heavy tail is avoided by limiting the user demand to a maximum of 4 GB, which equals a cumulative distribution of 99.7 %. The lowest busy probability, which can be realized by the simulator is 0.1 %, i.e. 3.6 s in the busy hour. Therefore, busy probabilities lower than 0.1 % are not considered; this percentage is equivalent to a cumulative distribution of Mean µ σ User demand 67.8 MB/h Busy probability 14.2% Table 1: Log normal distribution parameters 4 Service Modeling 4.1 Service types and QoE definition Three service types have been defined to be used by the TQoES with their respective QoE criteria. Each service type is thought to cover a group of Internet applications typically demanded by users, where the expectations vary from ensuring connectivity to reduce waiting times. The three services can be summarized as follows: Linear Real Time (LRT) Services, e.g. VoIP, have a low data rate requirement with respect to other kind of services. The user s expectation is to keep the call ongoing under satisfactory conditions to make the communication possible. In the TQoES, such a requirement is translated into the obligation to provide an instantaneous service throughput which is greater or equal to a minimum value. If the instantaneous service throughput is below the threshold the communication is not possible and the call would be dropped prematurely. Non Linear Real Time (NLRT) Services, e.g. streaming, require higher data rates than the LRT services. During streaming, the user expects an audio/video file to be played smoothly, i.e. without interruptions. For simulation, the QoE criteria used for NLRT services allows variable data rates through time (assuming buffering is taking place) but requires the average data rate to be greater or equal than a threshold. If the average service throughput is below the minimum value, it is interpreted that the file suffered too many interruptions, i.e. providing a bad user experience. Non Real Time (NRT) Services, e.g. file downloading, have the highest data rates and the loosest constraint from all service types. For the simulation it is enough to calculate and compare the download data rates. The highest it is, the better the user experience. 4.2 Service Model The traffic services described in section 4.1 are modeled by a Markov Process [4] as illustrated in Figure 2, where P a and P i are the active and idle probabilities respectively; and t aa, t ai, t ia and t ii are the transition probabilities describing the transition matrix T as [ ] taa t T = ai, (1) t ia t ii where the first subindex indicates the initial state and the second, the final state. The busy probability is obtained from the active time distribution used in the simulator. Thus, the idle probability is obtained as P i = 1 P a. (2)

3 t aa t ai Start P a P i t ii Data vol. & active time distributions User s data vol. (D Um ) & active time (P Um ) calculation t ia Figure 2: Markov Model representation for traffic services. In the TQoES, at each simulation step (snapshot) corresponding to 1s, a new state of the Markov Process is calculated by a stochastic process, taking into account the previous state and the transition matrix T. To calculate T, Equation 3 is used based on the Perron-Frobenius theorem [5], where λ is the second eigenvalue of the matrix T. λ can take values between ( 1 : 1) and is restricted further in order to keep the number of iterations required to stabilize the Markov Model, low. Service mix calculation (combinatorial) Data volume calculation for service mix (D Uc ) D Um D Uc? No t ia = 1 λ 1 + P i /P a, t aa = λ + t ia, t ai = 1 t ia, t ii = 1 t ia. (3) End Yes Figure 3: Description of service selection algorithm. Finally, the resulting data volume for the service mix is calculated as 4.3 Service Selection The last step in the description of the traffic generated by a user is the association of different services to the user. A flowchart illustrating the main process is presented in Figure 3. Initially, a total data volume (D Um ) and active probability (P Um ) during the busy hour is assigned, taking as reference the input distributions obtained from measurements. In this document, however, exemplary distributions are used for data protection purposes as explained in section 3. Afterwards, a combinatorial analysis is performed in order to select the possible services. For such a service mix with a total of N services, the busy probability per service is calculated based on [4]: P Um = j P (S j ) j<k P (S j S k )+ j<k<l P (S j S k S l ) ( 1) N+1 j P (S j ), (4) where P (S j ) is the probability for service j of being active; P (S j S k ) is the probability of both services, S j and S k, being active. Services are assumed to be independent, therefore P (S j S k ) = P (S j )P (S k ). D Uc = N P (S j )R(S j ), (5) j where R(Sj) is the data rate for service j, defined from common codecs such as H.264 among others [6]. The resulting value is compared with the total user data volume assigned from input distributions and if the difference is minimal, the service mix is selected. In the case that there are several alternatives with total data volumes close to the desired value, the one with the lowest difference is selected. 5 Access Modeling To finish the user generation, a description of the access link qualities is given to the user. For the DSL access, line speeds from 1Mbps up to 16Mbps can be selected. For the LTE connection, an SINR distribution is applied, obtained from simulations in a System Level Simulator based on the 3GPP recommendation TR [3], where the Shannon Bound is used to obtain a lookup table of data throughput per Physical Resource Block (PRB) vs. SINR. During the simulation, the number of scheduled resources in the LTE network varies, hence changing the total data rate a user can obtain from the wireless access.

4 5.1 Hybrid Access Algorithm After the users have been completely described, i.e. a service mix has been associated and the access specifications have been given, the simulation takes place in a second base manner. At every second (snapshot) the demand associated to the users is calculated from the current service states and the Hybrid Access Algorithm is executed to specify the way the traffic should be transmitted through the different accesses. The Hybrid Access Algorithm can be summarized as follows: 1. Identify the total demand per service type. 2. Assign the demand to the cheapest line first, i.e. DSL, until the maximum capacity is reached. 3. If there is remaining data to be transmitted, activate the second access (LTE) for resources scheduling. In the second step, different approaches can be used in order to assign the demanded data to the DSL link. For instance, a prioritization of the different service types can be performed to provide a better experience to the user. In the simulation, the LRT services have been prioritized to be only transmitted through DSL, thus the possibility of satisfying the user expectations is high. For the NLRT and NRT services, the remaining resources are distributed fairly. 5.2 Extended Round Robin Scheduler At the base station (BS) side, there are several algorithms to schedule the existing resources to the users. The TQoES uses an extended version of a Round Robin scheduler which takes also the user demand into account. In the first step, the BS schedules the radio resources in a round robin fashion, i.e. equal number of resources for each active user. Then, each demanding user can unlock the unused resources. The scheduler assigns the remaining resources also in a round robin fashion to users demanding more resources. The scheduling process ends either if there are no more resources to be scheduled, or each user has enough resources to serve their demand. To do not harm the existing mobile user, a prioritization in the scheduling process has been implemented. The mobile users have the highest priority and the BS assigns only the remaining resources to the Hybrid Access users. 6 Model Validation In the following, the correctness of the user modeling is verified. In Table 2 the simulation parameters used for the evaluation are given. Parameter Value No. radio cells 57 (3 cells per BS) Base station scheduler Extended Round Robin LTE Bandwidth 10 MHz BS Inter-site distance 5000 m Simulated time / granularity 1 hour / 1 s Environment Rural No. HA-user per radio cell 30 SINR distribution 3GPP DSL capacity 1 Mbps, 3 Mbps, 6 Mbps Table 2: Simulation parameters 6.1 User Traffic Generation The initial step is to ensure that the user traffic generation was done correctly. Therefore, input and output distributions of the user demand and busy probability were compared users (30 users per base station) with unlimited line speed to avoid any bandwidth limitation effects were generated. CDF CDF input distribution output distribution Demand [MB] input distribution output distribution Busy probability Figure 4: Input and output distributions of the user demand (top) and busy probability (bottom) In Figure 4, the input and output distributions of the user demand and busy probability are depicted. The simulated distributions are very similar to the references. The limitation of the lowest busy probability (0.1 %) is the reason of the small deviation between the input and output distributions. Despite the small differences, the results validate the simulation to generate user traffic based on given distributions and due to that, it is used for further

5 evaluations. 1 7 Exemplary Results of Quality of Experience and Resource Demand The aim of the simulator is to evaluate the QoE enhancements introduced by the Hybrid Access Architecture under realistic user traffic conditions. In the following results are focused on NLRT and NRT services. In the implementation, LRT services are not influenced by the Hybrid Access Architecture due to their priority on the DSL and their low data rates. Comparison between Fixed and Hybrid access is presented, where Fixed access represents simulations with only DSL connections and, Hybrid access illustrates the simulations with both connections, DSL and LTE, active. 7.1 Non Linear Real Time Services The Quality of Experience for NLRT services is described by the ratio between good transmissions, i.e. successful streaming with average data rate over the defined threshold, and the total number of streamings. In Table 3 the percentages of good QoE for different DSL capacities are presented. By increasing the line capacity, the percentage of good QoE increases to 99.3 % with a 6 Mbps DSL. The Hybrid access significantly improves the QoE of the fixed line users with DSL capacities of 1 Mbps and 3 Mbps by 16.5 % and 18.7 %, respectively. DSL capacity [Mbps] Good QoE Fixed [%] Good QoE Hybrid [%] Table 3: Percentage of good QoE for NLRT 7.2 Non Real Time Services NRT service QoE is described by the download rate. In Figure 5 the distributions of the NRT data rates are shown for DSL capacities of 1, 3 and 6 Mbps. 5 MB files are selected for the evaluation because they are transmitted very often and therefore, provide a reliable statistic. Fixed access users receive mostly with data rates corresponding to the full capcaity of the DSL. In some cases (< 10 %), the data rates are slightly lower due to the presence of other concurrently active services. Activating the Hybrid Access enhances the data rates, in average, by a factor of 2.3 to 7.5 for a 6 Mbps to 1 Mbps DSL access, respectively. That improvement would allow us to serve customers who suffer from low fixed line speeds with at least 7 Mbps in average. CDF x7.5 x3.4 x2.3 FA-Users;1Mbps LS 0.4 HA-Users;1Mbps LS FA-Users;3Mbps LS 0.2 HA-Users;3Mbps LS FA-Users;6Mbps LS HA-Users;6Mbps LS Data rate [Mbps] Figure 5: NRT data rate distributions for 5MB file size 7.3 Wireless Network Resource Demand The previously mentioned enhancements impact significantly the available resources of the wireless network, which also can be evaluated by the simulator. Therefore, we quantified the part of the data which is transmitted through the wireless network and the radio resource demand (see Tab. 4). We found that with increasing line speed the amount of data which is transmitted through the wireless network is decreasing. Hybrid access users with line speed of 1 Mbps transmitting about 66.5 % of their data through the wireless network, whereas users with 6 Mbps just transmitting 29.8 %. The simulator also enables us to quantify the transmitted data volume per radio cell and the utilized radio resources. We found that the data volume per radio cell decreases from 1.2 GB at 1 Mbps line speed to 0.5 GB at 6 Mbps line speed. Supporting the data demand of the hybrid access users with 1 Mbps line speed, the radio cells have to schedule in average about 36.6 % of their radio resources. Hybrid access users with 6 Mbps line speed need only 13.4 % of the radio resources. DSL capacity [Mbps] Traffic share LTE [%] Wireless data volume [GB/h] Utilized radio resources [%] Table 4: Data volume and utilized radio resouces per cell 8 Conclusions In this paper, we present a simulator to generate user traffic based on given user demand and busy probability distributions and to analyze the Quality of Experience of the users.

6 The SINR distribution mapped into a throughput distribution enabled us to quantify the possible data rates of the wireless network. Both, the user generated traffic and the wireless throughput distributions can then be used to evaluate the impact of the hybrid access architecture in a realistic manner. References [1] Cisco Visual Networking Index: Forecast and Methodology, , available at [2] Deutsche Telekom AG: Capital Market Day, 2012, available at [3] 3GPP: TR v11.0.0, Radio Frequency (RF) system scenarios, 2012, available at [4] Sheldon M. Ross: Introduction to Probability Models, Tenth Edition, Elsevier, [5] Eugene Seneta: Non negative Matrices and Markov Chains, Second Edition, Springer Series in Statistics, [6] Kari Järvinen et. al.: Media coding for the next generation mobile system LTE, Elsevier Computer Communications, Vol. 33, pp , 2010.

LTE-Advanced Carrier Aggregation Optimization

LTE-Advanced Carrier Aggregation Optimization Nokia Networks LTE-Advanced Carrier Aggregation Optimization Nokia Networks white paper LTE-Advanced Carrier Aggregation Optimization Contents Introduction 3 Carrier Aggregation in live networks 4 Multi-band

More information

An Algorithm for Automatic Base Station Placement in Cellular Network Deployment

An Algorithm for Automatic Base Station Placement in Cellular Network Deployment An Algorithm for Automatic Base Station Placement in Cellular Network Deployment István Törős and Péter Fazekas High Speed Networks Laboratory Dept. of Telecommunications, Budapest University of Technology

More information

Inter-Cell Interference Coordination (ICIC) Technology

Inter-Cell Interference Coordination (ICIC) Technology Inter-Cell Interference Coordination (ICIC) Technology Dai Kimura Hiroyuki Seki Long Term Evolution (LTE) is a promising standard for next-generation cellular systems targeted to have a peak downlink bit

More information

How QoS differentiation enhances the OTT video streaming experience. Netflix over a QoS enabled

How QoS differentiation enhances the OTT video streaming experience. Netflix over a QoS enabled NSN White paper Netflix over a QoS enabled LTE network February 2013 How QoS differentiation enhances the OTT video streaming experience Netflix over a QoS enabled LTE network 2013 Nokia Solutions and

More information

White paper. Mobile broadband with HSPA and LTE capacity and cost aspects

White paper. Mobile broadband with HSPA and LTE capacity and cost aspects White paper Mobile broadband with HSPA and LTE capacity and cost aspects Contents 3 Radio capacity of mobile broadband 7 The cost of mobile broadband capacity 10 Summary 11 Abbreviations The latest generation

More information

Evolution in Mobile Radio Networks

Evolution in Mobile Radio Networks Evolution in Mobile Radio Networks Multiple Antenna Systems & Flexible Networks InfoWare 2013, July 24, 2013 1 Nokia Siemens Networks 2013 The thirst for mobile data will continue to grow exponentially

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

An Interference Avoiding Wireless Network Architecture for Coexistence of CDMA 2000 1x EVDO and LTE Systems

An Interference Avoiding Wireless Network Architecture for Coexistence of CDMA 2000 1x EVDO and LTE Systems ICWMC 211 : The Seventh International Conference on Wireless and Mobile Communications An Interference Avoiding Wireless Network Architecture for Coexistence of CDMA 2 1x EVDO and LTE Systems Xinsheng

More information

3GPP Technologies: Load Balancing Algorithm and InterNetworking

3GPP Technologies: Load Balancing Algorithm and InterNetworking 2014 4th International Conference on Artificial Intelligence with Applications in Engineering and Technology 3GPP Technologies: Load Balancing Algorithm and InterNetworking Belal Abuhaija Faculty of Computers

More information

LTE BACKHAUL REQUIREMENTS: A REALITY CHECK

LTE BACKHAUL REQUIREMENTS: A REALITY CHECK By: Peter Croy, Sr. Network Architect, Aviat Networks INTRODUCTION LTE mobile broadband technology is now being launched across the world with more than 140 service providers committed to implement it

More information

NSN White paper February 2014. Nokia Solutions and Networks Smart Scheduler

NSN White paper February 2014. Nokia Solutions and Networks Smart Scheduler NSN White paper February 2014 Nokia Solutions and Networks Smart Scheduler CONTENTS 1. Introduction 3 2. Smart Scheduler Features and Benefits 4 3. Smart Scheduler wit Explicit Multi-Cell Coordination

More information

VoIP-Kapazität im Relay erweiterten IEEE 802.16 System

VoIP-Kapazität im Relay erweiterten IEEE 802.16 System VoIP-Kapazität im Relay erweiterten IEEE 802.16 System 21. ComNets-Workshop Mobil- und Telekommunikation Dipl.-Ing. Karsten Klagges ComNets Research Group RWTH Aachen University 16. März 2012 Karsten Klagges

More information

LTE Performance and Analysis using Atoll Simulation

LTE Performance and Analysis using Atoll Simulation IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 6 Ver. III (Nov Dec. 2014), PP 68-72 LTE Performance and Analysis using Atoll Simulation

More information

What is going on in Mobile Broadband Networks?

What is going on in Mobile Broadband Networks? Nokia Networks What is going on in Mobile Broadband Networks? Smartphone Traffic Analysis and Solutions White Paper Nokia Networks white paper What is going on in Mobile Broadband Networks? Contents Executive

More information

WHITE PAPER. Realistic LTE Performance From Peak Rate to Subscriber Experience

WHITE PAPER. Realistic LTE Performance From Peak Rate to Subscriber Experience WHITE PAPER Realistic LTE Performance From Peak Rate to Subscriber Experience Realistic LTE Performance From Peak Rate to Subscriber Experience Introduction Peak data rates are often perceived as actual

More information

Get the best performance from your LTE Network with MOBIPASS

Get the best performance from your LTE Network with MOBIPASS Get the best performance from your LTE Network with MOBIPASS The most powerful, user friendly and scalable enodeb test tools family for Network Equipement Manufacturers and Mobile Network Operators Network

More information

Cooperative Techniques in LTE- Advanced Networks. Md Shamsul Alam

Cooperative Techniques in LTE- Advanced Networks. Md Shamsul Alam Cooperative Techniques in LTE- Advanced Networks Md Shamsul Alam Person-to-person communications Rich voice Video telephony, video conferencing SMS/MMS Content delivery Mobile TV High quality video streaming

More information

app coverage applied EXTRACT FROM THE ERICSSON MOBILITY REPORT

app coverage applied EXTRACT FROM THE ERICSSON MOBILITY REPORT app applied EXTRACT FROM THE ERICSSON MOBILITY REPORT NOVEMBER 2013 App COVERAGE applied The use of smartphones and tablets has caused a surge in mobile data around the world. Today, users want reliable

More information

Wireless Technologies for the 450 MHz band

Wireless Technologies for the 450 MHz band Wireless Technologies for the 450 MHz band By CDG 450 Connectivity Special Interest Group (450 SIG) September 2013 1. Introduction Fast uptake of Machine- to Machine (M2M) applications and an installed

More information

LTE OPTIMIZATION AND MOBILE NETWORK

LTE OPTIMIZATION AND MOBILE NETWORK FUTUREMOBILE COMMUNICATION: LTE OPTIMIZATION AND MOBILE NETWORK VIRTUALIZATION Yasir Zaki, Andreas Timm Giel,, Carmelita Görg University of Bremen, Technical University of Hamburg Euroview July 23 rd 2012

More information

Jim Seymour, Ph.D. Principal Engineer Mobility CTO Group Cisco Systems Inc. August 2015. 2011 Cisco and/or its affiliates. All rights reserved.

Jim Seymour, Ph.D. Principal Engineer Mobility CTO Group Cisco Systems Inc. August 2015. 2011 Cisco and/or its affiliates. All rights reserved. Jim Seymour, Ph.D. Principal Engineer Mobility CTO Group Cisco Systems Inc. August 215 1 Outline Global Mobile Data Growth Trends (Cisco VNI data) Studies of Real-Time, Delay Sensitive Video over LTE Global

More information

SURVEY OF LTE AND LTE ADVANCED SYSTEM

SURVEY OF LTE AND LTE ADVANCED SYSTEM IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 5, May 2014, 1-6 Impact Journals SURVEY OF LTE AND LTE ADVANCED

More information

Delivering Network Performance and Capacity. The most important thing we build is trust

Delivering Network Performance and Capacity. The most important thing we build is trust Delivering Network Performance and Capacity The most important thing we build is trust The Ultimate in Real-life Network Perfomance Testing 1 The TM500 Family the most comprehensive 3GPP performance and

More information

Interference Management: From Autonomous to Closely Coordinated Approaches

Interference Management: From Autonomous to Closely Coordinated Approaches Technische Universität München Lehrstuhl für Kommunikationsnetze Prof. Dr.-Ing. J. Eberspächer VDE/ITG Fachgruppe 5.2.4 Workshop Darmstadt 2010 Interference Management and Cooperation Strategies in Communication

More information

LTE Mobility Enhancements

LTE Mobility Enhancements Qualcomm Incorporated February 2010 Table of Contents [1] Introduction... 1 [2] LTE Release 8 Handover Procedures... 2 2.1 Backward Handover... 2 2.2 RLF Handover... 3 2.3 NAS Recovery... 5 [3] LTE Forward

More information

NEW WORLD TELECOMMUNICATIONS LIMITED. 2 nd Trial Test Report on 3.5GHz Broadband Wireless Access Technology

NEW WORLD TELECOMMUNICATIONS LIMITED. 2 nd Trial Test Report on 3.5GHz Broadband Wireless Access Technology NEW WORLD TELECOMMUNICATIONS LIMITED 2 nd Trial Test Report on 3.5GHz Broadband Wireless Access Technology Issue Number: 01 Issue Date: 20 April 2006 New World Telecommunications Ltd Page 1 of 9 Issue

More information

App coverage. ericsson White paper Uen 284 23-3212 Rev B August 2015

App coverage. ericsson White paper Uen 284 23-3212 Rev B August 2015 ericsson White paper Uen 284 23-3212 Rev B August 2015 App coverage effectively relating network performance to user experience Mobile broadband networks, smart devices and apps bring significant benefits

More information

The LTE Challenge. for the Small-to- Midsize Mobile Network Operator

The LTE Challenge. for the Small-to- Midsize Mobile Network Operator The LTE Challenge for the Small-to- Midsize Mobile Network Operator The next mobile generation is not just for Tier 1 carriers. How to tap into the business opportunities of LTE in Tier 2 and Tier 3 markets

More information

LTE Evolution for Cellular IoT Ericsson & NSN

LTE Evolution for Cellular IoT Ericsson & NSN LTE Evolution for Cellular IoT Ericsson & NSN LTE Evolution for Cellular IoT Overview and introduction White Paper on M2M is geared towards low cost M2M applications Utility (electricity/gas/water) metering

More information

Mobile Broadband of Deutsche Telekom AG LTE to cover White Spaces. Karl-Heinz Laudan Deutsche Telekom AG 16 June 2011

Mobile Broadband of Deutsche Telekom AG LTE to cover White Spaces. Karl-Heinz Laudan Deutsche Telekom AG 16 June 2011 Mobile Broadband of Deutsche Telekom AG LTE to cover White Spaces Karl-Heinz Laudan Deutsche Telekom AG 16 June 2011 Spectrum is the basis for any mobile radio communication service Satellites (1,5 2,2

More information

Rethinking the Small Cell Business Model

Rethinking the Small Cell Business Model CASE STUDY Intelligent Small Cell Trial Intel Architecture Rethinking the Small Cell Business Model In 2011 mobile data traffic experienced a 2.3 fold increase, reaching over 597 petabytes per month. 1

More information

The future of mobile networking. David Kessens <david.kessens@nsn.com>

The future of mobile networking. David Kessens <david.kessens@nsn.com> The future of mobile networking David Kessens Introduction Current technologies Some real world measurements LTE New wireless technologies Conclusion 2 The future of mobile networking

More information

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY 4.1. INTRODUCTION In recent years, the rapid growth of wireless communication technology has improved the transmission data rate and communication distance.

More information

Testing Gateway LTE Performance

Testing Gateway LTE Performance Testing Gateway LTE Performance Introduction A common task when selecting an LTE gateway is evaluation of live mobile network performance. Most users will be interested in two key performance areas: 1.

More information

Efficient resource utilization improves the customer experience

Efficient resource utilization improves the customer experience White paper Efficient resource utilization improves the customer experience Multiflow, aggregation and multi band load balancing for Long Term HSPA Evolution Executive summary Contents 2. Executive summary

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

Scheduling and capacity estimation in LTE. Olav Østerbø, Telenor CD (Corporate Development) ITC-23, September 6-8, 2011, San Francisco

Scheduling and capacity estimation in LTE. Olav Østerbø, Telenor CD (Corporate Development) ITC-23, September 6-8, 2011, San Francisco Scheduling and capacity estimation in LTE Olav Østerbø, Telenor CD (Corporate Development) Agenda Introduction Obtainable bitrate as function of SINR Radio channel propagation model Radio signal fading

More information

Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network

Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network Ms.Hetal Surti PG Student, Electronics & Communication PIT, Vadodara E-mail Id:surtihetal99@gmail.com Mr.Ketan

More information

End to End Delay Performance Evaluation for VoIP in the LTE Network

End to End Delay Performance Evaluation for VoIP in the LTE Network ENSC 427 COMMUNICATION NETWORKS SPRING 2013 Final Project Presentation End to End Delay Performance Evaluation for VoIP in the LTE Network Dai, Hongxin Ishita, Farah Lo, Hao Hua danield @ sfu.ca fishita

More information

Performance Analysis of VoIP Codecs over BE WiMAX Network

Performance Analysis of VoIP Codecs over BE WiMAX Network Performance Analysis of VoIP Codecs over BE WiMAX Network Muhammad Imran Tariq, Muhammad Ajmal Azad, Razvan Beuran, Yoichi Shinoda Japan Advanced Institute of Science and Technology, Ishikawa, Japan National

More information

Traffic Characterization and Perceptual Quality Assessment for VoIP at Pakistan Internet Exchange-PIE. M. Amir Mehmood

Traffic Characterization and Perceptual Quality Assessment for VoIP at Pakistan Internet Exchange-PIE. M. Amir Mehmood Traffic Characterization and Perceptual Quality Assessment for VoIP at Pakistan Internet Exchange-PIE M. Amir Mehmood Outline Background Pakistan Internet Exchange - PIE Motivation Preliminaries Our Work

More information

ALB-W012-000en WHITE PAPER. White Paper. A proposal for Smart Metering Networking Solution. May-2012 Rev. A1

ALB-W012-000en WHITE PAPER. White Paper. A proposal for Smart Metering Networking Solution. May-2012 Rev. A1 ALB-W012-000en WHITE PAPER White Paper A proposal for Smart Metering Networking Solution May-2012 Rev. A1 Introduction A smart meter is usually an electrical meter that records consumption of electric

More information

Comparing WiMAX and HSPA+ White Paper

Comparing WiMAX and HSPA+ White Paper Comparing WiMAX and HSPA+ White Paper Introduction HSPA+ or HSPA Evolved is the next step in the 3GPP evolution. With 3GPP Rel-7 and Rel-8, several new features are added to this 3G WCDMA technology,

More information

FPGAs in Next Generation Wireless Networks

FPGAs in Next Generation Wireless Networks FPGAs in Next Generation Wireless Networks March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com 1 FPGAs in Next Generation

More information

LTE Solution and Requirements for Smart Grids

LTE Solution and Requirements for Smart Grids 2014 年 11 月 10 日 星 期 一 LTE Solution and Requirements for Smart Grids 11 th November 2014 Markus Dillinger Head of Wireless Internet Technologies Huawei European Research Centre Munich, Germany Outline

More information

HSPA+ and LTE Test Challenges for Multiformat UE Developers

HSPA+ and LTE Test Challenges for Multiformat UE Developers HSPA+ and LTE Test Challenges for Multiformat UE Developers Presented by: Jodi Zellmer, Agilent Technologies Agenda Introduction FDD Technology Evolution Technology Overview Market Overview The Future

More information

Broadband Technology Clinic. Burlington Telecom Advisory Board

Broadband Technology Clinic. Burlington Telecom Advisory Board Broadband Technology Clinic Burlington Telecom Advisory Board 1 What are the Defining Characteristics of a Broadband Service? Speed - Throughput capability both down and upstream Performance - Latency

More information

How performance metrics depend on the traffic demand in large cellular networks

How performance metrics depend on the traffic demand in large cellular networks How performance metrics depend on the traffic demand in large cellular networks B. B laszczyszyn (Inria/ENS) and M. K. Karray (Orange) Based on joint works [1, 2, 3] with M. Jovanovic (Orange) Presented

More information

Broadband 101: Installation and Testing

Broadband 101: Installation and Testing Broadband 101: Installation and Testing Fanny Mlinarsky Introduction Today the Internet is an information superhighway with bottlenecks at every exit. These congested exits call for the deployment of broadband

More information

Bringing Mobile Broadband to Rural Areas. Ulrich Rehfuess Head of Spectrum Policy and Regulation Nokia Siemens Networks

Bringing Mobile Broadband to Rural Areas. Ulrich Rehfuess Head of Spectrum Policy and Regulation Nokia Siemens Networks Bringing Mobile Broadband to Rural Areas Ulrich Rehfuess Head of Spectrum Policy and Regulation Nokia Siemens Networks Agenda Drivers in Mobile Broadband Why LTE? Market Status, Networks and Devices Implementation

More information

FIBRE TO THE BTS IMPROVING NETWORK FLEXIBILITY & ENERGY EFFICIENCY

FIBRE TO THE BTS IMPROVING NETWORK FLEXIBILITY & ENERGY EFFICIENCY FIBRE TO THE BTS IMPROVING NETWORK FLEXIBILITY & ENERGY EFFICIENCY (Study Paper by FLA Division) Ram Krishna Dy. Director General (FLA) TEC New Delhi, DoT, Govt. of India. E-mail: ddgfla.tec@gov.in Mrs.

More information

HSPA, LTE and beyond. HSPA going strong. PRESS INFORMATION February 11, 2011

HSPA, LTE and beyond. HSPA going strong. PRESS INFORMATION February 11, 2011 HSPA, LTE and beyond The online multimedia world made possible by mobile broadband has changed people s perceptions of data speeds and network service quality. Regardless of where they are, consumers no

More information

Bluetooth voice and data performance in 802.11 DS WLAN environment

Bluetooth voice and data performance in 802.11 DS WLAN environment 1 (1) Bluetooth voice and data performance in 802.11 DS WLAN environment Abstract In this document, the impact of a 20dBm 802.11 Direct-Sequence WLAN system on a 0dBm Bluetooth link is studied. A typical

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

On the Traffic Capacity of Cellular Data Networks. 1 Introduction. T. Bonald 1,2, A. Proutière 1,2

On the Traffic Capacity of Cellular Data Networks. 1 Introduction. T. Bonald 1,2, A. Proutière 1,2 On the Traffic Capacity of Cellular Data Networks T. Bonald 1,2, A. Proutière 1,2 1 France Telecom Division R&D, 38-40 rue du Général Leclerc, 92794 Issy-les-Moulineaux, France {thomas.bonald, alexandre.proutiere}@francetelecom.com

More information

WiMAX network performance monitoring & optimization

WiMAX network performance monitoring & optimization Downloaded from orbit.dtu.dk on: Nov 10, 2015 WiMAX network performance monitoring & optimization Zhang, Qi; Dam, H Published in: IEEE Network Operations and Management Symposium, 2008. NOMS 2008. DOI:

More information

Rocket Science Made Simple

Rocket Science Made Simple Rocket Science Made Simple Satellite Connectivity For Aviation Explained George Nicola 1 and Michele Franci 2 Inmarsat, London, EC1Y 1AX, United Kingdom Any satellite communication system is required to

More information

Proactive Video Assurance through QoE and QoS Correlation

Proactive Video Assurance through QoE and QoS Correlation A Complete Approach for Quality and Service Assurance W H I T E P A P E R Introduction Video service providers implement new technologies to maximize the quality and diversity of their entertainment program

More information

Increasing cable bandwidth to retain high-value customers

Increasing cable bandwidth to retain high-value customers STEM example model Increasing cable bandwidth to retain high-value customers Frank HAUPT July 2013 Cambridge, UK MDL01\0006 STEM example model MDL01\0006 WORK IN PROGRESS Wednesday 31 July 2013 Implied

More information

Priority-Based Congestion Control Algorithm for Cross-Traffic Assistance on LTE Networks

Priority-Based Congestion Control Algorithm for Cross-Traffic Assistance on LTE Networks Priority-Based Congestion Control Algorithm for Cross-Traffic Assistance on LTE Networks Lung-Chih Tung, You Lu, Mario Gerla Department of Computer Science University of California, Los Angeles Los Angeles,

More information

Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE

Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE S. Saha * and R. Quazi ** * Helsinki University of Technology, Helsinki, Finland ** University of Dhaka, Dhaka, Bangladesh

More information

Guidelines for LTE Backhaul Traffic Estimation

Guidelines for LTE Backhaul Traffic Estimation A White Paper by the NGMN Alliance Guidelines for LTE Backhaul Traffic Estimation next generation mobile networks Guidelines for LTE Backhaul Traffic Estimation by NGMN Alliance Version: 0.4.2 FINAL Date:

More information

Applications that Benefit from IPv6

Applications that Benefit from IPv6 Applications that Benefit from IPv6 Lawrence E. Hughes Chairman and CTO InfoWeapons, Inc. Relevant Characteristics of IPv6 Larger address space, flat address space restored Integrated support for Multicast,

More information

Wideband: Delivering the Connected Life

Wideband: Delivering the Connected Life White Paper Wideband: Delivering the Connected Life Subscribers are increasingly demanding many services to many screens. They want the convenience of having services available anytime, anywhere, and on

More information

VoIP over Wireless Opportunities and Challenges

VoIP over Wireless Opportunities and Challenges Prof. Dr. P. Tran-Gia VoIP over Wireless Opportunities and Challenges Universität Würzburg Lehrstuhl für verteilte Systeme H.323 RTP Codec Voice-over-IP over Wireless (VoIPoW) UDP IMS G723.1 SIP G729 HSDPA

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

1 Introduction 1 1.1 Services and Applications for HSPA 3 1.2 Organization of the Book 6 References 7

1 Introduction 1 1.1 Services and Applications for HSPA 3 1.2 Organization of the Book 6 References 7 Figures and Tables About the Authors Preface Foreword Acknowledgements xi xix xxi xxiii xxv 1 Introduction 1 1.1 Services and Applications for HSPA 3 1.2 Organization of the Book 6 References 7 2 Overview

More information

The cost and performance benefits of 80 GHz links compared to short-haul 18-38 GHz licensed frequency band products

The cost and performance benefits of 80 GHz links compared to short-haul 18-38 GHz licensed frequency band products The cost and performance benefits of 80 GHz links compared to short-haul 18-38 GHz licensed frequency band products Page 1 of 9 Introduction As service providers and private network operators seek cost

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

Skype over UMTS. Tobias Hoßfeld www3.informatik.uni-wuerzburg.de. University of Würzburg Informatik III (Distributed Systems) Prof. Dr. P.

Skype over UMTS. Tobias Hoßfeld www3.informatik.uni-wuerzburg.de. University of Würzburg Informatik III (Distributed Systems) Prof. Dr. P. Inmatik III () Prof. Dr. P. Tran-Gia Skype over UMTS Talk (25+5min) ITG Fachgruppe 5.2.4 VoIP over Wireless 15th May 2006, WürzburgW P2P Applications Across Mobile Networks When Do We Need Rate Control

More information

Network Neutrality Statement

Network Neutrality Statement Network Neutrality Statement CTC continues to comply with all applicable FCC requirements while providing the best possible customer experience for its Internet users. As such, CTC commits to the open

More information

LTE in Unlicensed Spectrum: European Regulation and Co-existence Considerations

LTE in Unlicensed Spectrum: European Regulation and Co-existence Considerations 3GPP workshop on LTE in unlicensed spectrum Sophia Antipolis, France, June 13, 2014 RWS-140002 LTE in Unlicensed Spectrum: European Regulation and Co-existence Considerations Sari Nielsen & Antti Toskala

More information

How To Get High Speed Internet In Australia

How To Get High Speed Internet In Australia ADSL vs Cable Cable subscribers are connected directly to high speed lines while ADSL subscribers are connected directly to medium speed lines Cable subscribers share the line connecting them to neighbourhood

More information

Transmitting Live Aircraft Security Data by 3G Unlocking the Potential of 3G Developing an Air Traffic Management (ATM) Security System

Transmitting Live Aircraft Security Data by 3G Unlocking the Potential of 3G Developing an Air Traffic Management (ATM) Security System Transmitting Live Aircraft Security Data by 3G Steve Lane, Commercial Director at electronic design consultancy Triteq, talks about how commercial 3G mobile phone technology has been adapted to monitor

More information

Figure 1: Bandwidth and coverage of wireless technologies [2].

Figure 1: Bandwidth and coverage of wireless technologies [2]. Simulation and Performance Evaluation of WiFi and WiMAX using OPNET Ravinder Paul, Sukhchandan Lally, and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada E-mail: {rpa28, lally,

More information

HX System Quality of Service

HX System Quality of Service HX System Quality of Service Designed and optimized for carrier-grade satellite IP broadband networking, the HX System is the ideal choice for service providers seeking to deliver a diverse range of high

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

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

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and 1.1 Background Voice over Internet Protocol (VoIP) is a technology that allows users to make telephone calls using a broadband Internet connection instead of an analog phone line. VoIP holds great promise

More information

APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM

APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM 152 APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM A1.1 INTRODUCTION PPATPAN is implemented in a test bed with five Linux system arranged in a multihop topology. The system is implemented

More information

LTE Multimedia Broadcast Multicast Services (MBMS)

LTE Multimedia Broadcast Multicast Services (MBMS) LTE Multimedia Broadcast Multicast Services (MBMS) LTE is the technology of choice for mobile operators because it delivers significantly higher bandwidth with the lowest amount of spectral resources.

More information

Quality of Service Analysis of Video Conferencing over WiFi and Ethernet Networks

Quality of Service Analysis of Video Conferencing over WiFi and Ethernet Networks ENSC 427: Communication Network Quality of Service Analysis of Video Conferencing over WiFi and Ethernet Networks Simon Fraser University - Spring 2012 Claire Liu Alan Fang Linda Zhao Team 3 csl12 at sfu.ca

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 4: Medium Access Control October 5, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Medium Access Control Schemes: FDMA TDMA

More information

Webinar: FTTH: THE Solution for Mobile Broadband? Focus on Europe

Webinar: FTTH: THE Solution for Mobile Broadband? Focus on Europe Webinar: FTTH: THE Solution for Mobile Broadband? Focus on Europe FTTH Council Europe Our Vision: A sustainable future enabled by Fibre to the Home Our Mission To accelerate FTTH adoption through information

More information

GSM VOICE CAPACITY EVOLUTION WITH VAMOS Strategic White Paper

GSM VOICE CAPACITY EVOLUTION WITH VAMOS Strategic White Paper GSM VOICE CAPACITY EVOLUTION WITH VAMOS Strategic White Paper Table of contents VAMOS increases your GSM voice capacity at minimum investment / 1 Take the full benefit of VAMOS / 1 Standard aspects / 1

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

Downlink resource allocation algorithm: Quality of Service

Downlink resource allocation algorithm: Quality of Service International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Engineering, Business and Enterprise

More information

Circuit-Switched Voice Services over HSPA

Circuit-Switched Voice Services over HSPA Circuit-Switched Voice Services over HSPA 1 Qualcomm Incorporated, Corporate R&D San Diego, USA Abstract Circuit-Switched (CS) Voice Services over HSPA (CSoHS) was recently introduced for 3GPP WCDMA Release

More information

Don t worry Mobile broadband is profitable

Don t worry Mobile broadband is profitable Don t worry Mobile broadband is profitable figuring out the right price real operator cases in fact RECENT REPORTS (from Yankee Group and Heavy Reading) warn operators to be careful of the traps they may

More information

COMPATIBILITY STUDY FOR UMTS OPERATING WITHIN THE GSM 900 AND GSM 1800 FREQUENCY BANDS

COMPATIBILITY STUDY FOR UMTS OPERATING WITHIN THE GSM 900 AND GSM 1800 FREQUENCY BANDS Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) COMPATIBILITY STUDY FOR UMTS OPERATING WITHIN THE GSM 900 AND GSM 1800 FREQUENCY

More information

MNS Viewpoint: LTE EVOLUTION IN AFRICA 1. Introduction

MNS Viewpoint: LTE EVOLUTION IN AFRICA 1. Introduction MNS Viewpoint: LTE EVOLUTION IN AFRICA 1. Introduction Wireless communications have evolved rapidly since the emergence of 2G networks. 4G technology (also called LTE), enables to answer the new data market

More information

2013 Measuring Broadband America February Report

2013 Measuring Broadband America February Report 2013 Measuring Broadband America February Report A Report on Consumer Wireline Broadband Performance in the U.S. FCC s Office of Engineering and Technology and Consumer and Governmental Affairs Bureau

More information

User Behaviour in the Context of Quality of Experience in Realistic Mobile Radio Networks

User Behaviour in the Context of Quality of Experience in Realistic Mobile Radio Networks Cell Load [%] User Behaviour in the Context of Quality of Experience in Realistic Mobile Radio Networks Sören Hahn, Dennis M. Rose, Thomas Kürner Technische Universität Braunschweig Institut für Nachrichtentechnik

More information

NineStar Connect MASS MARKET INTERNET SERVICE POLICIES AND CUSTOMER INFORMATION. Policy Statement:

NineStar Connect MASS MARKET INTERNET SERVICE POLICIES AND CUSTOMER INFORMATION. Policy Statement: Policy Statement: NineStar Connect MASS MARKET INTERNET SERVICE POLICIES AND CUSTOMER INFORMATION The following policies apply to mass market broadband Internet services offered by NineStar Connect. NineStar

More information

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING CHAPTER 6 CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING 6.1 INTRODUCTION The technical challenges in WMNs are load balancing, optimal routing, fairness, network auto-configuration and mobility

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

How To Recognize Voice Over Ip On Pc Or Mac Or Ip On A Pc Or Ip (Ip) On A Microsoft Computer Or Ip Computer On A Mac Or Mac (Ip Or Ip) On An Ip Computer Or Mac Computer On An Mp3

How To Recognize Voice Over Ip On Pc Or Mac Or Ip On A Pc Or Ip (Ip) On A Microsoft Computer Or Ip Computer On A Mac Or Mac (Ip Or Ip) On An Ip Computer Or Mac Computer On An Mp3 Recognizing Voice Over IP: A Robust Front-End for Speech Recognition on the World Wide Web. By C.Moreno, A. Antolin and F.Diaz-de-Maria. Summary By Maheshwar Jayaraman 1 1. Introduction Voice Over IP is

More information

Defining the Smart Grid WAN

Defining the Smart Grid WAN Defining the Smart Grid WAN WHITE PAPER Trilliant helps leading utilities and energy retailers achieve their smart grid visions through the Trilliant Communications Platform, the only communications platform

More information

24 GHz Point-to-Point 1.4+ Gbps Radio. Datasheet. Model: AF24. High Performance Wireless Backhaul. Long Range of 13+ km

24 GHz Point-to-Point 1.4+ Gbps Radio. Datasheet. Model: AF24. High Performance Wireless Backhaul. Long Range of 13+ km 24 GHz Point-to-Point 1.4+ Gbps Radio Model: AF24 High Performance Wireless Backhaul Long Range of 13+ km Worldwide License-Free 24 GHz Operation Revolutionary Wireless Technology Introducing airfiber,

More information