SlideShare a Scribd company logo
1 of 35
Download to read offline
1
Welcome!
Today’s Webinar:
The Telecom Cloud: Critical Deployment
Strategies
July 11, 2013
2
Agenda
 Telecom Cloud Introduction
• Eric Gregory – Director Product Management, Radisys
(eric.gregory@radisys.com)
 Software Defined Networking
• James Radley – Senior Architect, Radisys
(james.radley@radisys.com)
 Virtualization
• Darshan Patel - Director Product Management, Wind River
(darshan.patel@windriver.com)
 Network Functions Virtualization Use Case
• Denis Bouffard - Director Product Management, Radisys
(denis.bouffard@radisys.com)
3
Market Drivers:
 Decouple forwarding &
control processes
 CapEx & OpEx savings
by organizing network
resources
 Dynamic workload
allocation & resource
affinitization
Enablers:
 OpenFlow
Market Drivers:
 CapEx & OpEx savings by
efficiently utilizing CPU
resources
 Decouple application from
underlying hardware
 Green: Power & Cooling
efficiencies based on
network traffic
Enablers:
 Virtualization
 OpenStack
 Virtual Switching (Open
vSwitch)
Software Define Networking Network Functions Virtualization
Telecom Cloud Components
SDN and NFV are becoming coupled as network transformation begins
4
SDN NFV
TEMs trying to
maximize
utilization through
automation
Operators
desiring improved
financials
Telecom Cloud Components
 Determined to
leverage existing
hw architectures
 Must deliver cost
savings to stay in
the game
 Determined to
follow Enterprise
Virtualization Path
 High Availability
requirements must
still be met
SDN and NFV are becoming coupled as network transformation begins
5
Telecom Cloud Components
SDN NFV
TEMs trying to
maximize
utilization through
automation
Operators
desiring improved
financials
 Determined to
leverage existing
hw architectures
 Must deliver cost
savings to stay in
the game
 Determined to
follow Enterprise
Virtualization Path
 High Availability
requirements must
still be met
6
Where is the
middle
ground?
Where
to
start?
TEMs will need an approach that enables a non-disruptive migration
Telecom Cloud Components
 Determined to
leverage existing
hw architectures
 Must deliver cost
savings to stay in
the game
SDN NFV
 Determined to
follow Enterprise
Virtualization Path
 High Availability
requirements must
still be met
Operators
desiring improved
financials
Operators trying to
maximize
utilization through
automation
7
IT Infrastructure is not a “drop in” for telecom
Enterprise Cloud
Enterprise Cloud ≠ Telecom Cloud
Less strict 3 9s
reliability requirements
Some Latency
Homogeneous Transport
(Ethernet)
Single Control Protocol
(OpenFlow)
Controlled Data Center
Operating Environment
Smaller Number of
Warehouse-sized Data Centers
Telecom Cloud
Strict 5 9s
reliability requirement
Low Latency
Heterogeneous Transport
(Optical, Ethernet, Wireless)
Multiple Control Protocols
(OpenFlow, SNMP)
Regulatory Requirements
(NEBS)
Larger Number of Smaller,
Distributed Data Centers
8
Market TimingLevelofNetworkTransformation
Steps per Year
Identify Apps for SDN
Implement Separation of Control & Data plane
for targeted App in a single platform
Select second app for
control/data separation
Separate out control plane
to dedicated platform
Consolidate control planes
on to a single platform
Begin virtualization of control plane
(Follow virtualization steps)
Spread applications freely amongst
geographically diverse data centers
Identify Control
Plane Apps for NFV
Implement Virtualization framework
(Hypervisor, Optimized OVS and Orchestration)
Virtualize 1-2 Applications, each
on dedicated core or processor
Virtualize 1-2 Applications on
the same core or processor
Virtualize 1-2 Applications on the same core
or processor within same data center
1 2 3 4 5
RSYS expects Phase I
NFV/SDN transformation to
be complete in 5 years
SDN
NFV
Software Defined Networking
James Radley
10
What is Software Defined Networking?
 Network management paradigm to separate out
network control from forwarding planes
• Provides automated network control
• Co-ordinated and timely updates across disparate network
elements
• Enables a competitive and complementary eco-system
• Exposes inherent features of network equipment
– which may otherwise have not been accessible via black box s/w
11
SDN: a three layer cake
 Forwarding plane:
• Network elements which physically interact with network traffic
• May be implemented as;
– Virtual switches running in s/w (such as Open vSwitch)
– Switch based solutions (using TCAM tables for ACL style rules)
– Network Processor (NPU) devices – apply additional services such as
fragment reassembly & local ARP resolution
• Device parses packet, applies defined actions if a known flow
– Hands off to controller if flow previously unknown (or forgotten)
12
SDN: a three layer cake
 Controller plane:
