SlideShare a Scribd company logo
NETWORKING VIEW
FOR THE DEVOPS CREW
A

SOFTWARE
DEFINED
NETWORKING
Jeremy Schulman
2014 FEBRUARY
@nwkautomaniac
nwkautomaniac@gmail.com
ABOUT JEREMY
20 Years in Networking
my.com
(7)

SW Eng

Sales Eng

(12)

Junos "EZ"
Ruby, Python

Puppet, Chef,
Ansible, Salt

IT
Automation

(8)

(2)

Strategic
Alliances
(3)

Bizdev
Open Source
nwkautomaniac@gmail.com

(5)

Juniper Networks
jschulman@juniper.net
DISCLAIMER

This is a community presentation. Views
expressed in this post are the original thoughts
posted by Jeremy Schulman, Director of
Automation Concept Engineering at Juniper
Networks.
These views are his own, and in no way
represent the views of the company he works for.
SDN TOPICS
 Why all the fuss?
 A bit of history
 Just enough networking (no TLAs!)

 Where's Waldo (=Software)
 Mind the (Reality) Gap
ECONOMICS AND INNOVATION

CHOICE
and

CONTROL
HISTORY
Two separate, unrelated, but timely events

Google
~~~

OpenFlow
MARKET SEGMENTATION
Networking vendor perspective

MSDC

SERVICE
PROVIDER

"LARGE"
ENTERPRISE

ENTERPRISE
QUICK REVIEW
SERVERS

Copyright © 2013 Juniper Networks, Inc.
SERVER HARDWARE
ARCHITECTURE BLOCKS
Choice and Control is largely determined by the end-customer

EXTERNAL

S/W

CPU

MEMORY

INTERNAL

NETWORK

PHYSICAL

STORAGE

INTERFACES

ENCLOSURE

STORAGE
SERVER SOFTWARE
ARCHITECTURE BLOCKS
Software running in the CPU determines the purpose of the server/VM
Choice and Control are determined by the end-customer (Linux example)
S/W

CPU

App

App

App

Middleware

Middleware

Middleware

Operating
System
JUST ENOUGH
NETWORKING

Copyright © 2013 Juniper Networks, Inc.
NETWORK HARDWARE
ARCHITECTURE BLOCKS
Choice and Control is largely determined by the manufacturer (vendor)

Leads to "appliance" based approaches for specific networking functions

S/W

CPU

MEMORY

S/W

INTERNAL

ASIC

STORAGE

FPGA, NPU

NETWORK

S/W

INTERFACES

PHYSICAL
ENCLOSURE
NETWORK SOFTWARE
ARCHITECTURE BLOCKS
Networking "software" is designated into "planes" of execution that is
distributed across the CPU, ASICs, FPGAs, NPUs, etc.
Leads to highly integrated (tested) vertical stacks of software
Choice and Control determined by manufacturer
S/W

Management

Services

Plane

Plane

Control
Plane

Forwarding
Plane
NETWORK SOFTWARE
FORWARDING PLANE





Packet processing "engines"
Typically done in hardware
Specific functions - switching, routing, load-balancing
Generally at wire-speed
S/W

Forwarding

packet in

packet(s) out

Plane

db

db

db

packet lookup "databases" for specific
functions, such as L2, L3, L4-L7
NETWORK SOFTWARE
MANAGEMENT PLANE
S/W runs on CPU / Operating System
Central point for all operations such as configuration and troubleshooting
Interfaces with external systems via CLI, SNMP, programming APIs
APIs
CLI

Management
Plane

SNMP
SYSLOG

S/W

Significant interest in the context of "SDN" around network automation using
vendor APIs (REST, XML, JSON, etc.)
Interest in adapting existing DevOps tools for networking: Puppet, Chef, etc.

DevOps use-cases are still different from Networking
DevOps FOR NetOps?
DevOps Evolution / Revolution
• Server Virtualization and Cloud
• History over +7 years
• Open-Source Community
physical,
virtual, cloud
orchestration

