SlideShare uma empresa Scribd logo
1 de 18
Baixar para ler offline
Next-Gen Virtual Networking
Paul Polakos
Director Networking Research, Bell Labs
paul.polakos@alcatel-lucent.com
16 Dec 2010
All Rights Reserved © Alcatel-Lucent 20102 | Network Virtualization | May 2010
Next-Gen Network Virtualization -- Summary
 There are two technology streams—VPNs and server virtualization/cloud
computing — influencing network virtualization.
 Many new applications require integration of these two technologies and
greater support from the network for their specific needs.
 VPNs will be tied much more closely with content distribution and virtual
computing.
 Our approach – NG Virtual Networking: Create a system which allows a user
(such as an enterprise and virtual telco) to set up a combination of computing
and networking resources based on a high-level specification.
 Innovations needed: A new language for specifying application needs,
algorithms for provisioning, a virtualized router with an architecture to run
multiple protocol stacks in parallel and with flexible packet pipelines, and a
software foundation.
All Rights Reserved © Alcatel-Lucent 20103 | Network Virtualization | May 2010
Internet
Standard Packet Core
with SGSN/GGSN
Non-standard Packet
Core with alternative
mobility functions
RAN
Use Case 1: Alternative Network Architecture for Lower
Cost/Higher Performance
Some service providers are willing to adopt non-standard/alternative
architectures/procedures/techniques if substantial cost benefits can be
realized
Example:
 Mobile service providers’ job is to get packets to/from mobile from/to Internet
 Alternative models to current mobile core (PDSN/HA, SGSN/GGSN, SGW/PGW) can be
constructed and deployed
All Rights Reserved © Alcatel-Lucent 20104 | Network Virtualization | May 2010
Use Case 2: Alternative Network Architecture for Lower
Cost/Higher Performance (cont’d)
Video-only Network:
 Construction of a video transport network with different protocols can yield
substantial cost savings and operational efficiency
 Transport of video over IP is far from optimized
Small packet size
Lack of useful video feature – one-way broadcast
Video Subnet
Data Subnet
All Rights Reserved © Alcatel-Lucent 20105 | Network Virtualization | May 2010
Use Case 3: Virtual Hosting of “Foreign” Functions
 Example: Mobile Roaming
 Instead of “backhauling” roaming traffic
home and getting services, instantiate a
virtual copy of “home” in a visitor
network
 Benefits:
 Savings in backhaul
 Performance improvement such as
reduction in latency
 Issues:
 Legal intercept – enforcing home
country’s law in a foreign operation
Visitor Network
Virtual Home
Network
• Instantiation of a virtual home
network within host network
• Roaming mobile user’s traffic is
handled within the virtual home
subnet
All Rights Reserved © Alcatel-Lucent 20106 | Network Virtualization | May 2010
Use Case 4: Virtual Private Cloud in Shared Data Center
 Example: Enterprise Cloud Computing
 An enterprise may tap cloud
resources to augment its internal
resources. Cloud resources along
with a VPN are set up in a way that
they reside within its security
boundary.
 Benefits:
 Lower capital cost – enterprise
needs only build infrastructure for
average demand
 Instant scalability – cloud resources
can be allocated and de-allocated
in short time scale
• Shared data center where cloud resources for
enterprises are allocated.
• Each virtual private cloud is isolated from
each other, but “attached” to their
respective enterprise network
All Rights Reserved © Alcatel-Lucent 20107 | Network Virtualization | May 2010
Common Concepts Among all Use Cases
 Virtualization of all resources such as links, routers, and servers
should be done.
 All resources for computation, storage and networking should provide
their slices as units of allocation
 Dynamic allocation/release of these resources in short time scale
should be enabled
 The solution should have high scalability with rapidly redeployable
resources
All Rights Reserved © Alcatel-Lucent 20108 | Network Virtualization | May 2010
Issues:
How do we virtualize a
networking substrate?
How does one manage
a virtual network?
How does one create a dynamic
networking solution?
NG Virtual Networking
Creating a combined network and compute system
Computing and Storage
Resource Allocation
Resource Allocation for
Specialized Software,
Hardware
Store Front
Web portal where NG virtual
networking requests are made
System-as-a- service
requirement
System request
Allocation
System Resource
Allocation and Provisioning
 Infrastructure adapts to different apps by choosing appropriate protocol stack(s).
 An enterprise or virtual telco specifies networking and computing requirements in a
specification language.
 The service provider gets requests to set up different networking & computing
infrastructure on demand.
 Each set-up request specifies connectivity, policies, bandwidth, and computing needs etc.
 Dynamic provisioning system carves out a virtual network and computing resources
from the underlying physical network and computing cloud based on these specs.
 As number of the application users grows,
additional resource assigned dynamically.
All Rights Reserved © Alcatel-Lucent 20109 | Network Virtualization | May 2010
Key Elements for Realizing This Vision
I. A language for specifying networking and computing needs.
II. Algorithms for optimally allocating resources in the network and
the computing cloud for deployment of a distributed application.
III. A virtualized router which provides finer level of granularity in
multiple dimensions such as relative delays for different clients in
gaming networks.
IV. A software foundation that enables building and deployment of
distributed applications in data centers and networks.
All Rights Reserved © Alcatel-Lucent 201010 | Network Virtualization | May 2010
I - Language: An Example Resource Request
A customer requests all needed components for deploying a new
application in an XML-based language.
Information in a request
 Network connectivity requirement
 Computing needs
 Storage needs for caching and content
 Needs for special-purpose processing
Transcoders, DSP, and echo-cancellers
Software-as-a-service applications
All Rights Reserved © Alcatel-Lucent 201011 | Network Virtualization | May 2010
Language Example: Financial / Video connectivity
Services
Physical Network
Video servers
IP Video
multicast
Financial
Transactions
Financial VPN
Video VPN
Financial connectivity:
 Traffic matrix: A->C: 10Mbps, B->D:
20Mbps, …
 High security, isolation from other traffic
 Very low latency
 Value-added service: transaction auditing,
…
A
C
D
B
E
Video connectivity:
 Traffic demand: video server location &