• Provides network service functions, such as routing
• Manages flow tables across multiple forwarding plane
elements;
– Forwarding Information Bases (FIBs) and ACLs, etc
• Correlates flow statistics from the various forwarding plane
network elements under it’s control
• Multiple controller plane elements may overlap the set of
managed network elements (allowing HA operation)
13
SDN: a three layer cake
 Orchestration:
• Tightly coupled to the management of the life cycle of VMs
– Responds to the elastic demand for VMs and the dynamic movement
of resources around the cloud
• Ensures that flow paths are created to connect packet
streams to the right VM
• Is expected to be the entity responsible for delivering carrier
class HA
• Is often portrayed as the panacea for all cloud based
networking problems – the box where
“some magic will happen”
14
What is OpenFlow?
 Specification now ‘managed’ by the
Open Networking Foundation (opennetworking.org)
 OpenFlow is;
• An asynchronous message based protocol
• For defining ACL style rules
– Parse out selected header fields to match against masked bit patterns
– Matches produce a list of ‘instructions’ to be executed on the packet
• Multiple cascading look-up tables are supported
– Tables cascade through resulting instructions specifying ‘GoTo next table’
– Metadata (results) from a preceding table search can be used in
subsequent table searches
– Instructions can be accumulated across multiple searches
15
OpenFlow
 OpenFlow is arguably not a perfect solution
• Missing a standardized definition of many common packet fields
• Assumes that the forwarding device is pretty dumb
• Urgently requires common abstraction definitions of how to
implement core network functions such as routing, NAT & firewalls
 Other ‘southbound’ SDN APIs exist
• Notably IETF’s ForCES
– But it’s like VHS vrs Betamax, the best technology does not necessarily
win against market momentum
16
Cascading tables for a routing function
NH_VRF_ID NH_IP
VLAN-ID VRF_ID
VRF_ID Dst_IP Dst_IP Mask NH_Index
NH_Index NH_VRF_ID NH_IP
Dst_MAC Interface
1
1
Table_0: VLAN_VRF_TABLE
Table_1: IPv4_FIB_TABLE
Table_2: IPv4_NH_TABLE
4k entries
128k entries
4k entries
4k entries
Table_3: IPv4_ARP_TABLE
Packet Header
Field
Resulting
Metadata
Metadata used
in search
OF mask field
17
Functional Abstraction
 Abstraction models for standard network functions are
a MUST HAVE
• So that diverse forwarding plane solutions can be managed by
common controller plane applications
• To allow a competitive eco-system to develop
• To prevent inadvertent vendor lock-ins
 Need abstraction definitions for;
• Routers
• Load balancers
• NAT Firewalls
• Traffic Shapers
18
Poll question
What is your current strategy for developing/deploying
SDN based controller plane solutions?
a. No plans currently in regard to leveraging SDN technology
b. Will develop own SDN controller software
c. Will use a solution based on an open source initiative
d. Will use a solution based on a proprietary commercial solution
e. Don’t care about the controller plane,
orchestration is what matters
Virtualization
Darshan Patel
1. Separation of data & control planes
2. Rapid deployment and lower OpEx for provisioning new services
3. Movement towards open APIs for provisioning virtual machines
4. Emergence of cloud services and SDN techniques
Why Virtualization?
20
83%
Virtualization in Next Product Design
1. Hypervisor
2. Optimized OVS
3. Orchestration
How to “Implement the Virtualization Framework”?
21
What about Performance?
(Native vs. KVM)
22
7.4x
KVM (vs Native): Average latency increases of 7.4x = FAIL
 Open source innovation that provides high performance, real-time
kernel virtualization for next-generation telecom equipment that…
 Provides near native hardware results
 Enables services to be run flexibly anywhere on the network
 Supports hardware consolidation
 Fits the specific needs of the networking and telecom industry including carrier
grade requirements
 And solves the following challenges…
 Latency and throughput performance requirements
 New service deployment time constraints
 Network scaling and operating costs
 Open source compatibility issues
 AND…the transition of networks into the cloud
What is Wind River Open Virtualization
Profile?
23
24
It’s all about Performance! (KVM vs.
Wind River Open Virtualization Profile)
WR OVP (vs Native): Average latency increases of 1.5x = SUCCESS
KVM (vs Native): Average latency increases of 7.4x = FAIL
1.5x
How does Open Virtualization Profile work?
25
With Carrier Grade Performance as well!
26
Additional reference information
27
Open Standard Virtualization with SDN and NFV
White Paper:
http://www.windriver.com/whitepapers/ovp/
01.Org Open Source Packet Processing Project:
https://01.org/packet-processing
NFV Use Case
Denis Bouffard
29
Media Processing as a Service
Challenges
 MPaaS Vision:
• Real-time media processing already in private/hybrid clouds
• Adapt media processing for virtualized architectures (NFV), Public
Clouds, etc.
 Several MPaaS Challenges:
• Real-time Network Performance
• Media Processing in Virtual Machines
• Secure Access for Media and Control Planes
• High Availability and Reliability
• Resource Optimization and Management
• Service-aware Load Balancing and Traffic Redirection
• Service Provisioning and Orchestration
• Cloud Service Delivery Frameworks
• Cloud/Web/Mobile Applications
• Communications Enabling Developer APIs
30
MPaaS Challenges
Real-time Network Performance
 Many classic IT applications don’t have