manually
configured

ad-hoc bash
perl scripting

puppet, chef
salt, ansible,
other IT
frameworks

infra.apps
built on IT
frameworks

DevOps
paradigm pivot-point!
NETWORK SOFTWARE
CONTROL PLANE
S/W runs on CPU, often in the FORWARDING PLANE as well
Responsible for Network Protocols: Spanning Tree, OSPF, BGP, MPLS, etc
A means for networking devices to converge on L2 and L3 infrastructure
services (basic switching and routing, e.g.)

Plane
Forwarding
Plane

Control

Plane
Forwarding
Plane

Router-C
Management
Plane

Control

Router-B
Management
Plane

Management
Plane

Router-A

Control

Plane
Forwarding
Plane

"The Network"

Each CONTROL PLANE protocol maintains its own separate "database"
of configuration and operational (ephemeral) state
NETWORK SOFTWARE
SERVICE PLANE
S/W runs on CPU and FORWARDING PLANE
A Service is generally a unit of function that provides a capability with a
agreed measure of success / failure. Typically multiple end-points.
• Layer-2 Virtual Private Network ... Metro Ethernet Service
• Layer-3 Virtual Private Network ... Wide Area Networking
• IPSec (secured) Private Networks
• Multi-Tenant Datacenter / Cloud Virtual Networks
• "Underlay" for "Overlay"

Services are delivered when the
CONTROL PLANE protocols provide
the necessary and sufficient
infrastructure; e.g. routing reachability
WHAT IS
SDN? ...

Copyright © 2013 Juniper Networks, Inc.
SDN IS TO NETWORKING
AS CLOUD IS TO SERVERS ....
Depends who you ask and their point of reference ...

But there are emerging "patterns" around CHOICE and CONTROL ....
CENTRALIZED CONTROLLERS AND
OpenFlow
Separation of Control Plane,
Forwarding Plane, and Services Plane
The "Controller" instructs each of the
network device endpoints using the
OpenFlow protocol. The Northbound
"Well-defined Open API" is used by
the SERVICES PLANE, i.e. enable
3rd-parties to create their own network
services

OpenFlow is a CONTROL PLANE
protocol that instructs the
FORWARDING PLANE packet
processing engine
OVERLAY AND UNDERLAY
 Overlay is a Virtual Networking construct
and managed separately from the physical
infrastructure ("underlay")

Contrail (Juniper Networks)

 Hypervisor based software to perform
packet "tunneling" [encap/decap]
 Centralized "Controller" to orchestrate
tunnels

 Northbound APIs into other IT systems like
OpenStack, Cloudstack, etc.

NSX (VMware)

Nuage Networks (ALU)
WHITE-BOX NETWORKING
AND LINUX AS A NETWORK OS
•

Buy hardware direct from Original Direct Manufacturer (ODM) rather than
traditional networking vendor (Cisco, Juniper, HP, etc.) - promoted as a
significant Capital Expense (CapEx) saving + Choice and Control of hardware

•

Obtain a Linux distribution that works for that hardware, e.g. Cumulus Linux.
Generally a yearly license fee - promoted as a "open" platform to enable endcustomer Choice and Control of software

•

End-customer is responsible for selecting, integrating, validating, and deploying
"software stack" specific to their business needs

•

No "one throat to choke" for support - think Linux pre-Red Hat

•

Configuration Management tends to be a good fit for DevOps tools like Puppet,
Chef, Ansible, Salt

•

Network Operational Management not necessarily a good fit; troubleshooting
complex CONTROL PLANE and SERVICE PLANE interactions not well
understood or proven
NETWORK FUNCTIONS
VIRTUALIZATION (NFV)
•

Originated out of the Service Provider market
as a means to deliver Services utilizing
standard virtualization technologies, as
opposed to vendor specific appliances