capacity, receiver location & capacity, …
 QoS guaranteed session creation
 Multicast capable, NACK control
 Value-added service: transcoding
transcoding
Transaction
auditing
Deploy
•
Deploy
All Rights Reserved © Alcatel-Lucent 201012 | Network Virtualization | May 2010
Language Example: Financial Connectivity
•<network>
<site>
<name>NY</name>
<ip>135d.3.98.0/24</ip>dd
<bandwidth>10Mbps</bandwidth>
</site>
<site>
<name>WashingtonDC</name>
<ip>124.7.50.0/24</ip>
<bandwidth>10Mbps</bandwidth>
</site>
<routing>unicast</routing>
<delay>5ms</delay>
</network>
------------------------------------------------
<service>
<type>TransactionAudit</type>
<location>any</location>
<list>
<entry>
<from>135.3.98.0/24</from>
<to>124.7.50.47/32</to>
<action>store</action>
<entry>
</list>
</service>
<computing>
<VMGroup>
<cpu>2GHz Intel Xeon</cpu>
<memory>4 GB</memory>
<prefLocation>any</prefLocation>
<volume>50</volume>
<subnet>135.3.96.0/24</subnet>
</VMGroup>
</computing>
--------------------------------------------------
<storage>
<volume>100TB</volume>
<availability>high</availability>
<security>high</security>
<prefVicinity>NY</prefVicinity>
</storage>
Subnet=135.3.98.0/24
124.7.50.47
50 VMs (2GHz, 4GB)
Storage (100TB)
10Mbps 10Mbps
Delay=5ms
Store
NY
Washington, DC
All Rights Reserved © Alcatel-Lucent 201013 | Network Virtualization | May 2010
II - Algorithms for Resource Allocation
 The provisioning system must allocate resources for demands. Here are the
resources:
 Computing, storage and specialized hardware (transcoding) capability
 Connectivity with service-level guarantees
 Requests arrive one at a time (not all at once). This means that the
algorithms have to be on-line.
 Allocation algorithms must satisfy as many requests as possible
 Specific variants need to be developed for application-specific services
All Rights Reserved © Alcatel-Lucent 201014 | Network Virtualization | May 2010
Algorithmic Challenges for Gaming
An on-demand gaming application
A group wants to set up a gaming
session on-demand from different
points of attachments into the network
 Request specifies network service
needs, game service, server need
 Games may have special SLA needs –
ex: minimize difference in delays
between servers and endpoints.
Impacts server placement, path
selection
 The provider sets up a “virtual
private network” for the group on
demand
 A SLA with the constraints of equal
delay for a dynamic user population
must be provided.
All Rights Reserved © Alcatel-Lucent 201015 | Network Virtualization | May 201015 | network and computing substrate | June 2009
III - Virtualized Router: Multiple Protocol Stacks
 Each virtual network can implement its own protocol stack that is optimized
for its purpose.
Examples:
 A video virtual network may use a transport other than IP/RTP that allows
for larger packet size
 A gaming virtual network may use least latency routing, rather than
shortest hop routing.
 A virtual network dedicated to content may use the content–centric
networking protocol as proposed by Van Jacobson
Hardware Substrate
Substrate
Control
Local
Admin
Stack for
VN1
Stack for
VN2
Stack for
VNn…
Virtual Network Dispatcher
Packet classifier for
determining the
VN for each
packet
All Rights Reserved © Alcatel-Lucent 201016 | Network Virtualization | May 2010
Protocol Pipelines & Interconnection Fabrics
 Specialized packet processing engines have to be designed for non-IP
protocols.
 Even for IP packets, new scheduling procedures need to be designed.
 Transferring packets with different formats and lengths will require some
changes in router interconnection fabrics.
bearer
control
Feature
Servers
Service
Cards
Master
Control
Elements
Line
Cards
Service routing
decoupled
from forwarding
Specialized packet
pipeline created using
service chaining
Different packet
flows can be
treated differently
All Rights Reserved © Alcatel-Lucent 201017 | Network Virtualization | May 2010
IV - Software Foundation
 The software foundation is a common software layer in all elements
– networking and computing – to create a cohesive system which can
be provisioned jointly.
 It runs on routers, virtual computers in data centers and “micro clouds”.
 Data centers can be sourced from multiple providers, yet the software
foundation makes them look as one.
 Micro clouds are computers kept adjacent to or inside routers that help
control the virtual network
 The software foundation further provides the necessary hooks to
monitor the health of the application and the network, and …
… compares measurements with application-specific service-level
agreements (SLAs). It can make the computing, storage and network
adjustments to deliver the SLA.
Next-Gen Virtual Networking
Paul Polakos
Director Networking Research, Bell Labs
paul.polakos@alcatel-lucent.com
16 Dec 2010

Mais conteúdo relacionado

Mais procurados

A Business Guide to MPLS IP VPN Migration: Five Critical Factors
A Business Guide  to MPLS IP VPN Migration: Five Critical FactorsA Business Guide  to MPLS IP VPN Migration: Five Critical Factors
A Business Guide to MPLS IP VPN Migration: Five Critical FactorsXO Communications
 
Colt sdn-and-nfv-experience-lernings-and-future-plans
Colt sdn-and-nfv-experience-lernings-and-future-plansColt sdn-and-nfv-experience-lernings-and-future-plans
Colt sdn-and-nfv-experience-lernings-and-future-plansJavier Benitez
 
Colt's SDN/NFV Vision
Colt's SDN/NFV VisionColt's SDN/NFV Vision
Colt's SDN/NFV VisionFIBRE Testbed
 
Colt's evolution from MPLS to Cloud Networking
Colt's evolution from MPLS to Cloud Networking Colt's evolution from MPLS to Cloud Networking
Colt's evolution from MPLS to Cloud Networking Colt Technology Services
 
Ericsson Connected Home Solution
Ericsson Connected Home SolutionEricsson Connected Home Solution
Ericsson Connected Home SolutionEricsson France
 
Evolving to a Software Defined Carrier Network
Evolving to a Software Defined Carrier NetworkEvolving to a Software Defined Carrier Network
Evolving to a Software Defined Carrier NetworkOpen Networking Summits
 