stringent performance requirements
 MRF Media Processing is different:
• Rule-of-thumb: End-End 150 ms maximum delay
• Hard Real-time Performance on COTS VM Servers
• Platform Independent Media Processing Architecture
• Reduced Media Plane Delays (e.g.: 5 ms packetization)
• Bandwidth Optimized Multi-Core Compute and I/O
• Remote/Distributed Media Storage (HTTP, NFS)
31
MPaaS Challenges
Media Processing in Virtual Machines
 Virtualization often used in the Cloud
 Virtualization can impact real-time
performance under load
 MRF on VMs:
1. Maintain acceptable media quality (delay, jitter, packet loss, …)
2. Ensure predictable media quality
3. Minimize capacity degradation compared to bare metal
 With or without demand elasticity and VM migration
32
MPaaS Challenges
Media Processing in Virtual Machines
 Lessons learned:
• Define capacity/performance/media quality targets before starting
• Know your VM technology and application architecture in detail
• Trial and error to find ideal affinity for RTP/SIP/OAMP processes
• Achieving 90% of bare metal capacity is feasible
• Migrating VMs in real time can be problematic
• VMs spanning sockets have proven sub-optimal
• Multiple VMs may be needed for optimum capacity
• Hardware independence remains a challenge
COTS IA HW PLATFORM
0 1 2 3 4 5 6 7
0 16 1 17 2 18 3 19 4 20 5 21 6 22 7 23
0
0 1 2 3 4 5 6 7 8 9
SWMS (VM1)
Socket
Physical Core
Hyper-threaded Core
Virtual CPU
Host
10 11 12 13
Wrap-Up
34
T-Series is the choice
Cloud services and virtualizations:
What is the best platform?
[Source: Seeing through the Cloud A survey of mobile operators' views on the
evolution of the mobile core., Monica Paolini, Senza Fili Consulting, Feb 2013]
ATCA is the clear
choice for telecom
environments
35
Thank You for Attending…
~Please fill out our short survey~
We Value Your Feedback
Check out previous Webinars in this series:
Monetizing VoLTE and RCS
http://www.slideshare.net/Radisys/radisys-mavenir-monetizing-
volte-and-rcs
LTE-Advanced & Small Cells – Capacity, Coverage & Customer
Satifaction
http://www.slideshare.net/Radisys/2013-radisys-airspan-webinar-
smallcellsfinal

More Related Content

What's hot

What's hot (20)

Evolving to a New Generation Network based on IP, SDN, NFV & Cloud
Evolving to a New Generation Networkbased on IP, SDN, NFV & CloudEvolving to a New Generation Networkbased on IP, SDN, NFV & Cloud
Evolving to a New Generation Network based on IP, SDN, NFV & Cloud
 
Carrier Grade MANO for Service Agility - Presented at NFV World Congress 2015
Carrier Grade MANO for Service Agility - Presented at NFV World Congress 2015Carrier Grade MANO for Service Agility - Presented at NFV World Congress 2015
Carrier Grade MANO for Service Agility - Presented at NFV World Congress 2015
 
vCloud NFV - Accelerating deployment of the Telco Cloud (SDN NFV Day ITB 2016)
vCloud NFV - Accelerating deployment of the Telco Cloud (SDN NFV Day ITB 2016)vCloud NFV - Accelerating deployment of the Telco Cloud (SDN NFV Day ITB 2016)
vCloud NFV - Accelerating deployment of the Telco Cloud (SDN NFV Day ITB 2016)
 
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPEMeetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
 
Présentation Matinée SD-WAN Waycom & Citrix
Présentation Matinée SD-WAN Waycom & CitrixPrésentation Matinée SD-WAN Waycom & Citrix
Présentation Matinée SD-WAN Waycom & Citrix
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or Enemies
 
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
 
Colt's SDN/NFV Vision
Colt's SDN/NFV VisionColt's SDN/NFV Vision
Colt's SDN/NFV Vision
 
Colt inter-provider SDN NNIs and APIs
Colt inter-provider SDN NNIs and APIsColt inter-provider SDN NNIs and APIs
Colt inter-provider SDN NNIs and APIs
 
The NFV, SDN & Wireless Network Infrastructure Market: 2015 - 2020 - Opportun...
The NFV, SDN & Wireless Network Infrastructure Market: 2015 - 2020 - Opportun...The NFV, SDN & Wireless Network Infrastructure Market: 2015 - 2020 - Opportun...
The NFV, SDN & Wireless Network Infrastructure Market: 2015 - 2020 - Opportun...
 
The business case for SD WAN in the enterprise
The business case for SD WAN in the enterprise The business case for SD WAN in the enterprise
The business case for SD WAN in the enterprise
 
