QoS Performance Evaluation of Voice over LTE Network

Size: px
Start display at page:

Download "QoS Performance Evaluation of Voice over LTE Network"

Transcription

1 Journal of Electrical & Electronic Systems Journal of Electrical & Electronic Systems Jameel and Shafiei, J Electr Electron Syst 2017, 6:1 DOI: /2332- Research Article Open Accesss QoS Performance Evaluation of Voice over LTE Network Ahmed J Jameel 1 * and Maryam M Shafiei 2 1 Department of Telecommunication Engineering, Ahlia University, Manama, Bahrain 2 Department of Information Technology, Ahlia University, Manama, Bahrain Abstract This paper describes the QoS performance evaluation of voice over LTE network using OMNeT++; an open-source system-level simulator and SimuLTE. OMNet++ is a well-known, widely-used modular simulation framework, which offers a high degree of experiment support. As a result, it can be integrated with all the network oriented modules such as INET. We describe the voice over LTE, and show performance evaluation results obtained using the simulator. Keywords: OMNeT++; INET; VoLTE; LTE; Voice over LTE simulation Introduction In the past few decades, the mobile communication industries have evolved very fast to shift between each generation ranging from the 1G to LTE. This evolution from 1G to 4G was not as easy as it took a lot of work to make 4G technology the fastest network rollout. Long Term Evolution (LTE) was designed for the data transfer and also as a packet switched all-ip system. It does not contain any circuit switched domain for the purpose of providing with the regular voice and SMS services. The increase of the data traffic raised the issue of mobile broadband services by the consumers. The latest of these developments is the voice over LTE (VoLTE) it is devised scheme for standardized system between the mobile operators to carry out voice over Long Term Evolution (LTE) technology by replacing voice over the old technologies. The idea of the voice over LTE based on simply adapt to a completely new infrastructure based on internet protocol (IP) to replace the old legacy (2G-3G). The VoLTE specifications are based on air-interface, which is based on orthogonal frequency division multiplexing (OFDM) [1]. The new technology VoLTE can provide a combined system for transfer the voice traffic over the long term evolution air network access and employ the voice-over-ip (voice over internet protocol) technology, which is based on the (IP)- multimedia and IMS sub system to provide an appropriate service and video calling. The setup protocol for connection control is the session initiated protocol (SIP) which built to work with generic open IP network. The LTE is acclimatized with the current networks (3GPP, GSM, WCDMA, HSPA) and support for full forward and backward compatibility, until the LTE network voice service is fully implemented so the voice calls will automatic shift and full back to the best old bearer available (2G and 3G) [2]. This paper is organized as follows: section 2 presents the LTE network architecture, in section 3, the simulation results are presented in section 4, and section 5 concludes the paper. LTE Network Architecture The high level of the LTE network architecture as shown in Figure 1 is mainly composed of three main components: UE (the User Equipment) This component mainly consists of few of the functionalities of Mobile Terminal (MT) that is held responsible for all kinds of functioning of the call. On the other hand, the Terminal Equipment, which is also considered as one of the major devices of UE serves the function of data streaming and Universal Subscriber Identity Module (USIM). The USIM stores the network identification and user information. In this simulation of the LTE network, the User Equipment such as mobile, tablet, laptop etc., has been used [1]. E-UTRAN The Evolved UTMS Terrestrial Radio Access Network used to handle the radio communication between the user equipment (UE) and the EPC. E-UTRAN composed of one or more base station called enb or enodeb. One of the parts of E-UTRAN is also termed as The Radio Access Network (RAN). The enb or enodeb serves the function of providing E-UTRA user plane and also it controls the plane protocol terminators along the user equipment [3]. EPC (Evolved Packet Core) Evolved Packet Core is composed of two main elements: The Service Gateway (S-GW) which allows the user to communicate with other users of LTE network and PDN Gateway (P-GW) which is responsible to provide the connectivity between UE and external network like Internet. It serves the function of controlling the network access, management of mobility, and the other functions of network management. The Home Subscriber Server (HSS) present in the EPC stores all the information related with the subscriber. The entity of management of mobility controls the release and set-up of connections existing between the packet data network and user. It also accomplishes its activity through the registration of UE authentication location and using valuable information from the HSS. The Packet Data Gateway (P-GW) does the function of GGSN and SGSN, which also signifies the connectivity to the IP network. This system is assigned with the varied tasks of assignment of IP address, DHCP functions, user authentication, Quality of Service (QoS), charging data creation Deep Packet Inspection (DPI) [3]. Simulator Overview Simulation software accomplishes a major role in the analysis of complex automation system and non-linear control system. Few of *Corresponding author: Ahmed J Jameel, Department of Telecommunication Engineering, Ahlia University, Manama, Bahrain, Tel: ; adulaimi@ahlia.edu.bh Received March 01, 2016; Accepted March 16, 2017; Published March 24, 2017 Citation: Jameel AJ, Shafiei MM (2017) QoS Performance Evaluation of Voice over LTE Network. J Electr Electron Syst 6: 216. doi: /2332- Copyright: 2017 Jameel AJ, et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.

