Figure 1: Design of Cloud Management using NFV

Size: px
Start display at page:

Download "Figure 1: Design of Cloud Management using NFV"

Transcription

1 IEEE IEEE 7th International 7th Advance Advance Computing Conference (IACC) Cost and Performance Analysis of Network Function Virtualization based Cloud Systems Ananth M. D. and Rinki Sharma Department of Computer Engineering, M.S.Ramaiah University of Applied Science, Bangalore, India and Abstract- As the users on the cloud network increase, the consumption of the Compute, Network and Storage resources also increases. This leads to increase in the cost of deployment, configuration and maintenance. Hence, the Capital Expenditure (CAPEX) of the organization providing the cloud network increases. Network Function Virtualization (NFV) is a technology which virtualizes network functionalities. This paper studies the influence of NFV on CAPEX of cloud based networks and compares it with traditional implementation (without NFV) of such networks. A prototype cloud network based on NFV implementation is developed and implemented. Based on the test cases developed on the prototype, CAPEX of the resources used for both NFV based and traditional implementations are studied and analyzed. RESTful web services are created for the users of the cloud network to orchestrate and manage the network on the cloud. The results accomplished show that NFV based implementation reduces the CAPEX, when compared with the traditional implementation. It is also observed that orchestration mechanism reduces complexity of management of cloud network. A use case with simple web server is developed to compare the performance of a system on Cloud with that of a physical system. Keywords- Cloud; Cloud Management; Network Function Virtualization; NFV; CAPEX; OpenStack; Orchestration I. INTRODUCTION Internet has become an integral part of everyone s life in present days. The services are delivered by the service providers, as requested by the end user. The evolution of cloud computing has provided an opportunity for the end user to customize the use of the internet as required and pay only for the requested services. However, to provide all these simplicities and customization, there are a few complex systems that work behind the scenes. Every vendor providing services to the customers has a data centre to host the service and manage them. There are severs, routers, switches and middleboxes running in a data centre environment. In traditional networks, there are physical dedicated hardware resources for compute, network and storage components, separately performing their respective tasks [1]. Increased complexity of these networks leads to increase in cost. Administration and management of the physical devices in these networks increases the capital expenditure (CAPEX) and operational expenditure (OPEX) for a service provider. More number of physical devices, higher the CAPEX. Moreover, network resource usage is highly unpredictable, leading to uncertainty among the service providers [1]. Not all network functions or the internetwork devices are used round the clock. Some of the network functions and devices are unused or not fully utilized. These devices and functions can be managed appropriately by sharing the resources with other users or suspending it when not in use. The solution for the traditional network management is virtualization of compute, network and storage resources [2]. Network function virtualization (NFV) virtualizes the resources such as compute, network and storage. It allows the implementation of these resources as and when needed on a hardware infrastructure. The software implementations of the network function can be decoupled from corresponding physical resources and infrastructure through NFV [2]. This enables the functionality of the network functions such as routing, switching, firewall etc., to run on a generic hardware which can be virtualized and shared between multiple systems hence reducing CAPEX [1]. This paper presents the difference in CAPEX between traditional network and the cloud network using NFV. Virtualization of network functions using NFV is carried out on the cloud computing platform. Rest of this paper is organized as follows. Section II presentssurvey of work related to the NFV cloud management. In Section III implementation of the prototype and the process flow are explained. In Section IV, calculation of CAPEX based on the developed prototype and the test cases are discussed. In Section V, performance of the Cloud system is compared with the physical environment using a use case scenario. Section VI discusses the results obtained from the test cases. Section VII concludes the paper and discusses future work. II. RELATED WORK The advancement in the distributed systems and internet technology gave way for cloud computing, where the hardware resources were placed at a centralized data centre and the users could access the resources through internet [3]. Data centres comprise of high end resources for computing thus reducing the burden of resource maintenance at users end [3]. Cloud infrastructure provides framework for manageable, scalable and reliable applications. Most of the cloud computing strategies implement virtualization, where the hardware resources namely the compute resources such /17 $ IEEE 70 DOI /IACC