PTCL Corporate Solution & Services
PTCL Corporate Solution & ServicesPTCL Corporate Solution & Services
PTCL Corporate Solution & ServicesSaeed Akbar
 
Ethernet Demarcation Devices for managing end to end Ethernet service delivery
Ethernet Demarcation Devices for managing end to end Ethernet service deliveryEthernet Demarcation Devices for managing end to end Ethernet service delivery
Ethernet Demarcation Devices for managing end to end Ethernet service deliveryMetrodata Limited
 
IMS IP multimedia subsystem presentation
IMS IP multimedia subsystem presentationIMS IP multimedia subsystem presentation
IMS IP multimedia subsystem presentationWaldir R. Pires Jr
 
Expectation for SDN as Carrier's Network
Expectation for SDN as Carrier's NetworkExpectation for SDN as Carrier's Network
Expectation for SDN as Carrier's NetworkOpen Networking Summits
 
Chapter 4 computer network and the internet2
Chapter 4 computer network and the internet2Chapter 4 computer network and the internet2
Chapter 4 computer network and the internet2Melaku Bayih Demessie
 
The Top 10 Business Reasons for 10GbE iSCSI
The Top 10 Business Reasons for 10GbE iSCSIThe Top 10 Business Reasons for 10GbE iSCSI
The Top 10 Business Reasons for 10GbE iSCSIEmulex Corporation
 

Mais procurados (20)

Actelis
ActelisActelis
Actelis
 
A Business Guide to MPLS IP VPN Migration: Five Critical Factors
A Business Guide  to MPLS IP VPN Migration: Five Critical FactorsA Business Guide  to MPLS IP VPN Migration: Five Critical Factors
A Business Guide to MPLS IP VPN Migration: Five Critical Factors
 
Colt sdn-and-nfv-experience-lernings-and-future-plans
Colt sdn-and-nfv-experience-lernings-and-future-plansColt sdn-and-nfv-experience-lernings-and-future-plans
Colt sdn-and-nfv-experience-lernings-and-future-plans
 
Colt's SDN/NFV Vision
Colt's SDN/NFV VisionColt's SDN/NFV Vision
Colt's SDN/NFV Vision
 
Gtt Overview
Gtt OverviewGtt Overview
Gtt Overview
 
Colt's evolution from MPLS to Cloud Networking
Colt's evolution from MPLS to Cloud Networking Colt's evolution from MPLS to Cloud Networking
Colt's evolution from MPLS to Cloud Networking
 
Ieee ce.dcai
Ieee ce.dcaiIeee ce.dcai
Ieee ce.dcai
 
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
 
VoLTE - From Delay to Deploy
VoLTE - From Delay to DeployVoLTE - From Delay to Deploy
VoLTE - From Delay to Deploy
 
Ericsson Connected Home Solution
Ericsson Connected Home SolutionEricsson Connected Home Solution
Ericsson Connected Home Solution
 
Evolving to a Software Defined Carrier Network
Evolving to a Software Defined Carrier NetworkEvolving to a Software Defined Carrier Network
Evolving to a Software Defined Carrier Network
 
PTCL Corporate Solution & Services
PTCL Corporate Solution & ServicesPTCL Corporate Solution & Services
PTCL Corporate Solution & Services
 
Introduction to Cloud computing
Introduction to Cloud computingIntroduction to Cloud computing
Introduction to Cloud computing
 
Ethernet Demarcation Devices for managing end to end Ethernet service delivery
Ethernet Demarcation Devices for managing end to end Ethernet service deliveryEthernet Demarcation Devices for managing end to end Ethernet service delivery
Ethernet Demarcation Devices for managing end to end Ethernet service delivery
 
IMS IP multimedia subsystem presentation
IMS IP multimedia subsystem presentationIMS IP multimedia subsystem presentation
IMS IP multimedia subsystem presentation
 
Expectation for SDN as Carrier's Network
Expectation for SDN as Carrier's NetworkExpectation for SDN as Carrier's Network
Expectation for SDN as Carrier's Network
 
Chapter 4 computer network and the internet2
Chapter 4 computer network and the internet2Chapter 4 computer network and the internet2
Chapter 4 computer network and the internet2
 
Protocols and tools
Protocols and toolsProtocols and tools
Protocols and tools
 
The Great IT Migration
The Great IT MigrationThe Great IT Migration
The Great IT Migration
 
The Top 10 Business Reasons for 10GbE iSCSI
The Top 10 Business Reasons for 10GbE iSCSIThe Top 10 Business Reasons for 10GbE iSCSI
The Top 10 Business Reasons for 10GbE iSCSI
 

Destaque

Alcatel-Lucent Enterprise Produktportfolio H2-2016
Alcatel-Lucent Enterprise Produktportfolio H2-2016Alcatel-Lucent Enterprise Produktportfolio H2-2016
Alcatel-Lucent Enterprise Produktportfolio H2-2016Benjamin Eggerstedt
 
Switch Testing Made Difficult
Switch Testing Made DifficultSwitch Testing Made Difficult
Switch Testing Made Difficultdigitallibrary
 
How Alcatel-Lucent Enterprise Makes Universities State-of-the-Art
How Alcatel-Lucent Enterprise Makes Universities State-of-the-ArtHow Alcatel-Lucent Enterprise Makes Universities State-of-the-Art
How Alcatel-Lucent Enterprise Makes Universities State-of-the-ArtAlcatel-Lucent Enterprise
 
Future Internet Week Budapest
Future Internet Week  BudapestFuture Internet Week  Budapest
Future Internet Week BudapestFIA2010
 
Multicasting and multicast routing protocols
Multicasting and multicast routing protocolsMulticasting and multicast routing protocols
Multicasting and multicast routing protocolsAbhishek Kesharwani
 
"FCoE vs. iSCSI - Making the Choice" from Interop Las Vegas 2011
"FCoE vs. iSCSI - Making the Choice" from Interop Las Vegas 2011"FCoE vs. iSCSI - Making the Choice" from Interop Las Vegas 2011
"FCoE vs. iSCSI - Making the Choice" from Interop Las Vegas 2011Stephen Foskett
 