•

Complimentary to the aspirations of SDN. The
originators identified NFV as independent and
orthogonal to SDN developments.

•

Open Daylight (ODL) is a industry
wide, multi-vendor, open-source project
to create a framework and platform for
NFV solutions
RESOURCES
 Software Defined Networking (Wiki)
http://en.wikipedia.org/wiki/Software-defined_networking

 SDN Central
http://www.sdncentral.com/

 Open Networking Foundation
https://www.opennetworking.org

 Open Daylight
http://www.opendaylight.org/

 Network Functions Virtualization (Wiki)
http://en.wikipedia.org/wiki/Network_Functions_Virtualization
Q&A

Copyright © 2013 Juniper Networks, Inc.
THANK YOU

Copyright © 2013 Juniper Networks, Inc.

www.juniper.net

More Related Content

PDF
Python for the Network Nerd
DOC
10 years in Network Protocol testing L2 L3 L4-L7 Tcl Python Manual and Automa...
PDF
Automation in Network Lifecycle Management - Bay Area Juniper Meetup
PDF
Network Automation: Ansible 101
PPTX
NetDevOps for the Network Dude: How to get started with API's, Ansible and Py...
PDF
8 devstack beyond_hello-world
PDF
Openstack nova
PDF
NATS: Simple, Secure and Scalable Messaging For the Cloud Native Era
Python for the Network Nerd
10 years in Network Protocol testing L2 L3 L4-L7 Tcl Python Manual and Automa...
Automation in Network Lifecycle Management - Bay Area Juniper Meetup
Network Automation: Ansible 101
NetDevOps for the Network Dude: How to get started with API's, Ansible and Py...
8 devstack beyond_hello-world
Openstack nova
NATS: Simple, Secure and Scalable Messaging For the Cloud Native Era

What's hot (20)

PPTX
OpenStack Keystone with LDAP
PPTX
Network Automation - Interconnection tools
PDF
Hacking on OpenStack\'s Nova source code
PDF
Cassandra Day Denver 2014: Setting up a DataStax Enterprise Instance on Micro...
PDF
OpenStack KOREA 정기 세미나_OpenStack meet iNaaS SDN Controller
PPTX
Hostvn ceph in production v1.1 dungtq
PPTX
[OpenStack 하반기 스터디] DPDK & OpenStack why?
PDF
Inside Architecture of Neutron
PDF
OpenNebulaConf2019 - Building Virtual Environments for Security Analyses of C...
PPTX
OpenStack Neutron Reverse Engineered
PDF
Puppet Camp Boston 2014: Keynote
PDF
Kubernetes Summit 2019 - Harden Your Kubernetes Cluster
PDF
OpenStack API's and WSGI
PDF
OSMC 2014: Interesting use cases of Zabbix improvements in latest versions | ...
PPTX
Cloud Computing Open Stack Compute Node
PPT
SaltConf14 - Brendan Burns, Google - Management at Google Scale
PPTX
Nagios Conference 2014 - Mike Merideth - The Art and Zen of Managing Nagios w...
PDF
Puppet Camp Portland: Nagios Management With Puppet (Beginner)
PPTX
Openstack study-nova-02
PPTX
OpenStack Nova - Developer Introduction
OpenStack Keystone with LDAP
Network Automation - Interconnection tools
Hacking on OpenStack\'s Nova source code
Cassandra Day Denver 2014: Setting up a DataStax Enterprise Instance on Micro...
OpenStack KOREA 정기 세미나_OpenStack meet iNaaS SDN Controller
Hostvn ceph in production v1.1 dungtq
[OpenStack 하반기 스터디] DPDK & OpenStack why?
Inside Architecture of Neutron
OpenNebulaConf2019 - Building Virtual Environments for Security Analyses of C...
OpenStack Neutron Reverse Engineered
Puppet Camp Boston 2014: Keynote
Kubernetes Summit 2019 - Harden Your Kubernetes Cluster
OpenStack API's and WSGI
OSMC 2014: Interesting use cases of Zabbix improvements in latest versions | ...
Cloud Computing Open Stack Compute Node
SaltConf14 - Brendan Burns, Google - Management at Google Scale
Nagios Conference 2014 - Mike Merideth - The Art and Zen of Managing Nagios w...
Puppet Camp Portland: Nagios Management With Puppet (Beginner)
Openstack study-nova-02
OpenStack Nova - Developer Introduction
Ad

