NFV chaining, placement and orchestration

Size: px
Start display at page:

Download "NFV chaining, placement and orchestration"

Transcription

1 NFV chaining, placement and orchestration MATHIEU BOUET (THALES COMMUNICATIONS & SECURITY)

2 Agenda NFV introduction vdpi placement problem Centrality-based heuristic Performance evaluation Conclusion and perspectives 2

3 Network Functions Virtualization (NFV) Convergence between IT and Network Service-oriented multitenant systems pay as you go, on demand 3 Software-defined systems programmability, virtualization, automation ETSI s vision for NFV

4 ETSI NFV Reference Architectural Framework (Virtual) Network Service OSS/ BSS VNF VNF NFVO NFV Orchestrator: on-boarding of new Network Service (NS), VNF-FG and VNF Packages NS lifecycle management (including instantiation, scale-out/in, performance measurements, event correlation, termination) global resource management, validation and authorization of NFVI resource requests policy management for NS instances 4 VNF VNFC NFV PoP VNFC NFV WAN VNF VNFC NFV PoP VNFC VNF = Virtual Network Function VNFC = VNF Container PoP = Point of Presence VNFM VIM VNF Manager: lifecycle management of VNF instances overall coordination and adaptation role for configuration and event reporting between NFVI and the E/NMS Virtualized Infrastructure Manager (VIM): control and manage the NFVI compute, storage and network resources collection and forwarding of performance measurements and events

5 NFV Key Capability 1 Service Chaining Dynamic creation and composition of chains of services End Functional Block Network Service VNF VNF VNF VNF End Functional Block Hosting of VNFs Access Network Point of Presence (processing and storage) Core Network Point of Presence (processing and storage) Infrastructure Network 5 VNF = Virtual Network Function

6 NFV Key Capability 2 Load Sharing and Fault Tolerance Parallel VNFC instances supporting load sharing and fault tolerance VNFC VNFC VNFC VNFC VNFC VNFC VNFC VNFC VNFC VNFC VNFC VNFC VNFC layer protocols supporting load sharing and fault tolerance 6 Fast, flexible and diverse hosting of VNFC instances Fast, flexible and diverse hosting of VNFC instances VNFC = VNF Container

7 NFV Key Capability 3 New Commercial Boundaries COMMERCIAL BOUNDARY VNF VNFC VNFC VNFC VNF VNFC VNFC VNFC VNF VNFC VNFC VNFC VNF orchestration VNF orchestration VNF orchestration VNF management VNF management VNF management hosting hosting hosting NFVI management Distributed hosting, storing and connecting infrastructure 7

8 NFV ecosystem Standardization bodies ETSI NFV ISG - Launched in 2012, 235 companies, including 34 service providers IRTF - NFVRG (launched in October 2014) IETF Open source initiatives and communities open vswitch, OpenDaylight (Linux Foundation), OpenStack, OpenMANO, Open Platform for NFV (OPNFV), Docker, KVM, LXC (Linux Foundation) 8 - Service Function Chaining (SFC), launched in April 2014 But also TMF, MEF etc. Industrial products Virtualized DPI engine (e.g. Qosmos, Procera ) Software-based network accelerator (e.g. 6WIND, Intel ) SDN-NFV solutions by ALU, Cisco, HP, Juniper, RAD etc.

9 Agenda NFV introduction vdpi placement problem Centrality-based heuristic Performance evaluation Conclusion and perspectives 9

10 virtualized Deep Packet Inspection (vdpi) Case study: vdpi: virtualized Deep Packet Inspection Used to monitor all traffic flows in a network using a vdpi function: For cyber-security, accounting, service chaining Leverage available L7 probes (Procera Networks, up to 8Gb/s per CPU core) 10 Joint work with Jeremie Leguay (Huawei) and Vania Conan (Thales)

11 Placing vdpi in a WAN Logical link NFVI-POP Physical link 11

12 Resource view Joint placement and routing optimization Cost model NFV infrastructure has costs in network and compute resources vdpi function has a pay-per-use license costs for each CPU and NFVI-POP used Overall problem For a given flow demand, find the minimal cost placement and routing NFV 1 NFV 1 DPI NFV 1 NFV 1 Crypto NFV-Infrastructure Initial situation: NFV License cost: $4000 Bandwidth cost: $150 Optimized situation: NFV License cost: $2000 Bandwidth cost: $200 Flow 1 1Gb/s NFVI-POP A NFVI-POP B NFVI-POP C Flow 1 1Gb/s NFVI-POP A NFVI-POP B NFVI-POP C 12 Flow 2 1Gb/s NFVI-POP D NFVI-POP E Flow 2 1Gb/s NFVI-POP D NFVI-POP E

13 Problem definition A multi-commodity flow problem Map a given demand (traffic matrix) On a given physical network With an extension to include vdpi probes Split each demand in two inter-related ones Such that every initial flow passes through a vdpi probe Complexity NP-hard as we do not split flows over multiple paths (integer) 13

14 Problem formulation Parameters Set of flows F - fsize, fs, fd for each Costs - Wdpi (site), wcpu, wbw Capacities - Cdpi (probes) - Ci,j (links) Variables Ressources - dpi (site), cpu Routing 14 - x, y (edges assignment)

15 Agenda NFV introduction vdpi placement problem Centrality-based heuristic Performance evaluation Conclusion and perspectives 15