2 as Random Access Memory (RAM), Processor, Hard Disk, Network Interface Cards (NIC) etc., are shared between two or more clients. In traditional/legacy networks the network functions are tightly coupled with the infrastructure they run on. Network Function Virtualization (NFV) decouples the software implementation of the network functions from the resources (such as computation, storage and networking) they use, thus providing flexibility to move network functions from dedicated devices to generic servers. Thus NFV is considered to be economical, scalable, flexible and secure technology for shaping present day networks [2]. A framework for management and orchestration (MANO) of resources in the cloud data centre is defined by the European Telecommunication Standards Institute (ETSI). The ETSI NFV-MANO document discusses the management and orchestration framework for the provisioning of virtualized network functions (VNF) [2]. OpenStack is a cloud operating system that controls compute, network and storage components [4]. Relationship of NFV with Software Defined Network (SDN) and cloud is discussed in [1]. NFV abstracts network functions, SDN abstracts the network infrastructure and the cloud computing abstracts the compute infrastructure (such as CPU, RAM, etc.). It will be beneficial to use these three technologies since they share similar advantages of virtualization, cost reduction, agility, automation and dynamism [1]. The benefits of using OpenStack as the API framework for NFV are discussed in [5]. Several use cases of NFV are discussed in [6]. The authors in [6] consider reliability, stability and security asthe key performance parameters in both physical and in software based virtualized networks. The concept of network function centre (NFC), a cloud platform that delivers network services on subscription basis to the clients is discussed in [7]. The paper identifies that dynamic scaling up and down of resources for network resources upon the request from clients is a challenge. A Network Function enabled multi-tenant Cloud architecture, called NeFuCloud is presented in [8]. NFV is used to virtualize the middleboxes in the multi-tenant cloud. The architecture follows the principle of SDN to separate the control and data plane, thus providing flexibility, interoperability and adaptation to various strategies and policy changes. The authors in [8] consider network function deployment and policy enforcement, performance guarantee and isolation, and resource management as the major challenges for multi-tenant clouds. To study theeffect of network virtualization on CAPEX in a data centre, the authors in [9] have considered two deployment strategies namely vertical serial deployment (VSD) and horizontal serial deployment (HSD). A framework for virtual network function (VNF) management and orchestration in enterprise wireless local area network (WLAN) is presented in [10]. The goal of the work presented in [10] is to reduce latency in the wireless network through VNF. The work presented in this paper analyzes the CAPEX and OPEX on the cloud network prototype. The prototype is developed using NFV and OpenStack, on a physical infrastructure upon which the compute and network functions are virtualized. III. DESIGN AND DEVELOPMENT Design of the cloud prototype is based on the ETSI NFV MANO Architectural framework [2]. The design of the prototype used in this paper is shown in Figure 1. The physical infrastructure consists of Intel core i7 5 th Generation processor with 8 GB of RAM used as the NFV infrastructure (NFVI) on which the prototype is developed. OpenStack [4] is used as virtual infrastructure manager (VIM), to create and manage network and compute resources. Virtual routers and machines provided by OpenStack are used to create VNF in the test cases. An orchestrator is developed using Python based pyramid web framework [11] and SQL Alchemy [12], which exposes the RESTful services [11]. Through the RESTful services, users can create, deploy, and delete, the networks and network functions. Figure 1: Design of Cloud Management using NFV User inputs the requirements and configures the required cloud components through REST API s. These inputs are then stored on to the database. Pyramid web framework is used with Alchemy scaffold to take the inputs from the user through REST API s and store it to the database. The database is designed to have three tables, namely vld, vnfd and nsd, where vld, vnfd and nsd stands for virtual link descriptors, virtual network function descriptors and network service descriptors, respectively. The vld table consists of the details of the network name, subnet IP addresses and gateway IP address. The vnfd table comprises of the details of the name of VNF, name of the operating system image or VNF image file and the type of the hardware it is using to run the image. The type of the hardware is mentioned as Flavours. For example, flavour by the name m1.small consists of one virtual CPU (vcpu), 2 GB of RAM and 20 GB of hard disk. The nsd table consists of the relationship between the vld and vnfd components. In other words, nsd consists of the topology of the network with the interconnections between vld and vnfd. The values in the database are used to create a file in YAML (YAML Ain t Mark-up Language) format. A python script is run to create this file. The python script reads the data from database, converts it into YAML format, and generates a file.the file contains the information of vld, vnfd and nsd 71

3 that is present in the database.this file is provided as the input to the orchestration module of the OpenStack. IV. TEST CASES AND CALCULATION OF CAPEX A. Test Cases: Three test cases are developed to analyze the CAPEX. First test case has two private networks and one VNF instance, as shown in Figure 2. Second test case has three private networks and two VNF instances, as shown in Figure 3. The third test case has two private networks, with two VNFs each, and the two networks are connected with a router, as shown in Figure 4. All the three network topologies of the test cases deployed on cloud running on single hardware platform using NFV is shown in Figure 5. B. CAPEX Calculation CAPEX is calculated based on the initial investment made for the devices that are used in the test cases. Similarly, OPEX is calculated based on the cost incurred to maintain and operate the devices on a day to day basis. The cost of the essential devices such as RAM, Processor, Motherboard, Hard Disk Drive (HDD), L2/L3 Network Switches are obtained for CAPEX from the resources in [13, 14, 15]. To compute CAPEX, popular brands of the hardware, such as Intel, Cisco, D-Link, Kingston, Transcend and Seagate are considered. The average costs of the devices for physical implementation in a traditional network for all the three test cases are tabulated in Table 1, while, the costs of the devices on which the NFV is implemented are tabulated in Table 2. The CAPEX of the devices for both the implementations are tabulated in Table 3. TABLE 1: COST OF RESOURCES USING TRADITIONAL IMPLEMENTATION Resource Cost (in INR) RAM 980 Processor 8500 Motherboard 6300 Figure 2: Test Case 1 Figure 3: Test Case 2 HDD 940 Cables 320 Switches 690 L2/L3 Switches TABLE 2: COST OF RESOURCES FOR NFV IMPLEMENTATION Figure 4: Test Case 3 Resource Cost (in INR) RAM 2600 Processor Motherboard 5600 HDD 940 TABLE 3: CAPEX FOR TEST CASES Figure 5: All the Test Cases CAPEX (in INR) Physical Implementation NFV Based Implementation Compute Resource Virtualization Test Case Test Case Test Case

4 V. Performance Analysis using a Simple Web Server An use case is developed to analyze the performance of the system on cloud as compared to the physical system. Linux based system running Ubuntu operating system is used as a Web Server, serving a simple web page with minimal contents as shown if Figure 6. The web server is run on two environments, one on cloud and the other as a physical system. On both the environments, the server is configured to run on 1 GB of RAM and with a single core CPU. The topology of the web server on cloud environment is as shown in Figure 7. Web Server is connected to a private network called as Server Network which has /24 series IP address. This is in turn connected to the external network through the network called as Public. Public network is connected to the Server Network using a router named as R1. This topology enables access to the Web Server on private network on cloud from external LAN networks. both the environments. The simulation simulates users accessing the web server for a period of 60 seconds, and the average load on CPU for a period of 60 seconds in terms of percentage of usage is shown in Table. Tool called as Glances [17] is used to calculate the CPU load for the process used by the web server. No. of Users Table 4: Load on CPU System on Cloud Load on CPU (%) Physical System Figure 6: Web Page VI. RESULTS AND DISCUSSIONS Graphs are plotted for the values obtained in Table 3 for analysis of CAPEX. From the graph shown in Figure 6, it is evident that the cost of the CAPEX increases as the devices in the test cases increases. Test case 3 comprises of network devices such as L3 Switches for inter-domain routing, leading to increased CAPEX due to cost of network devices. In case of NFV, all the three test cases were implemented and run on the same hardware by virtualizing the compute and network functions. Hence, the graph shows a constant CAPEX valuefor all the three test cases. Figure 6: Topology of Web Server on Cloud Users who access the web server are simulated using a tool called as Webserver Stress Tool [16]. This tool is run on a separate physical system that is connected to the system that is running web server through a cable on LAN. Number of users are increased gradually and the performance of the web server, based on the load on the CPU, is analyzed on Figure 7: CAPEX Analysis Graph Apart from the traditional physical implementation and the NFV based implementation, there s one more way of implementing the system which virtualizes only the compute resources, such as RAM, HDD etc., of the system, but not the network devices or functions (for example a VM Virtual Box environment). This is known as compute resource virtualization. The CAPEX value of the compute resource 73