2 Page 2 of 10 Figure 1: LTE Network architecture. the software of computer that are designed for the dynamic system simulation at higher level than that of programming languages can be named as simulation languages, simulation software, simulation system, simulation environment and the simulators. Basically, simulation is explained as a particular method which is used for the solving of a problem in the dynamical systems, and which also finds out the model of the system rather than the real system. Simulation process follows few of the steps in sequence, which can be listed as formulation of problem, collection of data, mathematical modelling, identification of the model, and experiments with the model, representation of the result and interpretation of the result. Simulation software is usually used for designing, studying and analyzing the network communications. There are various software s available in the market that can serve this purpose. Most of the simulation software s are commercial but some of them are free for non-commercial use such as OMNET++. OMNeT framework OMNET++ is and extensible open-source library and framework primarily used to simulate networks. It can be used in various problem domains such as modelling of wired and wireless communications networks, evaluating performance aspects of complex networks. OMNET++ is widely used by academic institutions and educational environments for teaching purpose. It s also used by students and researchers to study and analyze the performance of the networks. The basic building block of OMNeT++ is modules, either simple module or compound module. These modules communicate through messages that are sent and received through connection linking the gates of the modules. OMNeT++ facilitates the user to keep the implementation, description and parameter values of the model separate. C++ is used as the coding of the implementation. The files written in Network Description (NED) language is used for expressing the description. Theses NEDs also allow for writing of the parametric topologies. The major reasons for selecting OMNeT++ as the major tool for the simulation is that it is one of the most mature, stable and enriched with features framework [4]. INET framework OMNET++ has some of external extensions that can be used to design and simulate the wireless network such as INET Framework. The INET framework is an open-source model that should be installed on top of OMNET++. In addition to the wireless network, it can be used to simulate wired and mobile networks. It contains IPv4, IPv6, TCP, SCTP, UDP protocol implementations and some of the other application models. As that of OMNeT++, INET framework also uses the similar modules that communicate through the passing of message [5]. SimuLTE SimuLTE for OMNeT++ can be used to analyze and evaluate the performance of LTE and LTE Advanced networks. It is an open source project developed by group of researchers to evaluate the complex network environments. It should be installed on top of OMNET++ and INET Framework. It simulates the data plane of the LTE Radio Access Network and Evolved Packet Core. SimuLTE has a special feature that it contains around lines of codes that helps in the extra functionalities such as the applications, mobility, event queues, ID/UDP, and so on. However, in this particular study of the voice over LTE, this distinguished feature of SimuLTE has been extracted from the OMNeT++ and INET frameworks. [5]. Simulation Results This section describes the implemented simulation topology in OMNET++, GUI and explains the simulation parameters used in the experiment. Quality of Service (QoS) criteria The performance of Voice over LTE can be measured with the help of various criteria. In this experiment the major focus will lie on the following four of the major criteria. Mean Opinion Score (MOS): MOS is the grading system that is used for the measuring of the quality of a voice call. It is usually graded by the user with the scale of 1 to 5, which means bad to excellent. This particular score is determined by few of the factors such as end to end delay, jitter and packet loss. One of the empirical formula that can be used for the calculation of MOS score from the packet loss in terms of percentage in milliseconds is as follows [6]. MOS=ln( loss )-0.1ln( size ) (1) The following Table 1 shows the standard and the ideal quality values for the Mean Opinion Score (MOS). End to end delay: End to End Delay is the time taken for a voice packet to be transmitted from the source UE to the destination UE across the LTE network. In simple words, it can be explained as the difference in the time between the sending and receiving of the packet. It basically takes place due to the performance of the network and the distance that exists between two of the nodes. This parameter is crucial so as to receive more information on the voice of a real time. There would be difficulty in having the effective communication in case of too much delay. The following Table 2 shows the average and the ideal quality values for the VoLTE End to End Delay. Packet loss: Packet Loss can be defined as the number of the transmitted packets that are failed to reach its destination. It can also be described as the particular rate in which the packets that are being sent do not reach at the receiving end. The real time communications

3 Page 3 of 10 are based on the UD protocols. This protocol is usually without any connections and it cannot be send again if the packet is lost. The loss of the packages can also take place by removing all those packets that do not arrive to the end of the receiver on time. It becomes problematic whenever the loss of packet takes place in a bulk. The highest rate of packet loss so the voice can be heard with enough quality must be 1%. The following Table 3 shows the average and the ideal quality values for the Packet Loss during Voice over LTE session. Jitter: Jitter is the variation in the latency of the voice packets sent from the source to the destination. This basically occurs due to the congestion in the network. These similar cases can be solved with the addition of jitters buffers. This is an important parameter to be considered while measuring the quality of service since the high jitter can lead to poor quality of voice. The high jitter usually leads to the weaker quality of call as the information of the voice will not be received within the timely manner and thus, the information will not make any sense. In the technical terms, jitter is the measure of the variability of the latency over the time and also across the network [7]. The jitter that exists between the starting and final point of the communication must always be less than 100 ms. If the value of the jitter becomes smaller than 100 ms, it can be adjusted with the addition of jitter buffers [7]. The following Table 4 shows the average and the ideal quality values for the Jitter: Simulation configuration MOS Quality 5 Excellent 4 Good 3 Fair 2 Poor 1 Bad This section presents all the general parameters used in the conduction of the simulation. Ethernet Link Data Rate: 10 Mbps Simulation Time: 20 sec Packet Size: 40 byte Queue Size: 1 MB Voice Over LTE Scenarios Table 1: MOS standard. End to end delay Quality <50 ms Ideal <150 ms Average Table 2: End to end delay standard. Packet loss rate Quality <1% Ideal <5% Average Table 3: Packet loss rate standard. Jitter Quality <20 ms Ideal <50 ms Average Table 4: Jitter standard. Scenario (1 and 2) Voice over LTE network: OMNET++ architecture for the first and second scenarios is illustrated in Figure 2. The high level VoLTE network is composed by the following elements: Two User Equipment Support Voice Over LTE Two enodeb Four Routers Two S-GW One P-GW One Internet Host Scenario (1 and 2) Voice over LTE network: The third scenario of the VoLTE network (Figure 3) is composed with the help of below mentioned elements: Six User Equipment Two enodeb Four Routers Two S-GW One P-GW One Internet Host. Simulation analysis and result This section presents the simulation analysis and result for the conducted experiment. The quality of service can be measured by several of the factors. In this experiment, the quality of the network for each scenario has been compared in terms of MOS, End to End Delay, Packet Loss Rate and Jitter. Scenario 1: This scenario has been implemented to conduct an evaluation analysis of the performance of VoLTE between two UEs. The speed of the sender and receiver of the voice is 0 m/s. The following Figures have been obtained after running the simulation of the first scenario. MOS: The MOS of the first scenario stayed above 4 during the simulation which falls under the category ranging between the scale of good and excellent. The average of MOS we obtained is 4.36, which is the normal value of any VoLTE service. The following Figure 4 shows the MOS obtained after running the simulation of Scenario 1 End to end delay: As we can see in Figure 5, we have delay for about 8 sec between the period 7 s-11 s. The average end to end delay is 1.77 ms which meets the standard since it s below 50 ms. Packet loss rate: According to the explanation and description of the packet loss, the average value obtained from the simulation is 0.21%. This rate is very small as compared to that of the ideal value (1%) (Figure 6). Jitter: The jitter as seen in Figure 7 remained static and didn t change over the time. It stayed at the same value (8 ms) till the end of the call. Since the result is less than 20 ms this means that the quality of voice in this scenario was excellent. Scenario 2: In this scenario, we studied the evaluation of the performance of VoLTE between the sender (UE1) and receiver (UE2). The simulation was conducted for about 20 s and the speed of the UEs

