SlideShare une entreprise Scribd logo
1  sur  23
1
Customer Driven Innovation
1
Do not distribute/edit/copy without the
written consent of A10 Networks
SDN: an Introduction
Luca Profico
lprofico@a10networks.com
2
Who am I
 Luca Profico
 RSE@a10networks
 A10 Networks
 Networking company based in San Jose (CA)
 10 years developing its own solutions
 3# worldwide marketshare in ADC Market; #1 in Japan
 Leader in CGN and IPv6 Migration solutions
3
Software-defined Networking
• SDN concept has been around for almost 9 years now but
the concept is not yet clear
• Marketing is riding SDN with bigger and bigger promises
• What will we do with SDN?
• US ICT Event survey:
• SDN, I don’t understand it but I want it.
• All this fuss for old concepts remixed.
• Will I lose my job because of SDN?
4
What is, What is Not
 SDN is not a protocol
 SDN is not a suite of protocols
 SDN is not a technology
 SDN is a concept, a methodology, an architecture that aims
at making network implementation, scalability and
management easier by separating planes
5
Network Devices and Planes
Build and exchange information
ARP MAC Learning STP …
Routing protocols Neighbors …
Build and store local L2/L3 info tables
Packet processing/forwarding decisions
Forwarding table
Control
plane
Data
plane
fwd tbl
p
1
p
3
p
2
6
Control
plane
Data
plane
fwd tbl
Control
plane
Data
plane
fwd tbl
Control
plane
Data
plane
fwd tbl
Control
plane
Data
plane
fwd tbl
Network Devices and Planes
7
Control
plane
Data
plane
fwd tbl
Control
plane
Data
plane
fwd tbl
Control
plane
Data
plane
fwd tbl
Control
plane
Data
plane
fwd tbl
Network Devices and Planes
8
Data
plane
fwd tbl
Data
plane
fwd tbl
Data
plane
fwd tbl
Data
plane
fwd tbl
Control
plane
Data
plane
fwd tbl
Data
plane vendor B
fwd tbl
Data
plane vendor C
fwd tbl
Network Devices and Planes
9
Network
Network operating system
Middleware
vSwitchSwitch Switch Switch Switch vSwitch vSwitch
SDN Controller
Network
Application
Network
Application
Network
Application
Network
Application
Northbound API
Southbound API
SDN Implementation
10
Open Networking Foundation
 Members-only organization
 Milestones
 Founded in 2011
 More than 50 members in 1st yr.
 Over 100 members in 2013 (Vendors, SPs, Telcos)
11
OpenFlow
 Standard communication interface between control and
forwarding layer
 OpenFlow specs
 OF Switch specs 1.3.2 published 2013
 OF Switch specs 1.4 approved 2013
 OF-Config (conf & mgmt protocol) 1.1.1 published 2013
 Simple traffic processing
 Flow tables
 Pipeline concept
 OpenFlow Switches
 Hybrid OpenFlow Switches
12
OpenFlow Tables
Flow Table
Group Table
Meter Table
Match fields Priority Counters Instructions Timeout Cookie
Group Identifier Group Type Counters Action Buckets
Meter Identifier Meter Bands Counters
MAC src MAC dst IP src IP dst TCP dport … Action Count
* 10:20:. * * * * Port 1 99
* * 217.99.* * * * Table 6 18
* .:38:aa:. * * * * drop 4
* * * 7.7.9.4 25 * drop 172
* * * * 69 * local 19
* * * * * * controller 2993
13
switch
Example: Life of a Packet
Flow Table
Group
Table
Group
Table
Meter Table
Next table
Action 1
Action 2
Action 3
Next table
Action 4
Next table
Action 5
Output
Action set
14
OpenFlow Challenges
 Protocol status. OF is simple. Maybe *too* simple
 Which functionalities should stay resident?
 Large networks flow programming
 Hi-rate flow table update
 Vendors proprietary protocols
15
Overlays
 VLAN on traditional networks has limitations
 Number of instances
 Transport
 Overlapping
 Some solutions have been tried
 HVLAN, QinQ, PBT, PBB-TE, Mac-in-mac, …
 With SDN we talk about Overlay networks
 Used to create virtual network containers logically isolated from the
others, while sharing the underlying physical network
 Always based on encapsulation. Usually tunnels are terminated on
softswitch
16
VXLAN
 Virtual Extensible LAN
 Broadest industry support
 VXLAN
 Layer 2 frames in UDP packets
 VLAN frames are preserved – multiple Layer 3 networks inside a VXLAN