Viewers also liked (20)

PPTX
A Network Engineer's Approach to Automation
PDF
The Datacenter Network You Wish You Had
PPTX
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
PDF
Microservices and the Cloud - DevOps Cardiff Meetup
PPTX
Python (Jinja2) Templates for Network Automation
PDF
The Rules of Network Automation - Interop/NYC 2014
PPTX
Attacking Web Applications
PPTX
Storage and hyper v - the choices you can make and the things you need to kno...
PPTX
Managing Hyper-V With PowerShell
PPTX
Using Git/Gerrit and Jenkins to Manage the Code Review Processord
PDF
The Network The Next Frontier for Devops ?
PPTX
Devops in Networking
PDF
DevOps and Application Delivery for Hybrid Cloud - DevOpsSummit session
PPTX
Next Generation Network Developer Skills
PPTX
Hyper V And Scvmm Best Practis
PPTX
Service Discovery using etcd, Consul and Kubernetes
PDF
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
PPTX
How Much Does it Cost to Build a Mobile App for iPhone & Android?
PPTX
Test-Driven-Development for Networking: Making CI Work for You by Colin McNam...
DOC
My Project Report Documentation with Abstract & Snapshots
A Network Engineer's Approach to Automation
The Datacenter Network You Wish You Had
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Microservices and the Cloud - DevOps Cardiff Meetup
Python (Jinja2) Templates for Network Automation
The Rules of Network Automation - Interop/NYC 2014
Attacking Web Applications
Storage and hyper v - the choices you can make and the things you need to kno...
Managing Hyper-V With PowerShell
Using Git/Gerrit and Jenkins to Manage the Code Review Processord
The Network The Next Frontier for Devops ?
Devops in Networking
DevOps and Application Delivery for Hybrid Cloud - DevOpsSummit session
Next Generation Network Developer Skills
Hyper V And Scvmm Best Practis
Service Discovery using etcd, Consul and Kubernetes
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
How Much Does it Cost to Build a Mobile App for iPhone & Android?
Test-Driven-Development for Networking: Making CI Work for You by Colin McNam...
My Project Report Documentation with Abstract & Snapshots
Ad

Similar to A Networking View for the DevOps Crew: SDN (20)