4 Citation: Jameel AJ, Shafiei MM (2017) QoS Performance Evaluation of Voice over LTE Network. J Electr Electron Syst 6: 216. doi: /2332 Page 4 of 10 Figure 2: OMNeT++ LTE Network topology (Scenarios 1 and 2). Figure 3: OMNET++ LTE Network topology (scenario 3).

5 Page 5 of 10 Figure 4: Scenario 1 MOS. Figure 5: Scenario 1 end to end delay. Figure 6: Scenario 1 packet loss rate. Figure 7: Scenario 1 jitter.

6 Page 6 of 10 during the voice conversation was 100 km/h (28 m/s). The following Figures are obtained after running the simulation of the second scenario: MOS: As the following Figure 8 shows, the MOS for the second scenarios is varying over the time. It started with 4.4, and then dropped to 1.7, then again increased to 4.4 and finally ended up with 1.7. The average value is 3.35 and based on the standard rating, it can be determined that the quality of the voice is ranging between fair and good. End to end delay: As we can see in the Figure 9, the delay started with 0 ms then after 4 seconds from the beginning of the conversation it reached 8 ms then again it decreased to 0 ms. The average delay we got in this term is 2.6 ms, which is acceptable since it is less than 50 ms. Packet loss rate: The average percentage of the packets loss for scenario 2 is 7.86%. This value is more than the ideal (1%) and the average (5%) percentage of the acceptable loss in VoLTE service. This variance in the percentage may affect the quality of the voice between the sender and the receiver. From this result we can conclude that the speed of UEs during the VoLTE session possess the capacity of directly affecting the performance of the call (Figure 10). Jitter: The following figure shows the jitter result for the second Figure 8: Scenario 2 MOS. Figure 9: Scenario 2 end to end delay. Figure 10: Scenario 2 packet loss rate.

7 Page 7 of 10 scenario. As we can see from the chart, the jitter started to increase after 4 seconds from the start of the call. It increased from 8 ms to 23 ms and then dropped to 3 ms. The average jitter we got is 7.7 ms, which is acceptable as per the standard grading. From the result we can conclude that making VoLTE call while driving may affect the quality of voice depending on the speed of the UEs (Figure 11). Scenario 3: In this scenario, the sender (UE1) is calling the receiver (UE2) via VoLTE service while other four UEs are downloading a video of size 200 mb from the server. The other four UEs are connected to the same enodeb as UE1. MOS: The MOS of scenario 3 does not have a big difference when it is compared to the first Scenario (Figure 12). The MOS average value we obtained after conducting the simulation is 4.192, which can be considered to be close to the value of scenario 1 (4.3619). End to end delay: The average delay value obtained from the simulation of scenario 3 is 2.5 ms which is much less than the ideal value (50 ms) and the average value (150 ms). This means that having a congested enodeb while making a call in LTE network should not lead to a big delay in the packets sent (Figure 13). Packet loss rate: The line chart in Figure 14 shows the packet loss during the simulation of scenario 3. As we can see the average percentage of the packet loss are less than 1% of the total packets sent which is acceptable (Figure 14). Jitter: The below mentioned diagram represent the jitter result from the third scenario. It can be seen that the jitter started to increase Figure 11: Scenario 2 jitter. Figure 12: Scenario 3 MOS. Figure 13: Scenario 3 end to end delay.

8 Page 8 of 10 after 3 sec from the start of the call and again decreased to 1 ms after 17 sec. By 17 sec, it again increased to 7 ms and by 20 sec, it again declined to 1 ms Figure 15. Scenarios result side by side: In this section, a brief comparison between the three scenarios based on the average QoS parameters values has been introduced. The following Table 5 and charts compare the performance of the three conducted scenarios. MOS: In the following diagram, the comparison of the voice call over LTE has been compared by keeping into consideration the three of the scenarios. Three of the different scenarios are displaying the irregular frequency of the VoLTE MOS vector. End to end delay: The average delay value of the three scenarios has been compared in the above diagram. It can be observed that the first scenario is increasing at 7 sec and then again declining to o ms at 11 sec. The second scenario shows that at 4 sec, it is increasing and again it declines at slow rate. The final third scenario is showing a fluctuating rate with both increase and decline (Figures 16 and 17). Packet loss: In the above diagram, the comparison of the packet loss during the simulation of three of the scenarios is demonstrated. The diagram shows a fluctuating rate in the different scenarios. Thus, if there is a fluctuation in the rate of packet loss, it might have adequate effect on the quality of voice between the sender and receiver [8,9]. Jitter: Similar to that of the above diagrams, in this, the comparison of the jitter results of all the three scenarios has been mentioned. The second scenario s jitter result show that it is increasing from 4 sec and again at 20 sec, it declined. In the first scenario, the jitter result is seen to be stable throughout the call. Finally, the third scenario declines initially and then rises to certain point and again declines drastically (Figures 18 and 19). Conclusion In this paper, performance analysis of Voice over LTE network is presented by studying the quality of service based on four of the major factors such as MOS, End to End Delay, Packet Loss Rate and Jitter. The simulation is designed and implemented with major simulation tools of OMNeT++ 4.6, INET Framework 2.6 and SimuLTE. Based on the simulated scenarios, we found that the speed of the sender and Receivers (UEs) are the crucial motivators that possess the capacity of seriously affecting the quality of the call. Once, the speed of the UEs Figure 14: Scenario 3 packet loss. Figure 15: Scenario 3 jitter. Scenarios QoS No. MOS End to end delay Packet loss Jitter Scenario ms ms Scenario ms ms Scenario ms ms Table 5: Scenarios comparison.

9 Page 9 of 10 Figure 16: Scenarios MOS. Figure 17: Scenarios end to end delay. Figure 18: Scenarios packet loss. Figure 19: Scenarios jitter.

