Autonomic Network Management for Software-Defined and Virtualized 5G Systems

Size: px
Start display at page:

Download "Autonomic Network Management for Software-Defined and Virtualized 5G Systems"

Transcription

1 Autonomic Network Management for Software-Defined and Virtualized 5G Systems Wei Jiang, Mathias Strufe, and Hans D. Schotten Intelligent Networking Group, German Research Center for Artificial Intelligence (DFKI) Trippstadter Str. 122, Kaiserslautern, Germany s: {wei.jiang, mathias.strufe, Institute for Wireless Communication and Navigation, Technische Universität (TU) Kaiserslautern Building 11, Paul-Ehrlich-Street, Kaiserslautern, Germany s: Abstract The Fifth Generation (5G) system is envisioned to become more complicated, which imposes a great challenge on network management. But today s manual and semi-automatic managing approaches are already costly and time-consuming. Thanks to new technologies, such as software-defined networking and network function virtualization, a possibility of autonomic management is opened for the 5G system. In this context, a novel management framework in software-defined and virtualized network is proposed by the SELFNET project so as to lower operational expenditure, improve user s experience and reduce time-to-market of services. As a key part of this framework, an Autonomic Manager (AM) is designed to provide the network intelligence by means of machine learning techniques. In this paper, the functionality and mechanism of the AM, as well as an intelligence control loop, are presented. A 5G test-bed established to demonstrate the autonomic management, along with some results on collecting and selecting network metrics, are illustrated. I. INTRODUCTION One of the consensuses for the Fifth Generation (5G) system is that mobile traffic in the year of 2020 will increase 1000 times in comparison with that of 2010 due to the proliferation of mobile Internet access [1]. The emerging applications, such as Internet of Things, virtual and augmented reality, self-driving car, and remote control, bring new system requirements, e.g., massive-connection provision, ultra-low latency and ultra-reliability [2]. To meet these requirements, the 5G system has to become more complicated [3], which are characterized by the following technical features: 1) a heterogeneous architecture consisting of marco cell, small cell, relay, and Device-to-Device link; 2) new spectrum paradigms, e.g., dynamic spectrum access, license-assisted access, and higher frequency at millimeter wave bands; and 3) cuttingedge air-interface technologies, such as massive antenna array and advanced multi-carrier transmission. The system s complexity inevitably imposes a great challenge on today s manual and semi-automatic network management that is already costly and time-consuming. Until now, This work was supported by the European Union Horizon2020 Programme under the 5G-PPP project: Framework for Self-Organized Network Management in Virtualized and Software Defined Networks (SELFNET) with Grant no. H2020-ICT / tackling network problems (systems failures, cyber attacks, and performance degradations, etc.) still cannot avoid manually reconfiguring software, repairing hardware or installing new equipments. A mobile operator has to keep an operational group with a large number of network administrators, leading to a high Operational Expenditure (OPEX) that is currently three times that of Capital Expenditure (CAPEX) and keeps rising [4]. Additionally, troubleshooting cannot be performed without an interruption of the network operation and violation in Service Level Agreement, which deteriorate the user s Quality-of-Experience (QoE) [5]. In this context, the EU H2020 SELFNET project [6] has been set up to design and implement an autonomic management framework for 5G mobile networks. Taking advantage of new technologies, i.e., Software-Defined Networking (S- DN) [7], Network Function Virtualization (NFV) [8], Self- Organized Network (SON) and artificial intelligence, this framework provides the capabilities of self-healing against network failures, self-protection against distributed cyber-attacks, and self-optimization to improve network performance and end users QoE [9]. Although SON has a self-managing function, it is limited to static network resources. It cannot suit to 5G scenarios, such as network slicing [10] and multi-tenancy [11], where dynamic resource utilization and agile service provision are enabled by SDN and NFV technologies. Currently, SON can only reactively respond to detected network events, while the SELFNET framework is capable of proactively performing preventive actions for predicted problems. The SELFNET framework aims to assist network operators to simplify management and maintenance tasks, which in turn can significantly lower OPEX, improve user experience and shorten time-tomarket of new services [12]. In addition to the software-defined and virtualized network infrastructure [13], the SELFNET framework consists of: 1) SDN/NFV sensors and a monitor that can extract the network status; 2) SDN/NFV actuators and an orchestrator that perform corrective and preventive actions; and 3) an Autonomic Manager (AM) that is in charge of diagnosing network problems and making tactical decisions. This paper focuses on presenting the functionality and mechanism of 243 VDE VERLAG GMBH Berlin Offenbach

2 the AM. First, the reference architecture of the SELFNET framework is briefly introduced in order to provide a complete view of the autonomic management. Second, the functional blocks of the AM and a closed-loop control of the network intelligence are presented. Third, a 5G test-bed that is established to demonstrate the autonomic management, along with an initial illustration of the network intelligence on collecting and selecting network metrics, are provided. The rest of this paper is organized as follows. Section II gives a brief overview of the autonomic management architecture. Section III introduces the network intelligence by means of the AM and an intelligence control loop. Section IV illustrates the set-up of 5G test-bed and some results on collecting and selecting network metrics. Finally, Section V concludes this paper. II. THE REFERENCE ARCHITECTURE Taking account into SDN and NFV technologies for the 5G system, the network intelligence is applied in software-defined and virtualized network infrastructure. To provide a complete view of the autonomic management, the reference architecture of the SELFNET framework [14] is given, as shown in Fig.1. The differentiated layers are briefly explained as follows: Infrastructure Layer: All network functions managed autonomously by the framework rely on physical and virtualized resources in this layer. It encompasses physical and virtualization sublayer. The former provides an access to physical resources (networking, computing, storage, etc.), while the latter instantiates virtual infrastructures on top of the physical sublayer. Data Layer: It implies an architectural evolution towards the SDN paradigm by decoupling the control plane from the data plane. In the SELFNET framework, the Data Layer represents a simple data-forwarding, which can be either non-virtualized or virtualized network function. Control Layer: This layer includes two internal sublayers: SDN controllers and SON control plane sublayer. SDN/NFV sensors and actuators, which are capable of collecting data from the entire system and enforcing actions, respectively, are also contained. Autonomic Layer: To realize the network intelligence, this layer consists of three modules, i.e., monitor, autonomic manager, and orchestrator. The monitor extracts data related to network behavior and uses these data to infer the network status. The AM is in charge of diagnosing the root cause of any existing or potential network problems, and deciding which countermeasure should be done. Following the tactical decisions from the AM, the orchestrator coordinates the physical and virtualized resources, and manages the SDN/NFV actuators, to execute the actions. NFV Orchestration and Management Layer: This layer is responsible for orchestrating and managing Virtual Network Functions (VNFs) via the VNF manager, as well as virtualized resources through Virtualized Infrastructure Manager (VIM). It conforms to NFV Management Fig. 1. An overview of SELFNET reference architecture. and Orchestration (MANO) specified by the European Telecommunications Standards Institute (ETSI) [15]. III. THE NETWORK INTELLIGENCE A. Autonomic Manager The AM can be regarded as the brain of the SELFNET framework and plays a vital role in the provision of network intelligence. Taking advantage of cutting-edge techniques in the field of artificial intelligence, it provides the capabilities of self-healing, self-protection and self-optimization by means of reactively and proactively dealing with detected and predicted network problems. As illustrated in Fig.2, the AM consists of the following functional blocks: Diagnoser is in charge of diagnosing the root cause of network problems. The monitor can derive a symptom for each detected or predicted network problem from the collected sensor data. The diagnoser processes the reported symptom to make clear its reason, and notifies the decision-maker. Decision-Maker (DM) can decide a set of corrective and preventive tactics to deal with the network problems based on incoming diagnostic information. A tactic is a high-level description of countermeasure, which needs to be transferred into an implementable action. Action Enforcer (AE) is responsible for providing a consistent and coherent set of scheduled actions to be enforced in the network infrastructure. For this purpose, this module recognizes and validates these tactics by applying conflict detection and resolution in order to provide implementable actions to be enforced. B. Intelligence Control Loop One of the main innovative aspects of the SELFNET framework is the network intelligence, which enables an autonomic management for 5G networks. Apart from the underlying software-defined and virtualized network infrastructure, a closed-loop control flow referred to as intelligence control 244 VDE VERLAG GMBH Berlin Offenbach