5 virtualization is steady in test cases 1 and 2, until a L2/L3 network device is introduced to the network topology in test case 3. The CAPEX value of compute resource virtualization is lesser than the traditional implementation with physical devices, and greater than the NFV based implementation. Graph of performance of the system in terms of average CPU load on cloud and physical environments, tabulated in Table 4, is as shown in Figure 8. In both the environments, load on the CPU increases as the number of users increase. The graph shows that the performance and behaviour of the web server is similar on both the environments. In this particular use case, with the defined hardware configuration, average load on CPU on cloud environment is lesser than that of its counterpart. Figure 8: Performance of CPU It is evident from the CAPEX analysis graph in Figure 7 that the cost of physical resources increases as the number of physical system increases on a network. Also, from the graph of performance of CPU in Figure 8, the performance and behaviour of the web server on cloud and physical systems are similar. Therefore, cost to performance ratio of a network can be improved by replacing the existing physical devices, wherever necessary, with Cloud and NFV based systems. VII. Conclusion and Future Work The work presented in this paper implements a prototype of the NFV based cloud network system. An NFV based cloud network system virtualizes the network functions and other internetwork system devices such as servers, firewalls etc., as per the user requirement. From obtained results it is observed that NFV based system thereby reduces the CAPEX of an organization, while providing flexibility and ease of management. From the analysis of the performance of a web server, it was observed that the performance and behaviour of the web server on two environments was similar. The work presented in this paper can be extended to service function chaining (SFC) in future. Load on CPU can be refined further and analyzed by introducing Load Balancing mechanism and using dynamic web pages. Analysis of the performance of RAM can also be incorporated. Another field of future work is to enhance the Cloud security. As the number of functions increases on the cloud, the cloud provider should have a strong protection for the cloud. NFV can also be tried on the scientific computing platform. A scientific functionality running on a dedicated hardware can be virtualized using NFV. REFERENCES [1] Mijumbi, R., Serrat, J., Gorricho, J. L., Bouten, N., De Turck, F., & Boutaba, R. (2015). Network function virtualization: State-of-the-art and research challenges. IEEE Communications Surveys & Tutorials, 18(1), [2] ETSI, N. (2014). GS NFV-MAN 001 V Network Function Virtualisation (NFV); Management and Orchestration. [3] Hwang, K., Dongarra, J., & Fox, G. C. (2013). Distributed and cloud computing: from parallel processing to the internet of things. Morgan Kaufmann. [4] Docs.openstack.org. (2016). OpenStack Docs: Current. Retrieved April, 17, 2016, from [5] Kavanagh, A. (2015). OpenStack as the API framework for NFV: the benefits, and the extensions needed. Ericsson Review, 2. [6] Han, B., Gopalakrishnan, V., Ji, L., & Lee, S. (2015). Network function virtualization: Challenges and opportunities for innovations. IEEE Communications Magazine, 53(2), [7] Rankothge, W., Ma, J., Le, F., Russo, A., & Lobo, J. (2015, May). Towards making network function virtualization a cloud computing service. In 2015 IFIP/IEEE International Symposium on Integrated Network Management (IM)(pp ). IEEE. [8] Yu, R., Xue, G., Kilari, V. T., & Zhang, X. (2015). Network function virtualization in the multi-tenant cloud. IEEE Network, 29(3), [9] Yousaf, F. Z., Loureiro, P., Zdarsky, F., Taleb, T., & Liebsch, M. (2015). Cost analysis of initial deployment strategies for virtualized mobile core network functions. IEEE Communications Magazine, 53(12), [10] Riggio, R., Rasheed, T., & Narayanan, R. (2015, May). Virtual network functions orchestration in enterprise wlans. In 2015 IFIP/IEEE International Symposium on Integrated Network Management (IM) (pp ). IEEE. [11] The Pyramid Web Framework The Pyramid Web Framework v1.7. (2016).Docs.pylonsproject.org. Retrieved 5 May 2016, from [12] The Pyramid Web Framework The Pyramid Web Framework v1.7. (2016).Docs.pylonsproject.org. Retrieved 5 May 2016, from [13] Amazon.in. (2016). Online Shopping: Shop Online for Mobiles, Books, Watches, Shoes and More - Amazon.in. Retrieved 24 June 2016, from [14] Ebay.in. (2016). Ebay.in - Electronics, Cars, Fashion, Collectibles, Coupons and More Online Shopping ebay. Retrieved 24 June 2016, from [15] Flipkart. (2016). Flipkart. Retrieved 24 June 2016, from [16] Webserver Stress Tool - Performance, stress & load test.. (2016). Paessler.com. Retrieved 15 August 2016, from [17] Nicolas Hennion, a. (2016). Glances - An Eye on your system. Nicolargo.github.io. Retrieved 15 August 2016, from 74

Systems Engineering for Software-Defined Network Virtualisation. John Risson, Solutions Engineering Manager IP and Transport Engineering, Telstra

Systems Engineering for Software-Defined Network Virtualisation. John Risson, Solutions Engineering Manager IP and Transport Engineering, Telstra Systems Engineering for Software-Defined Network Virtualisation John Risson, Solutions Engineering Manager IP and Transport Engineering, Telstra Agenda Motivation Case Studies Opportunities and Challenges

More information

Network Function Virtualization (NFV)

Network Function Virtualization (NFV) Network Function Virtualization (NFV) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ References 1. R. Mijumbi et al., Network Function Virtualization:

More information

Introduction. Delivering Management as Agile as the Cloud: Enabling New Architectures with CA Technologies Virtual Network Assurance Solution

