Management in SDN/NFV

Size: px
Start display at page:

Download "Management in SDN/NFV"

Transcription

1 Management in SDN/NFV Network Management Spring 2018 Bahador Bakhshi CE & IT Department, Amirkabir University of Technology

2 Outline Introduction What is the SDN? NM in SDN What is the NFV? NM in NFV Summary 2

3 Outline Introduction What is the SDN? NM in SDN What is the NFV? NM in NFV Summary 3

4 Limitation of Existing Architectures Lake of centralized global view Protocols try to approximate an understanding of global network conditions based on local communication Different protocols & mechanisms solve different parts of networking puzzle Complexity Fairly Static Network Contradiction with currently highly dynamic traffic (e.g., VM Migration) Difficult to implement network wide consistent (e.g., security, QoS, ) policies Complexity of scaling up the network in timely manner Vendor dependency due to lake of standard open interfaces 4

5 New Business Requirements 6

6 New Networking Requirements 7

7 SDN Main Idea Collection of network embedded applications used to control the operation of the network The architecture claims: Adaptable agile: adjust network-wide traffic flow to meet changing needs Manageable: logically centralized network state is managed automatically by programs Cost-effective: Open standard based & vendor-neutral HW & SW Through directly programmable control plane 8

8 SDN Concept f ( Map) f ( Map) f ( Map) Control Program Control Program Global Network Map Network OS Control Program Abstract Forwarding Model (e.g. OpenFlow) Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding 9

9 NFV Main Idea Abstraction of network functions (as software) from dedicated hardware Traditional Model Dedicated embedded system for each function Long product cycle Virtualizing network functionalities on standard servers 11

10 NFV Concept 12

11 Management of SDN/NFV based Nets. Technical aspects New architectures new components Management improvement Management challenges Business issues: Effect on OpEx and CapEx Cost reduction is an objective of SDN & NFV NM is service providers tool to success business Both have a objective in common 14

12 SDN Promise for Capex Reduction Reduce the purchase cost of hardware Reduced vendor lock-in and use of commodity hardware Reduced cost of software A single controller can steer multiple devices Higher utilization rates of network Effective traffic steering and open the network for other operators via network virtualization 15

13 SDN Promise for Opex Reduction Lower maintenance and repair cost SDN creates a single cohesive structure and better testing possibilities ahead of rollout Lower service provisioning and management cost SDN enables automated configuration of network Lower energy cost There is no more energy consumption by the control plane and better traffic steering 16

14 NFV Promise for Capex Reduction Lower hardware purchase cost Common hardware is cheaper then proprietary specialized hardware Higher utilization of equipment Physical resource sharing among virtualized functions 17

15 NFV Promise for Opex Reduction Lower service provisioning cost Automated service provisioning Lower energy cost Hardware sharing among functions Lower maintenance cost Common hardware is cheaper than dedicated one Lower system/function upgrade No need to hardware upgrade 18

16 Outline Introduction What is the SDN? Big Picture Technical Details NM in SDN What is the NFV? NM in NFV Summary 19

17 Implementation of the SDN idea Remark: programmable control plane Question: How to build programmable control plane? Similar question: how to build a programmable computers? Answer Simple and general purpose hardware Abstraction of HW resources Answer: Variables are abstraction of main memory Operators are abstraction of ALU Simple & general purpose network equipment Abstraction of control plane 20

18 Implementation of the SDN idea Question 1: What should the Simple & general purpose network equipment do? Einstein: as simple as possible, but no simpler As simple as possible Just forward packets But no simpler But not blind!! Flow based Answer: Forwards packets based on rules installed for flows by application Similar to computer: Performs bit operations based on instructions by the programs Question 2: What should be abstracted? 21

19 Control Plane Abstraction Control plane must compute forwarding state. To accomplish its task, the control plane must: Figure out what network looks like (topology) Figure out how to accomplish goal on given topology Tell switches what to do (configure forwarding state) We view this as a natural set of requirements... It is similar to machine-level languages Every program should management every details of hardware (RAM, console IO, ) Solution Abstract operation are compiled to machine level Abstract resources by OS and libraries 22

20 The Control Plane Problem These part of control plane can be abstracted Determining the topology information Configuring forwarding state on switches SDN = Two Control Plane Abstractions Abstraction: global network view Provides information about current network Implementation: Network Operating System Runs on servers in network (replicated for reliability) Abstraction: forwarding model Provides standard way of defining forwarding state An example is the OpenFlow protocol 23

21 SDN Example RFC 2328: 245 pp ~ 2-3 pp ~ 120 pp 24

22 Main Characteristics of SDN The control and data planes are decoupled Control functionality is removed from network devices that will become simple (packet) forwarding elements Forwarding decisions are flow-based, instead of destination-based Allows unifying the behavior of different types of network devices including router, firewall, Control logic is moved to an external entity, the so called SDN controller or Network Operating System (NOS) The network is programmable through software applications running on top of the NOS 25