PPTX
Dave Chandler Presents SDN at World Wide Technology's TECday - St. Louis
PPTX
Raga_SDN_NSX_1
PPTX
SDN and NFV Friends or Enemies ?
PPTX
Know about SDN and NFV
PPTX
Software-Defined Networking
PPTX
SDN Demystified, by Dean Pemberton [APNIC 38]
PPTX
SDN and NFV: Friends or Enemies
PPTX
SDN :: Software Defined Networking –2017 Executive Overview
PDF
WWT Software-Defined Networking Guide
PDF
08 sdn system intelligence short public beijing sdn conference - 130828
PPTX
Cis sem sdn
PPTX
Sdn not just a buzzword
PPTX
443029825 cloud-computing-week8-9-pptx
PPTX
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
PPTX
Software Define Network, a new security paradigm ?
PDF
Understanding network and service virtualization
PPTX
Software Defined networking (SDN)
PDF
SDN Software Defined Networks 1st Edition Thomas Nadeau D.
PDF
SDN and NFV: Facts, Extensions, and Carrier Opportunities
PPTX
Keynote Address - SDN A path to programmable, elastic and optimized networks
Dave Chandler Presents SDN at World Wide Technology's TECday - St. Louis
Raga_SDN_NSX_1
SDN and NFV Friends or Enemies ?
Know about SDN and NFV
Software-Defined Networking
SDN Demystified, by Dean Pemberton [APNIC 38]
SDN and NFV: Friends or Enemies
SDN :: Software Defined Networking –2017 Executive Overview
WWT Software-Defined Networking Guide
08 sdn system intelligence short public beijing sdn conference - 130828
Cis sem sdn
Sdn not just a buzzword
443029825 cloud-computing-week8-9-pptx
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
Software Define Network, a new security paradigm ?
Understanding network and service virtualization
Software Defined networking (SDN)
SDN Software Defined Networks 1st Edition Thomas Nadeau D.
SDN and NFV: Facts, Extensions, and Carrier Opportunities
Keynote Address - SDN A path to programmable, elastic and optimized networks

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
Hybrid model detection and classification of lung cancer
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
A novel scalable deep ensemble learning framework for big data classification...
PPTX
Tartificialntelligence_presentation.pptx
PDF
WOOl fibre morphology and structure.pdf for textiles
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
A Presentation on Artificial Intelligence
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Hybrid model detection and classification of lung cancer
Hindi spoken digit analysis for native and non-native speakers
Univ-Connecticut-ChatGPT-Presentaion.pdf
Group 1 Presentation -Planning and Decision Making .pptx
Assigned Numbers - 2025 - Bluetooth® Document
SOPHOS-XG Firewall Administrator PPT.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Unlocking AI with Model Context Protocol (MCP)
Building Integrated photovoltaic BIPV_UPV.pdf
gpt5_lecture_notes_comprehensive_20250812015547.pdf
DP Operators-handbook-extract for the Mautical Institute
Zenith AI: Advanced Artificial Intelligence
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
A novel scalable deep ensemble learning framework for big data classification...
Tartificialntelligence_presentation.pptx
WOOl fibre morphology and structure.pdf for textiles
Digital-Transformation-Roadmap-for-Companies.pptx