Router vs switch
Router vs switchRouter vs switch
Router vs switchIT Tech
 
Multicast Routing Protocols
Multicast Routing ProtocolsMulticast Routing Protocols
Multicast Routing ProtocolsRam Dutt Shukla
 

Destaque (10)

Alcatel-Lucent Enterprise Produktportfolio H2-2016
Alcatel-Lucent Enterprise Produktportfolio H2-2016Alcatel-Lucent Enterprise Produktportfolio H2-2016
Alcatel-Lucent Enterprise Produktportfolio H2-2016
 
Switch Testing Made Difficult
Switch Testing Made DifficultSwitch Testing Made Difficult
Switch Testing Made Difficult
 
How Alcatel-Lucent Enterprise Makes Universities State-of-the-Art
How Alcatel-Lucent Enterprise Makes Universities State-of-the-ArtHow Alcatel-Lucent Enterprise Makes Universities State-of-the-Art
How Alcatel-Lucent Enterprise Makes Universities State-of-the-Art
 
Future Internet Week Budapest
Future Internet Week  BudapestFuture Internet Week  Budapest
Future Internet Week Budapest
 
Ip multicast
Ip multicastIp multicast
Ip multicast
 
Multicasting and multicast routing protocols
Multicasting and multicast routing protocolsMulticasting and multicast routing protocols
Multicasting and multicast routing protocols
 
Multicast in OpenStack Tips
Multicast in OpenStack TipsMulticast in OpenStack Tips
Multicast in OpenStack Tips
 
"FCoE vs. iSCSI - Making the Choice" from Interop Las Vegas 2011
"FCoE vs. iSCSI - Making the Choice" from Interop Las Vegas 2011"FCoE vs. iSCSI - Making the Choice" from Interop Las Vegas 2011
"FCoE vs. iSCSI - Making the Choice" from Interop Las Vegas 2011
 
Router vs switch
Router vs switchRouter vs switch
Router vs switch
 
Multicast Routing Protocols
Multicast Routing ProtocolsMulticast Routing Protocols
Multicast Routing Protocols
 

Semelhante a Paul Polakos (Bel Labs, Alcatel-Lucent, USA) - Network Virtualisation

Framework for the New IP - Phil O'Reilly
Framework for the New IP - Phil O'ReillyFramework for the New IP - Phil O'Reilly
Framework for the New IP - Phil O'Reillyscoopnewsgroup
 
M1-C17-Armando una red.pptx
M1-C17-Armando una red.pptxM1-C17-Armando una red.pptx
M1-C17-Armando una red.pptxAngel Garcia
 
17 - Building small network.pdf
17 - Building small network.pdf17 - Building small network.pdf
17 - Building small network.pdfPhiliphaHaldline
 
Delay Efficient Method for Delivering IPTV Services
Delay Efficient Method for Delivering IPTV ServicesDelay Efficient Method for Delivering IPTV Services
Delay Efficient Method for Delivering IPTV ServicesIJERA Editor
 
Edge virtualisation for Carrier Networks
Edge virtualisation for Carrier NetworksEdge virtualisation for Carrier Networks
Edge virtualisation for Carrier NetworksMyNOG
 
ITN_Module_17.pptx
ITN_Module_17.pptxITN_Module_17.pptx
ITN_Module_17.pptxssuserf7cd2b
 
Virtualization of motes, gateways and networks new.pptx
Virtualization of motes, gateways and networks new.pptxVirtualization of motes, gateways and networks new.pptx
Virtualization of motes, gateways and networks new.pptxssuserd54a18
 
How to implement smart networks to unlock more profit
How to implement smart networks to unlock more profitHow to implement smart networks to unlock more profit
How to implement smart networks to unlock more profitEricsson
 
Introduction on Cloud Computing
Introduction on Cloud Computing Introduction on Cloud Computing
Introduction on Cloud Computing Sanjiv Pradhan
 
IOT in 5G Training and Certification by TELCOMA Global
IOT in 5G Training and Certification by TELCOMA GlobalIOT in 5G Training and Certification by TELCOMA Global
IOT in 5G Training and Certification by TELCOMA GlobalGaganpreet Singh Walia
 
IOT in 5G Training and Certification by TELCOMA Global
IOT in 5G Training and Certification by TELCOMA GlobalIOT in 5G Training and Certification by TELCOMA Global
IOT in 5G Training and Certification by TELCOMA GlobalGaganpreet Singh Walia
 
Telefonica innovation edge computing and services
Telefonica innovation edge computing and servicesTelefonica innovation edge computing and services
Telefonica innovation edge computing and servicesPatrick Lopez
 
Necos keynote UFRN Telecomday
Necos keynote UFRN TelecomdayNecos keynote UFRN Telecomday
Necos keynote UFRN TelecomdayAugusto Neto
 
Iisrt zzz satyabrata khatua
Iisrt zzz satyabrata khatuaIisrt zzz satyabrata khatua
Iisrt zzz satyabrata khatuaIISRT
 
LCU13: Networking Summit Keynote
LCU13: Networking Summit KeynoteLCU13: Networking Summit Keynote
LCU13: Networking Summit KeynoteLinaro
 
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...confluent
 

Semelhante a Paul Polakos (Bel Labs, Alcatel-Lucent, USA) - Network Virtualisation (20)

Javier Lecanda - Colt SDN/NFV Experience inca 201706
Javier Lecanda - Colt SDN/NFV Experience   inca 201706Javier Lecanda - Colt SDN/NFV Experience   inca 201706
Javier Lecanda - Colt SDN/NFV Experience inca 201706
 
Colt Network On Demand
Colt Network On DemandColt Network On Demand
Colt Network On Demand
 
Framework for the New IP - Phil O'Reilly
Framework for the New IP - Phil O'ReillyFramework for the New IP - Phil O'Reilly
Framework for the New IP - Phil O'Reilly
 
M1-C17-Armando una red.pptx
M1-C17-Armando una red.pptxM1-C17-Armando una red.pptx
M1-C17-Armando una red.pptx
 