16 Centrality-based heuristic Heuristic based on centrality Cost function Centrality derived from the betweenness centrality 16

17 Centrality-based heuristic Heuristic based on centrality Cost function Centrality derived from the betweenness centrality 17

18 Centrality-based heuristic Heuristic based on centrality Cost function Centrality derived from the betweenness centrality 18

19 Agenda NFV introduction vdpi placement problem Centrality-based heuristic Performance evaluation Conclusion and perspectives 19

20 Experimental validation on real-world GEANT dataset Data sets Pan-European research and education backbone GEANT Captured in 2006 by Uhlig et al. with 22 nodes, 36 high capacity 40G links, and traffic matrices with 462 demands Parameters DPI cost per CPU ($2500), Network cost ($10 per Mb/s on links) Implementation 20 MILP with GLPK (open source C solver) Heuristic implementation in Java with JUNG

21 Performance evaluation on GEANT Computation duration Observations Number of vdpi Costs decomposition Very good match in terms of cost but variations on the decisions Heuristics times faster vdpi can be deployed on a limited number of sites 21

22 Going large scale! Generating random graphs Different network structures - Barabasi-Albert - Erdős Rényi Flat traffic matrix where everybody communicate with each other Example of number of links for Barabasi-Albert graphs Density:

23 Performance evaluation on large graphs Barabasi-Albert graphs vdpi (site opening cost) = $2500 Computation duration Number of vdpi Costs decomposition 23

24 Performance evaluation on large graphs Erdős Rényi graphs vdpi (site opening cost) = $2500 Computation duration Number of vdpi Costs decomposition 24

25 Conclusion and perspective A Centrality-based greedy algorithm for vdpi placement Finds out a vdpi engine deployment that satisfies the trade-off between the minimum number of probes and the minimum network load Very good match in terms of cost but variations on the decisions Very fast computation w.r.t. to the ILP Other ongoing work VNFs chaining and placement -> CloudNet 2015 Service composition and brokerage -> CloudNet NFV marketplace modeling -> Official in the coming days! And more to come!

26 ANR REFLEXION Project REsilient and FLEXible Infrastructure for Open Networking Consortium: Starting date: 1st February 2015 Duration: 2 years + 6 months Coordinator: Mathieu Bouet, Thales Communications & Security SAS 1. Thales Communications & Security SAS (TCS) 2. Orange SA 3. Institut National de Recherche en Informatique et en Automatique (INRIA) 4. Laboratoire d'informatique de Paris 6 (LIP6) 5. Ecole Normale Supérieure De Lyon (ENSL) 6. 6WIND 7. Institut Mines Telecom - LTCI Télécom ParisTech (TPT) ANR-14-CE

27 Website 27

28 Thank you! Questions?

NFV Forum Progression to Launch

NFV Forum Progression to Launch NFV Forum Progression to Launch Laurent Laporte Technology Development Strategist Sprint September 25, 2014 Progression to NFV Forum Launch TOPS Council SDN/NFV Focus Group: NFV Landscape Assessment completed,

More information

Introduction to Quality Assurance for Service Provider Network Functions Virtualization

Introduction to Quality Assurance for Service Provider Network Functions Virtualization Introduction to Quality Assurance for Service Provider Network Functions Virtualization Carsten Rossenhoevel, Managing Director European Advanced Networking Test Center 2015-09-08 Company Introduction

More information

ETSI NFV Management and Orchestration - An Overview

ETSI NFV Management and Orchestration - An Overview ETSI NFV Management and Orchestration - An Overview Mehmet Ersue ETSI NFV MANO WG Co-chair (mehmet.ersue@nsn.com) IETF #88, Vancouver, Canada ization as a Paradigm Network Functions (VNF) Machine Machine

More information

White Paper - Huawei Observation to NFV

White Paper - Huawei Observation to NFV White Paper - Huawei Observation to NFV White Paper - Huawei Observation to NFV 1 NFV Overview...2 1.1 Motivation for Network Function Virtualization...2 1.2 NFV Ecosystem Is Being Built Up...3 2 Major

More information

ETSI NFV ISG DIRECTION & PRIORITIES

ETSI NFV ISG DIRECTION & PRIORITIES ETSI NFV ISG DIRECTION & PRIORITIES San Jose, May 6th 2015 Steven Wright (AT&T), Chair ETSI NFV ISG 1 ETSI 2012. All rights reserved NFV: The Equipment Market TransformaJon Classical Network Appliance

More information

Software-Defined Network (SDN) & Network Function Virtualization (NFV) Po-Ching Lin Dept. CSIE, National Chung Cheng University

Software-Defined Network (SDN) & Network Function Virtualization (NFV) Po-Ching Lin Dept. CSIE, National Chung Cheng University Software-Defined Network (SDN) & Network Function Virtualization (NFV) Po-Ching Lin Dept. CSIE, National Chung Cheng University Transition to NFV Cost of deploying network functions: Operating expense

More information

Panel: Cloud/SDN/NFV 黃 仁 竑 教 授 國 立 中 正 大 學 資 工 系 2015/12/26

Panel: Cloud/SDN/NFV 黃 仁 竑 教 授 國 立 中 正 大 學 資 工 系 2015/12/26 Panel: Cloud/SDN/NFV 黃 仁 竑 教 授 國 立 中 正 大 學 資 工 系 2015/12/26 1 Outline Cloud data center (CDC) Software Defined Network (SDN) Network Function Virtualization (NFV) Conclusion 2 Cloud Computing Cloud computing