A Networking View for the DevOps Crew: SDN

  • 1. NETWORKING VIEW FOR THE DEVOPS CREW A SOFTWARE DEFINED NETWORKING Jeremy Schulman 2014 FEBRUARY @nwkautomaniac nwkautomaniac@gmail.com
  • 2. ABOUT JEREMY 20 Years in Networking my.com (7) SW Eng Sales Eng (12) Junos "EZ" Ruby, Python Puppet, Chef, Ansible, Salt IT Automation (8) (2) Strategic Alliances (3) Bizdev Open Source nwkautomaniac@gmail.com (5) Juniper Networks jschulman@juniper.net
  • 3. DISCLAIMER This is a community presentation. Views expressed in this post are the original thoughts posted by Jeremy Schulman, Director of Automation Concept Engineering at Juniper Networks. These views are his own, and in no way represent the views of the company he works for.
  • 4. SDN TOPICS  Why all the fuss?  A bit of history  Just enough networking (no TLAs!)  Where's Waldo (=Software)  Mind the (Reality) Gap
  • 6. HISTORY Two separate, unrelated, but timely events Google ~~~ OpenFlow
  • 7. MARKET SEGMENTATION Networking vendor perspective MSDC SERVICE PROVIDER "LARGE" ENTERPRISE ENTERPRISE
  • 8. QUICK REVIEW SERVERS Copyright © 2013 Juniper Networks, Inc.
  • 9. SERVER HARDWARE ARCHITECTURE BLOCKS Choice and Control is largely determined by the end-customer EXTERNAL S/W CPU MEMORY INTERNAL NETWORK PHYSICAL STORAGE INTERFACES ENCLOSURE STORAGE
  • 10. SERVER SOFTWARE ARCHITECTURE BLOCKS Software running in the CPU determines the purpose of the server/VM Choice and Control are determined by the end-customer (Linux example) S/W CPU App App App Middleware Middleware Middleware Operating System
  • 11. JUST ENOUGH NETWORKING Copyright © 2013 Juniper Networks, Inc.
  • 12. NETWORK HARDWARE ARCHITECTURE BLOCKS Choice and Control is largely determined by the manufacturer (vendor) Leads to "appliance" based approaches for specific networking functions S/W CPU MEMORY S/W INTERNAL ASIC STORAGE FPGA, NPU NETWORK S/W INTERFACES PHYSICAL ENCLOSURE
  • 13. NETWORK SOFTWARE ARCHITECTURE BLOCKS Networking "software" is designated into "planes" of execution that is distributed across the CPU, ASICs, FPGAs, NPUs, etc. Leads to highly integrated (tested) vertical stacks of software Choice and Control determined by manufacturer S/W Management Services Plane Plane Control Plane Forwarding Plane
  • 14. NETWORK SOFTWARE FORWARDING PLANE     Packet processing "engines" Typically done in hardware Specific functions - switching, routing, load-balancing Generally at wire-speed S/W Forwarding packet in packet(s) out Plane db db db packet lookup "databases" for specific functions, such as L2, L3, L4-L7
  • 15. NETWORK SOFTWARE MANAGEMENT PLANE S/W runs on CPU / Operating System Central point for all operations such as configuration and troubleshooting Interfaces with external systems via CLI, SNMP, programming APIs APIs CLI Management Plane SNMP SYSLOG S/W Significant interest in the context of "SDN" around network automation using vendor APIs (REST, XML, JSON, etc.) Interest in adapting existing DevOps tools for networking: Puppet, Chef, etc. DevOps use-cases are still different from Networking
  • 16. DevOps FOR NetOps? DevOps Evolution / Revolution • Server Virtualization and Cloud • History over +7 years • Open-Source Community physical, virtual, cloud orchestration manually configured ad-hoc bash perl scripting puppet, chef salt, ansible, other IT frameworks infra.apps built on IT frameworks DevOps paradigm pivot-point!
  • 17. NETWORK SOFTWARE CONTROL PLANE S/W runs on CPU, often in the FORWARDING PLANE as well Responsible for Network Protocols: Spanning Tree, OSPF, BGP, MPLS, etc A means for networking devices to converge on L2 and L3 infrastructure services (basic switching and routing, e.g.) Plane Forwarding Plane Control Plane Forwarding Plane Router-C Management Plane Control Router-B Management Plane Management Plane Router-A Control Plane Forwarding Plane "The Network" Each CONTROL PLANE protocol maintains its own separate "database" of configuration and operational (ephemeral) state
  • 18. NETWORK SOFTWARE SERVICE PLANE S/W runs on CPU and FORWARDING PLANE A Service is generally a unit of function that provides a capability with a agreed measure of success / failure. Typically multiple end-points. • Layer-2 Virtual Private Network ... Metro Ethernet Service • Layer-3 Virtual Private Network ... Wide Area Networking • IPSec (secured) Private Networks • Multi-Tenant Datacenter / Cloud Virtual Networks • "Underlay" for "Overlay" Services are delivered when the CONTROL PLANE protocols provide the necessary and sufficient infrastructure; e.g. routing reachability
  • 19. WHAT IS SDN? ... Copyright © 2013 Juniper Networks, Inc.
  • 20. SDN IS TO NETWORKING AS CLOUD IS TO SERVERS .... Depends who you ask and their point of reference ... But there are emerging "patterns" around CHOICE and CONTROL ....
  • 21. CENTRALIZED CONTROLLERS AND OpenFlow Separation of Control Plane, Forwarding Plane, and Services Plane The "Controller" instructs each of the network device endpoints using the OpenFlow protocol. The Northbound "Well-defined Open API" is used by the SERVICES PLANE, i.e. enable 3rd-parties to create their own network services OpenFlow is a CONTROL PLANE protocol that instructs the FORWARDING PLANE packet processing engine
  • 22. OVERLAY AND UNDERLAY  Overlay is a Virtual Networking construct and managed separately from the physical infrastructure ("underlay") Contrail (Juniper Networks)  Hypervisor based software to perform packet "tunneling" [encap/decap]  Centralized "Controller" to orchestrate tunnels  Northbound APIs into other IT systems like OpenStack, Cloudstack, etc. NSX (VMware) Nuage Networks (ALU)
  • 23. WHITE-BOX NETWORKING AND LINUX AS A NETWORK OS • Buy hardware direct from Original Direct Manufacturer (ODM) rather than traditional networking vendor (Cisco, Juniper, HP, etc.) - promoted as a significant Capital Expense (CapEx) saving + Choice and Control of hardware • Obtain a Linux distribution that works for that hardware, e.g. Cumulus Linux. Generally a yearly license fee - promoted as a "open" platform to enable endcustomer Choice and Control of software • End-customer is responsible for selecting, integrating, validating, and deploying "software stack" specific to their business needs • No "one throat to choke" for support - think Linux pre-Red Hat • Configuration Management tends to be a good fit for DevOps tools like Puppet, Chef, Ansible, Salt • Network Operational Management not necessarily a good fit; troubleshooting complex CONTROL PLANE and SERVICE PLANE interactions not well understood or proven
  • 24. NETWORK FUNCTIONS VIRTUALIZATION (NFV) • Originated out of the Service Provider market as a means to deliver Services utilizing standard virtualization technologies, as opposed to vendor specific appliances • Complimentary to the aspirations of SDN. The originators identified NFV as independent and orthogonal to SDN developments. • Open Daylight (ODL) is a industry wide, multi-vendor, open-source project to create a framework and platform for NFV solutions
  • 25. RESOURCES  Software Defined Networking (Wiki) http://en.wikipedia.org/wiki/Software-defined_networking  SDN Central http://www.sdncentral.com/  Open Networking Foundation https://www.opennetworking.org  Open Daylight http://www.opendaylight.org/  Network Functions Virtualization (Wiki) http://en.wikipedia.org/wiki/Network_Functions_Virtualization
  • 26. Q&A Copyright © 2013 Juniper Networks, Inc.
  • 27. THANK YOU Copyright © 2013 Juniper Networks, Inc. www.juniper.net