Introduction. Delivering Management as Agile as the Cloud: Enabling New Architectures with CA Technologies Virtual Network Assurance Solution Delivering Management as Agile as the Cloud: Enabling New Architectures with CA Technologies Virtual Network Assurance Solution Introduction Service providers and IT departments of every type are seeking

More information

ONAP VoLTE Use Case Solution Brief

ONAP VoLTE Use Case Solution Brief ONAP VoLTE Use Case Solution Brief ONAP Voice over LTE Improves Agility and Slashes Costs for Communication Service Providers ONAP VoLTE Use Case Solution Brief 1 By using ONAP to support the VoLTE use

More information

ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER

ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER 2017 Jeremy Fuller (IFA Chair, GENBAND) with input from many others, including: U. Rauschenbach (Nokia), M. Flauw (HPE), B. Chatras (Orange),

More information

Hillstone CloudEdge For Network Function Virtualization (NFV) Solutions

Hillstone CloudEdge For Network Function Virtualization (NFV) Solutions Hillstone CloudEdge For Network Function Virtualization (NFV) Solutions Introduction With the advancing technologies, business applications and operations naturally have become more dynamic in order to

More information

Intel Network Builders Solution Brief. Etisalat* and Intel Virtualizing the Internet. Flexibility

Intel Network Builders Solution Brief. Etisalat* and Intel Virtualizing the Internet. Flexibility Intel Network Builders Solution Brief Etisalat* and Intel Virtualizing the Internet Gateway Gi-LAN for Service Flexibility Introduction Etisalat Group* is one of the world s leading telecom groups in emerging

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

RDCL 3D, a Model Agnostic Web Framework for the Design and Composition of NFV Services

RDCL 3D, a Model Agnostic Web Framework for the Design and Composition of NFV Services , a Model Agnostic Web Framework for the Design and Composition of NFV Services Stefano Salsano (1,2), Francesco Lombardo (1), Claudio Pisa (1), Pierluigi Greto (1), Nicola Blefari-Melazzi (1,2) (1) CNIT,

More information

TOSCA Templates for NFV and network topology description

TOSCA Templates for NFV and network topology description TOSCA Templates for NFV and network topology description CYCLONE Technical paper September 2017 Table of Contents 1. OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA)... 2 2.

More information

MWC 2015 End to End NFV Architecture demo_

MWC 2015 End to End NFV Architecture demo_ MWC 2015 End to End NFV Architecture demo_ March 2015 demonstration @ Intel booth Executive summary The goal is to demonstrate how an advanced multi-vendor implementation of the ETSI ISG NFV architecture

More information

Elastic Network Functions: Opportunities and Challenges

Elastic Network Functions: Opportunities and Challenges Elastic Network Functions: Opportunities and Challenges Robert Szabo (Ericsson Research) EU-FP7-UNIFY Project UNIFY is co-funded by the European Commission DG CONNECT in FP7 Outline ETSI Elastic VNF with

More information

China Telecom NFV Lab Trial Decoupling of VNF/Hypervisor/Hardware/MANO

China Telecom NFV Lab Trial Decoupling of VNF/Hypervisor/Hardware/MANO ITU-T SG11 Workshop Control plane of IMT-2020 and emerging networks. Current issues and the way forward China Telecom NFV Lab Trial Decoupling of VNF/Hypervisor/Hardware/MANO Haining Wang, China Telecom

More information

Contrail Cloud Platform Architecture

Contrail Cloud Platform Architecture Contrail Cloud Platform Architecture Release 13.0 Modified: 2018-08-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper

More information

FLEXIBLE VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORK WITH MINIMUM TOTAL NETWORK COST

FLEXIBLE VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORK WITH MINIMUM TOTAL NETWORK COST FLEXIBLE VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORK WITH MINIMUM TOTAL NETWORK COST Shin-ichiKuribayashi Department of Computer and Information Science, Seikei University, Japan ABSTRACT

More information

Raj Jain (Washington University in Saint Louis) Mohammed Samaka (Qatar University)

Raj Jain (Washington University in Saint Louis) Mohammed Samaka (Qatar University) APPLICATION DEPLOYMENT IN FUTURE GLOBAL MULTI-CLOUD ENVIRONMENT Raj Jain (Washington University in Saint Louis) Mohammed Samaka (Qatar University) GITMA 2015 Conference, St. Louis, June 23, 2015 These

More information

Casa Systems Axyom Software Platform

Casa Systems Axyom Software Platform Solution Brief Casa Systems Axyom Software Platform Over the last few years and continuing through the next decade, all broadband networks will be transformed by Network Functions Virtualization (NFV)

More information

QoS/QoE in future IoT/5G Networks: A Telco transformation infrastructure perspective.

QoS/QoE in future IoT/5G Networks: A Telco transformation infrastructure perspective. TIM BRASIL Rio de Janeiro, 29 de Novembro de 2017 QoS/QoE in future IoT/5G Networks: A Telco transformation infrastructure perspective. AGENDA THE CONTEXT: UNDERSTANDING THE SCENARIOS TECHNOLOGIES, ARCHITECTURES

More information

Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal

Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal 1.1 PoC Team Members PoC Project Name: Orchestrated Assurance enabled by NFV Network Operators/ Service Providers: Orange Contact: Christos

More information

Guide to SDN, SD-WAN, NFV, and VNF

Guide to SDN, SD-WAN, NFV, and VNF Evalu- ation Guide Technical Brief SD-WAN, NFV, and With so many acronyms and each one building on another, it can be confusing about how they work together. This guide describes the difference. 006180206

More information

NFV Platform Service Assurance Intel Infrastructure Management Technologies

NFV Platform Service Assurance Intel Infrastructure Management Technologies NFV Platform Service Assurance Intel Infrastructure Management Technologies Meeting the service assurance challenge to nfv (Part 1) Virtualizing and Automating the Network NFV Changes the Game for Service

More information

The Next Opportunity in the Data Centre

The Next Opportunity in the Data Centre The Next Opportunity in the Data Centre Application Centric Infrastructure Soni Jiandani Senior Vice President, Cisco THE NETWORK IS THE INFORMATION BROKER FOR ALL APPLICATIONS Applications Are Changing

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