More information

Realizing Network Function Virtualization Management and Orchestration with Model Based Open Architecture

Realizing Network Function Virtualization Management and Orchestration with Model Based Open Architecture Realizing Network Function Virtualization Management and Orchestration with Model Based Open Architecture YuLing Chen, Yinghua Qin, Mark Lamb, Wenjing Chu Nov., 2015 NFV creates new requirements for Network

More information

Network Operations in the Era of NFV & SDN. Chris Bilton - Director of Research & Technology, BT

Network Operations in the Era of NFV & SDN. Chris Bilton - Director of Research & Technology, BT Network Operations in the Era of NFV & SDN Chris Bilton - Director of Research & Technology, BT Agenda 1 2 3 4 Introduction Overview of NfV & SDN The Challenge Today s Carrier operations Contrasting Carrier

More information

Network Function Virtualization & Software Defined Networking

Network Function Virtualization & Software Defined Networking Network Function Virtualization & Software Defined Networking Rencontres Inria Industrie «Télécoms du futur» 13 novembre 2014 Walid Dabbous Outline Network Functions Virtualization Software Defined Networks

More information

NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization

NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization White Paper NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization NFV Orchestration Overview Network Function Virtualization (NFV) technology, in combination

More information

Nokia CloudBand Network Director

Nokia CloudBand Network Director Nokia CloudBand Network Director Product Information Nokia CloudBand Network Director automates and optimizes the management of network services and distributed multivendor NFV environments, allowing simpler

More information

CLOUDBAND WITH OPENSTACK AS NFV PLATFORM STRATEGIC WHITE PAPER NFV INSIGHTS SERIES

CLOUDBAND WITH OPENSTACK AS NFV PLATFORM STRATEGIC WHITE PAPER NFV INSIGHTS SERIES CLOUDBAND WITH OPENSTACK AS NFV PLATFORM STRATEGIC WHITE PAPER NFV INSIGHTS SERIES OpenStack is an open-source technology with many capabilities that are needed in any Network Functions Virtualization

More information

Network Functions Virtualization (NFV) for Next Generation Networks (NGN)

Network Functions Virtualization (NFV) for Next Generation Networks (NGN) P a g e 1 Network Functions Virtualization (NFV) for Next Generation Networks (NGN) Summary Network Functions Virtualization (NFV) has drawn industry attention. Network Virtualization aims to transform

More information

NFV Director overview

NFV Director overview NFV Director overview June 2014 Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. NFV the new business of the network Why now?

More information

Virtual Network Functions Placement and Routing Optimization

Virtual Network Functions Placement and Routing Optimization Virtual Network Functions Placement and Routing Optimization Bernardetta Addis, Dallal Belabed, Mathieu Bouet, Stefano Secci LORIA, France. Email: bernardetta.addis@loria.fr. Sorbonne Universités, UPMC

More information

Dynamic Service Chaining for NFV/SDN

Dynamic Service Chaining for NFV/SDN Dynamic Service Chaining for NFV/SDN Kishore Inampudi A10 Networks, Inc. Agenda Introduction NFV Reference Architecture NFV Use cases Policy Enforcement in NFV/SDN Challenges in NFV environments Policy

More information

The Role of Big Data & Advanced Analytics in SDN/NFV. Moderated by Jim Hodges, Senior Analyst, Heavy Reading June 9, 2015

The Role of Big Data & Advanced Analytics in SDN/NFV. Moderated by Jim Hodges, Senior Analyst, Heavy Reading June 9, 2015 The Role of Big Data & Advanced Analytics in SDN/NFV Moderated by Jim Hodges, Senior Analyst, Heavy Reading June 9, 2015 DAY 1 TUESDAY, JUNE 9, 2015 3:00 4:00 PM BREAKOUT ROOM #4 VIRTUALIZATION The Role

More information

www.wipro.com NFV and its Implications on Network Fault Management Abhinav Anand

www.wipro.com NFV and its Implications on Network Fault Management Abhinav Anand www.wipro.com NFV and its Implications on Network Fault Management Abhinav Anand Table of Contents Introduction... 03 Network Fault Management operations today... 03 NFV and Network Fault Management...

More information

AN OPEN PLATFORM TO ACCELERATE NFV. A Linux Foundation Collaborative Project

AN OPEN PLATFORM TO ACCELERATE NFV. A Linux Foundation Collaborative Project AN OPEN PLATFORM TO ACCELERATE NFV A Linux Foundation Collaborative Project TABLE OF CONTENTS Executive Summary...3 Contributing Organizations and Authors...4 Introducing OPNFV...5 The Benefits of OPNFV...6

More information

Leveraging SDN and NFV in the WAN

Leveraging SDN and NFV in the WAN Leveraging SDN and NFV in the WAN Introduction Software Defined Networking (SDN) and Network Functions Virtualization (NFV) are two of the key components of the overall movement towards software defined

More information

Going Virtual: Intel and Red Hat Demonstrate SDN Service-Chaining Solutions

Going Virtual: Intel and Red Hat Demonstrate SDN Service-Chaining Solutions White Paper Intel Open Network Platform Software Defined Networking Division Going Virtual: Intel and Red Hat Demonstrate SDN Service-Chaining Solutions As software-defined networking (SDN) and network

More information

The Role of Virtual Routers In Carrier Networks