10 Page 10 of 10 is changed from 0 to 100 km/s, the average value of MOS has been dropped from to The jitter and the packet loss percentage were also affected by the speed of UEs. Therefore, taking into consideration, all these facts and other measures, the simulation module of the LTE network with the help of OMNeT++, INET Framework and SimuLTE has been successfully done for this particular study. Apart from the above mentioned information, this particular section explains the operation of the LTE network under the variety of scenarios. Each of the scenarios explains the performance of data and voice under the different configurations. In all the scenarios, the description of the performance of voice has been explained according to the increase in the times of the general response due to the increase in the demand for traffic along with maximum bit rate from the different users and the maximum throughput. References 1. Poikselka M, Holma H, Hongisto J, Kallio J, Toskala A (2012) Voice over LTE (VoLTE). John Wiley & Sons. 2. Roessel S, Faerber M, Raaf B, Hausner J (2014) Radio Network Evolution towards LTE-Advanced and Beyond. Intel Technology Journal 18: Korowajczuk L (2011) LTE, WiMAX and WLAN Network Design, Optimization and Performance Analysis. John Wiley & Sons. 4. OpenSim Ltd (2015) OMNeT++. OMNeT++ 5.0rc released. Accessed April 02, Virdis A, Stea G, Nardini G (2014) SimuLTE- A Modular System-level Simulator for LTE/LTE-A Networks based on OMNeT++. International Conference on Simultech. 6. Paessler (2016) How does PRTG calculate the MOS score for QoS sensors? Knowledge Base. 7. Think V (2015) QoS - Quality of Service. Jitter. 8. Virdis A, Nardini G (2015) SimuLTE. What is SimuLTE: simulator for LTE networks? 9. Breitenecker F, Troch I (2015) Simulation Software-Development and Trends. Control Systems, Robotics and Automation 4: 1-13.

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

Simulation of LTE Signaling

Simulation of LTE Signaling Simulation of LTE Signaling 1 Florin SANDU, 2 Szilárd CSEREY, 3 Eugen MILE-CIOBANU 1 "Transilvania University of Brasov Bd Eroilor nr. 29A RO-500036 Brasov sandu@unitbv.ro, 2,3 SIEMENS Program and System

More information

SIMULATION FRAMEWORK MODELING

SIMULATION FRAMEWORK MODELING CHAPTER 5 SIMULATION FRAMEWORK MODELING 5.1 INTRODUCTION This chapter starts with the design and development of the universal mobile communication system network and implementation of the TCP congestion

More information

Mobile Network Evolution Part 2

Mobile Network Evolution Part 2 Mobile Network Evolution Part 2 From UMTS to LTE or How to Further Increase Network Capacity and QoS Andreas Mitschele-Thiel Advanced Mobile Communication Networks 1 Outline Evolution from Circuit Switching

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

Hands-On Modern Mobile and Long Term Evolution LTE

Hands-On Modern Mobile and Long Term Evolution LTE Hands-On LTE Course Description With 3G mobile technologies already rolled out by over 200 operators in over 80 countries, standards bodies, manufacturers and operators are looking towards the next generation

More information

Analysis of Video Conferencing on LTE Network

Analysis of Video Conferencing on LTE Network ENSC 427: COMMUNICATION NETWORKS SPRING 2013 FINAL PROJECT Analysis of Video Conferencing on LTE Network http://www.sfu.ca/~zza36/427eric3.html TEAM #12 Xu Jiang 301096225 xja6@sfu.ca Zhuopei Zhao 301109378

More information

1.1 Beyond 3G systems

1.1 Beyond 3G systems 1 Introduction The cellular wireless communications industry witnessed tremendous growth in the past decade with over four billion wireless subscribers worldwide. The first generation (1G) analog cellular

More information

Basic SAE Management Technology for Realizing All-IP Network

Basic SAE Management Technology for Realizing All-IP Network LTE SAE EPC Special Articles on SAE Standardization Technology Basic SAE Management Technology for Realizing All-IP Network The standardization of 3GPP Release 8 brings new provisions for All-IP networks

More information

QOS ANALYSIS OF 3G AND 4G. Khartoum, Sudan 2 unversity of science and Technology, Khartoum, Sudan

QOS ANALYSIS OF 3G AND 4G. Khartoum, Sudan 2 unversity of science and Technology, Khartoum, Sudan QOS ANALYSIS OF 3G AND 4G Doaa Hashim Osman 1, Amin Babiker 2 and Khalid hammed Bellal 1 Department of Communication, Faculty of Engineering, AL Neelain University, Khartoum, Sudan 2 unversity of science

More information

Provide One Year Free Update!

Provide One Year Free Update! QUESTION & ANSWER HIGHER QUALITY, BETTER SERVICE Provide One Year Free Update! https://www.passquestion.com Exam : NCS_20020301010 Title : NCSS LTE RA OaM 2.0 Version : DEMO 1 / 5 1.What is the main motivation

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

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

Next Generation Core Networks Summit 2011 Standardisation and Developments within SAE

Next Generation Core Networks Summit 2011 Standardisation and Developments within SAE Next Generation Core Networks Summit 2011 Standardisation and Developments within SAE Frédéric Firmin (frederic.firmin@3gpp.org) 3GPP Technical Officer Mobile World Congress, 19 th February 2009 1 Terminology

More information

Mobile Network Evolution Part 2

Mobile Network Evolution Part 2 Mobile Network Evolution Part 2 From UMTS to LTE or How to Further Increase Network Capacity and QoS Andreas Mitschele-Thiel Advanced Mobile Communication Networks 1 Outline Evolution from Circuit Switching

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

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada 7/27/2010 HARISHVADADA.WORDPRESS.COM LTE-WIMAX BLOG QOS over 4G networks Harish Vadada Cellular network operators across the world have seen an explosive growth of mobile broadband usage. Traffic volume

More information

Novel design of embms based on Femtocell

Novel design of embms based on Femtocell Novel design of embms based on Femtocell Otgonbayar Bataa a, Young-il Kim b, Erdenetuya Dorj c, Bat-Enkh Oyunbileg d, Khishigjargal Gonchigsumlaa e, Oyu Chuluun f, Tulga Orosoo g a, f, g Wireless Communication

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Wireless Networks Cellular & Mobility Sec 7.4 7.8 Lina Battestilli 7.1 Introduction Wireless Chapter 7 Outline Wireless and Mobile Networks 7.2 Wireless

More information

Keywords Quality of Service (QoS), Long Term Evolution (LTE), System Architecture Evolution (SAE), Evolved Packet System (EPS).

Keywords Quality of Service (QoS), Long Term Evolution (LTE), System Architecture Evolution (SAE), Evolved Packet System (EPS). Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Review of 3GPP-LTE