3 Fig. 2. An intelligence control loop. loop, starting from the sensors and terminating at the actuators, is designed. When the monitor detects or predicts a network problem, an intelligence control loop is initiated. The AM diagnoses the problem s cause, decides a tactic and plans an action. Once the orchestrator received an action request from the AE, it coordinates the physical and virtualized resources to enforce this action. The terminology indicating the control flow in Fig.2 are defined as follows: Sensor Data: According to [16], five differentiated data sources have been identified in the SELFNET framework. All monitoring information retrieved from physical devices, data plane, SDN controller, SDN/NFV sensors, and VIM, are uniformly called sensor data. The monitor is capable of analyzing and aggregating the collected sensor data so as to detect or predict network problems. Once a problem is found, a symptom will be derived and reported to the diagnoser. Symptom: A set of network metrics, such as alarms, events, Key Performance Indicators (KPIs) that can be evaluated to indicate the characteristics of an existing or emerging network problem, is defined as a symptom. Cause: It is a description of what the reason of a network problem is or why a network problem happens or will happen. Once the diagnoser received a symptom, it diagnoses the cause of this symptom. Tactic: After the cause of network problem is clarified, a countermeasure that can be applied to tackle this problem needs to be decided by the decision-maker. A tactic is a high-level description of countermeasure, which is required to be transferred into an implementable action. Action: It is an implementable version of a countermeasure to describe how to enforce, taking into account available physical and virtualized resources. The action provided by the AE contains more implementation details, e.g., actuators type and identity, the target location, the required resource and configuration information. C. An Exemplified Control Loop To further make clear its mechanism, we use an example to show the intelligence control loop. The storyline is depicted as follows: a summer concert is taking place in the city center, where a large number of spectators gathers in a small area. Some of the spectators start to share real-time videos in their social medias. When the number of video users increases, especially if some of them transfer videos in ultra-high definition, the network suffers from traffic congestion and the perceived Quality-of-Service (QoS) deteriorates. The monitor first detects this network s anomaly by means of continuously collecting and analyzing the sensor data. A symptom called video QoS decreasing is reported to the diagnoser. After an diagnosis, it is found that the cause of video QoS decreasing is the increased number of video users. Then, the possible tactics, which are load-balancing, video coding optimizing, and admission control, are determined by the decision-maker. The AE transfers these tactics into implementable actions and notifies the orchestrator. Taking into account available resources, the action of load balancing is finally selected and executed by the orchestrator. An actuator acting as a load balancer is instantiated, configured and deployed in the local network surrounding this concert. Afterwards, the congested network is successfully recovered and the perceived QoE of end users is quickly improved. IV. AN INITIAL ILLUSTRATION OF 5G TEST-BED A. Test-Bed Setup To demonstrate the autonomic management, a mobile network test-bed having the capabilities of self-monitoring and controllability is established. As shown in Fig.3, the setup of this test-bed conforms to the architecture of Mobile Edge Computing (MEC) [17], which was proposed by ETSI and specially designed for upcoming 5G networks. To implement a realistic network ecosystem, an open-source software-based LTE implementation called OpenAirInterface (OAI) [18] is adopted. It provides a full protocol stack of 3GPP LTE standard for E-UTRAN radio access and EPC core network. Relying on a software-defined radio module (USRP B210) at the enodeb side, a radio connection is established between an user equipment (UE) and the enodeb. Commercial UEs have been successfully tested to connect the enodeb and access the Internet, e.g., using an LTE-enabled ipad to browse webpages and watch YouTube videos. However, only a Mini-PC with an LTE surfstick rather than a commercial UE is applied here since commercial UEs are hard to install measurement tools (generally running on computer) for extracting network metrics. The Mini-PC acting as an UE and the server as enodeb form the RAN Edge of MEC. On the other side is the MEC Data Center (DC) Core of this test-bed, where three servers and two switches are deployed. First, the EPC server serves as the EPC core network of LTE system by means of running OAI softwares for the functionalities of MME, HSS and S/P-GW. It is connected to the enodeb at one side and to the Internet access switch 245 VDE VERLAG GMBH Berlin Offenbach

4 Fig. 3. The test-bed setup with Internet access and a separated monitoring network. TABLE I LIST OF NETWORK METRICS Fig. 4. Test-bed hardware fits into a server rack. at the other side. Then, the Internet access, marked by the blue-solid lines in Fig.3, is granted to the UE via the enobeb and EPC core network. Second, to facilitate a controllable network testing, a server is allocated to deploy network tools like iperf3 (to generate desired traffic) [19] and to provide internal services such as video-streaming. Third, the Autonomic Management server runs intelligence algorithms to monitor, diagnose and control the network infrastructure. For the initial illustration shown in this paper, this server acts as a data-sink for the collection of network metrics with the help of ZABBIX monitoring solution [20] and implements a feature selection algorithm to rank the collected metrics according to their relevance. This server is equipped with Graphics Processing Units (GPUs) to support a fast execution of intelligence algorithms. The hardware including servers, switches, Mini-PC, radio modules and antennas fits into a server rack, as shown in Fig.4, where the RAN Edge and the DC Core are not physically separated. B. Acquiring Network Metrics Since intelligence algorithms based on machine learning are data-driven, the collection of data is necessary for both No. Metric Definition 1 EPC Traffic In Incoming trafffic of EPC server 2 EPC Traffic Out Outgoing trafffic of EPC server 3 UE Traffic In Incoming trafffic of UE 4 UE Traffic Out Outgoing trafffic of UE 5 Server Traffic In Incoming trafffic of iperf3 server 6 Server Traffic Out Outgoing trafffic of iperf3 server 7 PLR Average Packet Loss Rate 8 Delay Round trip delay 9 Server Packet Out Number of iperf3 s outgoing packets 10 EPC Packet In Number of EPC s incoming packets 11 UE Packet In Number of UE s incoming packets 12 enb CPU Util enodeb s CPU utilization in percentage (%) 13 enb CPU Temp enodeb s CPU temperature in ( o C) 14 enb Mem Util enodeb s memory utilization 15 EPC CPU Util EPC s CPU utilization in percentage (%) 16 EPC CPU Temp EPC s CPU temperature in ( o C) 17 EPC Mem Util EPC s memory utilization 18 UE CPU Util UE s CPU utilization in percentage (%) 19 UE CPU Temp UE s CPU temperature in ( o C) 20 UE Mem Util UE s memory utilization training and operational phases. To guarantee the transmitting of network metrics, a separated measurement network is setup, as highlighted by the red-dashed lines in Fig.3. ZABBIX clients are installed in the servers and Mini-PC where metrics needed to be extracted. These clients are connected to the ZABBIX database running on the Autonomic Management server via a switch, which is specific for the measurement traffic carrying the collected metrics. It is noted that the data traffic, such as YouTube video-streaming, is transferred in an independent network route through the Internet access switch. The reason is to avoid potential collisions. In the previous tests, the data and measurement traffic are not separated. When testing data traffic congestion, the measurement traffic is also blocked. 246 VDE VERLAG GMBH Berlin Offenbach