The Role of Virtual Routers In Carrier Networks The Role of Virtual Routers In Carrier Networks Sterling d Perrin Senior Analyst, Heavy Reading Agenda Definitions of SDN and NFV Benefits of SDN and NFV Challenges and Inhibitors Some Use Cases Some Industry

More information

How to Hear the Web Seminar

How to Hear the Web Seminar How to Hear the Web Seminar Click on Communicate in the top menu bar Select Integrated Voice Conference in the drop down Click Join to join the conference You will be able to listen to the presenter through

More information

Impact of SDN and NFV on OSS/BSS

Impact of SDN and NFV on OSS/BSS Impact of SDN and NFV on OSS/BSS ONF Solution Brief March 1, 2016 Disclaimer THIS SPECIFICATION IS PROVIDED AS IS WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT,

More information

Ensuring end-user quality in NFV-based infrastructures

Ensuring end-user quality in NFV-based infrastructures Ensuring end-user quality in NFV-based infrastructures Leveraging distributed NFV cloud nodes to provide instant assessment of end-user experience EXECUTIVE SUMMARY Compute resources for virtual network

More information

Cisco NFV Solution for the Cisco Evolved Services Platform

Cisco NFV Solution for the Cisco Evolved Services Platform Cisco NFV Solution for the Cisco Evolved Services Platform Cisco Knowledge Network Presentation Vijay Venugopal Senior Manager, Product Marketing, Cisco Cloud and Virtualization Group September 2014 Agenda

More information

Network Functions as-a-service over Virtualised Infrastructures T-NOVA. Presenter: Dr. Mamadu Sidibe

Network Functions as-a-service over Virtualised Infrastructures T-NOVA. Presenter: Dr. Mamadu Sidibe Network Functions as-a-service over Virtualised Infrastructures T-NOVA Presenter: Dr. Mamadu Sidibe Presentation Outline Brief introduction to NFV T-NOVA Facts T-NOVA Consortium T-NOVA Vision T-NOVA objectives

More information

Network Management and Orchestration Evolution Strategies

Network Management and Orchestration Evolution Strategies Network Management and Orchestration Evolution Strategies SPONSORED BY WORKSHOP: NETWORK MANAGEMENT & ORCHESTRATION EVOLUTION STRATEGIES September 15, 2016 Moderator: Jim Hodges, Senior Analyst, Heavy

More information

NOTA DE PRENSA PRESS RELEASE

NOTA DE PRENSA PRESS RELEASE NOTA DE PRENSA PRESS RELEASE Telefónica collaborates with Brocade, Cyan, Intel and Red Hat to showcase an orchestrated End-to-End Network Function Virtualization Architecture The demo shows how an advanced

More information

SDN and NFV in the WAN

SDN and NFV in the WAN WHITE PAPER Hybrid Networking SDN and NFV in the WAN HOW THESE POWERFUL TECHNOLOGIES ARE DRIVING ENTERPRISE INNOVATION rev. 110615 Table of Contents Introduction 3 Software Defined Networking 3 Network

More information

Organization Transformation for Network Function Virtualization Infrastructure As A Service (NFVIaaS)

Organization Transformation for Network Function Virtualization Infrastructure As A Service (NFVIaaS) Organization Transformation for Network Function Virtualization As A (NFVIaaS) Author: Enrico Montariolo Operations Architect VMware Global Professional s November 2015 Table of Contents Introduction...

More information

OpenStack, OpenDaylight, and OPNFV. Chris Wright Chief Technologist Red Hat Feb 3, 2015. CHRIS WRIGHT OpenStack, SDN and NFV

OpenStack, OpenDaylight, and OPNFV. Chris Wright Chief Technologist Red Hat Feb 3, 2015. CHRIS WRIGHT OpenStack, SDN and NFV OpenStack, OpenDaylight, and OPNFV Chris Wright Chief Technologist Red Hat Feb 3, 2015 1 Agenda Introduction Open Source NFV OPNFV OpenDaylight OVS+DPDK Red Hat and NFV 2 Who am I? Chris Wright Chief Technologist

More information

Ensuring end-user quality in NFV-based infrastructure

Ensuring end-user quality in NFV-based infrastructure Ensuring end-user quality in NFV-based infrastructure Distributed NFV cloud nodes provide instant assessment of the end-user experience EXECUTIVE SUMMARY Compute resources for virtual network functions

More information

SDN, NFV & Future Technologies. Chris Thompson Director of Product Management, Cloud Connectivity Solutions

SDN, NFV & Future Technologies. Chris Thompson Director of Product Management, Cloud Connectivity Solutions SDN, NFV & Future Technologies Chris Thompson Director of Product Management, Cloud Connectivity Solutions Agenda SDN & NFV projections Terminology and protocols Overview of SDN, NFV and NV CPE Evolution

More information

On Orchestrating Virtual Network Functions

On Orchestrating Virtual Network Functions On Orchestrating Virtual Network Functions Presented @ CNSM 2015 Md. Faizul Bari, Shihabur Rahman Chowdhury, and Reaz Ahmed, and Raouf Boutaba David R. Cheriton School of Computer science University of

More information

Telecom - The technology behind

Telecom - The technology behind SPEED MATTERS v9.3. All rights reserved. All brand names, trademarks and copyright information cited in this presentation shall remain the property of its registered owners. Telecom - The technology behind

More information

Different NFV/SDN Solutions for Telecoms and Enterprise Cloud

