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

Size: px
Start display at page:

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

Transcription

1 Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform Daniel King Matthew Broadbent David Hutchison

2 Network Evolution SDN, A reality check Why Software Defined Networking? There s a hype in the industry! (no, really?) Where are we on the hype cycle? Dispelling some myths SDN is not a provisioning system or configuration management tool SDN is not a new protocol You do not buy off the shelf SDN It s an architectural approach 2

3 Cloud Evolution Defining Network Functions Virtualization Operators use a variety of proprietary appliances to provide network functions when delivering services Deploying a new network function often requires new hardware components Integrating new equipment into the network takes space, power, and the technical knowledge This problem is compounded by function and technology lifecycles which are becoming shorter as innovation accelerates The concept of virtualization is well-known and has been used for many years Operating system virtualization (Virtual Machines) Computational and application resource virtualisation (Cloud Computing) Network Function Virtualization Virtualize the class of network function Replace specialist hardware with instances of virtual services provided on service nodes in the network Enables high volume services and functions on generic platforms 3

4 Content is King The Content Distribution Network (CDN) Delivery of content, especially of video, is one of the major challenges of all operator networks due to massive growing amount of traffic. Growth of video traffic is driven by the shift from broadcast media to unicast delivery via IP. Complementary to the growth of today s Video Traffic On-demand Content Services to internet end-users, with similar quality constraints as for traditional TV Service of Network Operators Operators to deploy their proprietary cache nodes into the ISP network. CDN cache nodes are dedicated physical appliances or software with specific requirements on standard but dedicated hardware. CDN controller objective is to select a cache node (or a pool of cache nodes) for answering to the end-user request, and then redirect the end-user to the selected Cache Node. The Cache Node shall answer to the end-user request and deliver the requested content to the end user. The CDN controller is a centralized component, and CDN cache nodes are distributed within the Network and in N-PoPs. 4

5 CDN Architecture Key Components Functional Components of the CDN Content Distribution Management Deploy content as close to each user as possible. Content Routing Route the users request for content to the closest available content store or content engine. Content Switching & Load Balancing Distribute user requests across one or multiple servers. Surrogate servers Mirrored web content servers Content Proxies Master proxy Cache proxy Content DNS servers GeoIP information servers Content Peering Gateways 5

6 SDN & NFV Killer Application The Virtualized CDN (vcdn) SDN Network Control Dynamic connectivity Elastic bandwidth NFV Flexibility, Performance & Predictability Performance: Mean Response Time, Latency, Hit Ratio Percentage, Number of Completed Requests, Rejection rate and Mean CDN load. Dimensioning: remaining stable whatever the use of virtualized HW resources for CDN components Resource management: allow the right balance of network i/o to CPU power to storage i/o performance (e.g., RAM and HDD). Efficient use of resources (storage) Fulfil specific storage density requirements, e.g. to cache a large catalog of popular content. Deployment & Operational tools Compliance of cache nodes with main monitoring and reporting requirements (e.g., SNMP, syslog, etc.) so that operator is able to manage different types of cache nodes together for a Delivery Service. Content Management Ability to select specific cached content (e.g., video/http) and replicate/duplicate these selected content items during delivery via virtual switching to a Quality of Experience (QoE) virtualized function without degrading the overall performance of the virtualized CDN function 6

7 SDN & NFV Killer Application Content Distribution Network (CDN) Design principles require an efficient, reliable and responsive CDN Fault-tolerant network with appropriate load balancing Performance of a CDN is typically characterized by the response time (i.e. latency) perceived by the end-users Slow response time is the single greatest contributor to users abandoning content and web sites and processes The performance of a CDN is affected by Distributed content location Switching mechanism Data replication and caching strategies Reliable functions and network connectivity 7

8 OpenCache A Software-defined Content Caching Platform OpenCache a vcdn Platform Open API facilitating control of a distributed cache nodes Deployment via online and real-time software interface An application that bridges SDN and NFV capabilities Designed to be deployed anywhere in a network; one codebase OpenCache nodes can load balanced, support fail-over and matched to anticipated demands Operates in a controller-node architecture and maps to ETSI NFV architecture The API is currently exposed in full as an external northbound interface, enabling applications to be built on-top of a cache deployment QoE-driven content placement Cross-layer load balancing Feasible to implement a standalone controller or build a plugin for the existing OpenCache controller 8