5 Fig. 5. Relevance weight of features. In this paper, we illustrate the operation of test-bed by means of an example of traffic congestion. A testing procedure is designed as follow: 1) Configure the maximal bandwidth of the Internet access switch to 768kByte/s. 2) Run the enodeb and EPC. 3) Connect the UE to the network, visit YouTube.com and start a video down-streaming. 4) Generate traffic of 2.5MBytes/s by the iperf3 server and inject the traffic into the Internet access switch. Once the iperf3 traffic arrived, the congestion occurs. 5) After a period of congestion, terminate the iperf3 traffic so as to return to the normal status. During the whole test, the network metrics listed in Table I are periodically (one sample per second) collected and stored by the ZABBIX database. A dataset consisting of 20 metrics with 720 samples per metric is obtained. C. Feature Selection In practice, there are a large number of network metrics can be extracted from the 5G infrastructure. And every metric needs to be periodically recorded, resulting in a huge volume of data. When the management system tackles a specific network problem, e.g., the traffic congestion, it is inefficient (if not infeasible) to process all metrics. In essence, only a relatively small number of all available metrics are relevant to a problem, while others are either irrelevant or redundant. Because the network intelligence based on machine learning algorithms is data-driven, irrelevant and redundant metrics degrade the performance both in training speed and predictive accuracy. Hence, it is necessary to determine the metrics relevance. The learning machine should be built on relevant metrics, while discarding others, to simplify processing and improve performance. Feature Selection (FS) is one of the most important intelligence techniques and an indispensable component in machine learning and data mining [21]. It can reduce the dimensionality of data by selecting only a subset of features to built the learning machine. In this test, we take advantage of a classical FS algorithm called Relief-F [22] to calculate the relevance of the collected metrics. To be specific, it is applied to make clear which metrics listed in Table I are most relevant to the congestion. The acquired dataset with the dimension of is input to the Relief-F algorithm. Fig.5 shows the selection outcomes, which are relevance weights ranging from 1 to 1. The larger the weight is, the more relevant to the congestion. As we can see, the 6 th and 9 th metrics, namely Server Traffic Out and Server Packet Out, are the most relevant metrics. That is reasonable since the root cause of this congestion is the large traffic generated by the iperf3 server. The data of some of the most relevant and most irrelevant metrics are visualized in Fig.6. As shown in this figure, Packet Loss Rate (PLR) suddenly rises when the congestion occurred and returns to zero once the congestion stopped. We can derive from the data that PLR is also highly relevant. According to Fig.5, PLR is indeed the third relevant metric. On the other hand, there are some irrelevant features such as EPC CPU Temp and Server Traffic In. As illustrated in Fig.6, the CPU s temperature of the EPC server randomly fluctuates around 39 o C that is independent with the occurrence of traffic congestion. Another shown metric is the incoming traffic of the iperf3 server. Since the congestion happens in down-streaming traffic from the server to the UE, the upstreaming traffic cannot provide useful information. V. CONCLUSIONS This paper investigated autonomic network management for software-defined and virtualized 5G systems. Starting from a brief overview of the SELFNET framework, the functionality and mechanism of the Autonmic Manager, which provides the capabilities of self-healing, self-protection and self-optimization, have been presented. To demonstrate the network intelligence, an MEC-compliant 5G test-bed was established and introduced. An example of traffic congestion was experimented on this test-bed. The results proved that the applied intelligence algorithm can successfully select the most relevant metrics. But we have to say that it is just an initial step of the autonomic management. For further works, more intelligence algorithms will be studied, designed, evaluated and integrated into the Autonomic Manager. The test-bed will be extended to a larger scale in order to process a wide range of network problems and fully implement the network intelligence. REFERENCES [1] 5G white paper, NGMN, Feb [2] A. Osseiran et al., Scenarios for 5G mobile and wireless communications: the vision of the METIS project, IEEE Commun. Mag., vol. 52, no. 5, pp , May [3] J. G. Andrews et al., What will 5G be? IEEE J. Sel. Areas Commun., vol. 32, no. 6, pp , Jun [4] Top ten pain points of operating networks, Aviat Networks, [5] B. Bangerter et al., Networks and devices for the 5G era, IEEE Commun. Mag., vol. 52, no. 2, pp , Feb [6] Framework for self-organized network management in virtualized and software defined networks. EU H2020 5G-PPP SELFNET project. [Online]. Available: VDE VERLAG GMBH Berlin Offenbach

6 Fig. 6. Data visualization of the most relevant and irrelevant metrics. [7] B. A. A. Nunes et al., A survey of software-defined networking: Past, present, and future of programmable networks, IEEE Commun. Surveys, vol. 16, no. 3, pp , [8] R. Mijumbi et al., Network function virtualization: State-of-the-art and research challenges, IEEE Commun. Surveys, vol. 18, no. 1, pp , [9] J. P. Santos et al., SELFNET framework self-healing capabilities for 5G mobile networks, Trans. on Emerging Telecommu. Tech., vol. 27, no. 9, pp , Sep [10] X. Zhou et al., Network slicing as a service: enabling enterprises own software-defined cellular networks, IEEE Commun. Mag., vol. 54, no. 7, pp , Jul [11] K. Samdanis et al., From network sharing to multi-tenancy: The 5G network slice broker, IEEE Commun. Mag., vol. 54, no. 7, pp , Jul [12] L. J. G. Villalba et al., D2.1 - Use cases definition and requirements of the system and its components, EU H2020 SELFNET project, Tech. Rep., Oct [Online]. Available: [13] P. Neves et al., The SELFNET approach for autonomic management in an NFV/SDN networking paradigm, Intl. Journal of Distributed Sensor Networks, vol. 16, no. 2, pp. 1 17, Feb [14] R. Cale et al., D2.2 - Definition of APIs and interfaces of the SELFNET framework, EU H2020 SELFNET project, Tech. Rep., Mar [Online]. Available: [15] Network Functions Virtualisation (NFV): Management and Orchestration, ETSI, Tech. Rep., Dec [Online]. Available: [16] L. J. G. Villalba et al., D4.1 - Report and prototypcal implementation of the monitoring and discovery module, EU H2020 SELFNET project, Tech. Rep., Sep [17] M. Patel, et al., Mobile-Edge Computing introductory technical white paper, Mobile-Edge Computing (MEC) industry initiative, [18] N. Nikaein et al., OpenAirInterface: A flexible platform for 5G research, ACM SIGCOMM Computer Communication Review, vol. 44, no. 5, pp , [19] iperf - The ultimate speed test tool for TCP, UDP and SCTP. [Online]. Available: [20] ZABBIX: The enterprise-class monitoring solution for everyone. Zabbix LLC. [Online]. Available: [21] V. Kumar and S. Minz, Feature selection: A literature review, Smart Computing Review, vol. 4, no. 3, pp , Jun [22] I. Kononenko et al., Estimating attributes: analysis and extensions of RELIEF, in Proc. of the 6th European Conf. on Machine Learning, Catania, Italy, Apr. 1994, pp VDE VERLAG GMBH Berlin Offenbach