More information

VOLTE and the IP/MPLS Cell Site Evolution

VOLTE and the IP/MPLS Cell Site Evolution AVIAT NETWORKS VOLTE and the IP/MPLS Cell Site Evolution By Eduardo J. Sánchez, Aviat Networks Technical Marketing TABLE OF CONTENTS INTRODUCTION...3 PROBLEM: DEPLOYING VOLTE FOR RELIABLE VOICE AND VIDEO...3

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

An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media

An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media JAICT, Journal of Applied Information and Communication Technologies Vol.1, 1, 2016 An Analysis of Quality of Service (QoS) In Live Video Streaming Using Evolved HSPA Network Media AchmadZakaria Azhar

More information

INICTEL-UNI 15/11/2010. Tecnología de Banda Ancha Inalámbrica LTE

INICTEL-UNI 15/11/2010. Tecnología de Banda Ancha Inalámbrica LTE INICTEL-UNI 15/11/2010 Tecnología de Banda Ancha Inalámbrica LTE 1 2Market Overview 2 LTE Presentation / Alcatel-Lucent. Title January 2008 Market Trends iphone (Apple) and G1 (Google) are bandwidth drivers

More information

NG40 IMS Emulator. Key features: IMS Registration VoLTE Basic SRVCC (one-way HO of single active speech session from 4G PS to 3G CS)

NG40 IMS Emulator. Key features: IMS Registration VoLTE Basic SRVCC (one-way HO of single active speech session from 4G PS to 3G CS) NG40 IMS Emulator IMS Emulation for LTE has been added to the ng4t portfolio. The NG40 IMS Emulator is an extension to the NG40 eutran and to the NG40 EPC Emulator. The NG40 eutran Emulator simulates the

More information

Chapter 7. Wireless and Mobile Networks. Computer Networking: A Top Down Approach

Chapter 7. Wireless and Mobile Networks. Computer Networking: A Top Down Approach Chapter 7 Wireless and Mobile Networks Computer Networking: A Top Down Approach 7 th edition Jim Kurose, Keith Ross Pearson/Addison Wesley April 2016 7-1 Background: # wireless (mobile) phone subscribers

More information

TCP CONGESTION CONTROL PROTOCOLS OVER UMTS WCDMA NETWORK

TCP CONGESTION CONTROL PROTOCOLS OVER UMTS WCDMA NETWORK International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN(P): 2249-6831; ISSN(E): 2249-7943 Vol. 4, Issue 5, Oct 2014, 83-90 TJPRC Pvt. Ltd. TCP CONGESTION

More information

UMTS System Architecture and Protocol Architecture

UMTS System Architecture and Protocol Architecture UMTS System Architecture and Protocol Architecture Overview on overall system architecture UMTS network architecture and elements Mobile station High-level functions UMTS domains and strata UMTS/GPRS protocol

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

Modeling and Performance Evaluation of LTE Networks with Different TCP Variants

Modeling and Performance Evaluation of LTE Networks with Different TCP Variants Modeling and Performance Evaluation of LTE Networks with Different TCP Variants Ghassan A. Abed, Mahamod Ismail, and Kasmiran Jumari Abstract Long Term Evolution (LTE) is a 4G wireless broadband technology

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 4A0-M02 Title : Alcatel-Lucent Mobile Gateways for the LTE Evolved Packet Core Version : Demo 1 / 7

More information

Direct Tunnel for 4G (LTE) Networks

Direct Tunnel for 4G (LTE) Networks This chapter briefly describes support for direct tunnel (DT) functionality over an S12 interface for a 4G (LTE) network to optimize packet data traffic. Cisco LTE devices (per 3GPP TS 23.401 v8.3.0) supporting

More information

System Architecture Evolution

System Architecture Evolution System Architecture Evolution Contents 2.1 Architecture of LTE 2.2 Communication Protocols 2.3 Example Information Flows 2.4 Bearer Management 2.5 State Diagrams 2.6 Spectrum Allocation 2.1 Architecture

More information

Accelerating 4G Network Performance

Accelerating 4G Network Performance WHITE PAPER Accelerating 4G Network Performance OFFLOADING VIRTUALIZED EPC TRAFFIC ON AN OVS-ENABLED NETRONOME SMARTNIC NETRONOME AGILIO SMARTNICS PROVIDE A 5X INCREASE IN vepc BANDWIDTH ON THE SAME NUMBER

More information

Mobile Systems Challenges in Next Generation Networks

Mobile Systems Challenges in Next Generation Networks International Journal of Future Generation Communication and Networking 15 Mobile Systems Challenges in Next Generation Networks Seyed Ali Alavian, Jahangir Dadkhah Chimeh Faculty of Applied Science of

More information

Spirent Landslide VoLTE

Spirent Landslide VoLTE /IMS Node and SIP UE Emulation Voice over LTE () is the combination of IMS-based voice, messaging and video services over the 4G mobile network. To ensure a successful transition, mobile carriers and equipment

More information

5G voice network evolution aspects. Voice over NR in a 5G System and migration from Evolved Packet System Fallback. Paper 3

5G voice network evolution aspects. Voice over NR in a 5G System and migration from Evolved Packet System Fallback. Paper 3 5G voice network evolution aspects Voice over NR in a 5G System and migration from Evolved Packet System Fallback Paper 3 2 Ericsson 5G voice network evolution aspects Abstract This document is part of

More information

4G LTE Technologies: System Concepts