Red Hat NFV solution overview
Red Hat NFV solution overview   Red Hat NFV solution overview
Red Hat NFV solution overview
 
04 (IDNOG02) Cloud Infrastructure by Dondy Bappedyanto
04 (IDNOG02) Cloud Infrastructure by Dondy Bappedyanto04 (IDNOG02) Cloud Infrastructure by Dondy Bappedyanto
04 (IDNOG02) Cloud Infrastructure by Dondy Bappedyanto
 
Networking Technology Transformation to SDN and NFV
Networking Technology Transformation to SDN and NFVNetworking Technology Transformation to SDN and NFV
Networking Technology Transformation to SDN and NFV
 
SDN & NFV: Driving Additional Value into Managed Services
SDN & NFV: Driving Additional Value into Managed ServicesSDN & NFV: Driving Additional Value into Managed Services
SDN & NFV: Driving Additional Value into Managed Services
 
Telecom Infra Project - Future Telco Software Stack - Keynote: Brian Bronson,...
Telecom Infra Project - Future Telco Software Stack - Keynote: Brian Bronson,...Telecom Infra Project - Future Telco Software Stack - Keynote: Brian Bronson,...
Telecom Infra Project - Future Telco Software Stack - Keynote: Brian Bronson,...
 
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
 
Colt SD-WAN experience learnings and future plans
Colt SD-WAN experience learnings and future plansColt SD-WAN experience learnings and future plans
Colt SD-WAN experience learnings and future plans
 
Sdn nfv-day-2016
Sdn nfv-day-2016Sdn nfv-day-2016
Sdn nfv-day-2016
 
Implementing vCPE with OpenStack and Software Defined Networks
Implementing vCPE with OpenStack and Software Defined NetworksImplementing vCPE with OpenStack and Software Defined Networks
Implementing vCPE with OpenStack and Software Defined Networks
 

Viewers also liked

Differentiating Your Telecom Cloud
Differentiating Your Telecom CloudDifferentiating Your Telecom Cloud
Differentiating Your Telecom Cloud
Eduardo Mendez Polo
 
McCabe-Adam
McCabe-Adam McCabe-Adam
McCabe-Adam
MESTechDE
 
Mobile security
Mobile securityMobile security
Mobile security
home
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
s1180052
 

Viewers also liked (20)

The Digital Telecom. Cloud Services
The Digital Telecom. Cloud ServicesThe Digital Telecom. Cloud Services
The Digital Telecom. Cloud Services
 
Differentiating Your Telecom Cloud
Differentiating Your Telecom CloudDifferentiating Your Telecom Cloud
Differentiating Your Telecom Cloud
 
Telecom Cloud Services Predictions
Telecom Cloud Services PredictionsTelecom Cloud Services Predictions
Telecom Cloud Services Predictions
 
Mobility prediction in telecom cloud using telecom calls.
Mobility prediction in telecom cloud using telecom calls.Mobility prediction in telecom cloud using telecom calls.
Mobility prediction in telecom cloud using telecom calls.
 
McCabe-Adam
McCabe-Adam McCabe-Adam
McCabe-Adam
 
A fresh approach to remote IoT Connectivity by Podsystem
A fresh approach to remote IoT Connectivity by PodsystemA fresh approach to remote IoT Connectivity by Podsystem
A fresh approach to remote IoT Connectivity by Podsystem
 
Carrier Grade Requirements for Cloud Computing: A SCOPE Alliance Perspective ...
Carrier Grade Requirements for Cloud Computing: A SCOPE Alliance Perspective ...Carrier Grade Requirements for Cloud Computing: A SCOPE Alliance Perspective ...
Carrier Grade Requirements for Cloud Computing: A SCOPE Alliance Perspective ...
 
Navigating the Telecom Cloud: Growth Perspectives
Navigating the Telecom Cloud: Growth PerspectivesNavigating the Telecom Cloud: Growth Perspectives
Navigating the Telecom Cloud: Growth Perspectives
 
Cloud & Telecom Expense Management
Cloud & Telecom Expense Management Cloud & Telecom Expense Management
Cloud & Telecom Expense Management
 
ON.LAB Mininet
ON.LAB MininetON.LAB Mininet
ON.LAB Mininet
 
Introduction au Software Defined Networking (SDN)
Introduction au Software Defined Networking (SDN)Introduction au Software Defined Networking (SDN)
Introduction au Software Defined Networking (SDN)
 
2010: Mobile Security - WHYMCA Developer Conference
2010: Mobile Security - WHYMCA Developer Conference2010: Mobile Security - WHYMCA Developer Conference
2010: Mobile Security - WHYMCA Developer Conference
 
Network Softwerization Impact, NFV, SDN
Network Softwerization Impact, NFV, SDNNetwork Softwerization Impact, NFV, SDN
Network Softwerization Impact, NFV, SDN
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
Smart Dust - A Little Wonder
Smart Dust - A Little WonderSmart Dust - A Little Wonder
Smart Dust - A Little Wonder
 