17 - Building small network.pdf
17 - Building small network.pdf17 - Building small network.pdf
17 - Building small network.pdf
 
Delay Efficient Method for Delivering IPTV Services
Delay Efficient Method for Delivering IPTV ServicesDelay Efficient Method for Delivering IPTV Services
Delay Efficient Method for Delivering IPTV Services
 
Edge virtualisation for Carrier Networks
Edge virtualisation for Carrier NetworksEdge virtualisation for Carrier Networks
Edge virtualisation for Carrier Networks
 
ITN_Module_17.pptx
ITN_Module_17.pptxITN_Module_17.pptx
ITN_Module_17.pptx
 
Virtualization of motes, gateways and networks new.pptx
Virtualization of motes, gateways and networks new.pptxVirtualization of motes, gateways and networks new.pptx
Virtualization of motes, gateways and networks new.pptx
 
How to implement smart networks to unlock more profit
How to implement smart networks to unlock more profitHow to implement smart networks to unlock more profit
How to implement smart networks to unlock more profit
 
Colt Novitas SDN World Congress 2015
Colt Novitas SDN World Congress 2015Colt Novitas SDN World Congress 2015
Colt Novitas SDN World Congress 2015
 
Introduction on Cloud Computing
Introduction on Cloud Computing Introduction on Cloud Computing
Introduction on Cloud Computing
 
Enterprise Connectivity
Enterprise ConnectivityEnterprise Connectivity
Enterprise Connectivity
 
IOT in 5G Training and Certification by TELCOMA Global
IOT in 5G Training and Certification by TELCOMA GlobalIOT in 5G Training and Certification by TELCOMA Global
IOT in 5G Training and Certification by TELCOMA Global
 
IOT in 5G Training and Certification by TELCOMA Global
IOT in 5G Training and Certification by TELCOMA GlobalIOT in 5G Training and Certification by TELCOMA Global
IOT in 5G Training and Certification by TELCOMA Global
 
Telefonica innovation edge computing and services
Telefonica innovation edge computing and servicesTelefonica innovation edge computing and services
Telefonica innovation edge computing and services
 
Necos keynote UFRN Telecomday
Necos keynote UFRN TelecomdayNecos keynote UFRN Telecomday
Necos keynote UFRN Telecomday
 
Iisrt zzz satyabrata khatua
Iisrt zzz satyabrata khatuaIisrt zzz satyabrata khatua
Iisrt zzz satyabrata khatua
 
LCU13: Networking Summit Keynote
LCU13: Networking Summit KeynoteLCU13: Networking Summit Keynote
LCU13: Networking Summit Keynote
 
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
 

Mais de FIA2010

Gyula Sallai: Presentation of the next FIA in Budapest
Gyula Sallai: Presentation of the next FIA in Budapest Gyula Sallai: Presentation of the next FIA in Budapest
Gyula Sallai: Presentation of the next FIA in Budapest FIA2010
 
Ian Brown (Oxford Internet Institute): Constitutions and tussles in cyberspace
Ian Brown (Oxford Internet Institute): Constitutions and tussles in cyberspaceIan Brown (Oxford Internet Institute): Constitutions and tussles in cyberspace
Ian Brown (Oxford Internet Institute): Constitutions and tussles in cyberspaceFIA2010
 
Leslie Daigle (ISOC) - Internet Architecture and Values
Leslie Daigle (ISOC) -  Internet Architecture and ValuesLeslie Daigle (ISOC) -  Internet Architecture and Values
Leslie Daigle (ISOC) - Internet Architecture and ValuesFIA2010
 
Karen Sollins (MIT, US): Privacy: Can we afford not to?
Karen Sollins (MIT, US): Privacy: Can we afford not to? Karen Sollins (MIT, US): Privacy: Can we afford not to?
Karen Sollins (MIT, US): Privacy: Can we afford not to? FIA2010
 
Dirk Trossen (University of Cambridge): The EIFFEL Think Tank - Agreeing on ...
Dirk Trossen (University of Cambridge):  The EIFFEL Think Tank - Agreeing on ...Dirk Trossen (University of Cambridge):  The EIFFEL Think Tank - Agreeing on ...
Dirk Trossen (University of Cambridge): The EIFFEL Think Tank - Agreeing on ...FIA2010
 
F.S. Nucci - Search as an architectural component: searching for a new paradigm
F.S. Nucci - Search as an architectural component: searching for a new paradigmF.S. Nucci - Search as an architectural component: searching for a new paradigm
F.S. Nucci - Search as an architectural component: searching for a new paradigmFIA2010
 
Josef Weber (Siemens): Scenarios for Future Internet Business@Energy
Josef Weber (Siemens): Scenarios for Future Internet Business@EnergyJosef Weber (Siemens): Scenarios for Future Internet Business@Energy
Josef Weber (Siemens): Scenarios for Future Internet Business@EnergyFIA2010
 
Keith Popplewell, Jenny Harding: Realising the Digital Opportunity: Redesigni...
Keith Popplewell, Jenny Harding: Realising the Digital Opportunity: Redesigni...Keith Popplewell, Jenny Harding: Realising the Digital Opportunity: Redesigni...
Keith Popplewell, Jenny Harding: Realising the Digital Opportunity: Redesigni...FIA2010
 
Josema Cavanillas: An industry view on Future Internet Businesses
Josema Cavanillas: An industry view on Future Internet BusinessesJosema Cavanillas: An industry view on Future Internet Businesses
Josema Cavanillas: An industry view on Future Internet BusinessesFIA2010
 
Ingrid Moerman, Stefan Bouckaert: IP CREW - Cognitive Radio Experimentation ...
Ingrid Moerman, Stefan Bouckaert:  IP CREW - Cognitive Radio Experimentation ...Ingrid Moerman, Stefan Bouckaert:  IP CREW - Cognitive Radio Experimentation ...
Ingrid Moerman, Stefan Bouckaert: IP CREW - Cognitive Radio Experimentation ...FIA2010
 
Smart Santander
Smart Santander Smart Santander
Smart Santander FIA2010
 