Contrail Cloud Platform Architecture

Contrail Cloud Platform Architecture Contrail Cloud Platform Architecture Release 10.0 Modified: 2018-04-04 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper

More information

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS Carrier networks are undergoing their biggest transformation since the beginning of the Internet. The ability to get to market quickly and to respond to

More information

TRANSFORM YOUR NETWORK

TRANSFORM YOUR NETWORK TRANSFORM YOUR NETWORK SIMPLIFY MODERNIZATION WITH AN INNOVATIVE ECOSYSTEM OF CERTIFIED SOLUTIONS AND PARTNERS TELECOMMUNICATIONS ECOSYSTEM E-BOOK TABLE OF CONTENTS Adapt to growing network demand...3

More information

and public cloud infrastructure, including Amazon Web Services (AWS) and AWS GovCloud, Microsoft Azure and Azure Government Cloud.

and public cloud infrastructure, including Amazon Web Services (AWS) and AWS GovCloud, Microsoft Azure and Azure Government Cloud. DATA SHEET vthunder SOFTWARE FOR VIRTUAL & CLOUD INFRASTRUCTURE A10 vthunder software appliances enable organizations to SUPPORTED SOLUTIONS gain flexible, easy-to-deploy and high-performance secure application

More information

Cloud Systems 2018 Training Programs. Catalog of Course Descriptions

Cloud Systems 2018 Training Programs. Catalog of Course Descriptions Cloud Systems 2018 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION...3 Open 2 2018 Introduction Ericsson has developed a comprehensive Training Programs service

More information

Progress report on NFV standardization in ETSI.

Progress report on NFV standardization in ETSI. Progress report on NFV standardization in ETSI. NetV: IRISA / Technicolor Workshop on Network Virtualization Bruno CHATRAS, Orange, ETSI NFV ISG Vice-Chairman 1 Agenda Overview Selected technical items

More information

Disaggregation and Virtualization within the Juniper Networks Mobile Cloud Architecture. White Paper

Disaggregation and Virtualization within the Juniper Networks Mobile Cloud Architecture. White Paper Disaggregation and Virtualization within the Juniper Networks Mobile Cloud Architecture White Paper June 2017 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Virtual Network Functions Life Cycle Management

Virtual Network Functions Life Cycle Management Virtual Network Functions Life Cycle Management Cisco Elastic Services Controller (ESC) provides a single point of control to manage all aspects of VNF lifecycle for generic virtual network functions (VNFs)

More information

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing This paper was accepted for publication in the IEEE Cloud Computing. The copyright was transferred to IEEE. The final version of the paper will be made available on IEEE Xplore via http://dx.doi.org/10.1109/mcc.2017.28

More information

Building a Platform Optimized for the Network Edge

Building a Platform Optimized for the Network Edge Building a Platform Optimized for the Network Edge MPLS + SDN + NFV WORLD 2018 Nicolas Bouthors, Enea Innovation Agenda Software Virtualization - Key Requirements Leveraging DPDK Multi-Function VNFs at

More information

OSM Architecture Workshop

OSM Architecture Workshop OSM Architecture Workshop NFV World Congress May 17 Adrian Hoban (Intel) OSM TSC Chair Agenda Architectural Principles Scope & Mapping to ETSI NFV Release TWO Status Update Release THREE Goal/Themes 2

More information

Introduction to Cisco and Intel NFV Quick Start

Introduction to Cisco and Intel NFV Quick Start Quick Start Cisco Intel NFV Quick Start. Simplify Virtualization, Encourage Innovation for Service Providers Introduction Customer expectations for network services have evolved markedly. Customers want

More information

Enterprise Network Compute System (ENCS)

Enterprise Network Compute System (ENCS) Enterprise Network Compute System (ENCS) Cisco vbranch Architecture Per Jensen, per@cisco.com Sept 2017 Agenda: Tech Update september-2017 1. ENCS update + demo v/per 2. Viptela update + demo v/dr Søren

More information

Reconstruct to re-energize

Reconstruct to re-energize Reconstruct to re-energize Unleashing the power of networks Network transformation into a cloud-based business model lets operators provide more than just connectivity as simple network infrastructure

More information

Virtual Network Functions Life Cycle Management

Virtual Network Functions Life Cycle Management Virtual Network Functions Life Cycle Management Cisco Elastic Services Controller (ESC) provides a single point of control to manage all aspects of VNF lifecycle for generic virtual network functions (VNFs)

More information

Transformation Through Innovation

Transformation Through Innovation Transformation Through Innovation A service provider strategy to prosper from digitization People will have 11.6 billion mobile-ready devices and connections by 2020. For service providers to thrive today

More information

ONAP ETSI NFV ARCHITECTURE ALIGNEMENT

ONAP ETSI NFV ARCHITECTURE ALIGNEMENT ONAP ETSI NFV ARCHITECTURE ALIGNEMENT Bruno Chatras, NFV ISG Vice-Chairman on behalf of the ISG leadership team ETSI 2017. All rights reserved 2 PART 1 ETSI NFV CONCEPTS ETSI NFV Architecture, and NFV-MANO

More information

Building Security Services on top of SDN

Building Security Services on top of SDN Building Security Services on top of SDN Gregory Blanc Télécom SudParis, IMT 3rd FR-JP Meeting on Cybersecurity WG7 April 25th, 2017 Keio University Mita Campus, Tokyo Table of Contents 1 SDN and NFV as

More information

Kusum Lata, Sugandha Sharma

Kusum Lata, Sugandha Sharma International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 4 ISSN : 2456-3307 A Survey on Cloud Computing and Mobile Cloud Computing

More information

ETSI Plugtests Test Plan V1.0.0 ( ) 2 nd ETSI NFV Plugtests Sophia Antipolis, France 15 th 19 th January 2018

ETSI Plugtests Test Plan V1.0.0 ( ) 2 nd ETSI NFV Plugtests Sophia Antipolis, France 15 th 19 th January 2018 Plan V1.0.0 (2018-02) 2 nd ETSI NFV Plugtests Sophia Antipolis, France 15 th 19 th January 2018 2 ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4

More information