MTech Seminar Presentation [IIT-Bombay]
MTech Seminar Presentation [IIT-Bombay]MTech Seminar Presentation [IIT-Bombay]
MTech Seminar Presentation [IIT-Bombay]
 
FAST Digital Telco
FAST Digital TelcoFAST Digital Telco
FAST Digital Telco
 
Mobile security
Mobile securityMobile security
Mobile security
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 

Similar to Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Virtualization

NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect Keynote
Linaro
 

Similar to Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Virtualization (20)

SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
 
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 
btNOG 9 presentation Introduction to Software Defined Networking
btNOG 9 presentation Introduction to Software Defined NetworkingbtNOG 9 presentation Introduction to Software Defined Networking
btNOG 9 presentation Introduction to Software Defined Networking
 
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentationTurbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
 
NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect Keynote
 
SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?
 
Know about SDN and NFV
Know about SDN and NFVKnow about SDN and NFV
Know about SDN and NFV
 
Midokura OpenStack Day Korea Talk: MidoNet Open Source Network Virtualization...
Midokura OpenStack Day Korea Talk: MidoNet Open Source Network Virtualization...Midokura OpenStack Day Korea Talk: MidoNet Open Source Network Virtualization...
Midokura OpenStack Day Korea Talk: MidoNet Open Source Network Virtualization...
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFV
 
Understanding network and service virtualization
Understanding network and service virtualizationUnderstanding network and service virtualization
Understanding network and service virtualization
 
Why sdn
Why sdnWhy sdn
Why sdn
 
OSDC 2014: Yves Fauser - OpenStack Networking (Neutron) - Overview of network...
OSDC 2014: Yves Fauser - OpenStack Networking (Neutron) - Overview of network...OSDC 2014: Yves Fauser - OpenStack Networking (Neutron) - Overview of network...
OSDC 2014: Yves Fauser - OpenStack Networking (Neutron) - Overview of network...
 
Osdc2014 openstack networking yves_fauser
Osdc2014 openstack networking yves_fauserOsdc2014 openstack networking yves_fauser
Osdc2014 openstack networking yves_fauser
 
Raga_SDN_NSX_1
Raga_SDN_NSX_1Raga_SDN_NSX_1
Raga_SDN_NSX_1
 
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
 
sdnppt.pdf
sdnppt.pdfsdnppt.pdf
sdnppt.pdf
 
SDN Multi-Controller Domain.pptx
SDN Multi-Controller Domain.pptxSDN Multi-Controller Domain.pptx
SDN Multi-Controller Domain.pptx
 
Software Defined Networks
Software Defined NetworksSoftware Defined Networks
Software Defined Networks
 
Introductionto SDN
Introductionto SDN Introductionto SDN
Introductionto SDN
 

More from Radisys Corporation

More from Radisys Corporation (20)

Radisys Engage Webinar Deck
Radisys Engage Webinar DeckRadisys Engage Webinar Deck
Radisys Engage Webinar Deck
 
Ready Telco One Catalyst Program
Ready Telco One Catalyst ProgramReady Telco One Catalyst Program
Ready Telco One Catalyst Program
 
Advanced Speech MediaEngine Contact Center
Advanced Speech MediaEngine Contact CenterAdvanced Speech MediaEngine Contact Center
Advanced Speech MediaEngine Contact Center
 
Use cases in radisys speech recognition in call voice services presentation
Use cases in radisys speech recognition in call voice services presentationUse cases in radisys speech recognition in call voice services presentation
Use cases in radisys speech recognition in call voice services presentation
 
Radisys speech recognition In Call Voice Services Presentation
Radisys speech recognition In Call Voice Services PresentationRadisys speech recognition In Call Voice Services Presentation
Radisys speech recognition In Call Voice Services Presentation
 
Demonstrating Breakthroughs in MEC for Media Analytics with AI Inference
Demonstrating Breakthroughs in MEC for Media Analytics with AI InferenceDemonstrating Breakthroughs in MEC for Media Analytics with AI Inference
Demonstrating Breakthroughs in MEC for Media Analytics with AI Inference
 
Radisys/Orange/Strategy Analytics Webinar 090618
Radisys/Orange/Strategy Analytics Webinar 090618Radisys/Orange/Strategy Analytics Webinar 090618
Radisys/Orange/Strategy Analytics Webinar 090618
 
Radisys at Mobile World Congress Americas
Radisys at Mobile World Congress AmericasRadisys at Mobile World Congress Americas
Radisys at Mobile World Congress Americas
 
Getting to the Edge – Exploring 4G/5G Cloud-RAN Deployable Solutions
Getting to the Edge – Exploring 4G/5G Cloud-RAN Deployable SolutionsGetting to the Edge – Exploring 4G/5G Cloud-RAN Deployable Solutions
Getting to the Edge – Exploring 4G/5G Cloud-RAN Deployable Solutions
 