Ofelia open calls
Ofelia open callsOfelia open calls
Ofelia open callsFIA2010
 
Julie Marguerite - Tefis open calls (fia dec 2010)
Julie Marguerite - Tefis open calls  (fia dec 2010)Julie Marguerite - Tefis open calls  (fia dec 2010)
Julie Marguerite - Tefis open calls (fia dec 2010)FIA2010
 
Florian Schreiner: Plans for open calls and offering by BonFIRE
Florian Schreiner: Plans for open calls and offering by BonFIREFlorian Schreiner: Plans for open calls and offering by BonFIRE
Florian Schreiner: Plans for open calls and offering by BonFIREFIA2010
 
Jacques Magen - Future Internet Research and Experimentation (FIRE): Successf...
Jacques Magen - Future Internet Research and Experimentation (FIRE): Successf...Jacques Magen - Future Internet Research and Experimentation (FIRE): Successf...
Jacques Magen - Future Internet Research and Experimentation (FIRE): Successf...FIA2010
 
Obj 1.6 FIRE: Paradiso2 Roger Torrenti
Obj 1.6 FIRE: Paradiso2 Roger Torrenti Obj 1.6 FIRE: Paradiso2 Roger Torrenti
Obj 1.6 FIRE: Paradiso2 Roger Torrenti FIA2010
 
Mikhail Simonov - The enabling role of the information broker: an example
Mikhail Simonov - The enabling role of the information broker: an example Mikhail Simonov - The enabling role of the information broker: an example
Mikhail Simonov - The enabling role of the information broker: an example FIA2010
 
J. Cave - Information as an economic good in the future internet
J. Cave - Information as an economic good in the future internetJ. Cave - Information as an economic good in the future internet
J. Cave - Information as an economic good in the future internetFIA2010
 
Latif Ladid - Ipv6, The two-way internet. The next big thing
Latif Ladid - Ipv6, The two-way internet. The next big thingLatif Ladid - Ipv6, The two-way internet. The next big thing
Latif Ladid - Ipv6, The two-way internet. The next big thingFIA2010
 
Ranganai Chaparadza: Can Autonomicity help Migration, and what could be a pos...
Ranganai Chaparadza: Can Autonomicity help Migration, and what could be a pos...Ranganai Chaparadza: Can Autonomicity help Migration, and what could be a pos...
Ranganai Chaparadza: Can Autonomicity help Migration, and what could be a pos...FIA2010
 

Mais de FIA2010 (20)

Gyula Sallai: Presentation of the next FIA in Budapest
Gyula Sallai: Presentation of the next FIA in Budapest Gyula Sallai: Presentation of the next FIA in Budapest
Gyula Sallai: Presentation of the next FIA in Budapest
 
Ian Brown (Oxford Internet Institute): Constitutions and tussles in cyberspace
Ian Brown (Oxford Internet Institute): Constitutions and tussles in cyberspaceIan Brown (Oxford Internet Institute): Constitutions and tussles in cyberspace
Ian Brown (Oxford Internet Institute): Constitutions and tussles in cyberspace
 
Leslie Daigle (ISOC) - Internet Architecture and Values
Leslie Daigle (ISOC) -  Internet Architecture and ValuesLeslie Daigle (ISOC) -  Internet Architecture and Values
Leslie Daigle (ISOC) - Internet Architecture and Values
 
Karen Sollins (MIT, US): Privacy: Can we afford not to?
Karen Sollins (MIT, US): Privacy: Can we afford not to? Karen Sollins (MIT, US): Privacy: Can we afford not to?
Karen Sollins (MIT, US): Privacy: Can we afford not to?
 
Dirk Trossen (University of Cambridge): The EIFFEL Think Tank - Agreeing on ...
Dirk Trossen (University of Cambridge):  The EIFFEL Think Tank - Agreeing on ...Dirk Trossen (University of Cambridge):  The EIFFEL Think Tank - Agreeing on ...
Dirk Trossen (University of Cambridge): The EIFFEL Think Tank - Agreeing on ...
 
F.S. Nucci - Search as an architectural component: searching for a new paradigm
F.S. Nucci - Search as an architectural component: searching for a new paradigmF.S. Nucci - Search as an architectural component: searching for a new paradigm
F.S. Nucci - Search as an architectural component: searching for a new paradigm
 
Josef Weber (Siemens): Scenarios for Future Internet Business@Energy
Josef Weber (Siemens): Scenarios for Future Internet Business@EnergyJosef Weber (Siemens): Scenarios for Future Internet Business@Energy
Josef Weber (Siemens): Scenarios for Future Internet Business@Energy
 
Keith Popplewell, Jenny Harding: Realising the Digital Opportunity: Redesigni...
Keith Popplewell, Jenny Harding: Realising the Digital Opportunity: Redesigni...Keith Popplewell, Jenny Harding: Realising the Digital Opportunity: Redesigni...
Keith Popplewell, Jenny Harding: Realising the Digital Opportunity: Redesigni...
 
Josema Cavanillas: An industry view on Future Internet Businesses
Josema Cavanillas: An industry view on Future Internet BusinessesJosema Cavanillas: An industry view on Future Internet Businesses
Josema Cavanillas: An industry view on Future Internet Businesses
 
Ingrid Moerman, Stefan Bouckaert: IP CREW - Cognitive Radio Experimentation ...
Ingrid Moerman, Stefan Bouckaert:  IP CREW - Cognitive Radio Experimentation ...Ingrid Moerman, Stefan Bouckaert:  IP CREW - Cognitive Radio Experimentation ...
Ingrid Moerman, Stefan Bouckaert: IP CREW - Cognitive Radio Experimentation ...
 
Smart Santander
Smart Santander Smart Santander
Smart Santander
 
Ofelia open calls
Ofelia open callsOfelia open calls
Ofelia open calls
 
Julie Marguerite - Tefis open calls (fia dec 2010)
Julie Marguerite - Tefis open calls  (fia dec 2010)Julie Marguerite - Tefis open calls  (fia dec 2010)
Julie Marguerite - Tefis open calls (fia dec 2010)
 