4G LTE Technologies: System Concepts 4G LTE Technologies: System Concepts CK Toh, PhD, Chief Technology Advisor, ALICO Systems Inc., Torrance, CA, US ABSTRACT Recently, we have witnessed the roll out of LTE (Long Term Evolution, or so called

More information

Medical Sensor Application Framework Based on IMS/SIP Platform

Medical Sensor Application Framework Based on IMS/SIP Platform Medical Sensor Application Framework Based on IMS/SIP Platform I. Markota, I. Ćubić Research & Development Centre, Ericsson Nikola Tesla d.d. Poljička cesta 39, 21000 Split, Croatia Phone: +38521 305 656,

More information

Delivery of Voice and Text Messages over LTE 13 年 5 月 27 日星期 一

Delivery of Voice and Text Messages over LTE 13 年 5 月 27 日星期 一 Delivery of Voice and Text Messages over LTE 1. The Market for Voice and SMS 2. Third Party Voice over IP 3. The IP Multimedia Subsystem 4. Circuit Switched Fallback 5. VoLGA LTE was designed as a data

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

vepc-based Wireless Broadband Access

vepc-based Wireless Broadband Access With 70 years of experience, Iskratel is the leading European provider of infocommunications solutions and has, its own R&D and manufacturing centres, 900 employees and a local presence in more than 30

More information

LTE enodeb Demonstrator with Real and Simulated Interfaces

LTE enodeb Demonstrator with Real and Simulated Interfaces LTE enodeb Demonstrator with Real and Simulated Interfaces 1 Titus-Constantin BĂLAN, 2 Florin SANDU, 3 Szilard CSEREY, 4 Virgil CAZACU 13 SIEMENS Program and System Engineering Bd Mihai Kogalniceanu nr.21

More information

AModelforCongestionMitigationinLongTermEvolutionNetworksusingTrafficShaping

AModelforCongestionMitigationinLongTermEvolutionNetworksusingTrafficShaping Global Journal of Computer Science and Technology: E Network, Web & Security Volume 18 Issue 2 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Online

More information

Throughput Performance Analysis for VOIP over UMTS Networks

Throughput Performance Analysis for VOIP over UMTS Networks International Journal of Engineering Sciences Paradigms and Researches () Throughput Performance Analysis for VOIP over UMTS Networks Atyaf Mohamed Abdalwahad Mohamed 1, Dr. Khalid Hamid Bilal 2 and Dr.

More information

Innovation Technology for Future Convergence Network

Innovation Technology for Future Convergence Network KRnet 2013 Keynote Speech Innovation Technology for Future Convergence Network Jinsung Choi, Ph.D. EVP, Head of ICT R&D Division, SK Telecom Contents I. Key Trends Driving Network Evolution II. Innovation

More information

General comments on candidates' performance

General comments on candidates' performance BCS THE CHARTERED INSTITUTE FOR IT BCS Higher Education Qualifications BCS Level 5 Diploma in IT April 2018 Sitting EXAMINERS' REPORT Computer Networks General comments on candidates' performance For the

More information

E. The enodeb performs the compression and encryption of the user data stream.

E. The enodeb performs the compression and encryption of the user data stream. Volume: 140 Questions Question No: 1 Which of the following statements is FALSE regarding the enodeb? A. The enodebs maybe interconnect TEID with each other via anx2 interface. B. The enodeb is an element

More information

ETSI TS V ( )

ETSI TS V ( ) Technical Specification LTE; Evolved Universal Terrestrial Radio Access Network (E-UTRAN); General aspects and principles for interfaces supporting Multimedia Broadcast Multicast Service (MBMS) within

More information

Path to 5G: A Control Plane Perspective

Path to 5G: A Control Plane Perspective Path to 5G: A Control Plane Perspective Erik Guttman 1 and Irfan Ali 2 1 Chairman of 3GPP TSG-SA, Samsung Electronics, Germany 2 Senior 5G architect at Cisco Systems, USA E-mail: erik.guttman@samsung.com;

More information

Maintenance of Voice Quality Control in the Evolution to Packet Switched Wireless Networks

Maintenance of Voice Quality Control in the Evolution to Packet Switched Wireless Networks Maintenance of Voice Quality Control in the Evolution to Packet Switched Wireless Networks N Nageshar, R van Olst School of Electrical and Information Engineering University of the Witwatersrand, Private

More information

IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces

IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces IxLoad is a full-featured layer 4-7 test application that provides realworld traffic emulation testing

More information

Impact of Voice Coding in Performance of VoIP

Impact of Voice Coding in Performance of VoIP Impact of Voice Coding in Performance of VoIP Batoul Alia Baker Koko 1, Dr. Mohammed Abaker 2 1, 2 Department of Communication Engineering, Al-Neelain University Abstract: Voice over Internet Protocol

More information

Implementing a Session Aware Policy Based Mechanism for QoS Control in LTE

Implementing a Session Aware Policy Based Mechanism for QoS Control in LTE RESEARCH ARTICLE OPEN ACCESS Implementing a Session Aware Policy Based Mechanism for QoS Control in LTE Zouhair Bazzal, AbdelMehsen Ahmad, Ibrahim El Bitar, Ali Ghouwayel, and Hussein Hijazi School of

More information

REAP THE BENEFITS OF 4G OVER SATELLITE

REAP THE BENEFITS OF 4G OVER SATELLITE REAP THE BENEFITS OF 4G OVER SATELLITE Introduction 4G LTE over satellite is arriving to the market at a faster pace than 2G and 3G did when they emerged. 4G carries the promise of a true mobile broadband

More information

CDG Technology Forum Inter-Technology Networking

CDG Technology Forum Inter-Technology Networking CDG Technology Forum Inter-Technology Networking The Impact of 4G on the Packet Core Network April 30, 2008 Gennady Sirota Vice President, Product Management Safe Harbor Statement This presentation contains

More information

Pilsung AB Taegyun A Fathur AB Afif A Hari A Gary A Dhika AB April AB Mulya AB Yusuf AB Anin A Rizka B Dion AB Siska AB Mirel AB Hani AB Airita AB Next Generation Network Soft Switch Long-Term Evolution

More information

IPv6 migration strategies for mobile networks

IPv6 migration strategies for mobile networks migration strategies for mobile s White paper To cope with the increasing demand for IP addresses, most mobile operators (MNOs) have deployed Carrier Grade Network Address Translation (CG-NAT). Introducing

More information

Nexus8610 Traffic Simulation System. Intersystem Handover Simulation. White Paper

Nexus8610 Traffic Simulation System. Intersystem Handover Simulation. White Paper Traffic Simulation System Intersystem Handover Simulation White Paper Notice Every effort has been made to ensure that the information in this document was accurate at the time of printing. However, the

More information

Part V. Appendices. Service M odelling: Principles and Applications Vilho Räisänen 2006 John Wiley & Sons, Ltd ISBN:

Part V. Appendices. Service M odelling: Principles and Applications Vilho Räisänen 2006 John Wiley & Sons, Ltd ISBN: Part V Appendices Service M odelling: Principles and Applications Vilho Räisänen 2006 John Wiley & Sons, Ltd ISBN: 0-470-01807-0 A 3GPP Bearer Concepts In the following text, we shall review 3GPP (Third

More information

QoS /QoE in the context of videoconferencing services over LTE/4G networks.

QoS /QoE in the context of videoconferencing services over LTE/4G networks. QoS /QoE in the context of videoconferencing services over LTE/4G networks. NDIAYE Maty PhD student within France Telecom / Orange Labs ETSI workshop on telecommunications quality matters 28/11/2012, Vienna

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access Network (E-UTRAN); General aspects and principles

More information

Traffic Modeling of LTE Mobile Broadband Network Based on NS-2 Simulator

Traffic Modeling of LTE Mobile Broadband Network Based on NS-2 Simulator 2011 Third International Conference on Computational Intelligence, Communication Systems and Networks Traffic Modeling of LTE Mobile Broadband Network Based on NS-2 Simulator Ghassan A. Abed Mahamod Ismail

More information

In the world of networks, control techniques

In the world of networks, control techniques NEM470 12/23/02 7:09 PM Page 1 INTERNATIONAL JOURNAL OF NETWORK MANAGEMENT Int. J. Network Mgmt 2003; 13: 000 000 (DOI: 10.1002/nem.470) Resource allocation in the new fixed and mobile Internet generation

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

Technology Supporting Core Network (EPC) Accommodating LTE

Technology Supporting Core Network (EPC) Accommodating LTE IPv6 S1-Flex Registration to multiple TAs Special Articles on Xi (Crossy) LTE Service Toward Smart Innovation Technology Supporting Core Network (EPC) Accommodating LTE To handle the rapidly increasing

More information

Overview of IEEE Networks. Timo Smura

Overview of IEEE Networks. Timo Smura Overview of IEEE 802.11 Networks Timo Smura 24.03.2004 Outline Introduction IEEE 802.11 standards Protocol model Network topologies 802.11 MAC layer 802.11 PHY layers Interoperability: Wi-Fi Alliance 3GPP

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

Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism

Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism Bharatesh Chakravarthi S. B M.Tech. Dept of ISE The Oxford College of Engineering Bangalore, India Prof. D. Jayaramaiah

More information

NGN: The Evolution of Wireless Networks

NGN: The Evolution of Wireless Networks NGN: The Evolution of Wireless Networks Research Brief Abstract: Operators of mobile phone networks are already working through the financial and technical challenges of their own next generation of networks.

More information

3GPP. 3GPP Roadmap. Release 99 Release 4 Release 5 Release 6 Release 7 Release 8. Khaled Alutaibi

3GPP. 3GPP Roadmap. Release 99 Release 4 Release 5 Release 6 Release 7 Release 8. Khaled Alutaibi 3GPP Release 99 Release 4 Release 5 Release 6 Release 7 Release 8 Khaled Alutaibi LOGO 976452 3GPP Roadmap Radio Access Air Interface Principles Release99 The main improvement of UMTS compared to GSM in

More information

Exam Questions 4A0-M02

Exam Questions 4A0-M02 Exam Questions 4A0-M02 Alcatel-Lucent Mobile Gateways for the LTE Evolved Packet Core https://www.2passeasy.com/dumps/4a0-m02/ 1.Which of the following statements is FALSE regarding the enodeb? A. The

More information

ANALYSIS OF LTE VS. WIMAX

ANALYSIS OF LTE VS. WIMAX ANALYSIS OF LTE VS. WIMAX ENSC 427, SPRING 2013, TEAM #08 NG Jackie, 301056206 (jna10@sfu.ca) ZHU Wangyi (Nick), 301159678 (wangyiz@sfu.ca) RAJARATANAM Sutharsan, 200081017 (srajara1@sfu.ca) OVERVIEW INTRODUCTION

More information

ENSC 427 Communication Networks

ENSC 427 Communication Networks 1 ENSC 427 Communication Networks Final Project Demo Spring 2011 Comparison and analysis of FIFO, PQ, and WFQ Disciplines in OPNET 2 Introduction and Motivation Queuing methods are used to handle network

More information

Index. 2G mobile networks G mobile networks GPP network, see LTE networks

Index. 2G mobile networks G mobile networks GPP network, see LTE networks Index 2G mobile networks 194 6 3G mobile networks 196 201 3GPP network, see LTE networks ACK, TCP 56, 58 9, 61 acknowledgement, see ACK, TCP AUC (Authentication Center) 194 bandwidth limit definition 16

More information

H2B-COM offers different 4G courses :

H2B-COM offers different 4G courses : 4G trainings H2B-COM offers different 4G courses : 1) LTE System Overview 2) LTE Air interface 3) LTE networks design and planning 4) LTE protocols 5) Voice Over LTE 6) LTE tuning and troubleshooting 7)