Different NFV/SDN Solutions for Telecoms and Enterprise Cloud Solution Brief Artesyn Embedded Technologies* Telecom Solutions Intel Xeon Processors Different NFV/SDN Solutions for Telecoms and Enterprise Cloud Networking solutions from Artesyn Embedded Technologies*

More information

Value Creation with Innovative Network Interface Devices (NIDs)

Value Creation with Innovative Network Interface Devices (NIDs) NETWORK FUNCTIONS VIRTUALIZATION NETWORK FUNCTIONS VIRTUALIZATION Value Creation with Innovative Network Interface Devices (s) 3 NETWORK FUNCTIONS VIRTUALIZATION 2 Growing Business While Adopting Network

More information

What is SDN all about?

What is SDN all about? What is SDN all about? Emil Gągała Juniper Networks Piotr Jabłoński Cisco Systems In the beginning there was a chaos CLOUD BUILDING BLOCKS CAN I VIRTUALIZE MY Compute Network? Storage Where is my money?

More information

WHITE PAPER. How To Compare Virtual Devices (NFV) vs Hardware Devices: Testing VNF Performance

WHITE PAPER. How To Compare Virtual Devices (NFV) vs Hardware Devices: Testing VNF Performance WHITE PAPER How To Compare Virtual Devices (NFV) vs Hardware Devices: Testing VNF Performance www.ixiacom.com 915-3132-01 Rev. B, June 2014 2 Table of Contents Network Functions Virtualization (NFV): An

More information

Top 26 Companies in the Global NFV Market

Top 26 Companies in the Global NFV Market Top 26 Companies in the Global NFV Market Network Function Virtualization (NFV) refers to the combination of hardware and software network features in a single virtual network. The concept was initiated

More information

SDN and NFV Open Source Initiatives. Systematic SDN and NFV Workshop Challenges, Opportunities and Potential Impact

SDN and NFV Open Source Initiatives. Systematic SDN and NFV Workshop Challenges, Opportunities and Potential Impact SDN and NFV Open Source Initiatives Systematic SDN and NFV Workshop Challenges, Opportunities and Potential Impact May 19, 2014 Eric CARMES 6WIND Founder and CEO SPEED MATTERS V1.0. All rights reserved.

More information

Management and Orchestration of Virtualized Network Functions

Management and Orchestration of Virtualized Network Functions Management and Orchestration of Virtualized Network Functions Elisa Maini Dep. of Electrical Engineering and Information Technology, University of Naples Federico II AIMS 2014, 30 th June 2014 Outline

More information

THE VIRTUAL PROBE: ASSURANCE & MONITORING IN THE NFV/SDN ERA

THE VIRTUAL PROBE: ASSURANCE & MONITORING IN THE NFV/SDN ERA THE VIRTUAL PROBE: ASSURANCE & MONITORING IN THE NFV/SDN ERA White paper December 2015 2 Amdocs service assurance and customer experience monitoring solution is designed for operators who are migrating

More information

Towards recursive virtualization and programming for network and cloud resources

Towards recursive virtualization and programming for network and cloud resources Towards recursive virtualization and programming for network and cloud resources (draft-unify-nfvrg-recursive-programming-02) Robert Szabo Zu Qiang Mario Kind Ericsson and Deutsche Telekom AG NFVRG, IETF

More information

The Next Frontier for SDN: SDN Transport

The Next Frontier for SDN: SDN Transport The Next Frontier for SDN: SDN Transport Vishnu Shukla Verizon OIF President June 2, 2015 TIA 2015, Dallas Changing Role of Transport Networks A new kind of business customer Using both private and public

More information

Delivering Managed Services Using Next Generation Branch Architectures

Delivering Managed Services Using Next Generation Branch Architectures Delivering Managed Services Using Next Generation Branch Architectures By: Lee Doyle, Principal Analyst at Doyle Research Sponsored by Versa Networks Executive Summary Network architectures for the WAN

More information

T-NOVA: Network Functions As-a-Service Over Virtualized Infrastructures. George Xilouris T-NOVA Technical Coordinator

T-NOVA: Network Functions As-a-Service Over Virtualized Infrastructures. George Xilouris T-NOVA Technical Coordinator T-NOVA: Network Functions As-a-Service Over Virtualized Infrastructures George Xilouris T-NOVA Technical Coordinator T-NOVA Facts ICT Call 11 (FP7-ICT-2013-11) Objective ICT-2013.1.1.: Future Networks

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 Openness with Carrier-Grade Quality P.4 vepc

More information

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation 1

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation 1 Accelerate OpenStack* Together * OpenStack is a registered trademark of the OpenStack Foundation 1 Software Defined Infrastructure A Gateway to Faster Innovation & Lower Costs Adrian Hoban (Intel) Alan

More information

OpenFlow-enabled SDN and Network Functions Virtualization. ONF Solution Brief February 17, 2014

OpenFlow-enabled SDN and Network Functions Virtualization. ONF Solution Brief February 17, 2014 OpenFlow-enabled SDN and Functions Virtualization ONF Solution Brief February 17, 2014 Table of Contents 2 Executive Summary 3 SDN Overview 4 Introduction to NFV 5 NFV Challenges 6 NFV/SDN Example Use

More information

Why Service Providers Need an NFV Platform Strategic White Paper