Figure Potential 5G applications

Figure Potential 5G applications 6. 5G Key Concept 6.1 Key Concepts of 5G End-to-end (E2E) quality required by applications and/or users will be far more diversified in the 5G era than what we have seen in the preceding generations. For

More information

Multi-tenancy of network operators and edge cloud services using small cells

Multi-tenancy of network operators and edge cloud services using small cells Multi-tenancy of network operators and edge cloud services using small cells Emmanouil Kafetzakis, Ph.D. ORION Innovations P.C. mkafetz@orioninnovations.gr Infocom World 2017, 25-10-2017 Athens, Greece

More information

An Architecture. What the MEC? for 5G

An Architecture. What the MEC? for 5G An Architecture What the MEC? for 5G What the MEC? An architecture for 5G As we stated in the first e-book in this series, the evolution from LTE to 5G will be the most profound transformation on the wireless

More information

Towards an SDN-based Mobile Core Networks (MCN)

Towards an SDN-based Mobile Core Networks (MCN) Towards an SDN-based Mobile Core Networks (MCN) Xueli An and Artur Hecker Huawei Technologies, European Research Center Munich Xueli.An@huawei.com and Artur.Hecker@huawei.com VDE/ITG-Fachgruppe 5.2.4,

More information

Advanced Concepts 5G

Advanced Concepts 5G Advanced Concepts 5G Background Applications & Requirements Radio Technology Candidates Networking Trends Status and Timeline Parts of the presentation are taken from material that has been provided by

More information

Partners: NFV/MEC INTRODUCTION. Presented by Dhruv Dhody, Sr System Architect, Huawei India. All rights reserved

Partners: NFV/MEC INTRODUCTION. Presented by Dhruv Dhody, Sr System Architect, Huawei India. All rights reserved Partners: NFV/MEC INTRODUCTION Presented by Dhruv Dhody, Sr System Architect, Huawei India All rights reserved Content Introduction to NFV Introduction to MEC A few snippets of Huawei s Efforts! Open Standards,

More information

PROVIDING NETWORK OPERATOR MULTI-TENANCY AND EDGE CLOUD SERVICES USING SMALL CELLS

PROVIDING NETWORK OPERATOR MULTI-TENANCY AND EDGE CLOUD SERVICES USING SMALL CELLS PROVIDING NETWORK OPERATOR MULTI-TENANCY AND EDGE CLOUD SERVICES USING SMALL CELLS Ioannis Giannoulakis, Ph.D. National Centre for Scientific Research Demokritos giannoul@iit.demokritos.gr Emmanouil Kafetzakis,

More information

System architecture and aspects of SESAME: Small cells coordination for Multi-tenancy and Edge services

System architecture and aspects of SESAME: Small cells coordination for Multi-tenancy and Edge services System architecture and aspects of SESAME: Small cells coordination for Multi-tenancy and Edge services Ioannis Giannoulakis, Ph.D. (NCSR Demokritos) giannoul@iit.demokritos.gr 2nd IEEE Conference on Network

More information

Multi-Domain Service Optimization

Multi-Domain Service Optimization Multi-Domain Service Optimization 1. High-level summary New solutions need to be fifth-generation (5G)- and service-ready while covering the entire network along with individual network slice instances

More information

International Journal of Advance Engineering and Research Development SURVEY ON ARTIFICIAL INTELLIGENCE IN 5G

International Journal of Advance Engineering and Research Development SURVEY ON ARTIFICIAL INTELLIGENCE IN 5G Scientific Journal of Impact Factor (SJIF): 5.71 e-issn (O): 2348-4470 p-issn (P): 2348-6406 International Journal of Advance Engineering and Research Development Volume 5, Issue 03, March -2018 SURVEY

More information

NEC Virtualized Evolved Packet Core vepc

NEC Virtualized Evolved Packet Core vepc TE-524262 NEC Virtualized Evolved Packet Core vepc Design Concepts and Benefits INDEX Leading the transformation into Mobile Packet Core Virtualization P.3 vepc System Architecture Overview P.4 Elastic

More information

The path toward C-RAN and V-RAN: benefits and challenges from operator perspective

The path toward C-RAN and V-RAN: benefits and challenges from operator perspective TELECOM ITALIA GROUP 5G World Summit London, 29-30 June 2016 : benefits and challenges from operator perspective Marco Caretti Telecom Italia Engineering & TiLAB Agenda The drivers for the RAN evolution

More information

Nokia AirGile cloud-native core: shaping networks to every demand

Nokia AirGile cloud-native core: shaping networks to every demand Nokia AirGile cloud-native core: shaping networks to every demand The future of core networks? Today s networks focus on delivering voice and broadband services to people. Yet the rise of the Internet

More information

IFIP 1115