segment
 Uses multicast to transport broadcasts (openflow may avoid that)
 Tenants see their own “normal” network
 Underlying network sees UDP VXLAN traffic with a segment ID
 VXLAN ID is 24 bits = 16 Million tenants sharing the same infrastructure
17
50 Bytes More. Jumbo Frames!
14 bytes Outer MAC Header
20 bytes Outer IP Header
8 bytes Outer UDP Header
8 bytes VXLAN Header
Original L2 frame
(VLAN tag included)
18
Multi-tenant SDN Network
Switch Switch Switch Switch Switch Switch Switch Switch
ServerServer Server Server Server Server
vServer
vServer
vServer
vServer
vSwitchvSwitch vSwitch vSwitch vSwitch vSwitch
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
vServer
SDN Controller
Network Apps/UI/…
19
NVGRE, STT, NVO3
 NVGRE
 Similar to VXLAN
 Microsoft pushes it
 Overlay of choice in Hyper-V
 Does not require multicast to carry broadcast, unknown unicast, multicast
 Hyper-V embedded switch (Windows Network Virtualization Module) is pre-
populated with all host-to-tunnel mappings by powershell CMDlets
 No flooding, as there is no unknown node
 STT
 Stateless Transport Tunneling
 Encapsulation leverages some specific network card capabilities, like
TSO (TCP segmentation offload)
 Nicira developed it. Nicira has been acquired by VMware
 NVO3
 Network Virtualization Overlays 3 - Developed by a group in IETF
20
SDN Actual Use Cases
 Link usage optimization
 Distributed packet filtering
 NAC for devices that do not support 802.1x
 Service insertion, service chaining
 Network traffic analysis, TAP aggregation
 Basic link/service load balancing
21
SDN Challenges
 Southbound API is uncertain and will be fragmented
 Scalability issues
 Number of flows
 Performance issues
 Rate of flow-table updates
 Redundancy
 Vendors’ SDN controllers (OpenDaylight project?)
 Know-how
 Security
22
Conclusions
 SDN future is uncertain, at the moment most of the
development is being done on large data
centers, backbones, virtualization spaces
 So far there is no real use for the enterprise
 The southbound API will most probably be fragmented
 It will take some time: as some analysts point out, it took
server virtualization 10 years to become mainstream, while
openflow 1° release was born in 2009
 SDN will add up to $400M within the networking market in
2014 (Doyle Research)
 In the end, the market will decide what SDN will be, where it
will be used, what applications we’ll write on it
2323
Do not distribute/edit/copy without the written consent of A10 Networks
Thank You
www.a10networks.com

Contenu connexe

Tendances

SDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDxCentral
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDNVenkata Naga Ravi
 
Sdn and open flow tutorial 4
Sdn and open flow tutorial 4Sdn and open flow tutorial 4
Sdn and open flow tutorial 4UmaMahesh Sistu
 
Why sdn
Why sdnWhy sdn
Why sdnlz1dsb
 
Software defined networking(sdn) vahid sadri
Software defined networking(sdn) vahid sadriSoftware defined networking(sdn) vahid sadri
Software defined networking(sdn) vahid sadriVahid Sadri
 
Software-Defined Networking(SDN):A New Approach to Networking
Software-Defined Networking(SDN):A New Approach to NetworkingSoftware-Defined Networking(SDN):A New Approach to Networking
Software-Defined Networking(SDN):A New Approach to NetworkingAnju Ann
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesJustyna Bak
 
OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorialopenflow
 
SDN Architecture & Ecosystem
SDN Architecture & EcosystemSDN Architecture & Ecosystem
SDN Architecture & EcosystemKingston Smiler
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFVCoreStack
 
Introduction to OpenFlow
Introduction to OpenFlowIntroduction to OpenFlow
Introduction to OpenFlowJoel W. King
 
Opendaylight SDN Controller
Opendaylight SDN ControllerOpendaylight SDN Controller
Opendaylight SDN ControllerSumit Arora
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginnersDave Neary
 
Introduction to SDN
Introduction to SDNIntroduction to SDN
Introduction to SDNAPNIC
 
Software-Defined Networking (SDN): Unleashing the Power of the Network
Software-Defined Networking (SDN): Unleashing the Power of the NetworkSoftware-Defined Networking (SDN): Unleashing the Power of the Network
Software-Defined Networking (SDN): Unleashing the Power of the NetworkRobert Keahey
 