Why Service Providers Need an NFV Platform Strategic White Paper Why Service Providers Need an NFV Platform Strategic White Paper Network Functions Virtualization (NFV) brings proven cloud computing and IT technologies into the networking domain to help service providers

More information

The following normative disclaimer shall be included on the front page of a PoC report:

The following normative disclaimer shall be included on the front page of a PoC report: Annex B (normative): NFV ISG PoC #28 Report 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 NFV ISG

More information

The programmable network cloud

The programmable network cloud ericsson White paper Uen 288 23-3211 Rev B December 2015 The programmable network cloud ENRICHING THE CLOUD WITH NFV AND SDN Operators need to ensure that their networks remain a relevant and vital part

More information

Network Functions Virtualization (NFV); Testing Best Practices

Network Functions Virtualization (NFV); Testing Best Practices 2014 QualiTest Group Ltd. ALL RIGHTS RESERVED. This document and any and all content or material contained herein, including text, graphics, images and logos, are either exclusively owned by Qualitest

More information

Data Center SDN. ONF SDN Solutions Showcase Theme Demonstrations SDN SOLUTIONS SHOWCASE

Data Center SDN. ONF SDN Solutions Showcase Theme Demonstrations SDN SOLUTIONS SHOWCASE SDN SOLUTIONS SHOWCASE Data Center SDN ONF SDN Solutions Showcase Theme Demonstrations SDN SOLUTIONS SHOWCASE NFV Orchestration for SLA Guarantee Services Luxoft SuperCloud NFV Orchestrator, Qosmos SAM

More information

VNF & Performance: A practical approach

VNF & Performance: A practical approach VNF & Performance: A practical approach Luc Provoost Engineering Manager, Network Product Group Intel Corporation SDN and NFV are Forces of Change One Application Per System Many Applications Per Virtual

More information

CARRIER LANDSCAPE FOR SDN NEXT LEVEL OF TELCO INDUSTRILIZATION?

CARRIER LANDSCAPE FOR SDN NEXT LEVEL OF TELCO INDUSTRILIZATION? CARRIER LANDSCAPE FOR SDN NEXT LEVEL OF TELCO INDUSTRILIZATION? Andreas Gladisch, Fritz-Joachim Westphal Deutsche Telekom Innovation Labs COMPLEXITY BY DOZENS OF SPECIALIZED BOXES AND THOUSANDS OF PROTOCOLS.

More information

Software Defined Security Mechanisms for Critical Infrastructure Management

Software Defined Security Mechanisms for Critical Infrastructure Management Software Defined Security Mechanisms for Critical Infrastructure Management SESSION: CRITICAL INFRASTRUCTURE PROTECTION Dr. Anastasios Zafeiropoulos, Senior R&D Architect, Contact: azafeiropoulos@ubitech.eu

More information

Blue Planet. Introduction. Blue Planet Components. Benefits

Blue Planet. Introduction. Blue Planet Components. Benefits Blue Planet Introduction Cyan Blue Planet is the first Software- Defined Network (SDN) and Network Function Virtualization (NFV) platform purpose- built for service providers and the wide area network.

More information

Unifying the Programmability of Cloud and Carrier Infrastructure

Unifying the Programmability of Cloud and Carrier Infrastructure Unifying the Programmability of Cloud and Carrier Infrastructure Mario Kind EWSDN 2014, Budapest UNIFY is co-funded by the European Commission DG CONNECT in FP7 We might only have to knit the future. Operator

More information

Platform Technology to Support Network Functions Virtualization Solution

Platform Technology to Support Network Functions Virtualization Solution Platform Technology to Support Network Functions Virtualization Solution Shoji Temma Hiroaki Tanaka Masataka Sakata The concept of network functions virtualization (NFV), introduced at SDN & OpenFlow World

More information

Software Defined Networks (SDN) and Network Function Virtualization (NFV) Market, Forecasts, and Impact on Network Operators 2015-2020

Software Defined Networks (SDN) and Network Function Virtualization (NFV) Market, Forecasts, and Impact on Network Operators 2015-2020 Brochure More information from http://www.researchandmarkets.com/reports/3108732/ Software Defined Networks (SDN) and Network Function Virtualization (NFV) Market, Forecasts, and Impact on Network Operators

More information

Open Source and Network Function Virtualization

Open Source and Network Function Virtualization Open Source and Network Function Virtualization Dave Neary dneary@redhat.com / @nearyd Open Source and Standards, Red Hat June 26th, 2015 1 Agenda 1. What is NFV? 2. Why are telcos investing in NFV? 3.

More information

Management & Orchestration of Metaswitch s Perimeta Virtual SBC

Management & Orchestration of Metaswitch s Perimeta Virtual SBC Metaswitch.com OvertureNetworks.com Management & Orchestration of Metaswitch s Perimeta Virtual SBC Fortify your edge and protect your core with the Perimeta Session Border Controller: Virtual The 1st

More information

Protecting Your SDN and NFV Network from Cyber Security Vulnerabilities with Full Perimeter Defense

Protecting Your SDN and NFV Network from Cyber Security Vulnerabilities with Full Perimeter Defense Protecting Your SDN and NFV Network from Cyber Security Vulnerabilities with Full Perimeter Defense Telco Systems and Celare in a nutshell Company overview Some of our customers Sister companies, subsidiary

More information

RELIABILITY AND NFV BRIAN LEVY CTO SP SECTOR EMEA