Mobile World Congress 2016 OPEN SOURCE MANO (OSM) E2E Orchestration Demo. February 2016

Mobile World Congress 2016 OPEN SOURCE MANO (OSM) E2E Orchestration Demo. February 2016 osm.etsi.org Mobile World Congress 2016 OPEN SOURCE MANO () E2E Orchestration Demo February 2016 Open Source MANO () aims to accelerate NFV adoption around a common IM for orchestration Delivering an open

More information

vbranch Introduction and Demo

vbranch Introduction and Demo v Introduction and Demo Innovation@Cisco November, 2015 Bart Van de Velde, Sr. Director, Engineering, Chief Technology & Architecture Office Simon Spraggs, Distinguished Consulting Engineer, Chief Technology

More information

The Interoperability Challenge in. Telecom and NFV Environments. Carsten Rossenhövel, EANTC Chris Price, Ericsson Ildikó Váncsa, OpenStack Foundation

The Interoperability Challenge in. Telecom and NFV Environments. Carsten Rossenhövel, EANTC Chris Price, Ericsson Ildikó Váncsa, OpenStack Foundation The Interoperability Challenge in Telecom and NFV Environments Carsten Rossenhövel, EANTC Chris Price, Ericsson Ildikó Váncsa, OpenStack Foundation Open source testing Commercial implementation testing

More information

Virtualization of Customer Premises Equipment (vcpe)

Virtualization of Customer Premises Equipment (vcpe) Case Study Virtualization of Customer Premises Equipment (vcpe) Customer Profile Customer: A Cloud Service Provider Reach: Global Industry: Telecommunications The Challenge A Cloud Service Provider serving

More information

Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016

Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016 Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016 VNFaaS (Virtual Network Function as a Service) In our present work, we consider the VNFaaS use-case

More information

DEPLOYING NFV: BEST PRACTICES

DEPLOYING NFV: BEST PRACTICES DEPLOYING NFV: BEST PRACTICES Rimma Iontel Senior Cloud Architect, Cloud Practice riontel@redhat.com Julio Villarreal Pelegrino Principal Architect, Cloud Practice julio@redhat.com INTRODUCTION TO NFV

More information

OpenNebula on VMware: Cloud Reference Architecture

OpenNebula on VMware: Cloud Reference Architecture OpenNebula on VMware: Cloud Reference Architecture Version 1.2, October 2016 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and

More information

DevOps CICD for VNF a NetOps Approach

DevOps CICD for VNF a NetOps Approach DevOps CICD for VNF a NetOps Approach Renato Fichmann Senior Solutions Architect Cisco Advanced Services Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1.

More information

Towards Practical Multi-layer Performance Management in Cloud Networking and NFV Infrastructures

Towards Practical Multi-layer Performance Management in Cloud Networking and NFV Infrastructures Towards Practical Multi-layer Performance Management in Cloud Networking and NFV Infrastructures COST 134 MC meeting, Lovran, Croatia, Oct. 215. Kurt Tutschku Blekinge Institute of Technology (BTH), Faculty

More information

Juniper JN0-410 Exam. Volume: 65 Questions. Question No: 1 What are two valid service VMs in a service chain? (Choose two.) A.

Juniper JN0-410 Exam. Volume: 65 Questions. Question No: 1 What are two valid service VMs in a service chain? (Choose two.) A. Volume: 65 Questions Question No: 1 What are two valid service VMs in a service chain? (Choose two.) A. gateway B. load balancer C. orchestrator D. firewall Answer: B,D Question No: 2 Which role does OpenStack

More information

Customize OpenStack for Telco NFV

Customize OpenStack for Telco NFV Security Level: Customize OpenStack for Telco NFV Tianran Zhou (zhoutianran@huawei.com) Feng Dong (albert.dongfeng@huawei.com) www.huawei.com HUAWEI TECHNOLOGIES CO., LTD. Motivation Linux as a general

More information

MidoNet Scalability Report

MidoNet Scalability Report MidoNet Scalability Report MidoNet Scalability Report: Virtual Performance Equivalent to Bare Metal 1 MidoNet Scalability Report MidoNet: For virtual performance equivalent to bare metal Abstract: This

More information

The Virtual Brick Road Achievements and Challenges in NFV Space. Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013

The Virtual Brick Road Achievements and Challenges in NFV Space. Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013 The Virtual Brick Road Achievements and Challenges in NFV Space Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013 The NFV Concept A means to make the network more flexible and simple by

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

Powering Transformation With Cisco

Powering Transformation With Cisco Shape Your Business For the Future: Powering Transformation With Cisco Enabling Data Center Evolution Towards Cloud Computing Yudi Wiradarma TSO Lead, PT NetApp Indonesia Agenda The Challenge Cloud infrastructure

More information

UNIVERSITY OF CAGLIARI

UNIVERSITY OF CAGLIARI UNIVERSITY OF CAGLIARI DIEE - Department of Electrical and Electronic Engineering Infrastrutture ed Applicazioni Avanzate nell Internet NFV ACK: content taken from Foundations of Modern Networking, SDN,

More information

TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS

TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS E-Guide TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS SearchSDN T here is some confusion surrounding as there is no one definition. In this exclusive guide, you ll find ten to help you better understand

More information

AN UPDATE ON OSM TO THE NFVRG. Diego R. Lopez Telefónica I+D

AN UPDATE ON OSM TO THE NFVRG. Diego R. Lopez Telefónica I+D AN UPDATE ON OSM TO THE NFVRG Diego R. Lopez Telefónica I+D DICEBAMUS HESTERNA DIE Delivering an open source MANO stack aligned to ETSI NFV (information and data) models Capable of consuming published

More information

Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade

Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade fkoelmel@broc 10/28/2013 2 2012 Brocade Communications Systems, Inc. Proprietary Information ETHERNET FABRICS

More information

VNF Benchmarking. Customer Profile. The Move to Virtualization. The Challenges. Case Study

VNF Benchmarking. Customer Profile. The Move to Virtualization. The Challenges. Case Study Case Study VNF Benchmarking Customer Profile Customer: Large Network Equipment Manufacturer Industry: Networking Equipment Employees: 180,000 (2016) The Challenges How to test the performance of VNFs?