IFIP 1115 Demystifying Network Slicing: From Theory to Practice Thomas Soenen, Ratul Banerjee, Wouter Tavernier, Didier Colle and Mario Pickavet UGent - iminds: {thomas.soenen, ratul.banerjee, wouter.tavernier,

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

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

Dynamic spectrum allocation and energy efficiency in 5G systems. The SPEED-5G perspective

Dynamic spectrum allocation and energy efficiency in 5G systems. The SPEED-5G perspective Dynamic spectrum allocation and energy efficiency in 5G systems The SPEED-5G perspective CLEEN2016 Workshop @CROWNCOM 2016, 31.05.2016, Grenoble Benoit MISCOPEIN CEA-Leti www.speed-5g.eu on behalf of the

More information

Athens, Greece _ October 25, /26

Athens, Greece _ October 25, /26 A Comparative Assessment between Architectural innovations coming from the and the 5G Projects Alexandros Kostopoulos, Ph.D. Research Programs Section, Fixed Research & Development Fixed & Mobile, Technology

More information

VIEWS ON 5G ARCHITECTURE

VIEWS ON 5G ARCHITECTURE ETSI SUMMIT ON 5G NETWORK INFRASTRUCTURE VIEWS ON 5G ARCHITECTURE Bernard BARANI, Acting Head of Unit European Commission DG CONNECT Future Connectivity Systems All rights reserved 5G as an EC DSM Priority

More information

5G Network Architecture

5G Network Architecture 5G Network Architecture A healthy balance between Evolution and Revolution Peter Merz Head of Radio Systems Technology and Innovation Nokia Networks 1 Nokia 2015 Johannesberg Summit 2015 Peter Merz NGMN

More information

SERVICE LEVEL AGREEMENT ENFORCEMENT AND MEASUREMENT OF NETWORK SLICES

SERVICE LEVEL AGREEMENT ENFORCEMENT AND MEASUREMENT OF NETWORK SLICES Technical Disclosure Commons Defensive Publications Series June 20, 2018 SERVICE LEVEL AGREEMENT ENFORCEMENT AND MEASUREMENT OF NETWORK SLICES Robert Barton John Graybeal Bart Brinckman Jerome Henry Catherine

More information

5G future networks: What? When? What for?... The view from 5G PPP

5G future networks: What? When? What for?... The view from 5G PPP 5G future networks: What? When? What for?... The view from 5G PPP Jean-Pierre Bienaimé Secretary General, 5G Infrastructure Association (5G-IA) Telecom ParisTech, 26 th September 2017 27/09/2017 1 5G PPP

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

Laying the Foundation for 5G Cisco Knowledge Network. Tom Anderson Principal Engineer November 3, 2015

Laying the Foundation for 5G Cisco Knowledge Network. Tom Anderson Principal Engineer November 3, 2015 Laying the Foundation for 5G Cisco Knowledge Network Tom Anderson Principal Engineer November 3, 2015 Outline 5G Why is it needed? What is it? When is it? Review of 5G Technologies 5G RAN Evolution CRAN

More information

VMWARE AND NETROUNDS ACTIVE ASSURANCE SOLUTION FOR COMMUNICATIONS SERVICE PROVIDERS

VMWARE AND NETROUNDS ACTIVE ASSURANCE SOLUTION FOR COMMUNICATIONS SERVICE PROVIDERS SOLUTION OVERVIEW VMWARE AND NETROUNDS ACTIVE ASSURANCE SOLUTION FOR COMMUNICATIONS SERVICE PROVIDERS Combined solution provides end-to-end service and infrastructure visibility, service monitoring and

More information

Machine Learning for 5G Self Organized Network

Machine Learning for 5G Self Organized Network Machine Learning for 5G Self Organized Network Altaf Shaik Security in Telecommunications PhD student at Technische Universität Berlin (TUB) Telekom Innovation Labs 1/29/2018 Workshop on Machine Learning

More information

Very Tight Coupling between LTE and WiFi: a Practical Analysis

Very Tight Coupling between LTE and WiFi: a Practical Analysis Very Tight Coupling between LTE and WiFi: a Practical Analysis Younes Khadraoui, Xavier Lagrange, Annie Gravey To cite this version: Younes Khadraoui, Xavier Lagrange, Annie Gravey. Very Tight Coupling

More information

THE BUSINESS POTENTIAL OF NFV/SDN FOR TELECOMS

THE BUSINESS POTENTIAL OF NFV/SDN FOR TELECOMS WHITE PAPER THE BUSINESS POTENTIAL OF NFV/SDN FOR TELECOMS WHAT YOU WILL LEARN What are the potential benefits of implementing Network Function Virtualization (NFV) and software-defined networking (SDN)?

More information

Research and development on virtualized telecommunication networks by Fraunhofer FOKUS and TU Berlin

Research and development on virtualized telecommunication networks by Fraunhofer FOKUS and TU Berlin FP7/FIRE SDN Workshop Research and development on virtualized telecommunication networks by Fraunhofer FOKUS and TU Berlin Julius Mueller (TU Berlin / Fraunhofer FOKUS) Julius.mueller@tu-berlin.de www.av.tu-berlin.de/jm

More information

The CORD reference architecture addresses the needs of various communications access networks with a wide array of use cases including:

The CORD reference architecture addresses the needs of various communications access networks with a wide array of use cases including: Introduction Today s Mobile Network Operator (MNO) infrastructure is built with proprietary vertically integrated Network Elements (NEs), leading to inefficient utilization of network resources. Further,

More information

Hard Slicing: Elastic OTN and Wavelength Slicing

Hard Slicing: Elastic OTN and Wavelength Slicing NETWORK SLICING 5G will enable carriers to expand their service offering to include a complete range of telecoms services to individuals, businesses, enterprises and critical industries. However, each

More information

A Performance Perspective on Function Virtualization for Small Cells in 5G Networks

A Performance Perspective on Function Virtualization for Small Cells in 5G Networks A Performance Perspective on Function Virtualization for Small Cells in 5G Networks John N. Daigle wcdaigle@olemiss.edu Department of Electrical Engineering University of Mississippi Overview Objective

More information

Mobile Edge Computing

Mobile Edge Computing Mobile Edge Computing A key technology towards 5G 1 Nurit Sprecher (Chair of ETSI MEC ISG) 5G World 2016, London, UK 5G Use Cases and Requirements 5G Use Cases Families and Related Examples Build a virtual

More information

5G Network Architecture A High-Level Perspective. HUAWEI WHITE PAPER July 2016

5G Network Architecture A High-Level Perspective. HUAWEI WHITE PAPER July 2016 Network Architecture A High-Level Perspective HUAWEI WHITE PAPER July 2016 5G 4 5 5G A Cloud-Native 5G Architecture is Key to Enabling Diversified Service Requirements Through persistent effort and determination

More information

LTE Access Controller (LAC) for Small Cell Tool Design and Technology

LTE Access Controller (LAC) for Small Cell Tool Design and Technology LTE Access Controller (LAC) for Small Cell Tool Design and Technology http://parallelwireless.com/products/lte-access-controller/ 1 Team Expertise Came Together to Reimagine the RAN Core Access Networking,

More information

Intercell Interference Coordination (ICIC) for LTE small cells: A practical solution Node-H GmbH St.-Martin-Str. 57, Munich, Germany

Intercell Interference Coordination (ICIC) for LTE small cells: A practical solution Node-H GmbH St.-Martin-Str. 57, Munich, Germany Intercell Interference Coordination (ICIC) for LTE small cells: A practical solution Node-H GmbH St.-Martin-Str. 57, Munich, Germany Copyright 2016 Node-H GmbH. All rights reserved. Contents Executive

More information

Mobile Edge Computing:

Mobile Edge Computing: Mobile Edge Computing: Accelerating to 5G Era Hannu Flinck January 2016 1 Nokia 2015 Current megatrends Mobile computing, 5G and cloud computing Mobile computing Cloud computing 2 Nokia 2015 Architecture

More information

HOW SDN AND NFV EXTEND THE ADOPTION AND CAPABILITIES OF SELF-ORGANIZING NETWORKS (SON)

HOW SDN AND NFV EXTEND THE ADOPTION AND CAPABILITIES OF SELF-ORGANIZING NETWORKS (SON) WHITE PAPER HOW SDN AND NFV EXTEND THE ADOPTION AND CAPABILITIES OF SELF-ORGANIZING NETWORKS (SON) WHAT WILL YOU LEARN? n SON in the radio access network n Adoption of SON solutions typical use cases n

More information

Future Glimpses: Two Next Generation Applications of SDN and NFV. Alan Carlton. VP, InterDigital Europe. June G World, London

Future Glimpses: Two Next Generation Applications of SDN and NFV. Alan Carlton. VP, InterDigital Europe. June G World, London Future Glimpses: Two Next Generation Applications of SDN and NFV Alan Carlton VP, InterDigital Europe June 29-30 5G World, London 2015 InterDigital, Inc. All Rights Reserved. 1 InterDigital Europe Open

More information

Innovative TV Broadcasting-related Media Use Case in 5G-Crosshaul H2020 Project

Innovative TV Broadcasting-related Media Use Case in 5G-Crosshaul H2020 Project Innovative TV Broadcasting-related Media Use Case in 5G-Crosshaul H2020 Project D. Jiménez 1, F. Álvarez 2, N. Sánchez 1 1 VISIONA Ingeniería de Proyectos S.L., Madrid-28020, Spain E-mail: 1 {djimenez,nsanchez}@visiona-ip.es

More information

ARCHITECTURE MATTERS. Dilbert by Scott Adams

ARCHITECTURE MATTERS. Dilbert by Scott Adams ARCHITECTURE MATTERS Dilbert by Scott Adams 1 TELECOMMUNICATIONS MEET IT, T-Mobile, Josef Trčka and Ondřej Macháček AGENDA 01 Telecommunication standardization 02 Generations of mobile systems 03 Current

More information

Cisco 5G Vision Series: Vertical Value Creation

Cisco 5G Vision Series: Vertical Value Creation White Paper Cisco 5G Vision Series: Vertical Value Creation What You Will Learn 5G networks must be designed with new capabilities addressing the needs of new vertical markets. Current mobile standards

More information

ELASTIC SERVICES PLATFORM

ELASTIC SERVICES PLATFORM ELASTIC SERVICES PLATFORM SIMPLIFYING SERVICE DELIVERY The telecom industry is at the dawn of a bright new era - one in which new services and technologies, such as 5G, IoT, and smart cities, hold promise

More information

IEEE NetSoft 2016 Keynote. June 7, 2016

IEEE NetSoft 2016 Keynote. June 7, 2016 IEEE NetSoft 2016 Keynote June 7, 2016 0 Contents Introduction - Network Evolution & Operator Challenges Re-architecting the RAN SDRAN: Software-defined RAN - Overview & Enabling Features SDRAN Opportunities

More information

5G a Network Operator s Point of View. Tilemachos Doukoglou, Ph.D. Cosmote / OTE S.A. Labs

5G a Network Operator s Point of View. Tilemachos Doukoglou, Ph.D. Cosmote / OTE S.A. Labs 5G a Network Operator s Point of View Tilemachos Doukoglou, Ph.D. Cosmote / OTE S.A. Labs 11 July 2017 5G? Is 5G a solution to all our problems? or 5G is a solution waiting for the problem? From a different

More information

Towards 5G RAN Virtualization Enabled by Intel and ASTRI*

Towards 5G RAN Virtualization Enabled by Intel and ASTRI* white paper Communications Service Providers C-RAN Towards 5G RAN Virtualization Enabled by Intel and ASTRI* ASTRI* has developed a flexible, scalable, and high-performance virtualized C-RAN solution to

More information

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

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

More information

Using Flexibility as a Measure to Evaluate Softwarized Networks

Using Flexibility as a Measure to Evaluate Softwarized Networks Chair of Communication Networks Department of Electrical and Computer Engineering Technical University of Munich Using Flexibility as a Measure to Evaluate Softwarized Networks Wolfgang Kellerer Technical

More information

Resource Allocation Algorithms Design for 5G Wireless Networks

Resource Allocation Algorithms Design for 5G Wireless Networks Resource Allocation Algorithms Design for 5G Wireless Networks Vincent Wong Department of Electrical and Computer Engineering The University of British Columbia November 5, 2016 0 5G Overview User Data

More information

Blue Growth IoT Smart Maritime Initiative 5G+IoMT

Blue Growth IoT Smart Maritime Initiative 5G+IoMT NATIONAL & KAPODISTRIAN UNIVERSITY OF ATHENS Blue Growth IoT Smart Maritime Initiative 5G+IoMT SM I Prof. Nancy Alonistioti nancy@di.uoa.gr NATIONAL & KAPODISTRIAN UNIVERSITY OF ATHENS Our Profile SCAN

More information

RANtoCoreTM. Delivering the most realistic test environments

RANtoCoreTM. Delivering the most realistic test environments RANtoCoreTM Delivering the most realistic test environments We can help propel your network to the next generation Ensuring a high quality, secure and consistent service The requirement for increased bandwidth,

More information

5G Network Softwarization: Key issues and Gap Analysis. Yachen Wang

5G Network Softwarization: Key issues and Gap Analysis. Yachen Wang 5G Network Softwarization: Key issues and Gap Analysis Yachen Wang 2015.9 Agenda Requirement, View and Key Issues Consideration of Key Issues Gap Analysis and Potential Work 5G Scenarios & Requirements

More information

Things You Can Do Today to Build a 5G Ready Network. Building the Mobile Edge

Things You Can Do Today to Build a 5G Ready Network. Building the Mobile Edge Things You Can Do Today to Build a 5G Ready Network Building the Mobile Edge Opinion Paper Things You Can Do Today to Build a 5G Ready Network Building the Mobile Edge Summary While 5G network standards

More information

FUTURE NETWORKS SON and SDN: Friends or Foes? Technische Universität Braunschweig 26. September 2014

FUTURE NETWORKS SON and SDN: Friends or Foes? Technische Universität Braunschweig 26. September 2014 FUTURE NETWORKS 2014 SON and SDN: Friends or Foes? Technische Universität Braunschweig 26. September 2014 SEMAFOUR Highlights Colin Willcock, Head of Radio Network Standardization My Holiday 3 SEMAFOUR

More information

5G Use Cases & Opportunities

5G Use Cases & Opportunities 5G Use Cases & Opportunities An AT&T View 5G North American Workshop November 13, 2014 5G Has Many Facets AT&T sees 5G as a new Eco System from end-to-end, harnessing both evolutionary as well as revolutionary

More information

LTE evolution and road to 5G

LTE evolution and road to 5G LTE evolution and road to 5G Dino Flore Chairman of 3GPP RAN (Qualcomm Technologies Inc.) 3GPP 2015 1 Introduction 3GPP continues to expand the LTE platform to new services, while improving its efficiency

More information

Security Enhancements

Security Enhancements https://www.shield-h2020.eu/ Security Enhancements By means of NFV and Cognitive Security Managed Security Services (MSS) and NFV NFV becomes a key enabler for security services Security VNFs are emerging

More information

SPEED-5G overview Quality of Service Provision and capacity Expansion through Extended-DSA for 5G

SPEED-5G overview Quality of Service Provision and capacity Expansion through Extended-DSA for 5G SPEED-5G overview Quality of Service Provision and capacity Expansion through Extended-DSA for 5G CLEEN2016 Workshop @CROWNCOM 2016 31/05/2016, Grenoble Uwe Herzog, EURESCOM www.speed-5g.eu Quick overview

More information

Revolutionising mobile networks with SDN and NFV

Revolutionising mobile networks with SDN and NFV Revolutionising mobile networks with SDN and NFV Cambridge Wireless Virtual Networks SIG 8 th May 2014 Philip Bridge, Senior Network Architect at EE May 2014 Networks are getting messy Vertically integrated

More information

5G backgrounder. 5G it s the next chapter of telecom networks designed to meet a more advanced and more complex set of performance requirements.

5G backgrounder. 5G it s the next chapter of telecom networks designed to meet a more advanced and more complex set of performance requirements. 5G backgrounder 5G SYSTEM INTRODUCTION - ENABLING THE TRANSFORMATION OF INDUSTRY AND SOCIETY The 2nd generation (2G) was about mass-market uptake, introduce voice, SMS and support for small amount of data.

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

New Testing Paradigm for 5G IoT Ecosystem

New Testing Paradigm for 5G IoT Ecosystem New Testing Paradigm for 5G IoT Ecosystem ITU-T QSDG Workshop Brazil, 27th-29th November www.infovista.com Agenda 5G IoT ecosystem at a glance Requirements and strategy for 5G quality testing A testing

More information

5G the next major wireless standard

5G the next major wireless standard 5G the next major wireless standard Klaus Doppler Director, Radio Communications Nokia Technologies, LABS DREAMS Seminar, Jan. 13, 2015 1 Nokia 2015 International activities on 5G Strong academic & government

More information

CT and IT architecture reconstruction based on software_. Global CTO

CT and IT architecture reconstruction based on software_. Global CTO CT and IT architecture reconstruction based on software_ Global CTO 09.09.2015 We are evolving towards a Hyper Connected and Intelligent Digital World* The explosion of digital services makes connectivity

More information

15-744: Computer Networking. Middleboxes and NFV

15-744: Computer Networking. Middleboxes and NFV 15-744: Computer Networking Middleboxes and NFV Middleboxes and NFV Overview of NFV Challenge of middleboxes Middlebox consolidation Outsourcing middlebox functionality Readings: Network Functions Virtualization

More information

Real-Time Insights from the Source

Real-Time Insights from the Source LATENCY LATENCY LATENCY Real-Time Insights from the Source This white paper provides an overview of edge computing, and how edge analytics will impact and improve the trucking industry. What Is Edge Computing?

More information

Simplified service creation and delivery. Branch. SOHO Data Center. Control Center / NOC Packet Muse Service & Network Applications

Simplified service creation and delivery. Branch. SOHO Data Center. Control Center / NOC Packet Muse Service & Network Applications ElastiNET FOR SERVICE PROVIDERS DEAL CONFIDENTLY WITH A CHANGING WORLD In today s world change is the only constant. Enabling technologies are changing, as is competition and customer expectations. Service

More information

Cognitive Network Control for 5G

Cognitive Network Control for 5G Cognitive Network Control for 5G Hemant Kumar Rath Senior Scientist, TCS Research and Innovation, Bangalore/Bhubaneswar India Sept 2018 1 Introduction - 5G Networks 5G Use Cases Managing the Network Cognitive

More information

SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES

SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES Software-Defined Expectations & Preparations for the Smart Network Transformation

More information

Hybrid Communication. CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto

Hybrid Communication. CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto Hybrid Communication CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto Contents Project Overview Hybrid Communication Concepts Services Enabled by Hybrid Communication

More information

Hybrid Cloud (Telco & IT) - en fleksibel og optimal implementering

Hybrid Cloud (Telco & IT) - en fleksibel og optimal implementering Hybrid Cloud (Telco & IT) - en fleksibel og optimal implementering June 6th, 2017 1 Nokia 2016 Drivers - Agility is the prime reason to move to the Cloud 16% New revenues 16% Fluctuating demand 13% Customer

More information

#BERLIN5GWEEK. Truths and myths about the new super-technology

#BERLIN5GWEEK. Truths and myths about the new super-technology #BERLIN5GWEEK Truths and myths about the new super-technology Does 5G really exist? Yes, but we have to distinguish between the 5G standard and future 5G infrastructures. The mobile standard is the successor

More information

The Path Towards Resource Elasticity for 5G Network Architecture

The Path Towards Resource Elasticity for 5G Network Architecture The Path Towards Resource Elasticity for 5G Network Architecture David M. Gutierrez-Estevez, Marco Gramaglia, Antonio de Domenico, Nicola di Pietro, Sina Khatibi, Kunjan Shah, Dimitris Tsolkas, Paul Arnold,

More information

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT PhD Summary DOCTORATE OF PHILOSOPHY IN COMPUTER SCIENCE & ENGINEERING By Sandip Kumar Goyal (09-PhD-052) Under the Supervision

More information

The Function Placement Problem (FPP)

The Function Placement Problem (FPP) Chair of Communication Networks Department of Electrical and Computer Engineering Technical University of Munich The Function Placement Problem (FPP) Wolfgang Kellerer Technical University of Munich Dagstuhl,

More information

NESMO: Network Slicing Management and Orchestration Framework

NESMO: Network Slicing Management and Orchestration Framework NESMO: Network Slicing Management and Orchestration Framework Alisa Devlic, Ali Hamidian, Deng Liang, Mats Eriksson, Antonio Consoli and Jonas Lundstedt Huawei Technologies, Kista, Sweden Email: {alisa.devlic,

More information

5G/NR Architecture Is it revolutionary or evolutionary?

5G/NR Architecture Is it revolutionary or evolutionary? 5G/NR Architecture Is it revolutionary or evolutionary? The 5G-MoNArch view David M. Gutierrez Estevez Senior 5G Researcher Samsung Electronics R&D Institute UK IEEE CSCN, September 2017 Initial Thoughts

More information

Cisco 5G Vision Series: Licensed, Unlicensed, and Access-Independent Networks

Cisco 5G Vision Series: Licensed, Unlicensed, and Access-Independent Networks White Paper Cisco 5G Vision Series: Licensed, Unlicensed, and Access-Independent Networks What You Will Learn A very important capability of evolving mobile networks is the need to integrate and/or aggregate

More information

The importance of RAN to Core validation as networks evolve to support 5G

The importance of RAN to Core validation as networks evolve to support 5G The importance of RAN to Core validation as networks evolve to support 5G Stephen Hire Vice President Asia Pacific Cobham Wireless October 2017 Commercial in Confidence Cobham Wireless The industry standard

More information

Second Workshop of India-EU Collaboration on Standardization for Select Technologies

Second Workshop of India-EU Collaboration on Standardization for Select Technologies Second Workshop of India-EU Collaboration on Standardization for Select Technologies TSDSI s Vision & Roadmap for 5G Nov 05, 2015 Vinosh James Lead, Technical Standards for Qualcomm, and Chair, 5G WG of

More information

5G OS: Control and Orchestration of Services on Multi-Domain Heterogeneous 5G Infrastructures

5G OS: Control and Orchestration of Services on Multi-Domain Heterogeneous 5G Infrastructures 5G OS: Control and Orchestration of Services on Multi- Heterogeneous 5G Infrastructures Sevil Dräxler, Holger Karl, Hadi Razzaghi Kouchaksaraei, Azahar Machwe, Crispin Dent-Young, Kostas Katsalis and Konstantinos

More information

IoT privacy risk management in ANASTACIA project

IoT privacy risk management in ANASTACIA project ANASTACIA has received funding from the European Union s Horizon 2020 Research and Innovation Programme under Grant Agreement N 731558 and from the Swiss State Secretariat for Education, Research and Innovation.

More information

Wireless Network Virtualization: Ensuring Carrier Grade Availability

Wireless Network Virtualization: Ensuring Carrier Grade Availability AN INTEL COMPANY Wireless Network Virtualization: Ensuring Carrier Grade Availability WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY The wireless industry s battle to acquire new subscribers

More information

Mobile-CORD Enable 5G. ONOS/CORD Collaboration

Mobile-CORD Enable 5G. ONOS/CORD Collaboration Mobile-CORD Enable 5G ONOS/CORD Collaboration http://opencord.org/ M-CORD Drivers = Operator Challenges In the last 5 years 100,000% Increase in Wireless Data Traffic $50 Billion Spectrum investment (~50

More information

WHITE PAPER ULTRA LOW LATENCY MICROWAVE THE NEED FOR SPEED: BEST PRACTICES FOR BUILDING ULTRA-LOW LATENCY MICROWAVE NETWORKS

WHITE PAPER ULTRA LOW LATENCY MICROWAVE THE NEED FOR SPEED: BEST PRACTICES FOR BUILDING ULTRA-LOW LATENCY MICROWAVE NETWORKS THE NEED FOR SPEED: BEST PRACTICES FOR BUILDING ULTRA-LOW LATENCY MICROWAVE NETWORKS JULY 2012 TABLE OF CONTENTS INTRODUCTION... 3 MICROWAVE: THE NEW DEFAULT TRANSPORT FOR LOW LATENCY APPLICATIONS... 3

More information

On the impact of network slicing on 5G radio access networks

On the impact of network slicing on 5G radio access networks On the impact of network slicing on 5G radio access networks Icaro Leonardo Da Silva, Gunnar Mildh Wireless Access Networks Ericsson Research Stockholm, Sweden Alexandros Kaloxylos, Panagiotis Spapis European

More information

From Network Sharing to Multi-tenancy: The 5G Network Slice Broker

From Network Sharing to Multi-tenancy: The 5G Network Slice Broker This is a pre-printed version of the article From Network Sharing to Multi-tenancy: The 5G Network Slice Broker Konstantinos Samdanis, Xavier Costa-Perez, Vincenzo Sciancalepore NEC Europe Ltd, Germany

More information

THE BASICS OF 5G: WHAT, WHEN AND WHY

THE BASICS OF 5G: WHAT, WHEN AND WHY THE BASICS OF 5G: WHAT, WHEN AND WHY Francis (Fran) O BRIEN, Jr., Ph.D. November 21, 2013 TIA Beyond 2020: A Vision of 5G Networks WHAT IS 5G? 5G not yet been defined by any recognized standards body or

More information

5G networks use-cases in 4G networks

5G networks use-cases in 4G networks 5G networks use-cases in 4G networks 5G Networks offering superior performance are just around the corner! Wait! Are applications that maximize the benefits of these networks ready? Contents 5G networks

More information

Softwarized 5G Networks Resiliency with Self- Healing

Softwarized 5G Networks Resiliency with Self- Healing Softwarized 5G s Resiliency with Self- Healing José Sánchez 12, Imen Grida Ben Yahia 1, Noël Crespi 2, Tinku Rasheed 3, Domenico Siracusa 3 1 Orange Labs, Paris, France 2 Telecom SudParis, Evry, France

More information

The 5G evolution: How will this impact SON integration and capabilities?

The 5G evolution: How will this impact SON integration and capabilities? SON World - London, 18-19 October 2016 The 5G evolution: How will this impact SON integration and capabilities? Andrea Buldorini {andrea.buldorini@telecomitalia.it} Wireless Access Radio Propagation and

More information

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

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

More information

A framework to evaluate 5G networks for smart and fail-safe communications

A framework to evaluate 5G networks for smart and fail-safe communications A framework to evaluate 5G networks for smart and fail-safe communications in ERTMS/ETCS Roberto Canonico (*), Stefano Marrone (**), Roberto Nardone (*), and Valeria Vittorini (*) (*) Università degli

More information

ITEE Journal. Information Technology & Electrical Engineering

ITEE Journal. Information Technology & Electrical Engineering An Overview of QoE for 5G Networks 1 Hajra Masood, 2 Safdar Rizvi, 3 Bilal Muhammad Iqbal Department of Computer Sciences, Bahria University, Karachi, Pakistan E-mail: 1 Hajra.cs@gmail.com, 2 dr.safdar@bimcs.edu.pk,

More information

Fog Computing: Enabling the Management and Orchestration of Smart City Applications in 5G Networks. and Filip De Turck

Fog Computing: Enabling the Management and Orchestration of Smart City Applications in 5G Networks. and Filip De Turck entropy Article Fog Computing: Enabling the Management and Orchestration of Smart City Applications in 5G Networks José Santos * ID, Tim Wauters, Bruno Volckaert ID and Filip De Turck Ghent University

More information

Service oriented cloud CPE as a means of a future terminal

Service oriented cloud CPE as a means of a future terminal Service oriented cloud CPE as a means of a future terminal Christos Tsirakis OTE Academy S.A. ctsirakis@oteacademy.gr Panagiotis Matzoros OTE Academy S.A. pmatzoros@oteacademy.gr George Agapiou OTE S.A.

More information

Service-Aware Network Reconfiguration for 5G Networks November 2017 Sina Khatibi, Farid Sheikh Nomor Research GmbH, Munich, Germany

Service-Aware Network Reconfiguration for 5G Networks November 2017 Sina Khatibi, Farid Sheikh Nomor Research GmbH, Munich, Germany Service-Aware Network Reconfiguration for 5G Networks November 2017 Sina Khatibi, Farid Sheikh Nomor Research GmbH, Munich, Germany Summary The next generation of mobile communications, also known as 5G,

More information

Third annual ITU IMT-2020/5G Workshop and Demo Day 2018

Third annual ITU IMT-2020/5G Workshop and Demo Day 2018 All Sessions Outcome Third annual ITU IMT-2020/5G Workshop and Demo Day 2018 Geneva, Switzerland, 18 July 2018 Session 1: IMT-2020/5G standardization (part 1): activities and future plan in ITU-T SGs 1.

More information

5G How will NRENs Evolve?

5G How will NRENs Evolve? 5G How will NRENs Evolve? Kurt Baumann (SWITCH), kurt.baumann@switch.ch Sonja Filiposka (UKIM), Damir Regvart (CARNet), Yuri Demchenko (UVA) Internet2 TechEx 2017 San Francisco, CA, USA 16th of Octobre,

More information

2017 TM Forum 1. Catalyst: 5G Service Operations Real Time Service Assurance Theatre Presentation

2017 TM Forum 1. Catalyst: 5G Service Operations Real Time Service Assurance Theatre Presentation 2017 TM Forum 1 Catalyst: 5G Service Operations Real Time Service Assurance Theatre Presentation Catalyst Problem Statement Milind Bhagwat- BT Massimo Banzi-TIM 2017 TM Forum 2 2 5G benefits A step change

More information