23 SDN Detailed Architecture 26

24 Outline Introduction What is the SDN? Big Picture Technical Details NM in SDN What is the NFV? NM in NFV Summary 27

25 OpenFlow based SDN OpenFlow Controller OpenFlow Protocol (SSL/TCP) Control Path OpenFlow Data Path (Hardware) 28

26 OpenFlow Protocol OpenFlow is the de-facto protocol for southband interface Between controller and switches Version Date Pages 1.0 Dec Dec Apr Oct Apr

27 Switch Architecture 30

28 Switch Architecture (cont d) 31

29 Switch Architecture (cont d) 32

30 Controller: The NOS!! Do not control the network itself Applications implemented on top of it would perform the actual management tasks Provide a uniform and centralized programmatic interface to the entire network Requirements Present programs with a centralized programming Centralizing Network State Programs be written in terms of high-level abstraction 33

31 Controller General Architecture 34

32 Controller Challenges Generality Wide range of functionalities Reliability Flexibility Scalability Support large # of switches Control plane performance Security 35

33 Controller Deployment Physically centralized Single Thread: NOX, POX, Multi Thread: Beacon, Maestro, Floodlight, Trema, Hierarchical Global controller, with multiple local controllers E.g., Kandoo, Helios, Midonet, Logical xbar Peers Each handling different portions of the topology, flow space, slice, or applications E.g., HyperFlow, Onix, SiBF, ONOS, Elasticon, Replicas Master, with multiple slaves; Multiple active replicas 36

34 Outline Introduction What is the SDN? NM in SDN What is the NFV? NM in NFV Summary 37

35 NM in SDN?! Different points of view about NM SDN SDN is the new kind of NM SDN controller is the NMS SDN has no effect on NM SDN is responsible for the control plane not the management plane SDN improves NM while raising new challenges NM include management of control plane too Role & Responsibility overlap between the NMS and the Controller 38

36 SDN for NM: Current NM Challenges Heterogeneity & Diversity Vendor dependent management Different MIB for different vendors Device type dependent management E.g., Firewall vs L2 switch?! Function type dependency E.g., Fault vs Performance management?! Coarse-grained distributed traffic management Agile & fined-grained flow controller needed in FCAPS 39

37 SDN Benefits for NM Vendor independency By OpenFlow, the standard protocol Device type independency Since all devices are OpenFlow switches Common needs in all NM functions Centralized view of network by the controller Agile traffic management By centralized controller Policy automation by SDN Programming languages (e.g., Frenetic) 40

38 SDN Management Challenges Controller management Fault, Security and Performance of the controller is vital for SDN operation Application management Most control plane and policies are implemented as application which are new in NM context Northbound interface There is not any standard controller dependency Switch management New kind of resources (Flow Table) and Protocol (OpenFlow) need new management requirements 41

39 FCAPS in SDN Pros: Faster service restoration Reactive: flow rerouting by an application Proactive: backup path provisioning per flow Shared & Dedicated paths Realtime switching by Group tables Cons: New kinds of failures Switch, Controller, and application failures South, West, North interfaces failure P. Fonseca, E. Mota, A Survey on Fault Management in Software-Defined Networks, IEEE Communications Surveys & Tutorials Jun. 42

40 FCAPS in SDN Pros: automated provisioning Flow path is determined by applications No need to think in flow-level, high-level programming languages are available Cons: New kinds of configurations How to configure applications, controller and switches OF-Config is proposed for switch configuration C. Trois, MD. Del Fabro, LC. de Bona, M. Martinello M, A survey on SDN programming languages: Toward a taxonomy, IEEE Communications Surveys & Tutorials Apr. 43

41 FCAPS in SDN Pros: Fine-grained flow monitoring & engineering Statistics of the Flow Table and the Meter Table Better Network and SLA monitoring Reactive & Proactive traffic engineering SLA guarantee Cons: New kinds of performance issues The performance of Flow Table lookup The performance of controller and applications IF. Akyildiz, A. Lee, P. Wang, M. Luo, W. Chou, A roadmap for traffic engineering in SDN-OpenFlow networks, Computer Networks Oct 44

42 FCAPS in SDN Pros: Fine-grained flow monitoring & control Centralized view of the network Complex and advanced traffic analysis Fast network-wide reaction E.g. DDoS protection Cons: New kinds of security issues The security of controller The security of interfaces The security of applications S. Scott-Hayward, S. Natarajan, S. Sezer, A survey of security in software defined networks, IEEE Communications Surveys & Tutorials Mar;18(1):

43 SDN Management What are the management interfaces? Which Standard Protocols? 46