Editor's Notes

  • #7: OpenFlow 2008, Stanford Univ.
  • #8: MSDC = Mega-scale datacenter .... small number of significantly large customersGeneral focus is on datacenter applicationsLarge enterprise = global/WAN/distributed; could be Universities, global corps, GVT.general enterprise > Fortune 5000, not terribly significant to the discussion.
  • #10: generally speaking, commodity hardware.some specialized hardware like blade serversIBM mainframes still exist
  • #11: Apple vs. Linux vs. Windows ...
  • #13: yellow denotes very significant vendor investment/intellectual property
  • #15: "S/W" - could be microcode in NPU, FPGA, ASIC, or similar devices. Not traditional software like running in CPU.
  • #17: "DevOps" is considered by some as the "evolution/revolution" of server admin.Networking has not reached our "Pivot Point". SDN, NFV, etc. is talked about as being this Pivot. We haven't made it thru the other side yet.Hubot: http://hubot.github.com/Boxen: http://boxen.github.com/
  • #18: akin to basic infrastructure for servers.
  • #19: akin to basic infrastructure for servers.
  • #22: "Any hardware that supportsOpenFlow""Any controller that supports OpenFlow"Open Source Projects include OpenDayLightsource for graphics: www.sdncentral.com
  • #23: Cisco 9000?
  • #25: NFV whitepaper: http://www.tid.es/es/Documents/NFV_White_PaperV2.pdf