SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

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 - SDNVenkata Naga Ravi
 
Software Defined Network (SDN)
Software Defined Network (SDN)Software Defined Network (SDN)
Software Defined Network (SDN)Ahmed Ayman
 
Sdn and open flow tutorial 4
Sdn and open flow tutorial 4Sdn and open flow tutorial 4
Sdn and open flow tutorial 4UmaMahesh Sistu
 
SDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingSDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingThomas Graf
 
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
 
SDN, OpenFlow, NFV, and Virtual Network
SDN, OpenFlow, NFV, and Virtual NetworkSDN, OpenFlow, NFV, and Virtual Network
SDN, OpenFlow, NFV, and Virtual NetworkTim4PreStartup
 
Why sdn
Why sdnWhy sdn
Why sdnlz1dsb
 
Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)rjain51
 
Software Defined Networking (SDN)
Software Defined Networking (SDN)Software Defined Networking (SDN)
Software Defined Networking (SDN)NetProtocol Xpert
 
Introduction to OpenFlow
Introduction to OpenFlowIntroduction to OpenFlow
Introduction to OpenFlowJoel W. King
 
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
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)rjain51
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVKingston Smiler
 

What's hot (20)

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
 
Software Defined Network (SDN)
Software Defined Network (SDN)Software 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
 
SDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingSDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center Networking
 
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
 
SDN, OpenFlow, NFV, and Virtual Network
SDN, OpenFlow, NFV, and Virtual NetworkSDN, OpenFlow, NFV, and Virtual Network
SDN, OpenFlow, NFV, and Virtual Network
 
Software defined network
Software defined networkSoftware defined network
Software defined network
 
Why sdn
Why sdnWhy sdn
Why sdn
 
Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)
 
SDN Presentation
SDN PresentationSDN Presentation
SDN Presentation
 
Network Virtualization
Network VirtualizationNetwork Virtualization
Network Virtualization
 
Introductionto SDN
Introductionto SDN Introductionto SDN
Introductionto SDN
 
6LoWPAN.pptx
6LoWPAN.pptx6LoWPAN.pptx
6LoWPAN.pptx
 
Software Defined Networking (SDN)
Software Defined Networking (SDN)Software Defined Networking (SDN)
Software Defined Networking (SDN)
 
Introduction to OpenFlow
Introduction to OpenFlowIntroduction to OpenFlow
Introduction to OpenFlow
 
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
 
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 OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFV
 

Similar to SDN: An Introduction to Software-Defined Networking Concepts

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
 
OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorialopenflow
 
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
 

Similar to SDN: An Introduction to Software-Defined Networking Concepts (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...
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 
OpenFlow Tutorial
OpenFlow TutorialOpenFlow Tutorial
OpenFlow Tutorial
 
sdnppt.pdf
sdnppt.pdfsdnppt.pdf
sdnppt.pdf
 
OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorial
 
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
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

SDN: An Introduction to Software-Defined Networking Concepts

  • 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