44 OF-Config: OpenFlow Configuration OpenFlow determines how packets are forwarded but doesn t provide the configuration and management functions likes IP addresses OF-Config is used to manage physical and virtual switches in an OpenFlow environment OF-CONFIG defines an OpenFlow switch as an abstraction called an OpenFlow Logical Switch Which is contained by OpenFlow Capable Switch 47

45 OF-Config vs NETCONF OF-Config is the NETCONF based configuration for OpenFlow switch The OpenFlow Capable Switches MUST implement NETCONF In fact, OF-Config defines the standard tags (the MIB) to manage OpenFlow specific resources E.g., Ports, Flow Table, 48

46

47 Outline Introduction What is the SDN NM in SDN What is the NFV Big picture Technical view NM in NFV Summary 50

48 What is the NFV? Remark The main idea of Network Function Virtualization A network service is a chain of network functions Routing, Firewall, NAT, Filtering, The functions are hardware appliances in the current architecture Dedicated special purpose hardware In NFV, the functions are software Can be run on any general purpose hardware Virtualization technologies are used to be completely hardware independent 51

49 NFV Big Picture 52

50 NFV Architecture 53

51 1. VNF (Virtualized Network Function) A VNF is the basic block in NFV architecture Software implementation of networking functionalities Not necessarily pure software May use some kind of HW acceleration Examples of VNF include firewalls, IPS, GGSN, SGSN, RNC, EPC etc. 54

52 2. EMS (Element Management System) Responsible for the management of VNF operation In the same way as physical network elements Device-level management May manage the VNFs through proprietary interfaces There may be one EMS per VNF or an EMS can manage multiple VNFs 55

53 4.1 & 4.2 NFVI Physical and Virtual Resources The environment in which VNFs run Physical & virtual resources and virtualization layer Physical Compute, Memory and Networking Resources Virtual resources instantiated on physical resources Virtual Compute, Memory and Networking Resources The virtual resources utilized by VNFs 56

54 4.3 NFVI Virtualization Layer Hypervisor : Abstracting physical resources into virtual resources Decouples software from hardware software to progress independently from hardware 57

55 = MANO MANO: Management and Orchestration Orchestration (6) VNF Manager (3) VIM (Virtualized Infrastructure Manager) (5) MANO is not the only managing entity in the NFV architecture OSS/BSS and EMS are also considered in architecture Standard interfaces defined between MANO and OSS/BSS EMS 58

56 3. VNFM (VNF Manager) Does the life cycle management of VNF instances Setting up, maintaining and tearing down VNFs Instantiate, Feasibility check, Upgrade, monitor, tear down, reporting VNF VNFD describes how to do that A VNF manager can do the same functions as EMS but through open interface The Ve-Vnfm interface 59

57 5. VIM (Virtualized Infrastructure Manager) The management system for NFVI Responsible for controlling and managing the NFVI compute, network and storage resources Responsible for collection of performance measurements and events 60

58 6. NFV Orchestrator Generates, maintains and tears down network services of VNF themselves Enable creation of end to end service over multiple VNFs Responsible for global resource management of NFVI resources Managing the NFVI resources among multiple VIMs Performs its functions by NOT talking directly to VNFs but through VNFM and VIM 61

59 7. OSS/BSS OSS/BSS!!!! ;-) Existing OSS/BSS of an operator may be integrated with the NFV Management and Orchestration using standard interfaces 62

60 Outline Introduction What is the SDN NM in SDN What is the NFV Big picture Technical view NM in NFV Summary 63

61 Relation between NM & NFV The relation is more clear than SDN A new management entity (MANO) in the architecture Responsible for new management functionalities not covered by traditional OSS/BSS NFVI resource management, VNF lifecycle management Explicit relation with OSS/BSS Well defined interfaces for OSS/BSS & EMS Like SDN, improves NM while raising new challenges 64

62 NFV for NM: Current Challenges Complicated service provisioning Heterogeneous devices and protocols need to be configured to provide end-to-end services Time consuming and error-prone due to lake of automation Complicated performance management Resource-constrained equipment per function Dynamic scale-up is not easy Challenges in fault management Hardware failure service/function disruption 65

63 NFV for NM: Benefits Agile service provisioning Automated service function chaining Efficient resource utilization Optimized resource allocation for VNFs SLA guarantee Dynamic virtualized resource allocation Fast failure recovery 66

64 NFV Management Challenges Efficient implementation of MANO components Orchestrator: Optimal service function chaining (SFC) VNF manager: life-time management of huge number of virtual functions VIM: FCAPS for the NFVI MANO vs OSS/BSS Responsibility overlap Supported interfaces New issues complicate security managements 67

65 FCAPS in NFV Pros: Faster service restoration Faster fault detection VIM and NFVM monitor the infrastructure and VNFs Faster fault restoration Cons: Softwarization and virtualization help New kinds of failures Failure of hypervisor or MANO Complicated coordination between OSS & MANO for root-cause analysis 68