Florian Schreiner: Plans for open calls and offering by BonFIRE
Florian Schreiner: Plans for open calls and offering by BonFIREFlorian Schreiner: Plans for open calls and offering by BonFIRE
Florian Schreiner: Plans for open calls and offering by BonFIRE
 
Jacques Magen - Future Internet Research and Experimentation (FIRE): Successf...
Jacques Magen - Future Internet Research and Experimentation (FIRE): Successf...Jacques Magen - Future Internet Research and Experimentation (FIRE): Successf...
Jacques Magen - Future Internet Research and Experimentation (FIRE): Successf...
 
Obj 1.6 FIRE: Paradiso2 Roger Torrenti
Obj 1.6 FIRE: Paradiso2 Roger Torrenti Obj 1.6 FIRE: Paradiso2 Roger Torrenti
Obj 1.6 FIRE: Paradiso2 Roger Torrenti
 
Mikhail Simonov - The enabling role of the information broker: an example
Mikhail Simonov - The enabling role of the information broker: an example Mikhail Simonov - The enabling role of the information broker: an example
Mikhail Simonov - The enabling role of the information broker: an example
 
J. Cave - Information as an economic good in the future internet
J. Cave - Information as an economic good in the future internetJ. Cave - Information as an economic good in the future internet
J. Cave - Information as an economic good in the future internet
 
Latif Ladid - Ipv6, The two-way internet. The next big thing
Latif Ladid - Ipv6, The two-way internet. The next big thingLatif Ladid - Ipv6, The two-way internet. The next big thing
Latif Ladid - Ipv6, The two-way internet. The next big thing
 
Ranganai Chaparadza: Can Autonomicity help Migration, and what could be a pos...
Ranganai Chaparadza: Can Autonomicity help Migration, and what could be a pos...Ranganai Chaparadza: Can Autonomicity help Migration, and what could be a pos...
Ranganai Chaparadza: Can Autonomicity help Migration, and what could be a pos...
 