Software defined network-- SDN
Software defined network-- SDNSoftware defined network-- SDN
Software defined network-- SDNAadarsh Sharma
 

Tendances (20)

SDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined Networking
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDN
 
Sdn and open flow tutorial 4
Sdn and open flow tutorial 4Sdn and open flow tutorial 4
Sdn and open flow tutorial 4
 
Why sdn
Why sdnWhy sdn
Why sdn
 
Software defined networking(sdn) vahid sadri
Software defined networking(sdn) vahid sadriSoftware defined networking(sdn) vahid sadri
Software defined networking(sdn) vahid sadri
 
Sdn ppt
Sdn pptSdn ppt
Sdn ppt
 
Software-Defined Networking(SDN):A New Approach to Networking
Software-Defined Networking(SDN):A New Approach to NetworkingSoftware-Defined Networking(SDN):A New Approach to Networking
Software-Defined Networking(SDN):A New Approach to Networking
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or Enemies
 
Software defined network
Software defined networkSoftware defined network
Software defined network
 
OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorial
 
SDN Presentation
SDN PresentationSDN Presentation
SDN Presentation
 
SDN Architecture & Ecosystem
SDN Architecture & EcosystemSDN Architecture & Ecosystem
SDN Architecture & Ecosystem
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFV
 
Introduction to OpenFlow
Introduction to OpenFlowIntroduction to OpenFlow
Introduction to OpenFlow
 
Opendaylight SDN Controller
Opendaylight SDN ControllerOpendaylight SDN Controller
Opendaylight SDN Controller
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginners
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 
Introduction to SDN
Introduction to SDNIntroduction to SDN
Introduction to SDN
 
Software-Defined Networking (SDN): Unleashing the Power of the Network
Software-Defined Networking (SDN): Unleashing the Power of the NetworkSoftware-Defined Networking (SDN): Unleashing the Power of the Network
Software-Defined Networking (SDN): Unleashing the Power of the Network
 
Software defined network-- SDN
Software defined network-- SDNSoftware defined network-- SDN
Software defined network-- SDN
 

Similaire à SDN: an introduction

Introduzione a Software Define Networking
Introduzione a Software Define NetworkingIntroduzione a Software Define Networking
Introduzione a Software Define Networkingfestival ICT 2016
 
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
 
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
 
Network Virtualization & Software-defined Networking
Network Virtualization & Software-defined NetworkingNetwork Virtualization & Software-defined Networking
Network Virtualization & Software-defined NetworkingDigicomp Academy AG
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networkingOpenSourceIndia
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networkingsuniltomar04
 
Sdn dell lab report v2
Sdn dell lab report v2Sdn dell lab report v2
Sdn dell lab report v2Oded Rotter
 
SDN for Network Operators
SDN for Network OperatorsSDN for Network Operators
SDN for Network OperatorsFIBRE Testbed
 
btNOG 5: Network Automation
btNOG 5: Network AutomationbtNOG 5: Network Automation
btNOG 5: Network AutomationAPNIC
 
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...University of Technology - Iraq
 
OpenStack and OpenFlow Demos
OpenStack and OpenFlow DemosOpenStack and OpenFlow Demos
OpenStack and OpenFlow DemosBrent Salisbury
 
MidoNet Overview - OpenStack and SDN integration
MidoNet Overview - OpenStack and SDN integrationMidoNet Overview - OpenStack and SDN integration
MidoNet Overview - OpenStack and SDN integrationAkhilesh Dhawan
 
Improving performance and efficiency with Network Virtualization Overlays
Improving performance and efficiency with Network Virtualization OverlaysImproving performance and efficiency with Network Virtualization Overlays
Improving performance and efficiency with Network Virtualization OverlaysAdam Johnson
 
The Juniper SDN Landscape
The Juniper SDN LandscapeThe Juniper SDN Landscape
The Juniper SDN LandscapeChris Jones
 
summer training report on Computer network and Cisco packet tracer
summer training report on Computer network and Cisco packet tracer summer training report on Computer network and Cisco packet tracer
summer training report on Computer network and Cisco packet tracer Dheeraj Giri
 

Similaire à SDN: an introduction (20)

Introduzione a Software Define Networking
Introduzione a Software Define NetworkingIntroduzione a Software Define Networking
Introduzione a Software Define Networking
 
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
 
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...
 
OpenFlow Tutorial
OpenFlow TutorialOpenFlow Tutorial
OpenFlow Tutorial
 