66 FCAPS in NFV Pros: automated service provisioning The orchestrator of the MANO is responsible to deploy the chains in the network Cons: Different type of optimization problems have been considered in the literature Coordination between OSS and MANO to achieve fully automated service provisioning Role & Responsibility overlap between OSS and MANO to configure physical infra. + hypervisor + 69

67 FCAPS in NFV Pros Better monitoring VIM and VNFM have dedicated responsibility for monitoring the infrastructure and VNFs On demand scale-up Softwarization and Virtualization help New kind of business and billings Cons: Software performance vs. Hardware Hardware accelerators can help 70

68 FCAPS in SDN Pros: More advanced security services Need more investigation in the future Cons: New kinds of security issues The security of hypervisor The security of MANO 71

69 Outline Introduction What is the SDN NM in SDN What is the NFV NM in NFV Summary 72

70 Summary SDN & NFV complementary solution for the same problem Dedicated locked Equipment per network function Network operators are moving to SDN/NFV Management of SDN/NFV based networks These technologies improves NM There technologies make new challenges in NM Future researches and industry practices needed 73

71 References ON.LAB, ONOS: Open Network Operating System, an open source distributed SDN OS, 2013 Marco Cello, Software Defined Networking, 2014 SDN Course at Princeton University, SDxCentral, Network Virtualization Report, 2014 Edition D. Kreutz, et. al., Software-Defined Networking: A Comprehensive Survey, 2014 M. Boucadair and C. Jacquenet, Software-Defined Networking: A Perspective from within a Service Provider Environment, 2014 E. Haleplidis, et. al., SDN Layers and Architecture Terminology, draft-haleplidissdnrg-layer-terminology-07, August 1, Naudts.pdf 74

Lecture 14 SDN and NFV. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 14 SDN and NFV. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 14 SDN and NFV Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Traditional network vs SDN TRADITIONAL Closed equipment Software + hardware Cost Vendor-specific management.

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

SDN Software-Defined Networking

SDN Software-Defined Networking SDN Software-Defined Networking The big picture: Rationale, comparison with current model, pitfalls Morten Engelsåstrø Chief NMS Architect Fixed Networks Telenor Norway High-level definitions Software-Defined

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

Experience Sharing: the National Experiment Network for NFV Testing in China Mobile

Experience Sharing: the National Experiment Network for NFV Testing in China Mobile Experience Sharing: the National Experiment Network for NFV Testing in China Mobile Fu Qiao fuqiao@chinamobile.com 1 Future Network Framework for China Mobile The Future Network of China Mobile is constructed

More information

Network Virtualisation Vision and Strategy_ (based on lesson learned) Telefónica Global CTO

Network Virtualisation Vision and Strategy_ (based on lesson learned) Telefónica Global CTO Network Virtualisation Vision and Strategy_ (based on lesson learned) Telefónica I+D @ Global CTO 18.03.2014 Business development requires a continuous evolution of our network but it still seems unable

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

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

Basic Concepts. Network Management. Spring Bahador Bakhshi CE & IT Department, Amirkabir University of Technology

Basic Concepts. Network Management. Spring Bahador Bakhshi CE & IT Department, Amirkabir University of Technology Basic Concepts Network Management Spring 2018 Bahador Bakhshi CE & IT Department, Amirkabir University of Technology This presentation is based on the slides listed in references. Outline Introduction:

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

Taxonomy of SDN. Vara Varavithya 17 January 2018

Taxonomy of SDN. Vara Varavithya 17 January 2018 Taxonomy of SDN Vara Varavithya 17 January 2018 Modern Data Center Environmentally protected warehouses Large number of computers for compute and storage Blades Computer- Top-of-Rack (TOR) Switches Full

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

Upgrading Your System a Telco User Perspective. Ulrich Kleber San Francisco November 2015

Upgrading Your System a Telco User Perspective. Ulrich Kleber San Francisco November 2015 Upgrading Your System a Telco User Perspective Ulrich Kleber San Francisco November 2015 Outline Introduction and Requirements Upgrade Scenarios OPNFV Escalator Project 2 Outline Introduction and Requirements

More information

Towards an SDN-based Mobile Core Networks (MCN)

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

More information

Thinking Architecturally (80 Minutes Inside Scott s Head)

Thinking Architecturally (80 Minutes Inside Scott s Head) Thinking Architecturally (80 Minutes Inside Scott s Head) EE122 Fall 2012 Scott Shenker http://inst.eecs.berkeley.edu/~ee122/ Materials with thanks to Jennifer Rexford, Ion Stoica, Vern Paxson and other

More information

UNIVERSITY OF CAGLIARI

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

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

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

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

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

NFV Monitoring. Nicolas Bouthors, CTO, Qosmos Division. Qosmos is a division of Enea -