RELIABILITY AND NFV BRIAN LEVY CTO SP SECTOR EMEA RELIABILITY AND NFV BRIAN LEVY CTO SP SECTOR EMEA Copyright 2014 Juniper Networks, Inc. THE ETSI NFV FOUNDATION ARCHITECTURE Juniper is an active supporter of the ETSI Network Functions Virtualisation

More information

COMPUTING. Centellis Virtualization Platform An open hardware and software platform for implementing virtualized applications

COMPUTING. Centellis Virtualization Platform An open hardware and software platform for implementing virtualized applications COMPUTING Data Sheet Centellis VP provides the hardware and software platform to deploy carrier grade virtualized applications. Application virtualization software framework based on industry standard

More information

Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D

Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D Product Manager NSO 10 June 2015 Key Market Trends and Challenges Changing

More information

End-to-End Service Instantiation Using Open-Source Management and Orchestration Components

End-to-End Service Instantiation Using Open-Source Management and Orchestration Components white paper Network Functions Virtualization Mobile World Congress 2016 End-to-End Service Instantiation Using Open-Source Management and Orchestration Components An open-source orchestration solution

More information

SDN/Virtualization and Cloud Computing

SDN/Virtualization and Cloud Computing SDN/Virtualization and Cloud Computing Agenda Software Define Network (SDN) Virtualization Cloud Computing Software Defined Network (SDN) What is SDN? Traditional Network and Limitations Traditional Computer

More information

Service Flexibility and Agility with Network Function Virtualization (NFV)

Service Flexibility and Agility with Network Function Virtualization (NFV) Service Flexibility and Agility with Network Function Virtualization (NFV) Steve Northridge Oracle Communications Cloud Communications Alliance New York City June 24, 2015 Presentation Overview 1 2 3 4

More information

ETSI GS NFV 002 V1.1.1 (2013-10)

ETSI GS NFV 002 V1.1.1 (2013-10) GS NFV 002 V1.1.1 (2013-10) Group Specification Network Functions Virtualisation (NFV); Architectural Framework Disclaimer This document has been produced and approved by the Network Functions Virtualisation

More information

Intel Network Builders Solution Brief. Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks

Intel Network Builders Solution Brief. Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks Intel Network Builders Solution Brief Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks Overview Wireless networks built using small cell base stations are enabling mobile network

More information

Cloud communication and collaboration with Rapport on CloudBand

Cloud communication and collaboration with Rapport on CloudBand Cloud communication and collaboration with Rapport on CloudBand Telco Cloud Application Note 1 Application Note Executive summary Service providers around the globe are introducing cloud-based communication

More information

SDN: A NEW PARADIGM. Kireeti Kompella CTO, JDI

SDN: A NEW PARADIGM. Kireeti Kompella CTO, JDI SDN: A NEW PARADIGM Kireeti Kompella CTO, JDI AGENDA What is SDN? Definition and goals of SDN Analogy with Compute Virtualization Orchestration for Agile Provisioning Unified SDN What parts of the network

More information

Enabling rapid and adaptive network applications deployment

Enabling rapid and adaptive network applications deployment Enabling rapid and adaptive network applications deployment Net Futures 2015 Session: Network Applications how to unleash the full innovation-potential of SDN and NFV March, 26 th 2015, Brussels Dr. Anastasios

More information

THE FRINGE OF ETSI ISG NFV Leveraging Proofs of Concept (PoCs) and reconciling SDN and NFV

THE FRINGE OF ETSI ISG NFV Leveraging Proofs of Concept (PoCs) and reconciling SDN and NFV THE FRINGE OF ETSI ISG NFV Leveraging Proofs of Concept (PoCs) and reconciling SDN and NFV Silvia Almagia, ETSI CTI Diego Lopez, Telefonica I+D, ETSI ISG NFV About ETSI European Telecommunications Standards

More information

The 2015 Guide to SDN and NFV

The 2015 Guide to SDN and NFV The 2015 Guide to SDN and NFV Executive Summary By Dr. Jim Metzler, Ashton Metzler & Associates Distinguished Research Fellow and Co-Founder Webtorials Analyst Division Sponsored in part by: Produced by:

More information

4G Americas Bringing Network Function Virtualization to LTE November 2014 0

4G Americas Bringing Network Function Virtualization to LTE November 2014 0 4G Americas Bringing Network Function Virtualization to LTE November 2014 0 TABLE OF CONTENTS Introduction...4 1. Benefits of NFV as a Concept...8 1.1 Improved Capital Efficiency...8 1.2 Operational Efficiencies...9

More information

Distributed Network Functions Virtualization

Distributed Network Functions Virtualization White Paper Distributed Network Functions Virtualization An Introduction to D-NFV Yuri Gittik Head of Strategic Marketing RAD March 2014 Abstract Network functions virtualization NFV has quickly attracted

More information

Tacker: VNF Lifecycle Management and Beyond. Sridhar Ramaswamy, Brocade IETF #93

Tacker: VNF Lifecycle Management and Beyond. Sridhar Ramaswamy, Brocade IETF #93 Tacker: VNF Lifecycle Management and Beyond Sridhar Ramaswamy, Brocade IETF #93 Agenda General Background Tacker Architecture & Workflow Tacker Features Project Update & Roadmap NFV MANO Role of VNF Manager

More information

An Integrated Validation Approach to SDN & NFV