Open Source: Opening up the telecom world for new opportunities and challenges
Open Source:  Opening up the telecom world for new opportunities and challengesOpen Source:  Opening up the telecom world for new opportunities and challenges
Open Source: Opening up the telecom world for new opportunities and challenges
 
Delivering Carrier Grade OCP for Virtualized Data Centers
Delivering Carrier Grade OCP for Virtualized Data CentersDelivering Carrier Grade OCP for Virtualized Data Centers
Delivering Carrier Grade OCP for Virtualized Data Centers
 
Bringing Cloud Scale Efficiency to Communication Services Providers through R...
Bringing Cloud Scale Efficiency to Communication Services Providers through R...Bringing Cloud Scale Efficiency to Communication Services Providers through R...
Bringing Cloud Scale Efficiency to Communication Services Providers through R...
 
Transforming the Central Office: Implementing CORD
Transforming the Central Office:  Implementing CORDTransforming the Central Office:  Implementing CORD
Transforming the Central Office: Implementing CORD
 
SDN and NFV Paving the Way for Network Monetization with Value-Added Services
SDN and NFV Paving the Way for Network Monetization with Value-Added ServicesSDN and NFV Paving the Way for Network Monetization with Value-Added Services
SDN and NFV Paving the Way for Network Monetization with Value-Added Services
 
High-Performance Media Processing in an NFV World
High-Performance Media Processing in an NFV WorldHigh-Performance Media Processing in an NFV World
High-Performance Media Processing in an NFV World
 
OCP Telco Engineering Workshop at BCE2017
OCP Telco Engineering Workshop at BCE2017OCP Telco Engineering Workshop at BCE2017
OCP Telco Engineering Workshop at BCE2017
 
Carrier Grade OCP: Open Solutions for Telecom Data Centers
Carrier Grade OCP: Open Solutions for Telecom Data CentersCarrier Grade OCP: Open Solutions for Telecom Data Centers
Carrier Grade OCP: Open Solutions for Telecom Data Centers
 
Beyond Basic VoLTE Services: Avoiding 3 Mistakes of the Past
Beyond Basic VoLTE Services: Avoiding 3 Mistakes of the PastBeyond Basic VoLTE Services: Avoiding 3 Mistakes of the Past
Beyond Basic VoLTE Services: Avoiding 3 Mistakes of the Past
 
Deploying Hyperscale SDN and NFV in Next-Generation Data Centers
Deploying Hyperscale SDN and NFV in Next-Generation Data CentersDeploying Hyperscale SDN and NFV in Next-Generation Data Centers
Deploying Hyperscale SDN and NFV in Next-Generation Data Centers
 
Radisys - Future Proofing Your Digital Business With Transcoding
Radisys - Future Proofing Your Digital Business With TranscodingRadisys - Future Proofing Your Digital Business With Transcoding
Radisys - Future Proofing Your Digital Business With Transcoding
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Recently uploaded (20)

MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 