More information

Wireless LAN Based GPRS Support Node

Wireless LAN Based GPRS Support Node Wireless LAN Based GPRS Support Node Vincent W.-S. Feng, Lin-Yi Wu, Yi-Bing Lin, and Whai-En Chen Department of Computer Science & Information Engineering National Chiao Tung University vincentfeng@itri.org.tw

More information

Performance Analysis of VoIP in WiFi Campus Network

Performance Analysis of VoIP in WiFi Campus Network Performance Analysis of VoIP in WiFi Campus Network Aiman Ahmed Abu Samra Islamic University of Gaza Gaza, Palestine ABSTRACT Voice over Internet Protocol (VoIP) service is growing very fast. Service providers

More information

LTE CONVERGED GATEWAY IP FLOW MOBILITY SOLUTION

LTE CONVERGED GATEWAY IP FLOW MOBILITY SOLUTION LTE CONVERGED GATEWAY FLOW MOBILITY SOLUTION John Cartmell InterDigital Melville, New York, USA john.cartmell@interdigital.com ABSTRACT Flow Mobility (IFOM) is a feature defined in the 3GPP standards.

More information

Performance Challenge of 3G over Satellite Methods for Increasing Revenue & Quality of Experience. February 2018

Performance Challenge of 3G over Satellite Methods for Increasing Revenue & Quality of Experience. February 2018 Performance Challenge of 3G over Satellite Methods for Increasing Revenue & Quality of Experience February 2018 Mobile telephony has been in existence for over 40 years. The first generation (1G) developed

More information

Comparison between LTE and Rival Wireless Technologies (using Opnet 16)