An Integrated Validation Approach to SDN & NFV www.wipro.com An Integrated Validation Approach to SDN & NFV Key challenges, implementation strategies and the road ahead. Jayaprakash Hariharan Mohan Kumar Table of Contents 03...Abstract 04...Introduction

More information

Virtualization, SDN and NFV

Virtualization, SDN and NFV Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,

More information

SDN. What's Software Defined Networking? Angelo Capossele

SDN. What's Software Defined Networking? Angelo Capossele SDN What's Software Defined Networking? Angelo Capossele Outline Introduction to SDN OpenFlow Network Functions Virtualization Some examples Opportunities Research problems Security Case study: LTE (Mini)Tutorial

More information

Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform

Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform Daniel King d.king@lancaster.ac.uk Matthew Broadbent m.broadbent@lancaster.ac.uk David Hutchison d.hutchison@lancaster.ac.uk

More information

SDN Applications in Today s Data Center

SDN Applications in Today s Data Center SDN Applications in Today s Data Center Harry Petty Director Data Center & Cloud Networking Cisco Systems, Inc. Santa Clara, CA USA October 2013 1 Customer Insights: Research/ Academia OpenFlow/SDN components

More information

Group-Based Policy for OpenStack

Group-Based Policy for OpenStack Group-Based Policy for OpenStack Introduction Over the past four years, OpenStack has grown from a simple open source project to a major community-based initiative including thousands of contributors in

More information

NFV and What it Means to You From ETSI to MANO to YANG Making Sense of it All

NFV and What it Means to You From ETSI to MANO to YANG Making Sense of it All NFV and What it Means to You From ETSI to MANO to YANG Making Sense of it All By: GigaSpaces Research, Cloudify Team Contributors: Nati Shalom, Yaron Parasol, Shay Naeh, Yoram Weinreb NFV and What it Means

More information

Definition of a White Box. Benefits of White Boxes

Definition of a White Box. Benefits of White Boxes Smart Network Processing for White Boxes Sandeep Shah Director, Systems Architecture EZchip Technologies sandeep@ezchip.com Linley Carrier Conference June 10-11, 2014 Santa Clara, CA 1 EZchip Overview

More information

DPI & Traffic Analysis in Networks Based on NFV and SDN

DPI & Traffic Analysis in Networks Based on NFV and SDN White Paper DPI & Traffic Analysis in Networks Based on NFV and SDN Prepared by Graham Finnie Chief Analyst, Heavy Reading www.heavyreading.com on behalf of www.qosmos.com January 2014 Executive Summary

More information

Ontology, NFV and the Future OSS September 2015

Ontology, NFV and the Future OSS September 2015 Ontology, NFV and the Future OSS September 2015 As NFV moves from labs and trials into production, the need to assure the services it delivers has become urgent, but legacy tools struggle to deliver. Ontology

More information

Joint Virtual Network Function Placement and Routing of Traffic in Operator Networks

Joint Virtual Network Function Placement and Routing of Traffic in Operator Networks Department of Computer Science University of California Davis 2063 Kemper Hall, One Shields Avenue Davis, CA 95616-5294 USA http://www.cs.ucdavis.edu (530) 752-7004 Joint Virtual Network Function Placement

More information

Network Functions Virtualization and Diameter Signaling Controllers. Enabling the telecom network migration to the Cloud!

Network Functions Virtualization and Diameter Signaling Controllers. Enabling the telecom network migration to the Cloud! Network Functions Virtualization and Diameter Signaling Controllers Enabling the telecom network migration to the Cloud! Table of Contents Introduction..................................... 3 Business Challenges

More information

At MWC 2014, network function. CloudIMS kicks off NFV for carrier networks. NFV: Revolutionizing network architecture. Industry Perspectives

At MWC 2014, network function. CloudIMS kicks off NFV for carrier networks. NFV: Revolutionizing network architecture. Industry Perspectives Industry Perspectives CloudIMS kicks off NFV for carrier networks By Deng Ao With the proliferation of LTE, basing VoLTE on the IMS has become a carrier priority. IMS features high performance, high integration,

More information

Transforming Service Life Cycle Through Automation with SDN and NFV

Transforming Service Life Cycle Through Automation with SDN and NFV Transforming Service Life Cycle Through Automation with SDN and NFV Automated workflows improve TCO for service delivery 1 Table of Contents Executive Summary... 3 Introduction... 3 Today s Challenges...

More information

VIRTUALIZING THE EDGE

VIRTUALIZING THE EDGE VIRTUALIZING THE EDGE NFV adoption to transform telecommunications infrastructure Karthik Kailasam Director, Integrated Modular Solutions September 2015 Key Messages The transformation of telecom networks

More information

7 FALLACIES OF NETWORK FUNCTION VIRTUALIZATION

7 FALLACIES OF NETWORK FUNCTION VIRTUALIZATION 7 FALLACIES OF NETWORK FUNCTION VIRTUALIZATION Steven Wright, MBA PhD JD Chair, ETSI NFV ISG ETSI 2015. All rights reserved The Seven Fallacies* Recast to NFV The network is reliable. Latency is zero.

More information

Network Services Orchestration Software Defined Networks, Network Function Virtualization - TODAY

Network Services Orchestration Software Defined Networks, Network Function Virtualization - TODAY Network Services Orchestration Software Defined Networks, Network Function Virtualization - TODAY Bruno Paolini EMEA, Managing Director bpaolini@anutanetworks.com 2013 Anuta Networks Agenda A few facts

More information