9 OpenCache Control & Orchestration Reference Controller Architecture Network Control NFV Management Orchestrator Operational Support System (OSS) Os-Ma Orchestrator Element Management System (EMS) ABNO Controller GMPLS VNF 1 OC Load Balancer VNF 2 OC Cache Node VNF 3 OC Fail-over Monitor Ve-Vnfm VNF Manager vcdn Controller Vn-Nf Vn-Nf Virtual Compute Virtual Compute Virtual Compute Virtual Storage Virtual Storage Virtual Storage Virtual Network Virtual Network Virtual Network Flexible Optical Switches Compute Hardware VI-Ha Virtualisation Layer Storage Hardware VI-Ha Network Hardware Nf-Vi Virtual Infrastructure Manager OpenStack NFV Infrastructure 9

10 CDN Control & Orchestration Other Notable Controllers Exist Network Control Floodlight RYU POX Trema ABNO IT Resource Management Cloud Stack Open Mano 10

11 OpenCache Current Capability OpenCache Expressions An OpenCache expression describes a set of content which an operator desires to be cached Content will only be cached if it is explicitly included in an expression A single definition can express multiple locations to be served by the same service Cache Functions create build a new OpenCache node destroy destroy an OpenCache node start create a new service on a given node, caching content matching the given expression stop destroy a service, removing the stored content pause destroy a service, without removing the stored content move modify the forwarding layer to route requests to a different node fetch retrieve the content from a remote location before a cache-miss even occurs seed define identical content stored a multiple alternative locations 11

12 vcdn Evolution Variety of Research Challenges Workload Management Resource Management & Optimisation Service Level Agreement Management Performance Monitoring, Measurement & Benchmarking Resilience Security 12

13 vcdn Function Placement Workload Management Which services/resources to use for a CDN activity, when, where, how? A particular consumer, application, or function needs for an activity one or several services/resources under given constraints: Policy Trust Security Timing & Economics Functionality & Service level Application-specifics & Inter-dependencies Scheduling and Access Policies 13

14 vcdn Function Placement Resource Management & Optimisation CDN Resource representation Meta models for VNFs and network infrastructure Consideration and operation of various optimisation goals: Time Performance Cost Reliability Minimising the resource footprint Power Consumption 14

15 vcdn Quality of Experience Service Level Agreement Management Translate consumer demands into a service and application definition Encode performance qualities Specify resource and QoS requirements Mask resource details, queue data and current workload Combination and management of several SLAs relevant at various levels High-level, human-readable SLAs Technology SLAs within the middleware to guarantee service provisioning 15

16 vcdn Performance Monitoring, Measurement & Benchmarking Infrastructure analytics and visualisation Existing web-based GUI used to interact with an OpenCache controller Visualises OpenCache nodes in real-time; hits and misses per second, object size, resource utilisation etc. Composite metrics Simulations and what if scenario testing Hardware performance monitoring 16

17 vcdn Resilience Key Requirements & Challenges Definition of VNF Resilience Classes Application-based, priority, etc. VNF Resource Monitoring Capacity (memory and CPU) limitations per instance to avoid overbooking, and failure of end-to-end services Automatic Detection of Application Failure, or Performance Degradation Proactive health checking should also be supported Isolation and reporting of failures Failover to other VNFs or physical function Storage and transfer of state information within the VSN Replication of state for active/standby network functions Resilience of VSN Network Connectivity Automatic detection of link failure Failover to another usable link Automated routing recovery These capabilities are not limited to vcdn s! 17

18 vcdn Resilience Role of Standards Organisations Solving the VNF Resilience Requirements Auto Scale of Virtual Network Function Instances Reliable Network Connectivity between Network Nodes Existing Operating Virtual Network Function Instance Replacement Combining Different VNF Functions (a VNF Set) VNF Resilience Classes Multi-tier Network Service IETF VNF Pool datatracker.ietf.org/wg/vnfpool/charter/ Requirements and Use Cases for Virtual Network Functions draft-xia-vnfpool-use-cases-01 Virtualisation of Mobile Core Network Use Case draft-king-vnfpool-mobile-use-case-01 Virtualisation of Content Distribution Network Use Case draft-aranda-vnfpool-cdn-use-case-00 18