Paul Polakos (Bel Labs, Alcatel-Lucent, USA) - Network Virtualisation

  • 1. Next-Gen Virtual Networking Paul Polakos Director Networking Research, Bell Labs paul.polakos@alcatel-lucent.com 16 Dec 2010
  • 2. All Rights Reserved © Alcatel-Lucent 20102 | Network Virtualization | May 2010 Next-Gen Network Virtualization -- Summary  There are two technology streams—VPNs and server virtualization/cloud computing — influencing network virtualization.  Many new applications require integration of these two technologies and greater support from the network for their specific needs.  VPNs will be tied much more closely with content distribution and virtual computing.  Our approach – NG Virtual Networking: Create a system which allows a user (such as an enterprise and virtual telco) to set up a combination of computing and networking resources based on a high-level specification.  Innovations needed: A new language for specifying application needs, algorithms for provisioning, a virtualized router with an architecture to run multiple protocol stacks in parallel and with flexible packet pipelines, and a software foundation.
  • 3. All Rights Reserved © Alcatel-Lucent 20103 | Network Virtualization | May 2010 Internet Standard Packet Core with SGSN/GGSN Non-standard Packet Core with alternative mobility functions RAN Use Case 1: Alternative Network Architecture for Lower Cost/Higher Performance Some service providers are willing to adopt non-standard/alternative architectures/procedures/techniques if substantial cost benefits can be realized Example:  Mobile service providers’ job is to get packets to/from mobile from/to Internet  Alternative models to current mobile core (PDSN/HA, SGSN/GGSN, SGW/PGW) can be constructed and deployed
  • 4. All Rights Reserved © Alcatel-Lucent 20104 | Network Virtualization | May 2010 Use Case 2: Alternative Network Architecture for Lower Cost/Higher Performance (cont’d) Video-only Network:  Construction of a video transport network with different protocols can yield substantial cost savings and operational efficiency  Transport of video over IP is far from optimized Small packet size Lack of useful video feature – one-way broadcast Video Subnet Data Subnet
  • 5. All Rights Reserved © Alcatel-Lucent 20105 | Network Virtualization | May 2010 Use Case 3: Virtual Hosting of “Foreign” Functions  Example: Mobile Roaming  Instead of “backhauling” roaming traffic home and getting services, instantiate a virtual copy of “home” in a visitor network  Benefits:  Savings in backhaul  Performance improvement such as reduction in latency  Issues:  Legal intercept – enforcing home country’s law in a foreign operation Visitor Network Virtual Home Network • Instantiation of a virtual home network within host network • Roaming mobile user’s traffic is handled within the virtual home subnet
  • 6. All Rights Reserved © Alcatel-Lucent 20106 | Network Virtualization | May 2010 Use Case 4: Virtual Private Cloud in Shared Data Center  Example: Enterprise Cloud Computing  An enterprise may tap cloud resources to augment its internal resources. Cloud resources along with a VPN are set up in a way that they reside within its security boundary.  Benefits:  Lower capital cost – enterprise needs only build infrastructure for average demand  Instant scalability – cloud resources can be allocated and de-allocated in short time scale • Shared data center where cloud resources for enterprises are allocated. • Each virtual private cloud is isolated from each other, but “attached” to their respective enterprise network
  • 7. All Rights Reserved © Alcatel-Lucent 20107 | Network Virtualization | May 2010 Common Concepts Among all Use Cases  Virtualization of all resources such as links, routers, and servers should be done.  All resources for computation, storage and networking should provide their slices as units of allocation  Dynamic allocation/release of these resources in short time scale should be enabled  The solution should have high scalability with rapidly redeployable resources
  • 8. All Rights Reserved © Alcatel-Lucent 20108 | Network Virtualization | May 2010 Issues: How do we virtualize a networking substrate? How does one manage a virtual network? How does one create a dynamic networking solution? NG Virtual Networking Creating a combined network and compute system Computing and Storage Resource Allocation Resource Allocation for Specialized Software, Hardware Store Front Web portal where NG virtual networking requests are made System-as-a- service requirement System request Allocation System Resource Allocation and Provisioning  Infrastructure adapts to different apps by choosing appropriate protocol stack(s).  An enterprise or virtual telco specifies networking and computing requirements in a specification language.  The service provider gets requests to set up different networking & computing infrastructure on demand.  Each set-up request specifies connectivity, policies, bandwidth, and computing needs etc.  Dynamic provisioning system carves out a virtual network and computing resources from the underlying physical network and computing cloud based on these specs.  As number of the application users grows, additional resource assigned dynamically.
  • 9. All Rights Reserved © Alcatel-Lucent 20109 | Network Virtualization | May 2010 Key Elements for Realizing This Vision I. A language for specifying networking and computing needs. II. Algorithms for optimally allocating resources in the network and the computing cloud for deployment of a distributed application. III. A virtualized router which provides finer level of granularity in multiple dimensions such as relative delays for different clients in gaming networks. IV. A software foundation that enables building and deployment of distributed applications in data centers and networks.
  • 10. All Rights Reserved © Alcatel-Lucent 201010 | Network Virtualization | May 2010 I - Language: An Example Resource Request A customer requests all needed components for deploying a new application in an XML-based language. Information in a request  Network connectivity requirement  Computing needs  Storage needs for caching and content  Needs for special-purpose processing Transcoders, DSP, and echo-cancellers Software-as-a-service applications
  • 11. All Rights Reserved © Alcatel-Lucent 201011 | Network Virtualization | May 2010 Language Example: Financial / Video connectivity Services Physical Network Video servers IP Video multicast Financial Transactions Financial VPN Video VPN Financial connectivity:  Traffic matrix: A->C: 10Mbps, B->D: 20Mbps, …  High security, isolation from other traffic  Very low latency  Value-added service: transaction auditing, … A C D B E Video connectivity:  Traffic demand: video server location & capacity, receiver location & capacity, …  QoS guaranteed session creation  Multicast capable, NACK control  Value-added service: transcoding transcoding Transaction auditing Deploy • Deploy
  • 12. All Rights Reserved © Alcatel-Lucent 201012 | Network Virtualization | May 2010 Language Example: Financial Connectivity •<network> <site> <name>NY</name> <ip>135d.3.98.0/24</ip>dd <bandwidth>10Mbps</bandwidth> </site> <site> <name>WashingtonDC</name> <ip>124.7.50.0/24</ip> <bandwidth>10Mbps</bandwidth> </site> <routing>unicast</routing> <delay>5ms</delay> </network> ------------------------------------------------ <service> <type>TransactionAudit</type> <location>any</location> <list> <entry> <from>135.3.98.0/24</from> <to>124.7.50.47/32</to> <action>store</action> <entry> </list> </service> <computing> <VMGroup> <cpu>2GHz Intel Xeon</cpu> <memory>4 GB</memory> <prefLocation>any</prefLocation> <volume>50</volume> <subnet>135.3.96.0/24</subnet> </VMGroup> </computing> -------------------------------------------------- <storage> <volume>100TB</volume> <availability>high</availability> <security>high</security> <prefVicinity>NY</prefVicinity> </storage> Subnet=135.3.98.0/24 124.7.50.47 50 VMs (2GHz, 4GB) Storage (100TB) 10Mbps 10Mbps Delay=5ms Store NY Washington, DC
  • 13. All Rights Reserved © Alcatel-Lucent 201013 | Network Virtualization | May 2010 II - Algorithms for Resource Allocation  The provisioning system must allocate resources for demands. Here are the resources:  Computing, storage and specialized hardware (transcoding) capability  Connectivity with service-level guarantees  Requests arrive one at a time (not all at once). This means that the algorithms have to be on-line.  Allocation algorithms must satisfy as many requests as possible  Specific variants need to be developed for application-specific services
  • 14. All Rights Reserved © Alcatel-Lucent 201014 | Network Virtualization | May 2010 Algorithmic Challenges for Gaming An on-demand gaming application A group wants to set up a gaming session on-demand from different points of attachments into the network  Request specifies network service needs, game service, server need  Games may have special SLA needs – ex: minimize difference in delays between servers and endpoints. Impacts server placement, path selection  The provider sets up a “virtual private network” for the group on demand  A SLA with the constraints of equal delay for a dynamic user population must be provided.
  • 15. All Rights Reserved © Alcatel-Lucent 201015 | Network Virtualization | May 201015 | network and computing substrate | June 2009 III - Virtualized Router: Multiple Protocol Stacks  Each virtual network can implement its own protocol stack that is optimized for its purpose. Examples:  A video virtual network may use a transport other than IP/RTP that allows for larger packet size  A gaming virtual network may use least latency routing, rather than shortest hop routing.  A virtual network dedicated to content may use the content–centric networking protocol as proposed by Van Jacobson Hardware Substrate Substrate Control Local Admin Stack for VN1 Stack for VN2 Stack for VNn… Virtual Network Dispatcher Packet classifier for determining the VN for each packet
  • 16. All Rights Reserved © Alcatel-Lucent 201016 | Network Virtualization | May 2010 Protocol Pipelines & Interconnection Fabrics  Specialized packet processing engines have to be designed for non-IP protocols.  Even for IP packets, new scheduling procedures need to be designed.  Transferring packets with different formats and lengths will require some changes in router interconnection fabrics. bearer control Feature Servers Service Cards Master Control Elements Line Cards Service routing decoupled from forwarding Specialized packet pipeline created using service chaining Different packet flows can be treated differently
  • 17. All Rights Reserved © Alcatel-Lucent 201017 | Network Virtualization | May 2010 IV - Software Foundation  The software foundation is a common software layer in all elements – networking and computing – to create a cohesive system which can be provisioned jointly.  It runs on routers, virtual computers in data centers and “micro clouds”.  Data centers can be sourced from multiple providers, yet the software foundation makes them look as one.  Micro clouds are computers kept adjacent to or inside routers that help control the virtual network  The software foundation further provides the necessary hooks to monitor the health of the application and the network, and … … compares measurements with application-specific service-level agreements (SLAs). It can make the computing, storage and network adjustments to deliver the SLA.
  • 18. Next-Gen Virtual Networking Paul Polakos Director Networking Research, Bell Labs paul.polakos@alcatel-lucent.com 16 Dec 2010