sdnppt.pdf
sdnppt.pdfsdnppt.pdf
sdnppt.pdf
 
Cis sem sdn
Cis sem sdnCis sem sdn
Cis sem sdn
 
Network Virtualization & Software-defined Networking
Network Virtualization & Software-defined NetworkingNetwork Virtualization & Software-defined Networking
Network Virtualization & Software-defined Networking
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networking
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networking
 
Sdn dell lab report v2
Sdn dell lab report v2Sdn dell lab report v2
Sdn dell lab report v2
 
SDN for Network Operators
SDN for Network OperatorsSDN for Network Operators
SDN for Network Operators
 
btNOG 5: Network Automation
btNOG 5: Network AutomationbtNOG 5: Network Automation
btNOG 5: Network Automation
 
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
 
OpenStack and OpenFlow Demos
OpenStack and OpenFlow DemosOpenStack and OpenFlow Demos
OpenStack and OpenFlow Demos
 
MidoNet Overview - OpenStack and SDN integration
MidoNet Overview - OpenStack and SDN integrationMidoNet Overview - OpenStack and SDN integration
MidoNet Overview - OpenStack and SDN integration
 
Introduction to SDN
Introduction to SDNIntroduction to SDN
Introduction to SDN
 
Simplify Networking for Containers
Simplify Networking for ContainersSimplify Networking for Containers
Simplify Networking for Containers
 
Improving performance and efficiency with Network Virtualization Overlays
Improving performance and efficiency with Network Virtualization OverlaysImproving performance and efficiency with Network Virtualization Overlays
Improving performance and efficiency with Network Virtualization Overlays
 
The Juniper SDN Landscape
The Juniper SDN LandscapeThe Juniper SDN Landscape
The Juniper SDN Landscape
 
summer training report on Computer network and Cisco packet tracer
summer training report on Computer network and Cisco packet tracer summer training report on Computer network and Cisco packet tracer
summer training report on Computer network and Cisco packet tracer
 

Dernier

WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 

Dernier (20)

WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 