19 Thank You! Any comments or questions are welcome. Daniel King Matthew Broadbent David Hutchison 19

Requirements and Use Cases for Virtual Network Functions Virtualisation of Mobile Core Network Use Case VNF Load Balancing

Requirements and Use Cases for Virtual Network Functions Virtualisation of Mobile Core Network Use Case VNF Load Balancing VNF Pool Use Cases Requirements and Use Cases for Virtual Network Functions draft-xia-vnfpool-use-cases-00 Virtualisation of Mobile Core Network Use Case draft-king-vnfpool-mobile-use-case-00 VNF Load

More information

The Role of SDN-NFV in Flexible Optical Networks: Current Status, Challenges and Opportunities

The Role of SDN-NFV in Flexible Optical Networks: Current Status, Challenges and Opportunities The Role of SDN-NFV in Flexible Optical Networks: Current Status, Challenges and Opportunities ICTON 2015 Budapest, Hungary Tuesday, 7 July, 2015 Daniel King Senior Researcher, Lancaster University (BT

More information

Building Content Distribution Platforms over Flexible Optical Networks

Building Content Distribution Platforms over Flexible Optical Networks Building Content Distribution Platforms over Flexible Optical Networks Paul Wright (BT) paul.3.wright@bt.com Daniel King (Lancaster University) d.king@lancaster.ac.uk Broadcaster Industry Trends Delivery

More information

VNF Pool Use Cases. IETF 90 - Toronto

VNF Pool Use Cases. IETF 90 - Toronto VNF Pool Use Cases Requirements and Use Cases for Virtual Network Functions draft-xia-vnfpool-use-cases-01 Virtualisation of Mobile Core Network Use Case draft-king-vnfpool-mobile-use-case-01 Virtualisation

More information

Prospects for Software Defined Networking & Network Function Virtualization in Media and Broadcast John Ellerton

Prospects for Software Defined Networking & Network Function Virtualization in Media and Broadcast John Ellerton Prospects for Software Defined Networking & Network Function Virtualization in Media and Broadcast John Ellerton Head of Media Futures, British Telecom john.ellerton@bt.com Agenda The Promise of SDN and

More information

SDN Testbed Experiences: Challenges and Next Steps

SDN Testbed Experiences: Challenges and Next Steps SDN Testbed Experiences: Challenges and Next Steps SDN Concertation Workshop January 30 th, 2014 Daniel King d.king@lancaster.ac.uk Panagiotis Georgopoulos p.georgopoulos@lancaster.ac.uk Nicholas Race

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

The Role of SDN & NFV for Flexible Optical Networks: Current Status, Challenges and Opportunities

The Role of SDN & NFV for Flexible Optical Networks: Current Status, Challenges and Opportunities The Role of SDN & NFV for Flexible Optical Networks: Current Status, Challenges and Opportunities Daniel King, Lancaster University, United Kingdom, d.king@lancaster.ac.uk. A. Farrel, Old Dog Consulting,

More information

white paper Introduction to Cloud Computing The Future of Service Provider Networks

white paper Introduction to Cloud Computing The Future of Service Provider Networks white paper Introduction to Cloud Computing The service provider industry is in the midst of a major inflection point as networks move away from vertically integrated architectures that bundle proprietary

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

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

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

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

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

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

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

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 Virtualization Solutions

Network Virtualization Solutions Network Virtualization Solutions An Analysis of Solutions, Use Cases and Vendor and Product Profiles October 2013 The Independent Community and #1 Resource for SDN and NFV Tables of Contents Introduction

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

SDN Interfaces and Performance Analysis of SDN components

SDN Interfaces and Performance Analysis of SDN components Institute of Computer Science Department of Distributed Systems Prof. Dr.-Ing. P. Tran-Gia SDN Interfaces and Performance Analysis of SDN components, David Hock, Michael Jarschel, Thomas Zinner, Phuoc

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

Don t Fly Blind Through the Clouds: Avoiding the Pitfalls of Virtualization

Don t Fly Blind Through the Clouds: Avoiding the Pitfalls of Virtualization By Pablo L. Martinez, 06 May, 2014. Don t Fly Blind Through the Clouds: Avoiding the Pitfalls of ization These days, clouds don t have a silver lining. It s more like a vein of gold in particular when

More information

NFV: THE MYTH OF APPLICATION-LEVEL HIGH AVAILABILITY

NFV: THE MYTH OF APPLICATION-LEVEL HIGH AVAILABILITY NFV: THE MYTH OF APPLICATION-LEVEL HIGH AVAILABILITY INNOVATORS START HERE. EXECUTIVE SUMMARY Telecom operators want to offer their customers services that perform as expected when the service is requested.

More information

Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service

Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service Optical switch WC-Pool (in a data centre) BBU-pool RAT 1 BBU-pool RAT 2 BBU-pool RAT N Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service Dominique Pichon (Orange) 4th Workshop

More information

NFV and SDN Answer or Question?

NFV and SDN Answer or Question? NFV and SDN Answer or Question? Barry Graham Senior Program Director - Agile 2015 TM Forum 1 TM Forum: A Brief Introduction TM Forum is a non-profit global industry association which brings together the

More information

Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure

Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure White Paper Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure What You Will Learn The new Cisco Application Centric Infrastructure

More information

Software-Defined Networks Powered by VellOS

Software-Defined Networks Powered by VellOS WHITE PAPER Software-Defined Networks Powered by VellOS Agile, Flexible Networking for Distributed Applications Vello s SDN enables a low-latency, programmable solution resulting in a faster and more flexible

More information

Software Defined Networks An IETF update for UKNOF 21. Old Dog Consulting Daniel King - daniel@olddog.co.uk Adrian Farrel - adrian@olddog.co.

Software Defined Networks An IETF update for UKNOF 21. Old Dog Consulting Daniel King - daniel@olddog.co.uk Adrian Farrel - adrian@olddog.co. Software Defined Networks An IETF update for UKNOF 21 Old Dog Consulting Daniel King - daniel@olddog.co.uk Adrian Farrel - adrian@olddog.co.uk Dan & Adrian Adrian Farrel Formerly co-chair of CCAMP, PCE,

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

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

Customer Benefits Through Automation with SDN and NFV

Customer Benefits Through Automation with SDN and NFV Customer Benefits Through Automation with SDN and NFV Helping service providers solve specific challenges they are facing today while improving the overall customer service life cycle 1 Table of Contents

More information

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1.

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. WD31_VirtualApplicationSharedServices.ppt Page 1 of 29 This presentation covers the shared

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

Towards Smart and Intelligent SDN Controller

Towards Smart and Intelligent SDN Controller Towards Smart and Intelligent SDN Controller - Through the Generic, Extensible, and Elastic Time Series Data Repository (TSDR) YuLing Chen, Dell Inc. Rajesh Narayanan, Dell Inc. Sharon Aicler, Cisco Systems

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

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

A Coordinated. Enterprise Networks Software Defined. and Application Fluent Programmable Networks

A Coordinated. Enterprise Networks Software Defined. and Application Fluent Programmable Networks A Coordinated Virtual Infrastructure for SDN in Enterprise Networks Software Defined Networking (SDN), OpenFlow and Application Fluent Programmable Networks Strategic White Paper Increasing agility and

More information

2016 Spring Technical Forum Proceedings

2016 Spring Technical Forum Proceedings VIRTUAL MACHINE PLACEMENT STRATEGIES FOR VIRTUAL NETWORK FUNCTIONS Adam Grochowski Juniper Networks Abstract Current Virtual Machine (VM) scheduling services, such as Openstack s Nova only have awareness

More information

ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY

ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY One of the largest concerns of organisations is how to implement and introduce advanced security mechanisms to protect

More information

HOW SDN AND (NFV) WILL RADICALLY CHANGE DATA CENTRE ARCHITECTURES AND ENABLE NEXT GENERATION CLOUD SERVICES

HOW SDN AND (NFV) WILL RADICALLY CHANGE DATA CENTRE ARCHITECTURES AND ENABLE NEXT GENERATION CLOUD SERVICES HOW SDN AND (NFV) WILL RADICALLY CHANGE DATA CENTRE ARCHITECTURES AND ENABLE NEXT GENERATION CLOUD SERVICES Brian Levy CTO SERVICE PROVIDER SECTOR EMEA JUNIPER NETWORKS CIO DILEMA IT viewed as cost center

More information

EVOLVED DATA CENTER ARCHITECTURE

EVOLVED DATA CENTER ARCHITECTURE EVOLVED DATA CENTER ARCHITECTURE A SIMPLE, OPEN, AND SMART NETWORK FOR THE DATA CENTER DAVID NOGUER BAU HEAD OF SP SOLUTIONS MARKETING JUNIPER NETWORKS @dnoguer @JuniperNetworks 1 Copyright 2014 Juniper

More information

Network Virtualization and Application Delivery Using Software Defined Networking

Network Virtualization and Application Delivery Using Software Defined Networking Network Virtualization and Application Delivery Using Software Defined Networking Project Leader: Subharthi Paul Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Keynote at

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

Business Case for Open Data Center Architecture in Enterprise Private Cloud

Business Case for Open Data Center Architecture in Enterprise Private Cloud Business Case for Open Data Center Architecture in Enterprise Private Cloud Executive Summary Enterprise IT organizations that align themselves with their enterprise s overall goals help the organization

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

SDN FOR IP/OPTICAL TRANSPORT NETWORKS

SDN FOR IP/OPTICAL TRANSPORT NETWORKS SDN FOR IP/OPTICAL TRANSPORT NETWORKS Tony Kourlas IP Routing and Transport Group, Alcatel-Lucent April 2014 THE EVOLUTION OF IP & OPTICAL NETWORKS Cloud-optimized IP routing & transport IP routing networks

More information

NSN Liquid Core Management for Telco Cloud: Paving the way for reinventing telcos for the cloud

NSN Liquid Core Management for Telco Cloud: Paving the way for reinventing telcos for the cloud NSN Liquid Core Management for Telco Cloud: Paving the way for reinventing telcos for the cloud Keynotes Liquid Core Management provides operational support for NSN Liquid Core Network, covering all mobile

More information

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. Executive Summary Load testing can be used in a range of business scenarios to deliver numerous benefits. At its core,

More information

Preparing your Business for Virtualization. Mirko Voltolini VP Network Technology mirko.voltolini@colt.net

Preparing your Business for Virtualization. Mirko Voltolini VP Network Technology mirko.voltolini@colt.net Preparing your Business for Virtualization Mirko Voltolini VP Network Technology mirko.voltolini@colt.net SDN and NFV are transforming networks The virtualisation of IT has transformed the consumption

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

PLUMgrid Toolbox: Tools to Install, Operate and Monitor Your Virtual Network Infrastructure

PLUMgrid Toolbox: Tools to Install, Operate and Monitor Your Virtual Network Infrastructure Toolbox: Tools to Install, Operate and Monitor Your Virtual Network Infrastructure Introduction The concept of Virtual Networking Infrastructure (VNI) is disrupting the networking space and is enabling

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

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

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

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

Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time

Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time A CONNECTED A CONNECTED Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time Service providers gain a competitive advantage by responding to customer

More information

PLUMgrid Open Networking Suite Service Insertion Architecture

PLUMgrid Open Networking Suite Service Insertion Architecture White Paper PLUMgrid Open Networking Suite Service Insertion Architecture Introduction A rapid increase in the use of cloud services across the globe require networks to be adaptable and flexible. PLUMgrid

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

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

SDN PARTNER INTEGRATION: SANDVINE

SDN PARTNER INTEGRATION: SANDVINE SDN PARTNER INTEGRATION: SANDVINE SDN PARTNERSHIPS SSD STRATEGY & MARKETING SERVICE PROVIDER CHALLENGES TIME TO SERVICE PRODUCT EVOLUTION OVER THE TOP THREAT NETWORK TO CLOUD B/OSS AGILITY Lengthy service

More information

Enhancing Hypervisor and Cloud Solutions Using Embedded Linux Iisko Lappalainen MontaVista

Enhancing Hypervisor and Cloud Solutions Using Embedded Linux Iisko Lappalainen MontaVista Enhancing Hypervisor and Cloud Solutions Using Embedded Linux Iisko Lappalainen MontaVista Setting the Stage This presentation will discuss the usage of Linux as a base component of hypervisor components

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

Testing & Assuring Mobile End User Experience Before Production. Neotys

Testing & Assuring Mobile End User Experience Before Production. Neotys Testing & Assuring Mobile End User Experience Before Production Neotys Agenda Introduction The challenges Best practices NeoLoad mobile capabilities Mobile devices are used more and more At Home In 2014,

More information

Qualifying SDN/OpenFlow Enabled Networks

Qualifying SDN/OpenFlow Enabled Networks Qualifying SDN/OpenFlow Enabled Networks Dean Lee Senior Director, Product Management Ixia Santa Clara, CA USA April-May 2014 1 Agenda SDN/NFV a new paradigm shift and challenges Benchmarking SDN enabled

More information

Amdocs Network Cloud Service Orchestrator

Amdocs Network Cloud Service Orchestrator Amdocs Cloud Service Orchestrator Provide business managers with the freedom to create more services more quickly, by removing barriers to new service introduction Give customers greater control over their

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

The Impact of PaaS on Business Transformation

The Impact of PaaS on Business Transformation The Impact of PaaS on Business Transformation September 2014 Chris McCarthy Sr. Vice President Information Technology 1 Legacy Technology Silos Opportunities Business units Infrastructure Provisioning

More information

An Architecture for Application-Based Network Operations

An Architecture for Application-Based Network Operations An Architecture for Application-Based Network Operations Daniel King Old Dog Consulting daniel@olddog.co.uk Adrian Farrel - Old Dog Consulting adrian@olddog.co.uk www.isocore.com/mpls2013 Control of Today

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

SOFTWARE DEFINED NETWORKING

SOFTWARE DEFINED NETWORKING SOFTWARE DEFINED NETWORKING Bringing Networks to the Cloud Brendan Hayes DIRECTOR, SDN MARKETING AGENDA Market trends and Juniper s SDN strategy Network virtualization evolution Juniper s SDN technology

More information

Business Cases for Brocade Software-Defined Networking Use Cases

Business Cases for Brocade Software-Defined Networking Use Cases Business Cases for Brocade Software-Defined Networking Use Cases Executive Summary Service providers (SP) revenue growth rates have failed to keep pace with their increased traffic growth and related expenses,

More information

Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS

Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS White paper Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS June 2001 Response in Global Environment Simply by connecting to the Internet, local businesses transform themselves

More information

NFV: What Exactly Can Be Virtualized?

NFV: What Exactly Can Be Virtualized? NFV: What Exactly Can Be Virtualized? Jim Hodges d Senior Analyst, Heavy Reading Agenda NFV Drivers ETSI NFV Use Cases Virtualization Criteria Applying the Criteria NFV Challenges Summary 2 NFV Adoption

More information

OPNFV Summit 2015 Presentation. Coexistence of Commercial Solutions with OpenSource OPNFV Platform

OPNFV Summit 2015 Presentation. Coexistence of Commercial Solutions with OpenSource OPNFV Platform OPNFV Summit 25 Presentation Coexistence of Commercial Solutions with OpenSource OPNFV Platform Copyright 25 EMC Corporation. All rights reserved. Chanchal Chatterjee EMC Corporation OPNFV Making Progress

More information

Service Provider Solutions for Growth in Managed and UnManaged Video

Service Provider Solutions for Growth in Managed and UnManaged Video Service Provider Solutions for Growth in Managed and UnManaged Video Cisco Knowledge Network November 2014 Agenda Video Growth and Impact on Service Provider Profits Existing Solutions for Managed and

More information

The promise of SDN. EU Future Internet Assembly March 18, 2014. Yanick Pouffary Chief Technologist HP Network Services

The promise of SDN. EU Future Internet Assembly March 18, 2014. Yanick Pouffary Chief Technologist HP Network Services The promise of SDN EU Future Internet Assembly March 18, 2014 Yanick Pouffary Chief Technologist HP Network Services Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein

More information

Flexible SDN Transport Networks With Optical Circuit Switching

Flexible SDN Transport Networks With Optical Circuit Switching Flexible SDN Transport Networks With Optical Circuit Switching Multi-Layer, Multi-Vendor, Multi-Domain SDN Transport Optimization SDN AT LIGHT SPEED TM 2015 CALIENT Technologies 1 INTRODUCTION The economic

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

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

Business Case for Cisco SDN for the WAN

Business Case for Cisco SDN for the WAN Business Case for Cisco SDN for the WAN s Executive Summary Traffic requirements are growing rapidly because of the widespread acceptance of online video services, cloud computing, and mobile broadband.

More information

Accelerating Web-Based SQL Server Applications with SafePeak Plug and Play Dynamic Database Caching

Accelerating Web-Based SQL Server Applications with SafePeak Plug and Play Dynamic Database Caching Accelerating Web-Based SQL Server Applications with SafePeak Plug and Play Dynamic Database Caching A SafePeak Whitepaper February 2014 www.safepeak.com Copyright. SafePeak Technologies 2014 Contents Objective...

More information

Virtual CPE and Software Defined Networking

Virtual CPE and Software Defined Networking Virtual CPE and Software Defined Networking Virtual CPE and Software Defined Networking Residential broadband service providers are looking for solutions that allow them to rapidly introduce innovative

More information

Software Defined Environments

Software Defined Environments November 2015 Software Defined Environments 2015 Cloud Lecture, University of Stuttgart Jochen Breh, Director Architecture & Consulting Cognizant Global Technology Office Agenda Introduction New Requirements

More information

Cisco and Citrix Solution

Cisco and Citrix Solution Cisco and Citrix Solution Build Application-Centric Data Centers with Application Delivery Controllers 2014 Cisco Citrix. All rights reserved. Page 1 What You Will Learn Cisco Application Centric Infrastructure

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

Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions

Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions 64% of organizations were investing or planning to invest on Big Data technology

More information

HAWAII TECH TALK SDN. Paul Deakin Field Systems Engineer

HAWAII TECH TALK SDN. Paul Deakin Field Systems Engineer HAWAII TECH TALK SDN Paul Deakin Field Systems Engineer SDN What Is It? SDN stand for Software Defined Networking SDN is a fancy term for: Using a controller to tell switches where to send packets SDN

More information

ARM s role in Open Source software

ARM s role in Open Source software ARM s role in Open Source software The Network Infrastructure perspective Bob Monkman Enterprise Segment Marketing Manager September 2015 Open Source Software: definition Open source software is developed

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

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

CDN/CLOUD/SDN/NFV FOR MULTIMEDIA SERVICES

CDN/CLOUD/SDN/NFV FOR MULTIMEDIA SERVICES CDN/CLOUD/SDN/NFV FOR MULTIMEDIA SERVICES Nakjung Choi, Technical Director, Bell Labs Seoul KRnet 2014, June 24 th, 2014 CONTENT Background on CDN/Cloud/SDN/NFV Video Delivery in the Existing Infrastructure

More information

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).