Comparison between LTE and Rival Wireless Technologies (using Opnet 16) ENSC 427: COMMUNICATION NETWORKS SPRING 2013 Comparison between LTE and Rival Wireless Technologies (using Opnet 16) Team 10: Josh Ancill Kim Izmaylov Anton Khomutskiy jja48@sfu.ca kvi@sfu.ca aka78@sfu.ca

More information

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science Sixth Semester. Contact Hrs / week: 4 Total hrs: 64

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science Sixth Semester. Contact Hrs / week: 4 Total hrs: 64 Govt. of Karnataka, Department of Technical Education Diploma in Computer Science Sixth Semester Subject: Mobile Computing Contact Hrs / week: 4 Total hrs: 64 Table of Contents SN Topic Hours Marks 1 Introduction

More information

Rethinking Cellular Architecture and Protocols for IoT Communica9on

Rethinking Cellular Architecture and Protocols for IoT Communica9on Rethinking Cellular Architecture and Protocols for IoT Communica9on K. K. Ramakrishnan Dept. of Computer Science and Engg. University of California, Riverside (collaboraaon with students at UCR, Prof.

More information

Deliverable D6.2 VNF/SDN/EPC: integration and system testing

Deliverable D6.2 VNF/SDN/EPC: integration and system testing 5G Communication with a Heterogeneous, Agile Mobile network in the Pyeongchang Winter Olympic CompetitioN Grant agreement n. 723247 Deliverable D6.2 VNF/SDN/EPC: integration and system Date of Delivery:

More information

Multi-RAT Heterogeneous Networks. Presenter: S. Vasudevan, Technical Manager, Advanced Technology Standards

Multi-RAT Heterogeneous Networks. Presenter: S. Vasudevan, Technical Manager, Advanced Technology Standards Multi-RAT Heterogeneous Networks Presenter: S. Vasudevan, Technical Manager, Advanced Technology Standards What are Multi-RAT Heterogeneous Networks Integrated Networks supporting a range of cell sizes

More information

EVALUATION OF LTE PERFORMANCE

EVALUATION OF LTE PERFORMANCE ENSC 427: COMMUNICATION NETWORKS SPRING 2014 FINAL PROJECT PRESENTATIONS EVALUATION OF LTE PERFORMANCE -SIMULATION OF VOIP AND WEB BROWSING ON LTE NETWORK USING OPNET HTTP://WWW.SFU.CA/~JLA235/427PROJECT.HTML

More information

ELEC-E7230 Mobile Communication Systems

ELEC-E7230 Mobile Communication Systems ELEC-E7230 Mobile Communication Systems Lecture 1 Prof. Tarik Taleb School of Electrical Engineering Aalto University Work Plan Content Mobile Network Architectures Evolution MN Arch. Evolution: 2G to

More information

VoIP over WiMAX from QoS Perspectives

VoIP over WiMAX from QoS Perspectives VoIP over WiMAX from QoS Perspectives Muaz Omer Mahmoud Mudawi 1 and Dr. Amin Babiker A/Nabi Mustafa 2 1,2 Deptt. of Communication Engineering, Faculty of Engineering, Alneelain University, Khartoum, Sudan

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

IMS Mapping of QoS Requirements on the Network Level

IMS Mapping of QoS Requirements on the Network Level IMS Mapping of QoS Requirements on the Network Level Tomáš Mácha 1, Luboš Nagy 1, Zdeněk Martinásek 1, Vít Novotný 1 1 Fakulta elektrotechniky a komunikačních technologií VUT v Brně Email: {tomas.macha,

More information

Circuit switched network

Circuit switched network GPRS-Services Page 12 2. GPRS-Services GPRS integrates a vast sum of additional services in a GSM-network. For this it will be necessary to define a subscriber profile that corresponds with services the

More information

University of Agder Department of Information and Communication Technology EXAM

University of Agder Department of Information and Communication Technology EXAM University of Agder Department of Information and Communication Technology EXAM Course code: IKT 444 Course title: Mobile Communication Networks Date: Tuesday, 6 th December 2016 Duration: 09:00 13:00

More information

Wireless Backhaul Synchronization

Wireless Backhaul Synchronization Wireless Backhaul Synchronization Abstract This paper focuses on Next Generation Backhaul Networks Synchronization and the way it is implemented by Ceragon s high capacity, LTE Ready point to point microwave

More information

Protection Schemes for 4G Multihop wireless Networks

Protection Schemes for 4G Multihop wireless Networks Protection Schemes for 4G Multihop wireless Networks Sridevi, Assistant Professor, Department of Computer Science, Karnatak University, Dharwad Abstract:-This paper describes the relay node protection

More information

Last time?! Block 3: Lecture 1! Wireless networks! Ingredients 2: Antennas! Ingredients 1: Mobile Phones, PDAs & Co.! 20/05/14. Part 3: lecture 3!

Last time?! Block 3: Lecture 1! Wireless networks! Ingredients 2: Antennas! Ingredients 1: Mobile Phones, PDAs & Co.! 20/05/14. Part 3: lecture 3! 20/05/14 Last time? WiFi Block 3: Lecture 1 Part 3: lecture 3 Wireless s Speed and ranges and channels Specifications DCF mechanisms WiMax Mobile s Ingredients 1: Mobile Phones, PDAs & Co. Ingredients

More information

SJTU 2018 Fall Computer Networking. Wireless Communication

SJTU 2018 Fall Computer Networking. Wireless Communication SJTU 2018 Fall Computer Networking 1 Wireless Communication Internet Protocol Stack 2 Application: supporting network applications - FTP, SMTP, HTTP Transport: data transfer between processes - TCP, UDP

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

AT&T Collaborate TM. Network Assessment Tool

AT&T Collaborate TM. Network Assessment Tool AT&T Collaborate TM Network Assessment Tool 2016 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks and service marks of AT&T

More information

Lowering Cost per Bit With 40G ATCA

Lowering Cost per Bit With 40G ATCA White Paper Lowering Cost per Bit With 40G ATCA Prepared by Simon Stanley Analyst at Large, Heavy Reading www.heavyreading.com sponsored by www.radisys.com June 2012 Executive Summary Expanding network

More information

All-IP System MMD Roaming Technical Report

All-IP System MMD Roaming Technical Report GPP X.R00-0 Version.0 Version Date: August 00 All-IP System MMD Roaming Technical Report COPYRIGHT NOTICE GPP and its Organizational Partners claim copyright in this document and individual Organizational

More information