Radisys/Wind River: The Telcom Cloud - Deployment Strategies: SDN/NFV and Virtualization

  • 1. 1 Welcome! Today’s Webinar: The Telecom Cloud: Critical Deployment Strategies July 11, 2013
  • 2. 2 Agenda  Telecom Cloud Introduction • Eric Gregory – Director Product Management, Radisys (eric.gregory@radisys.com)  Software Defined Networking • James Radley – Senior Architect, Radisys (james.radley@radisys.com)  Virtualization • Darshan Patel - Director Product Management, Wind River (darshan.patel@windriver.com)  Network Functions Virtualization Use Case • Denis Bouffard - Director Product Management, Radisys (denis.bouffard@radisys.com)
  • 3. 3 Market Drivers:  Decouple forwarding & control processes  CapEx & OpEx savings by organizing network resources  Dynamic workload allocation & resource affinitization Enablers:  OpenFlow Market Drivers:  CapEx & OpEx savings by efficiently utilizing CPU resources  Decouple application from underlying hardware  Green: Power & Cooling efficiencies based on network traffic Enablers:  Virtualization  OpenStack  Virtual Switching (Open vSwitch) Software Define Networking Network Functions Virtualization Telecom Cloud Components SDN and NFV are becoming coupled as network transformation begins
  • 4. 4 SDN NFV TEMs trying to maximize utilization through automation Operators desiring improved financials Telecom Cloud Components  Determined to leverage existing hw architectures  Must deliver cost savings to stay in the game  Determined to follow Enterprise Virtualization Path  High Availability requirements must still be met SDN and NFV are becoming coupled as network transformation begins
  • 5. 5 Telecom Cloud Components SDN NFV TEMs trying to maximize utilization through automation Operators desiring improved financials  Determined to leverage existing hw architectures  Must deliver cost savings to stay in the game  Determined to follow Enterprise Virtualization Path  High Availability requirements must still be met
  • 6. 6 Where is the middle ground? Where to start? TEMs will need an approach that enables a non-disruptive migration Telecom Cloud Components  Determined to leverage existing hw architectures  Must deliver cost savings to stay in the game SDN NFV  Determined to follow Enterprise Virtualization Path  High Availability requirements must still be met Operators desiring improved financials Operators trying to maximize utilization through automation
  • 7. 7 IT Infrastructure is not a “drop in” for telecom Enterprise Cloud Enterprise Cloud ≠ Telecom Cloud Less strict 3 9s reliability requirements Some Latency Homogeneous Transport (Ethernet) Single Control Protocol (OpenFlow) Controlled Data Center Operating Environment Smaller Number of Warehouse-sized Data Centers Telecom Cloud Strict 5 9s reliability requirement Low Latency Heterogeneous Transport (Optical, Ethernet, Wireless) Multiple Control Protocols (OpenFlow, SNMP) Regulatory Requirements (NEBS) Larger Number of Smaller, Distributed Data Centers
  • 8. 8 Market TimingLevelofNetworkTransformation Steps per Year Identify Apps for SDN Implement Separation of Control & Data plane for targeted App in a single platform Select second app for control/data separation Separate out control plane to dedicated platform Consolidate control planes on to a single platform Begin virtualization of control plane (Follow virtualization steps) Spread applications freely amongst geographically diverse data centers Identify Control Plane Apps for NFV Implement Virtualization framework (Hypervisor, Optimized OVS and Orchestration) Virtualize 1-2 Applications, each on dedicated core or processor Virtualize 1-2 Applications on the same core or processor Virtualize 1-2 Applications on the same core or processor within same data center 1 2 3 4 5 RSYS expects Phase I NFV/SDN transformation to be complete in 5 years SDN NFV
  • 10. 10 What is Software Defined Networking?  Network management paradigm to separate out network control from forwarding planes • Provides automated network control • Co-ordinated and timely updates across disparate network elements • Enables a competitive and complementary eco-system • Exposes inherent features of network equipment – which may otherwise have not been accessible via black box s/w
  • 11. 11 SDN: a three layer cake  Forwarding plane: • Network elements which physically interact with network traffic • May be implemented as; – Virtual switches running in s/w (such as Open vSwitch) – Switch based solutions (using TCAM tables for ACL style rules) – Network Processor (NPU) devices – apply additional services such as fragment reassembly & local ARP resolution • Device parses packet, applies defined actions if a known flow – Hands off to controller if flow previously unknown (or forgotten)
  • 12. 12 SDN: a three layer cake  Controller plane: • Provides network service functions, such as routing • Manages flow tables across multiple forwarding plane elements; – Forwarding Information Bases (FIBs) and ACLs, etc • Correlates flow statistics from the various forwarding plane network elements under it’s control • Multiple controller plane elements may overlap the set of managed network elements (allowing HA operation)
  • 13. 13 SDN: a three layer cake  Orchestration: • Tightly coupled to the management of the life cycle of VMs – Responds to the elastic demand for VMs and the dynamic movement of resources around the cloud • Ensures that flow paths are created to connect packet streams to the right VM • Is expected to be the entity responsible for delivering carrier class HA • Is often portrayed as the panacea for all cloud based networking problems – the box where “some magic will happen”
  • 14. 14 What is OpenFlow?  Specification now ‘managed’ by the Open Networking Foundation (opennetworking.org)  OpenFlow is; • An asynchronous message based protocol • For defining ACL style rules – Parse out selected header fields to match against masked bit patterns – Matches produce a list of ‘instructions’ to be executed on the packet • Multiple cascading look-up tables are supported – Tables cascade through resulting instructions specifying ‘GoTo next table’ – Metadata (results) from a preceding table search can be used in subsequent table searches – Instructions can be accumulated across multiple searches
  • 15. 15 OpenFlow  OpenFlow is arguably not a perfect solution • Missing a standardized definition of many common packet fields • Assumes that the forwarding device is pretty dumb • Urgently requires common abstraction definitions of how to implement core network functions such as routing, NAT & firewalls  Other ‘southbound’ SDN APIs exist • Notably IETF’s ForCES – But it’s like VHS vrs Betamax, the best technology does not necessarily win against market momentum
  • 16. 16 Cascading tables for a routing function NH_VRF_ID NH_IP VLAN-ID VRF_ID VRF_ID Dst_IP Dst_IP Mask NH_Index NH_Index NH_VRF_ID NH_IP Dst_MAC Interface 1 1 Table_0: VLAN_VRF_TABLE Table_1: IPv4_FIB_TABLE Table_2: IPv4_NH_TABLE 4k entries 128k entries 4k entries 4k entries Table_3: IPv4_ARP_TABLE Packet Header Field Resulting Metadata Metadata used in search OF mask field
  • 17. 17 Functional Abstraction  Abstraction models for standard network functions are a MUST HAVE • So that diverse forwarding plane solutions can be managed by common controller plane applications • To allow a competitive eco-system to develop • To prevent inadvertent vendor lock-ins  Need abstraction definitions for; • Routers • Load balancers • NAT Firewalls • Traffic Shapers
  • 18. 18 Poll question What is your current strategy for developing/deploying SDN based controller plane solutions? a. No plans currently in regard to leveraging SDN technology b. Will develop own SDN controller software c. Will use a solution based on an open source initiative d. Will use a solution based on a proprietary commercial solution e. Don’t care about the controller plane, orchestration is what matters
  • 20. 1. Separation of data & control planes 2. Rapid deployment and lower OpEx for provisioning new services 3. Movement towards open APIs for provisioning virtual machines 4. Emergence of cloud services and SDN techniques Why Virtualization? 20 83% Virtualization in Next Product Design
  • 21. 1. Hypervisor 2. Optimized OVS 3. Orchestration How to “Implement the Virtualization Framework”? 21
  • 22. What about Performance? (Native vs. KVM) 22 7.4x KVM (vs Native): Average latency increases of 7.4x = FAIL
  • 23.  Open source innovation that provides high performance, real-time kernel virtualization for next-generation telecom equipment that…  Provides near native hardware results  Enables services to be run flexibly anywhere on the network  Supports hardware consolidation  Fits the specific needs of the networking and telecom industry including carrier grade requirements  And solves the following challenges…  Latency and throughput performance requirements  New service deployment time constraints  Network scaling and operating costs  Open source compatibility issues  AND…the transition of networks into the cloud What is Wind River Open Virtualization Profile? 23
  • 24. 24 It’s all about Performance! (KVM vs. Wind River Open Virtualization Profile) WR OVP (vs Native): Average latency increases of 1.5x = SUCCESS KVM (vs Native): Average latency increases of 7.4x = FAIL 1.5x
  • 25. How does Open Virtualization Profile work? 25
  • 26. With Carrier Grade Performance as well! 26
  • 27. Additional reference information 27 Open Standard Virtualization with SDN and NFV White Paper: http://www.windriver.com/whitepapers/ovp/ 01.Org Open Source Packet Processing Project: https://01.org/packet-processing
  • 28. NFV Use Case Denis Bouffard
  • 29. 29 Media Processing as a Service Challenges  MPaaS Vision: • Real-time media processing already in private/hybrid clouds • Adapt media processing for virtualized architectures (NFV), Public Clouds, etc.  Several MPaaS Challenges: • Real-time Network Performance • Media Processing in Virtual Machines • Secure Access for Media and Control Planes • High Availability and Reliability • Resource Optimization and Management • Service-aware Load Balancing and Traffic Redirection • Service Provisioning and Orchestration • Cloud Service Delivery Frameworks • Cloud/Web/Mobile Applications • Communications Enabling Developer APIs
  • 30. 30 MPaaS Challenges Real-time Network Performance  Many classic IT applications don’t have stringent performance requirements  MRF Media Processing is different: • Rule-of-thumb: End-End 150 ms maximum delay • Hard Real-time Performance on COTS VM Servers • Platform Independent Media Processing Architecture • Reduced Media Plane Delays (e.g.: 5 ms packetization) • Bandwidth Optimized Multi-Core Compute and I/O • Remote/Distributed Media Storage (HTTP, NFS)
  • 31. 31 MPaaS Challenges Media Processing in Virtual Machines  Virtualization often used in the Cloud  Virtualization can impact real-time performance under load  MRF on VMs: 1. Maintain acceptable media quality (delay, jitter, packet loss, …) 2. Ensure predictable media quality 3. Minimize capacity degradation compared to bare metal  With or without demand elasticity and VM migration
  • 32. 32 MPaaS Challenges Media Processing in Virtual Machines  Lessons learned: • Define capacity/performance/media quality targets before starting • Know your VM technology and application architecture in detail • Trial and error to find ideal affinity for RTP/SIP/OAMP processes • Achieving 90% of bare metal capacity is feasible • Migrating VMs in real time can be problematic • VMs spanning sockets have proven sub-optimal • Multiple VMs may be needed for optimum capacity • Hardware independence remains a challenge COTS IA HW PLATFORM 0 1 2 3 4 5 6 7 0 16 1 17 2 18 3 19 4 20 5 21 6 22 7 23 0 0 1 2 3 4 5 6 7 8 9 SWMS (VM1) Socket Physical Core Hyper-threaded Core Virtual CPU Host 10 11 12 13
  • 34. 34 T-Series is the choice Cloud services and virtualizations: What is the best platform? [Source: Seeing through the Cloud A survey of mobile operators' views on the evolution of the mobile core., Monica Paolini, Senza Fili Consulting, Feb 2013] ATCA is the clear choice for telecom environments
  • 35. 35 Thank You for Attending… ~Please fill out our short survey~ We Value Your Feedback Check out previous Webinars in this series: Monetizing VoLTE and RCS http://www.slideshare.net/Radisys/radisys-mavenir-monetizing- volte-and-rcs LTE-Advanced & Small Cells – Capacity, Coverage & Customer Satifaction http://www.slideshare.net/Radisys/2013-radisys-airspan-webinar- smallcellsfinal