More information

NFV and SDN what does it mean to enterprises?

NFV and SDN what does it mean to enterprises? OPINION NFV and SDN what does it mean to enterprises? By Clive Hamilton, VP Network Services, NTT Europe Rethinking the enterprise network The typical enterprise network now comprises hundreds or even

More information

Thomas Lin, Naif Tarafdar, Byungchul Park, Paul Chow, and Alberto Leon-Garcia

Thomas Lin, Naif Tarafdar, Byungchul Park, Paul Chow, and Alberto Leon-Garcia Thomas Lin, Naif Tarafdar, Byungchul Park, Paul Chow, and Alberto Leon-Garcia The Edward S. Rogers Sr. Department of Electrical and Computer Engineering University of Toronto, ON, Canada Motivation: IoT

More information

NFV ACCELERATION INTRODUCTION. Presenter Ning Zong

NFV ACCELERATION INTRODUCTION. Presenter Ning Zong NFV ACCELERATION INTRODUCTION Presenter Ning Zong (zongning@huawei.com) 1 Some History - Why Acceleration is Beneficial to NFV PoC#21 - Network Intensive and Compute Intensive Hardware Acceleration ETSI

More information

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski Rutgers University Fall 2013 December 12, 2014 2013 Paul Krzyzanowski 1 Motivation for the Cloud Self-service configuration

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

Alternatives for Improving OpenStack Networking to Address NFV Needs

Alternatives for Improving OpenStack Networking to Address NFV Needs Alternatives for Improving OpenStack Networking to Address NFV Needs Margaret Chiosi AT&T Labs Distinguished Network Architect Open Platform for NFV OPNFV President (Linux Foundation) Ian Wells Principal

More information

Software-Defined Networking (SDN) Overview

Software-Defined Networking (SDN) Overview Reti di Telecomunicazione a.y. 2015-2016 Software-Defined Networking (SDN) Overview Ing. Luca Davoli Ph.D. Student Network Security (NetSec) Laboratory davoli@ce.unipr.it Luca Davoli davoli@ce.unipr.it

More information

White Paper. Why Remake Storage For Modern Data Centers

White Paper. Why Remake Storage For Modern Data Centers White Paper Why Remake Storage For Modern Data Centers Executive Summary Managing data growth and supporting business demands of provisioning storage have been the top concern of IT operations for the

More information

From Virtual to Real OPNFV Proof-of-Concepts

From Virtual to Real OPNFV Proof-of-Concepts From Virtual to Real OPNFV Proof-of-Concepts Bin Hu AT&T Content Mission of OPNFV Objectives of PoC Zone OPNFV Proof-of-Concepts Acknowledgement 11/6/2015 OPNFV Proof-of-Concepts 2 Mission of OPNFV OPNFV

More information

Ixia Test Solutions to Ensure Stability of its New, LXC-based Virtual Customer Premises Equipment (vcpe) Framework for Residential and SMB Markets

Ixia Test Solutions to Ensure Stability of its New, LXC-based Virtual Customer Premises Equipment (vcpe) Framework for Residential and SMB Markets Innovate, Integrate, Transform Ixia Test Solutions to Ensure Stability of its New, LXC-based Virtual Customer Premises Equipment (vcpe) Framework for Residential and SMB Markets www.altencalsoftlabs.com

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

ODL and NFV orchestration The OSM case

ODL and NFV orchestration The OSM case ODL and NFV orchestration The OSM case Oct 2016 GERARDO GARCÍA Network Virtualisation @ GCTO Unit OSM Technical Steering Committee member gerardo.garciadeblas@telefonica.com OSM is a large community, with

More information

Towards Integration of Slice Networking in NFV

Towards Integration of Slice Networking in NFV Towards Integration of Slice Networking in NFV draft-gdmb-netslices-intro-and-ps-02 draft-galis-anima-autonomic-slice-networking-02 V3.0 30 th March 2017 Prof. Alex Galis a.gais@ucl.ac.uk;; http://www.ee.ucl.ac.uk/~agalis/

More information

SDN for Multi-Layer IP & Optical Networks

SDN for Multi-Layer IP & Optical Networks SDN for Multi-Layer IP & Optical Networks Sterling d Perrin Senior Analyst, Heavy Reading Agenda Definitions for SDN and NFV SDN Drivers and Barriers SDN Use Cases and Applications General Uses Specific

More information

Hitachi Unified Compute Platform Pro for VMware vsphere

Hitachi Unified Compute Platform Pro for VMware vsphere SOLUTION PROFILE Hitachi Unified Compute Platform Pro for VMware vsphere Accelerate Your Business-Critical Workloads to the Next-Generation Converged Infrastructure Relentless trends of increasing data

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Network Functions Virtualization Product Guide Overview of the Network Functions Virtualization (NFV) Last Updated: 2018-07-03 Red Hat OpenStack Platform 13 Network Functions

More information

HP SDN Document Portfolio Introduction

HP SDN Document Portfolio Introduction HP SDN Document Portfolio Introduction Technical Solution Guide Version: 1 September 2013 Table of Contents HP SDN Document Portfolio Overview... 2 Introduction... 2 Terms and Concepts... 2 Resources,

More information

JN0-210.juniper. Number: JN0-210 Passing Score: 800 Time Limit: 120 min.

JN0-210.juniper. Number: JN0-210 Passing Score: 800 Time Limit: 120 min. JN0-210.juniper Number: JN0-210 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Which protocol does Juniper Networks recommend to provide real-time updates of the network topology to the NorthStar

More information

CHARTING THE FUTURE OF SOFTWARE DEFINED NETWORKING

CHARTING THE FUTURE OF SOFTWARE DEFINED NETWORKING www.hcltech.com CHARTING THE FUTURE OF SOFTWARE DEFINED NETWORKING Why Next-Gen Networks? The rapid and large scale adoption of new age disruptive digital technologies has resulted in astronomical growth

More information

SERVICE provision within the telecommunications industry