NFV Monitoring. Nicolas Bouthors, CTO, Qosmos Division. Qosmos is a division of Enea - NFV Monitoring Nicolas Bouthors, CTO, Qosmos Division Qosmos is a division of Enea - www.qosmos.com In Our Haste to Prove NFV, We Almost Forgot Monitoring Operators use a variety of hardware elements to

More information

ONUG SDN Federation/Operability

ONUG SDN Federation/Operability ONUG SDN Federation/Operability Orchestration A white paper from the ONUG SDN Federation/Operability Working Group May, 2016 Definition of Open Networking Open networking is a suite of interoperable software

More information

Moving along the NFV Way_

Moving along the NFV Way_ Moving along the NFV Way_ Diego R. Lopez Telefónica I+D May 2014 The NFV Concept Network functions are fully defined by SW, minimising dependence on HW constraints DPI BRAS Firewall CG-NAT PE Router GGSN/

More information

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

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

More information

SDN/SDx/SDX, NFV, 5G : What s Next? Panel discussion

SDN/SDx/SDX, NFV, 5G : What s Next? Panel discussion SDN/SDx/SDX, NFV, 5G : What s Next? Panel discussion Trondheim Gjøvik Ålesund SDN/SDx/SDX, NFV, 5G Software-Defined Networking Software-Defined (whatever) SDN exchange point (like Internet exchanges) Network

More information

SD-WAN orchestrated by Amdocs

SD-WAN orchestrated by Amdocs SD-WAN orchestrated by Amdocs What is software-defined wide area network? SD-WAN determines the most cost-effective and efficient way to route enterprise traffic to remote locations over ubiquitous broadband

More information

SDN and NFV: Why ODL ticks all the right boxes?

SDN and NFV: Why ODL ticks all the right boxes? SDN and NFV: Why ODL ticks all the right boxes? Sridhar K. N. Rao (Ph.D) NEC Technologies India Limited. sridhar@linux.com www.theraos.in Acknowledgement Image Sources. NEC America. ETSI-NfV Framework

More information

Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0

Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0 Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0 Table of Contents 1. Network Function Virtualization Overview... 6 1.1 NFV Infrastructure Working Domain...

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

The Edge Resource Center: Leveraging NFV and SDN for High Availability/High Performance Network Functions

The Edge Resource Center: Leveraging NFV and SDN for High Availability/High Performance Network Functions The Edge Resource Center: Leveraging NFV and SDN for High Availability/High Performance Network Functions Jeff DeMent, Erich Arnold, and Mircea Orban ARRIS Group, Inc. Abstract Service providers around

More information

SDN and NFV: How they Will Change Your Network Operations. IAMU Annual Conference March 2015 Eric Lampland Lookout Point Communications

SDN and NFV: How they Will Change Your Network Operations. IAMU Annual Conference March 2015 Eric Lampland Lookout Point Communications SDN and NFV: How they Will Change Your Network Operations IAMU Annual Conference March 2015 Eric Lampland Lookout Point Communications Are you going to be the next legacy network? Will your services cost

More information