More information

QoE-Aware Multimedia Content Delivery Over Next-Generation Networks

QoE-Aware Multimedia Content Delivery Over Next-Generation Networks QoE-Aware Multimedia Content Delivery Over Next-Generation Networks M. Oğuz Sunay July 9, 2013 Second Romeo Workshop PAGE: 1 M. Oğuz Sunay, Özyeğin University Istanbul, July 9, 2013 Romeo High-quality

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

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

Using SDN-OpenFlow for High-level Services

Using SDN-OpenFlow for High-level Services Using SDN-OpenFlow for High-level Services Nabil Damouny Sr. Director, Strategic Marketing Netronome Vice Chair, Marketing Education, ONF ndamouny@netronome.com Open Server Summit, Networking Applications

More information

Cloud, SDN and the Evolution of

Cloud, SDN and the Evolution of Cloud, SDN and the Evolution of Enterprise Networks Neil Rickard Gartner is a registered trademark of Gartner, Inc. or its affiliates. This publication may not be reproduced or distributed in any form

More information

End to End Network Function Virtualization Architecture Instantiation

End to End Network Function Virtualization Architecture Instantiation White Paper Intel, Brocade, Cyan, Red Hat, and Telefónica Services End to End Function ization Architecture Instantiation How Intelligent Orchestration based on industry standard information models will

More information

Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation

Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation This paper discusses how data centers, offering a cloud computing service, can deal

More information

Microsoft s Cloud Networks

Microsoft s Cloud Networks Microsoft s Cloud Networks Page 1 Microsoft s Cloud Networks Microsoft s customers depend on fast and reliable connectivity to our cloud services. To ensure superior connectivity, Microsoft combines globally

More information