SERVICE provision within the telecommunications industry 236 IEEE COMMUNICATIONS SURVEYS & TUTORIALS, VOL. 18, NO. 1, FIRST QUARTER 2016 Network Function Virtualization: State-of-the-Art and Research Challenges Rashid Mijumbi, Joan Serrat, Juan-Luis Gorricho,

More information

ETSI Plugtests Test Plan V1.0.0 ( ) 1 st ETSI NFV Plugtests Madrid, Spain 23rd January 3 rd February

ETSI Plugtests Test Plan V1.0.0 ( ) 1 st ETSI NFV Plugtests Madrid, Spain 23rd January 3 rd February Plan V1.0.0 (2017-02) 1 st ETSI NFV Plugtests Madrid, Spain 23rd January 3 rd February 2 ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47

More information

ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW

ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW NFV(17)000244 For information ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW ETSI ISG NFV Joan Triay (ETSI NFV Technical Manager, DOCOMO Euro- Labs) 1 Outline PART 1: ETSI ISG NFV Overview

More information

Accelerate Your Cloud Journey

Accelerate Your Cloud Journey Dubai, UAE 20th March 2013 Accelerate Your Cloud Journey James Spearman Dimension Data - Solutions Architect Cloud 2012 2011 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Dimension

More information

MAGIC OF SDN IN NETWORKING

MAGIC OF SDN IN NETWORKING Innovate, Integrate, Transform MAGIC OF SDN IN NETWORKING www.altencalsoftlabs.com Executive Summary Software Defined Networking (SDN) brings a transformational paradigm shift from traditional vendor-locked

More information

Implementation Guide Release 7.3.5

Implementation Guide Release 7.3.5 [1Oracle Communications Network Service Orchestration Implementation Guide Release 7.3.5 E80746-01 February 2017 Oracle Communications Network Service Orchestration Implementation Guide, Release 7.3.5

More information

Edge Cloud Discussion

Edge Cloud Discussion Edge Cloud Discussion Service Requirement for Edge Service for Edge: User plane services: SAE-GW, UPF Low Latency Services: VR, automatic driving High Throughput services: AR, Video surveillance Services

More information

Virtualised service assurance management in vgi-lan

Virtualised service assurance management in vgi-lan Virtualised service assurance management in vgi-lan The following normative disclaimer shall be included on the front page of a PoC report: Submission of this NFV ISG PoC Report as a contribution to the

More information

Performance Analysis of Virtual Machines on NxtGen ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads

Performance Analysis of Virtual Machines on NxtGen ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads Performance Report: ECS Performance Analysis of Virtual Machines on ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads April 215 EXECUTIVE SUMMARY commissioned this

More information

Deployment Case Study of SDN and NFV Transformation. Marcela Blanco-Luna Solutions Architect Advanced Services

Deployment Case Study of SDN and NFV Transformation. Marcela Blanco-Luna Solutions Architect Advanced Services Deployment Case Study of SDN and NFV Transformation Marcela Blanco-Luna Solutions Architect Advanced Services Future Network Platform Service Creation Service Design Service Assurance Cloud Optimization

More information

The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization

The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization May 2014 Prepared by: Zeus Kerravala The Top Five Reasons to Deploy Software-Defined Networks and Network Functions

More information

WHAT S IN STORE. Bill Carter, Chief Technology Officer Open Compute Project

WHAT S IN STORE. Bill Carter, Chief Technology Officer Open Compute Project WHAT S IN STORE Bill Carter, Chief Technology Officer Open Compute Project EXECUTIVE TRACKS OCP Adoption Stories about Open Compute Project OCP PRIMER - Archna Haylock OCP Marketplace Rajeev Sharma Advanced

More information

NaaS architecture through SDN-enabled NFV

NaaS architecture through SDN-enabled NFV NaaS architecture through SDN-enabled NFV Network openness towards Web Communication Service Providers Amina Boubendir Orange Labs / Télécom ParisTech Issy-Les-Moulineaux, France amina.boubendir@orange.com

More information

Network Function Virtualization over Open DC/OS Yung-Han Chen

Network Function Virtualization over Open DC/OS Yung-Han Chen Network Function Virtualization over Open DC/OS Yung-Han Chen 2016.05.18 1 Outlines Network Function Virtualization (NFV) Framework Container-based Open Source Solutions for NFV Use Cases 2 NFV Architectural

More information

Open Source Community Extends Virtual Central Office to Mobile Use Case

Open Source Community Extends Virtual Central Office to Mobile Use Case Open Source Community Extends Virtual Central Office to Mobile Use Case Multiple open source communities and organizations collaborate to bring mobile services to the edge KEY OPEN SOURCE PROJECTS: OpenAirInterface

More information

Bridging OPNFV and ETSI Yardstick and the methodology for pre-deployment validation of NFV Infrastructure

Bridging OPNFV and ETSI Yardstick and the methodology for pre-deployment validation of NFV Infrastructure Bridging OPNFV and ETSI Yardstick and the methodology for pre-deployment validation of NFV Infrastructure Ana Cunha (Ericsson) ana.cunha@ericsson.com Agenda The facts The questions The ETSI-NFV methodology

More information

VNF OPERATION USE CASES. Thinh Nguyenphu, ETSI NFV SOL Vice-Chair, Nokia Bell Labs and CTO Nokia

VNF OPERATION USE CASES. Thinh Nguyenphu, ETSI NFV SOL Vice-Chair, Nokia Bell Labs and CTO Nokia OPERATION USE CASES Thinh Nguyenphu, ETSI NFV SOL Vice-Chair, Nokia Bell Labs and CTO Nokia Operation Use Cases Package Management (e.g. On-board a Package) Lifecycle Management (e.g. Instantiate, Scale

More information

Virtualizing 5G Infrastructure using Cloud VIM. Sangho Shin SK Telecom

Virtualizing 5G Infrastructure using Cloud VIM. Sangho Shin SK Telecom Virtualizing 5G Infrastructure using Cloud VIM Sangho Shin SK Telecom NFV ETSI Standard T-MANO Cloud VIM Cloud VIM T-MANO 2 T-MANO In lined with SK Telecom s unified orchestration strategy, T-MANO provides

More information