Lecture 10.1 A real SDN implementation: the Google B4 case. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 10.1 A real SDN implementation: the Google B4 case. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 10.1 A real SDN implementation: the Google B4 case Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it WAN WAN = Wide Area Network WAN features: Very expensive (specialized high-end

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

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

Software Defined Networking

Software Defined Networking Software Defined Networking Jennifer Rexford COS 461: Computer Networks Lectures: MW 10-10:50am in Architecture N101 http://www.cs.princeton.edu/courses/archive/spr12/cos461/ The Internet: A Remarkable

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

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

Verification of NFV Services : Problem Statement and Challenges

Verification of NFV Services : Problem Statement and Challenges Verification of NFV Services : Problem Statement and Challenges draft-shin-nfvrg-service-verification-01 M-K. Shin, ETRI K. Nam, Friesty S. Pack, Korea Univ. S. Lee, ETRI Tae-wan Kim, LG U+ NFVRG Meeting@IETF92,

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

High-Availability Practice of ZTE Cloud-Based Core Network

High-Availability Practice of ZTE Cloud-Based Core Network High-Availability Practice of ZTE Cloud-Based Core Network The Network Function Virtualization (NFV) technology provides telecommunications software functions on the universal COTS servers, for example,

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

Timmins Training Consulting Sdn. Bhd. Software Defined Network (SDN) & Network Function Virtualization (NFV)

Timmins Training Consulting Sdn. Bhd. Software Defined Network (SDN) & Network Function Virtualization (NFV) Timmins Training Consulting Sdn. Bhd. Software Defined Network (SDN) & Network Function Virtualization (NFV) Timmins Training Consulting Our Training Profile About Us - was established in 2015. We are

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

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes..

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes.. Seminar Series Sponsor Event Sponsors MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes.. Janine Rebelo Head of Global Ethernet Product Development Vodafone

More information

SDN+NFV Next Steps in the Journey

SDN+NFV Next Steps in the Journey SDN+NFV Next Steps in the Journey Margaret T. Chiosi AT&T Labs Distinguished Architect SDN-NFV Realization 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks

More information

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications Accelerating SDN and NFV Deployments Malathi Malla Spirent Communications 2 Traditional Networks Vertically integrated Closed, proprietary Slow innovation 3 Infinite Complexity of Testing Across virtual

More information

nil.com 2017 NIL, Security Tag: PUBLIC 2017 NIL, Security Tag: INTERNAL 1

nil.com 2017 NIL, Security Tag: PUBLIC 2017 NIL, Security Tag: INTERNAL 1 nil.com 2017 NIL, Security Tag: PUBLIC 2017 NIL, Security Tag: INTERNAL 1 Implementing NFV: From Idea to Practice 2017 NIL, Security Tag: INTERNAL 2 Overview What is NFV? Why should I care? If I do care,

More information

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

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

More information

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

ETSI GR MEC 017 V1.1.1 ( )

ETSI GR MEC 017 V1.1.1 ( ) GR MEC 017 V1.1.1 (2018-02) GROUP REPORT Mobile Edge Computing (MEC); Deployment of Mobile Edge Computing in an NFV environment Disclaimer The present document has been produced and approved by the Mobile

More information

Ending the Confusion About Software- Defined Networking: A Taxonomy

Ending the Confusion About Software- Defined Networking: A Taxonomy Ending the Confusion About Software- Defined Networking: A Taxonomy This taxonomy cuts through confusion generated by the flood of vendor SDN announcements. It presents a framework that network and server

More information

Architecting a vcloud NFV OpenStack Edition Platform REFERENCE ARCHITECTURE VERSION 2.0

Architecting a vcloud NFV OpenStack Edition Platform REFERENCE ARCHITECTURE VERSION 2.0 Architecting a vcloud NFV OpenStack Edition Platform REFERENCE ARCHITECTURE VERSION 2.0 Table of Contents 1. Network Functions Virtualization Overview... 6 1.1 NFV Infrastructure... 6 1.2 Management and

More information

TALK THUNDER SOFTWARE FOR BARE METAL HIGH-PERFORMANCE SOFTWARE FOR THE MODERN DATA CENTER WITH A10 DATASHEET YOUR CHOICE OF HARDWARE

TALK THUNDER SOFTWARE FOR BARE METAL HIGH-PERFORMANCE SOFTWARE FOR THE MODERN DATA CENTER WITH A10 DATASHEET YOUR CHOICE OF HARDWARE DATASHEET THUNDER SOFTWARE FOR BARE METAL YOUR CHOICE OF HARDWARE A10 Networks application networking and security solutions for bare metal raise the bar on performance with an industryleading software

More information

Subscriber-aware Dynamic SFC

Subscriber-aware Dynamic SFC Subscriber-aware Dynamic SFC Madhu Kashyap Dir. of Product Management Netsia Serkant Uluderya Engineering Mgr. Netsia 1 About Netsia Working with Leading Operators in Tandem Collaboration & Partnerships

More information

Phil Dredger Global Lead Network Services Cloud Platform and ITO DXC. Presentation title here edit on Slide Master

Phil Dredger Global Lead Network Services Cloud Platform and ITO DXC. Presentation title here edit on Slide Master NETWORK ON THE EDGE 1 1. 1. 2 0 1 7 Phil Dredger Global Lead Network Services Cloud Platform and ITO DXC 2017 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and

More information

PAVING THE WAY TO OPEN SOURCE NFV. A Linux Foundation Collaborative Project

PAVING THE WAY TO OPEN SOURCE NFV. A Linux Foundation Collaborative Project PAVING THE WAY TO OPEN SOURCE NFV A Linux Foundation Collaborative Project 1. AN OVERVIEW OF OPNFV The Open Platform for Network Functions Virtualization (OPNFV) project was introduced in September 2014

More information

CS-580K/480K Advanced Topics in Cloud Computing. Software-Defined Networking

CS-580K/480K Advanced Topics in Cloud Computing. Software-Defined Networking CS-580K/480K Advanced Topics in Cloud Computing Software-Defined Networking 1 An Innovation from Stanford Nick McKeown In 2006, OpenFlow is proposed, which provides an open protocol to program the flow-table

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

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

Software Defined Networking(SDN) Wireless application

Software Defined Networking(SDN) Wireless application Software Defined Networking(SDN) Wireless application CMPE257 Wireless Mobile Networks Presented By: Alan Lin 1 Overview SDN Background SWDN Mobile Application 2 Traditional Networks Components: Routers

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

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

Challenges for the success of SDN and NFV (from a standardization perspective)

Challenges for the success of SDN and NFV (from a standardization perspective) Challenges for the success of SDN and NFV (from a standardization perspective) Dr. Fabian Schneider Senior Researcher, NEC Laboratories Europe Vice-chair of the ONF Architecture WG Disclaimer: The views

More information

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

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

More information

Exploiting Cloud Technologies in Networks: NFV and SDN. Andy Reid and Peter Willis BT Research and Innovation

Exploiting Cloud Technologies in Networks: NFV and SDN. Andy Reid and Peter Willis BT Research and Innovation Exploiting Cloud Technologies in Networks: NFV and SDN Andy Reid and Peter Willis BT Research and Innovation Clarifying what we mean by: SDN Separation of control plane logic/processing data plane header

More information

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

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

More information

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

5G Network Slicing: Use Cases & Requirements

5G Network Slicing: Use Cases & Requirements 5G Network Slicing: Use Cases & Requirements Dr. Konstantinos Samdanis konstantinos.samdanis@huawei.com Huawei Technologies Duesseldorf GmbH Outline Network Slicing Concept & Business Network Slicing Use

More information

ETSI FUTURE Network SDN and NFV for Carriers MP Odini HP CMS CT Office April 2013

ETSI FUTURE Network SDN and NFV for Carriers MP Odini HP CMS CT Office April 2013 ETSI FUTURE Network SDN and NFV for Carriers MP Odini HP CMS CT Office April 2013 Challenges and Opportunities Reduce Capex/Opex Challenges Innovation at devices and OTT side Number of devices explode

More information

Migrating Session Border Controllers to the Cloud

Migrating Session Border Controllers to the Cloud Migrating Session Border Controllers to the Cloud An IHS Markit Technology Webinar #CloudifySBC Today s Speakers Migrating Session Border Controllers to the Cloud #CloudifySBC Diane Myers Senior Research

More information

IT Infrastructure. Transforming Networks to Meet the New Reality. Phil O Reilly, CTO Federal AFCEA-GMU C4I Symposium May 20, 2015

IT Infrastructure. Transforming Networks to Meet the New Reality. Phil O Reilly, CTO Federal AFCEA-GMU C4I Symposium May 20, 2015 IT Infrastructure Transforming Networks to Meet the New Reality Phil O Reilly, CTO Federal AFCEA-GMU C4I Symposium May 20, 2015 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION

More information

Network Function Virtualization: Take On the Challenge Minimizing Risks

Network Function Virtualization: Take On the Challenge Minimizing Risks Network Function Virtualization: Take On the Challenge Minimizing Risks White Paper 28 December 2016 By Angelo Baccarani (Product Manager NFV Service Assurance) 1 1 EXECUTIVE SUMMARY... 4 1.1 THE IMPORTANCE

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

BlueSPACE s SDN/NFV Architecture for 5G SDM/WDM-enabled Fronthaul with Edge Computing

BlueSPACE s SDN/NFV Architecture for 5G SDM/WDM-enabled Fronthaul with Edge Computing Building on the use of Spatial Multiplexing 5G Network Infrastructures and Showcasing Advanced Technology and Networking Capabilities 5GPPP Research and Innovation Actions EUCNC 2018 Ljubljana, Slovenia

More information

Testing Network Softwarization

Testing Network Softwarization Testing Network Softwarization Pierre Lynch Lead Technologist, Ixia Solutions Group, Keysight Technologies Chair, TST WG, ETSI NFV ISG All rights reserved 1 AGENDA Introduction and Background Testing Networking

More information

Leverage SDN Principles in LTE to Meet Future Network Demands

Leverage SDN Principles in LTE to Meet Future Network Demands Leverage SDN Principles in LTE to Meet Future Network Demands PLATFORM FOR PROFITABLE GROWTH The Role of SDN in LTE Networks SDN refers to specific technologies considered promising for mobile network

More information

Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5

Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5 Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5 Table of Contents 1. Introduction... 4 2. Network Function Virtualization Overview... 5 2.1 NFV Infrastructure

More information

Carrier SDN for Multilayer Control

Carrier SDN for Multilayer Control Carrier SDN for Multilayer Control Savings and Services Víctor López Technology Specialist, I+D Chris Liou Vice President, Network Strategy Dirk van den Borne Solution Architect, Packet-Optical Integration

More information

ELASTIC SERVICES PLATFORM

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

More information

Coriant Transcend Symphony Solution

Coriant Transcend Symphony Solution SOLUTIONS BRIEF Coriant Transcend Symphony Solution Open, Programmable, and Automated for On-Demand, Application-Centric Service Agility TRANSFORMING NETWORK ARCHITECTURE Network operators face new challenges

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

Where is the Network Edge? MEC Deployment Options, Business Case & SDN Considerations

Where is the Network Edge? MEC Deployment Options, Business Case & SDN Considerations Where is the Network Edge? MEC Deployment Options, Business Case & SDN Considerations Ian Goetz, Chief Architect, Vodafone Global Account, Juniper Networks August, 2016 Market Trends & The Network Environment

More information

Design and Implementation of Virtual TAP for Software-Defined Networks

Design and Implementation of Virtual TAP for Software-Defined Networks Design and Implementation of Virtual TAP for Software-Defined Networks - Master Thesis Defense - Seyeon Jeong Supervisor: Prof. James Won-Ki Hong Dept. of CSE, DPNM Lab., POSTECH, Korea jsy0906@postech.ac.kr

More information

Agenda. Introduction Network functions virtualization (NFV) promise and mission cloud native approach Where do we want to go with NFV?

Agenda. Introduction Network functions virtualization (NFV) promise and mission cloud native approach Where do we want to go with NFV? August, 2018 Agenda Introduction Network functions virtualization (NFV) promise and mission cloud native approach Where do we want to go with NFV? 2 Miroslaw Walukiewicz I m from Gdansk, Poland. 25 years

More information

Cisco SD-WAN. Intent-based networking for the branch and WAN. Carlos Infante PSS EN Spain March 2018

Cisco SD-WAN. Intent-based networking for the branch and WAN. Carlos Infante PSS EN Spain March 2018 Cisco SD-WAN Intent-based networking for the branch and WAN Carlos Infante PSS EN Spain March 2018 Aug-12 Oct-12 Dec-12 Feb-13 Apr-13 Jun-13 Aug-13 Oct-13 Dec-13 Feb-14 Apr-14 Jun-14 Aug-14 Oct-14 Dec-14

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

VMWARE AND NETROUNDS ACTIVE ASSURANCE SOLUTION FOR COMMUNICATIONS SERVICE PROVIDERS

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

More information

CellSDN: Software-Defined Cellular Core networks

CellSDN: Software-Defined Cellular Core networks CellSDN: Software-Defined Cellular Core networks Xin Jin Princeton University Joint work with Li Erran Li, Laurent Vanbever, and Jennifer Rexford Cellular Core Network Architecture Base Station User Equipment

More information

Deploy a unified NFV MANO solution that draws on decades of telecom innovation and virtualization expertise

Deploy a unified NFV MANO solution that draws on decades of telecom innovation and virtualization expertise Scale management and orchestration in the telco cloud with Nokia CloudBand and VMware vcloud NFV Deploy a unified NFV MANO solution that draws on decades of telecom innovation and virtualization expertise

More information

NFV and SDN. Andy Reid BT Research and Innovation

NFV and SDN. Andy Reid BT Research and Innovation NFV and SDN Andy Reid BT Research and Innovation Clarifying what we mean by: SDN Separation of control plane logic/processing data plane header look up and forwarding Motivation Development of new control

More information

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

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

More information

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

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

Athens, Greece _ October 25, /26

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

More information

Some Musings on OpenFlow and SDN for Enterprise Networks. David Meyer Open Networking Summit October 18-19, 2011

Some Musings on OpenFlow and SDN for Enterprise Networks. David Meyer Open Networking Summit October 18-19, 2011 Some Musings on OpenFlow and SDN for Enterprise Networks David Meyer Open Networking Summit October 18-19, 2011 Agenda Problem Space A Few Use Cases Reflections on the Promise of OF/SDN A Few Challenges

More information

NFV Case Study of China Mobile

NFV Case Study of China Mobile NFV Case Study of China Mobile Wang Ye, Director, Network Management Support, China Mobile 2017 TM Forum 1 About CMCC the leading telecommunications services provider in Mainland China Our services 2017

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

FLEXIBLE SOFTWARIZED NETWORKS: A RAS PERSPECTIVE DIDIER COLLE, WOUTER TAVERNIER, STEVEN VAN ROSSEM PUBLIC

FLEXIBLE SOFTWARIZED NETWORKS: A RAS PERSPECTIVE DIDIER COLLE, WOUTER TAVERNIER, STEVEN VAN ROSSEM PUBLIC FLEXIBLE SOFTWARIZED NETWORKS: A RAS PERSPECTIVE DIDIER COLLE, WOUTER TAVERNIER, STEVEN VAN ROSSEM PUBLIC CONTEXT AND TRENDS WHERE WE COME FROM QUASI-STATIC BITPIPES, RECOVERY TIME

More information

Case Study: Orchestration of Hybrid Networks

Case Study: Orchestration of Hybrid Networks Hema Kadia VP - Head of Strategy and Practice for SDN/NFV Case Study: Orchestration of Hybrid Networks Achieving End-To-End Service Orchestration across Hybrid Networks Russ Bartels Director SDN & Networks

More information