SlideShare uma empresa Scribd logo
1 de 35
Baixar para ler 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

Mais conteúdo relacionado

Mais procurados

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 & CloudEricsson
 
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 2015Sean Chen
 
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)SDNRG ITB
 
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: vCPEOPNFV_Vietnam
 
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 & CitrixWaycom
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesJustyna Bak
 
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 IrzanIndonesia Network Operators Group
 
Colt's SDN/NFV Vision
Colt's SDN/NFV VisionColt's SDN/NFV Vision
Colt's SDN/NFV VisionFIBRE Testbed
 
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...LeeSam111
 
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 Colt Technology Services
 
Red Hat NFV solution overview
Red Hat NFV solution overview   Red Hat NFV solution overview
Red Hat NFV solution overview Ali Kafel
 
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 NFVHimawan Nugroho
 
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 ServicesTBI Inc.
 
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,...Radisys Corporation
 
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 2013Alcatel-Lucent Cloud
 
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 plansColt Technology Services
 
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 NetworksPLUMgrid
 

Mais procurados (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
 

Destaque

The Digital Telecom. Cloud Services
The Digital Telecom. Cloud ServicesThe Digital Telecom. Cloud Services
The Digital Telecom. Cloud ServicesParviz Iskhakov
 
Differentiating Your Telecom Cloud
Differentiating Your Telecom CloudDifferentiating Your Telecom Cloud
Differentiating Your Telecom CloudEduardo Mendez Polo
 
Telecom Cloud Services Predictions
Telecom Cloud Services PredictionsTelecom Cloud Services Predictions
Telecom Cloud Services Predictionsalpercelk
 
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.Afiya Rajee
 
McCabe-Adam
McCabe-Adam McCabe-Adam
McCabe-Adam MESTechDE
 
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 Podsystempodsystem1
 
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 ...OpenSAF Foundation
 
Navigating the Telecom Cloud: Growth Perspectives
Navigating the Telecom Cloud: Growth PerspectivesNavigating the Telecom Cloud: Growth Perspectives
Navigating the Telecom Cloud: Growth PerspectivesCamille Mendler
 
Cloud & Telecom Expense Management
Cloud & Telecom Expense Management Cloud & Telecom Expense Management
Cloud & Telecom Expense Management Sergej Polovnikov
 
Introduction au Software Defined Networking (SDN)
Introduction au Software Defined Networking (SDN)Introduction au Software Defined Networking (SDN)
Introduction au Software Defined Networking (SDN)Edouard DEBERDT
 
2010: Mobile Security - WHYMCA Developer Conference
2010: Mobile Security - WHYMCA Developer Conference2010: Mobile Security - WHYMCA Developer Conference
2010: Mobile Security - WHYMCA Developer ConferenceFabio Pietrosanti
 
Network Softwerization Impact, NFV, SDN
Network Softwerization Impact, NFV, SDNNetwork Softwerization Impact, NFV, SDN
Network Softwerization Impact, NFV, SDNMarie-Paule Odini
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning systemPriya Meena
 
Smart Dust - A Little Wonder
Smart Dust - A Little WonderSmart Dust - A Little Wonder
Smart Dust - A Little WonderJophin Joy
 
MTech Seminar Presentation [IIT-Bombay]
MTech Seminar Presentation [IIT-Bombay]MTech Seminar Presentation [IIT-Bombay]
MTech Seminar Presentation [IIT-Bombay]Sagar Ahire
 
FAST Digital Telco
FAST Digital TelcoFAST Digital Telco
FAST Digital TelcoCapgemini
 
Mobile security
Mobile securityMobile security
Mobile securityhome
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning systemAarush Jewaria
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning systems1180052
 

Destaque (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
 

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

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 - 2014SAMeh Zaghloul
 
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...APNIC
 
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 NetworkingAPNIC
 
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 presentationRadisys Corporation
 
NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect KeynoteLinaro
 
SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?Kedar Raval
 
Know about SDN and NFV
Know about SDN and NFVKnow about SDN and NFV
Know about SDN and NFVKedar Raval
 
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...Dan Mihai Dumitriu
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFVCoreStack
 
Understanding network and service virtualization
Understanding network and service virtualizationUnderstanding network and service virtualization
Understanding network and service virtualizationSDN Hub
 
Why sdn
Why sdnWhy sdn
Why sdnlz1dsb
 
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...NETWAYS
 
Osdc2014 openstack networking yves_fauser
Osdc2014 openstack networking yves_fauserOsdc2014 openstack networking yves_fauser
Osdc2014 openstack networking yves_fauseryfauser
 
[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)'OpenStack Korea Community
 
SDN Multi-Controller Domain.pptx
SDN Multi-Controller Domain.pptxSDN Multi-Controller Domain.pptx
SDN Multi-Controller Domain.pptxSandeep Maurya
 
Software Defined Networks
Software Defined NetworksSoftware Defined Networks
Software Defined NetworksShreeya Shah
 

Semelhante a 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
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 

Mais de Radisys Corporation

Ready Telco One Catalyst Program
Ready Telco One Catalyst ProgramReady Telco One Catalyst Program
Ready Telco One Catalyst ProgramRadisys Corporation
 
Advanced Speech MediaEngine Contact Center
Advanced Speech MediaEngine Contact CenterAdvanced Speech MediaEngine Contact Center
Advanced Speech MediaEngine Contact CenterRadisys Corporation
 
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 presentationRadisys Corporation
 
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 PresentationRadisys Corporation
 
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 InferenceRadisys Corporation
 
Radisys/Orange/Strategy Analytics Webinar 090618
Radisys/Orange/Strategy Analytics Webinar 090618Radisys/Orange/Strategy Analytics Webinar 090618
Radisys/Orange/Strategy Analytics Webinar 090618Radisys Corporation
 
Radisys at Mobile World Congress Americas
Radisys at Mobile World Congress AmericasRadisys at Mobile World Congress Americas
Radisys at Mobile World Congress AmericasRadisys Corporation
 
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 SolutionsRadisys Corporation
 
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 challengesRadisys Corporation
 
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 CentersRadisys Corporation
 
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...Radisys Corporation
 
Transforming the Central Office: Implementing CORD
Transforming the Central Office:  Implementing CORDTransforming the Central Office:  Implementing CORD
Transforming the Central Office: Implementing CORDRadisys Corporation
 
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 ServicesRadisys Corporation
 
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 WorldRadisys Corporation
 
OCP Telco Engineering Workshop at BCE2017
OCP Telco Engineering Workshop at BCE2017OCP Telco Engineering Workshop at BCE2017
OCP Telco Engineering Workshop at BCE2017Radisys Corporation
 
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 CentersRadisys Corporation
 
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 PastRadisys Corporation
 
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 CentersRadisys Corporation
 
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 TranscodingRadisys Corporation
 

Mais de 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
 

Último

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Último (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

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