SDN: an introduction

  • 1. 1 Customer Driven Innovation 1 Do not distribute/edit/copy without the written consent of A10 Networks SDN: an Introduction Luca Profico lprofico@a10networks.com
  • 2. 2 Who am I  Luca Profico  RSE@a10networks  A10 Networks  Networking company based in San Jose (CA)  10 years developing its own solutions  3# worldwide marketshare in ADC Market; #1 in Japan  Leader in CGN and IPv6 Migration solutions
  • 3. 3 Software-defined Networking • SDN concept has been around for almost 9 years now but the concept is not yet clear • Marketing is riding SDN with bigger and bigger promises • What will we do with SDN? • US ICT Event survey: • SDN, I don’t understand it but I want it. • All this fuss for old concepts remixed. • Will I lose my job because of SDN?
  • 4. 4 What is, What is Not  SDN is not a protocol  SDN is not a suite of protocols  SDN is not a technology  SDN is a concept, a methodology, an architecture that aims at making network implementation, scalability and management easier by separating planes
  • 5. 5 Network Devices and Planes Build and exchange information ARP MAC Learning STP … Routing protocols Neighbors … Build and store local L2/L3 info tables Packet processing/forwarding decisions Forwarding table Control plane Data plane fwd tbl p 1 p 3 p 2
  • 6. 6 Control plane Data plane fwd tbl Control plane Data plane fwd tbl Control plane Data plane fwd tbl Control plane Data plane fwd tbl Network Devices and Planes
  • 7. 7 Control plane Data plane fwd tbl Control plane Data plane fwd tbl Control plane Data plane fwd tbl Control plane Data plane fwd tbl Network Devices and Planes
  • 8. 8 Data plane fwd tbl Data plane fwd tbl Data plane fwd tbl Data plane fwd tbl Control plane Data plane fwd tbl Data plane vendor B fwd tbl Data plane vendor C fwd tbl Network Devices and Planes
  • 9. 9 Network Network operating system Middleware vSwitchSwitch Switch Switch Switch vSwitch vSwitch SDN Controller Network Application Network Application Network Application Network Application Northbound API Southbound API SDN Implementation
  • 10. 10 Open Networking Foundation  Members-only organization  Milestones  Founded in 2011  More than 50 members in 1st yr.  Over 100 members in 2013 (Vendors, SPs, Telcos)
  • 11. 11 OpenFlow  Standard communication interface between control and forwarding layer  OpenFlow specs  OF Switch specs 1.3.2 published 2013  OF Switch specs 1.4 approved 2013  OF-Config (conf & mgmt protocol) 1.1.1 published 2013  Simple traffic processing  Flow tables  Pipeline concept  OpenFlow Switches  Hybrid OpenFlow Switches
  • 12. 12 OpenFlow Tables Flow Table Group Table Meter Table Match fields Priority Counters Instructions Timeout Cookie Group Identifier Group Type Counters Action Buckets Meter Identifier Meter Bands Counters MAC src MAC dst IP src IP dst TCP dport … Action Count * 10:20:. * * * * Port 1 99 * * 217.99.* * * * Table 6 18 * .:38:aa:. * * * * drop 4 * * * 7.7.9.4 25 * drop 172 * * * * 69 * local 19 * * * * * * controller 2993
  • 13. 13 switch Example: Life of a Packet Flow Table Group Table Group Table Meter Table Next table Action 1 Action 2 Action 3 Next table Action 4 Next table Action 5 Output Action set
  • 14. 14 OpenFlow Challenges  Protocol status. OF is simple. Maybe *too* simple  Which functionalities should stay resident?  Large networks flow programming  Hi-rate flow table update  Vendors proprietary protocols
  • 15. 15 Overlays  VLAN on traditional networks has limitations  Number of instances  Transport  Overlapping  Some solutions have been tried  HVLAN, QinQ, PBT, PBB-TE, Mac-in-mac, …  With SDN we talk about Overlay networks  Used to create virtual network containers logically isolated from the others, while sharing the underlying physical network  Always based on encapsulation. Usually tunnels are terminated on softswitch
  • 16. 16 VXLAN  Virtual Extensible LAN  Broadest industry support  VXLAN  Layer 2 frames in UDP packets  VLAN frames are preserved – multiple Layer 3 networks inside a VXLAN segment  Uses multicast to transport broadcasts (openflow may avoid that)  Tenants see their own “normal” network  Underlying network sees UDP VXLAN traffic with a segment ID  VXLAN ID is 24 bits = 16 Million tenants sharing the same infrastructure
  • 17. 17 50 Bytes More. Jumbo Frames! 14 bytes Outer MAC Header 20 bytes Outer IP Header 8 bytes Outer UDP Header 8 bytes VXLAN Header Original L2 frame (VLAN tag included)
  • 18. 18 Multi-tenant SDN Network Switch Switch Switch Switch Switch Switch Switch Switch ServerServer Server Server Server Server vServer vServer vServer vServer vSwitchvSwitch vSwitch vSwitch vSwitch vSwitch vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer vServer SDN Controller Network Apps/UI/…
  • 19. 19 NVGRE, STT, NVO3  NVGRE  Similar to VXLAN  Microsoft pushes it  Overlay of choice in Hyper-V  Does not require multicast to carry broadcast, unknown unicast, multicast  Hyper-V embedded switch (Windows Network Virtualization Module) is pre- populated with all host-to-tunnel mappings by powershell CMDlets  No flooding, as there is no unknown node  STT  Stateless Transport Tunneling  Encapsulation leverages some specific network card capabilities, like TSO (TCP segmentation offload)  Nicira developed it. Nicira has been acquired by VMware  NVO3  Network Virtualization Overlays 3 - Developed by a group in IETF
  • 20. 20 SDN Actual Use Cases  Link usage optimization  Distributed packet filtering  NAC for devices that do not support 802.1x  Service insertion, service chaining  Network traffic analysis, TAP aggregation  Basic link/service load balancing
  • 21. 21 SDN Challenges  Southbound API is uncertain and will be fragmented  Scalability issues  Number of flows  Performance issues  Rate of flow-table updates  Redundancy  Vendors’ SDN controllers (OpenDaylight project?)  Know-how  Security
  • 22. 22 Conclusions  SDN future is uncertain, at the moment most of the development is being done on large data centers, backbones, virtualization spaces  So far there is no real use for the enterprise  The southbound API will most probably be fragmented  It will take some time: as some analysts point out, it took server virtualization 10 years to become mainstream, while openflow 1° release was born in 2009  SDN will add up to $400M within the networking market in 2014 (Doyle Research)  In the end, the market will decide what SDN will be, where it will be used, what applications we’ll write on it
  • 23. 2323 Do not distribute/edit/copy without the written consent of A10 Networks Thank You www.a10networks.com