BARE METAL SOFTWARE DEFINED NETWORKS, AND OPEN SOURCE. Rob Sherwood Big Switch Networks, CTO BANV, May 2014
|
|
|
- Daisy Reynolds
- 10 years ago
- Views:
Transcription
1 BARE METAL SOFTWARE DEFINED NETWORKS, AND OPEN SOURCE Rob Sherwood Big Switch Networks, CTO BANV, May 2014
2 OUTLINE Mo6va6on: Open Networking and Hyperscale Modern SDN Big Switch Technologies Open Source SoKware Open Network Linux OF- DPA Indigo OpenFlow agent Loxi + Floodlight Conclusions and Community 2014 BIG SWITCH NETWORKS, INC. 2
3 MOTIVATION
4 Do you?
5 THE DC NETWORKING REVOLUTION What are they doing? 1) SDN sovware 2) Bare metal switch hardware 2014 BIG SWITCH NETWORKS, INC. 5
6 ANDROMEDA 2014 BIG SWITCH NETWORKS, INC. 6
7 WHAT DOES BIG SWITCH DO? Help you get from here to there We build SDN SoVware... that runs on Bare Metal Switch Hardware to monitor networks and build cloud fabrics (to reduce complexity) (to reduce cost) (to deliver Bare Metal SDN) 2014 BIG SWITCH NETWORKS, INC. 7
8 SDN ARCHITECTURAL EVOLUTION BEFORE Automa[on Tool SDN App North- bound APIs SDN Controller OpenFlow APIs CP/DP Separa[on (Thick) NetOS Network HW OF Too many moving parts (mul[ple SDN SW vendors) OF agent SW from HW vendor! Limited access to switch ASIC access 2014 BIG SWITCH NETWORKS, INC. 8
9 SDN ARCHITECTURAL EVOLUTION BEFORE Automa[on Tool NOW Automa[on Tool SDN App North- bound APIs SDN Controller OpenFlow APIs CP/DP Separa[on North- bound APIs SDN App SDN Controller OpenFlow & Extensions Openflow is just API (Thick) NetOS Network HW OF (Thin) SDN OS Network HW Too many moving parts (mul[ple SDN SW vendors) OF agent SW from HW vendor! Limited access to switch ASIC access SDN SW solu[on from single vendor Exactly like the hypervisor/server model Full access to switch ASIC Accelerate HW/SW disaggrega[on 2014 BIG SWITCH SWITCH NETWORKS, NETWORKS, INC. INC. PROPRIETARY AND CONFIDENTIAL 9
10 SDN ARCHITECTURAL EVOLUTION Cloud Fabric Big Tap Big Switch Network s Commercial Products Open Source NOW Automa[on Tool North- bound APIs SDN App SDN Controller OpenFlow & Extensions (Thin) SDN OS Network HW OpenFlow is just an API SDN SW solu[on from single vendor Exactly like the hypervisor/server model Full access to switch ASIC Accelerate HW/SW disaggrega[on 2014 BIG SWITCH SWITCH NETWORKS, NETWORKS, INC. INC. PROPRIETARY AND CONFIDENTIAL 10
11 ISN T NETWORKING ALREADY OPEN? Faster Throughput = More commercial value = More Proprietary All Hardware Specs Public X86 Servers ß Open Binary SDK for Packet Forwarding Closed OS, Open Control Plane APIs NPU, FPGA, SoC DC 1U ToRs, Spines Closed OS, Open APIs for Policy, Stats Mul[- chassis Routers 10 Gb/s 100 Gb/s 1 Tb/s 10 Tb/s Aggregate Throughput à 2014 BIG SWITCH NETWORKS, INC. 11
12 ISN T NETWORKING ALREADY OPEN? Faster Throughput = More commercial value = More Proprietary All Hardware Specs Public X86 Servers ß Open Binary SDK for Packet Forwarding Closed OS, Open Control Plane APIs NPU, FPGA, SoC DC 1U ToRs, Spines DC 1U ToRs, Spines This talk Closed OS, Open APIs for Policy, Stats Mul[- chassis Routers 10 Gb/s 100 Gb/s 1 Tb/s 10 Tb/s Aggregate Throughput à 2014 BIG SWITCH NETWORKS, INC. 12
13 MODERN SDN
14 SDN BASICS Manage Your Network Like a Big Switch BIG SWITCH NETWORKS, INC. 14
15 SDN BASICS Manage Your Network Like a Big Switch Supervisor 1 Supervisor 2 Line Card Line Card Line Card Line Card Fabric Backplane Line Card Chassis- based Fabric 2014 BIG SWITCH NETWORKS, INC. 15
16 SDN BASICS Manage Your Network Like a Big Switch Supervisor 1 Supervisor 2 Line Card Line Card Line Card Line Card Line Card Fabric Backplane Controller 1 Controller 2 Spine Spine Spine Leaf Leaf Leaf Leaf Chassis- based Fabric Leaf- Spine Fabric 2014 BIG SWITCH NETWORKS, INC. 16
17 SDN BASICS Manage Your Network Like a Big Switch Supervisor 1 Supervisor 2 Line Card Line Card Line Card Line Card Line Card Fabric Backplane Chassis- based Fabric These designs are fundamentally the same! Controller 1 Controller 2 Spine Spine Spine Leaf- Spine Fabric Leaf Leaf Leaf Leaf 2014 BIG SWITCH NETWORKS, INC. 17
18 CLOSEDFLOW VS. OPENFLOW WWCFD? Same Packet Forwarding Architecture. For the rest of the talk, before you ask a ques6on: WWCFD What Would ClosedFlow do? Answer: OpenFlow/SDN probably does the same thing Is this really the right ques6on? SDN is a design paradigm, not a solu[on onto itself - Unless you ve got an army of programmers Customer benefits are automa[on and simplicity, not SDN Just like OO Programming, DevOps, etc B I G S W I T C H N E T W O R K S, I N C. W W W. B I G S W I T C H. C O M 18
19 DECOUPLE CONTROL FROM FORWARDING OFDatapat OFDatapath h OFDatapath OpenFlow Controller OFDatapath OFDatapat OFDatapath h Reduce number of management touchpoints Mapping from datapaths to controllers a crucial network design ques[on OpenFlow does not imply single point of failure! 2013 BIG SWITCH NETWORKS, INC. 19
20 DECOUPLE CONTROL FROM FORWARDING OpenFlow Controller OpenFlow Controller OFDatapat OFDatapath h OFDatapath OFDatapath OFDatapat OFDatapath h OFDatapat OFDatapat h OFDatapath h OFDatapat OFDatapat h OFDatapath h OpenFlow does not imply single point of failure! Allows load balancing 2013 BIG SWITCH NETWORKS, INC. 20
21 DECOUPLE CONTROL FROM FORWARDING OpenFlow Controller OpenFlow Controller OFDatapat OFDatapath h OFDatapath OFDatapath OFDatapat OFDatapath h OFDatapat OFDatapat h OFDatapath h OFDatapat OFDatapat h OFDatapath h OpenFlow does not imply single point of failure! Allows load balancing and failover 2013 BIG SWITCH NETWORKS, INC. 21
22 PACKET FORWARDING ABSTRACTION: FLOW TABLE Sequence of tables in a packet processing pipeline Flow Table Flow Table Flow Table Priority Match Ac6on List 500 IP.proto=6 TCP.dst= IP.dst= 128.8/16 TTL- -, Fwd:port 3 Queue: * DROP Exis[ng networking hardware actually very flexible Trade- off: Large + narrow versus small + wide match tables Ac[ve work in the Open Networking Founda[on to bring OpenFlow to feature parity with closed flow 2013 BIG SWITCH NETWORKS, INC. 22
23 SWITCH SCALING: UNDERSTANDING TABLES Classical OpenFlow versus Modern: Proac[ve and Mul[- table OpenFlow Processing Pipeline L2 Table: ~100K+ Entries L3 Table: ~100K+ Entries Early OpenFlow implementa[ons only used the most flexible table. Didn t scale well Scale forced reac[ve popula[on Reac[ve caused controller load and addi[on scale problems Our Modern OpenFlow implementa[on leverages all tables Scales like tradi[onal Allows proac[ve popula[on Proac[ve reduces controller load and allows for headless control VLAN Table ACL Table: ~2k Entries Egress Table OpenFlow does NOT imply Flow- based Networking 2014 BIG SWITCH NETWORKS, INC. 23
24 BIG SWITCH TECHNOLOGIES
25 WHAT S INSIDE A SWITCH? Applica[on Network OS Hardware Driver Box Silicon B I G S W I T C H N E T W O R K S, I N C. W W W. B I G S W I T C H. C O M 25
26 COMPONENT ECOSYSTEM AND BARE METAL Applica[on Network OS Driver Box Silicon Single Vendor Closed Product Tradi[onal Networking (past) Single Vendor Closed Product ODM Box ODM Chip Tradi[onal Networking (today) SDN Controller Vendor OpenFlow SDN Hardware Vendor OpenFlow Model Vendor ODM Box ODM Chip Bare Metal Vision Tradi[onal Network Stack/OS 2014 BIG SWITCH NETWORKS, INC. 26
27 SWITCH LIGHT IS SDN ON BARE METAL The OpenFlow Ecosystem Model didn t work for us Hard: one OF agent that is all things to all people OF Wire protocol is (mostly) fine, but needs work for exis[ng hardware Economic incen[ves are backwards for SDN hardware vendors Out- of- phase release cycles caused low feature velocity Switch Light Model: download OS image and OF agent from Controller Easy : Customize switch sovware to applica[on and controller version Add extensions to wire protocol to validate before standardiza[on Perfect economic incen[ves One engineering team à high feature velocity 2014 BIG SWITCH NETWORKS, INC. 27
28 BARE METAL + MERCHANT SI: LOWERS FABRIC COSTS Financial Benefit of SDN Business Agility is Increased Revenue Reduced OpEx Reduced CapEx CapEx Savings is Not Trivial Brand name network vendors are using the same components Bare metal is more than white box Name brand vs. no- name vendors Buy your network hardware just like servers Vendors already successful in the server model have advantage 2014 BIG SWITCH NETWORKS, INC. 28
29 ARCHITECTURE IS OPEN FROM THE DATA PLANE UP Open data plane Re- use exis[ng virtualiza[on formats: no proprietary protocols/new hardware Compa[ble: deployed firewalls, IDS, WAN accelerators, Server offload NICs Open control plane OF1.3: All extensions are open source and will be taken to ONF Open REST APIs is primary interface: CLI is just a REST client Integra[on with OpenStack/Quantum and custom BSS/OSS systems Open source components: sokware engineering best prac6ce Accelerates adop[on, eases por[ng Open Network Linux: bare metal Linux distribu[on in OCP Indigo Open Flow agent: many 3rd par[es have ported to their hardware B I G S W I T C H N E T W O R K S, I N C. W W W. B I G S W I T C H. C O M 29
30 FABRIC USE- CASE (1/3): CONNECTIVITY, POLICY Spine Spine Spine Leaf Leaf Leaf Leaf Server Server Server Server Server Server Router Router Most common fabric use- case Policy: connec[vity, ACLs, QoS Op[onal VM orchestra[on e.g., OpenStack, HyperV 2014 BIG SWITCH NETWORKS, INC. 30
31 FABRIC USE- CASE (2/3): MONITORING Spine Spine Spine Tap Traffic Leaf Leaf Leaf Leaf Exis[ng Produc[on Network IDS VoIP QoS Tool BigTap: Scale- out monitoring Monitoring as a Service Programmable via REST RBAC Overlapping policy support Physically isolated from prod In/out heavily over- subscribed Load balance across tools My first SDN App 2014 BIG SWITCH NETWORKS, INC. 31
32 FABRIC USE- CASE (3/3): PATCH PANEL Spine Spine Leaf Leaf DUT DUT DUT DUT Programma[cally create large virtual L1 topologies Automate complex tests without rewiring Spine Leaf Leaf DUT DUT Packet Generator Packet Generator Blindly forward packets by port Similar to Pseudo- wire Even CRC failures, runts, etc. *DUT: Device Under Test Non- product: in our Q/A labs 2014 BIG SWITCH NETWORKS, INC. 32
33 OPEN SOURCE SOFTWARE
34 SWITCH LIGHT ARCHITECTURE Legend Open Network Linux BSN Open BSN Closed 3 rd Party Closed Source ZTN Loader SSH LibC on Debian Wheezy Base Distribu[on ONL Linux Kernel Switch Light OS Fan Control NTP Syslog SNMP I2C Big Network Controllers GPIO Device Trees ASIC SDK ASIC 2014 BIG SWITCH NETWORKS, INC CLI Indigo Indigo/ASIC Driver OpenFlow Agent Loxi Switch Light is our Indigo OpenFlow Agent running on Open Network Linux on x86 or ASIC- based hardware.
35 OPEN NETWORK LINUX A Linux distribu[on for bare metal switches Open- sourced commercial code, build scripts, drivers from Switch Light Part of Open Compute Project (OCP) Project goals: Improve percep[on/de- risk bare metal Crowd source larger Switch Light HCL Released mid- January: Ini6al results Strong community response from ODMs, OCP Accton self- suppor[ng three new boxes, more ODMs interested Other vendors inves[ga[ng ONL for their own purposes Info: h{p://opennetlinux.org under construc[on 2014 BIG SWITCH NETWORKS, INC. 35
36 ONL SUPPORTED HARDWARE X86 versus PPC Discussion ONL Support is Pre- cursor to Switch Light Support Working on OCP box from Interface Masters with x86 support 2014 BIG SWITCH NETWORKS, INC. 36
37 ONL IS MULTI- PLATFORM Support many boxes from the same code- base Open Network Linux: Kernel Drivers Loader Work flow Build scripts Manage. Model X86 Arch PPC ARM? Interface Master s x86 VM others? Quanta LB9, LY2, LY5 Accton 5652 Delta, Alpha, etc.??? 2014 BIG SWITCH NETWORKS, INC. 37
38 INSTALL USING ONIE THEN BOOT ONL ~64MB uboot ENVs ONIE Free Space Boot Flash Boot Logic: 1. uboot POSTs 2. $nos_bootcmd is read from ENVs 3. run $nos_bootcmd If $nos_bootcmd returns, run ONIE On install, ONIE sets $nos_bootcmd to load ONL loader 4. Loader downloads specified SWI URL if not cached 5. Loader mounts rootfs as ramdisk with overlayfs 6. ONL loader kexec s SWI kernel ~2GB ONL Loader ONL config SWI s: ONL SWI #1 (cached) Mass Storage 2014 BIG SWITCH NETWORKS, INC. 38
39 PERSPECTIVE RELATIVE TO ONIE ONL is a Network Opera[ng System (NOS) for ONIE ~3MB ~16MB ~160 MB ONIE Normal Full- featured First boot Loader Boot Loader (w/busybox) Main Network OS Image (.swi) (w/real binaries) Github.com/ onie/onie Open Network Linux Common kernel and DTS files?? 2014 BIG SWITCH NETWORKS, INC. 39
40 2014 BIG SWITCH NETWORKS, INC. 40
41 OpenFlow Datapath Abtrac[on: OF- DPA Indigo driver OF- DPA SDK Chip open closed OF- DPA API 2014 BIG SWITCH NETWORKS, INC. 41
42 LOXI IS FULLY OF1.3.1 git://github.com/floodlight/loxigen C Backend libloci.a Indigo Single OF Wire Desc LOXI- GEN Java Backend Python Backend OpenFlow J- LOXI Pylib openflow Floodlight OFTest Wireshark Backend Wireshark Plugin (Lua) Wireshark 2014 BIG SWITCH NETWORKS, INC. 42
43 FLOODLIGHT SDN CONTROLLER 2014 BIG SWITCH NETWORKS, INC. 43
44 CONCLUSION Big Switch builds SDN solu6ons on bare metal hardware Commercial Products: BigTap, Cloud Fabric SDN has evolved significantly Mul[- table, proac[ve, bare metal Lots of Open Source projects Take the pieces or the whole: ONL Join at: opennetlinux.org/community Comments and feedback welcome 2014 BIG SWITCH NETWORKS, INC. 44
OPEN NETWORK LINUX UPDATES. Rob Sherwood CTO, Big Switch Networks Open Compute Engineering Workshop: May, 2014
OPEN NETWORK LINUX UPDATES Rob Sherwood CTO, Big Switch Networks Open Compute Engineering Workshop: May, 2014 OUTLINE Mo3va3on and Code Updates: Website New hardware support Going forward X86 Support:
TUTORIAL: WHITE BOX/BARE METAL SWITCHES. Rob Sherwood CTO, Big Switch Networks Open Network User s Group: May, 2014
TUTORIAL: WHITE BOX/BARE METAL SWITCHES Rob Sherwood CTO, Big Switch Networks Open Network User s Group: May, 2014 OUTLINE Mo5va5on Ecosystem and Terminology Support and Purchasing Available Hardware Available
Open Network Linux. A Path to an Open Source Network OS. Rob Sherwood Big Switch Networks CTO
Open Network Linux A Path to an Open Source Network OS Rob Sherwood Big Switch Networks CTO Outline: Open Network Linux (ONL) Context: What is ONL? Network OS Architecture View What does ONL provide? ONIE
SDN AND BARE METAL SWITCHES ARE LIKE PEANUT BUTTER AND JELLY: TWO GOOD THINGS THAT ARE GREAT TOGETHER!
SDN AND BARE METAL SWITCHES ARE LIKE PEANUT BUTTER AND JELLY: TWO GOOD THINGS THAT ARE GREAT TOGETHER! Rob Sherwood University of Arizona, SDN Workshop: January 2014 WHO AM I? Current hats: CTO, Controller
PROPOSAL: OCP COMMON LINUX SWITCH DISTRIBUTION. Rob Sherwood and Mansour Karam OCP November 2013
PROPOSAL: OCP COMMON LINUX SWITCH DISTRIBUTION Rob Sherwood and Mansour Karam OCP November 2013 OUTLINE Background: A Linux distribukon is more than lots of packages SupporKng new plarorms can be a PITA
Scalable Network Monitoring with SDN-Based Ethernet Fabrics
Scalable Network Monitoring with SDN-Based Ethernet Fabrics Prashant Gandhi VP, Products & Strategy Big Switch Networks [email protected] 1 Agenda Trends in Network Monitoring SDN s Role in Network
OPENFLOW, SDN, OPEN SOURCE AND BARE METAL SWITCHES. Guido Appenzeller (Not representing Anyone)
OPENFLOW, SDN, OPEN SOURCE AND BARE METAL SWITCHES Guido Appenzeller (Not representing Anyone) October, 2014 Networking is Changing CLOSED & PROPRIETARY NETWORKING EQUIPMENT Vertically Integrated Systems
Open Network Linux A Network Operating System (NOS) for OCP
Open Network Linux A Network Operating System (NOS) for OCP Rob Sherwood Big Switch Networks CTO Outline: Open Network Linux (ONL) What is ONL? Contributors and Community What does ONL provide? ONIE Compatible
Floodlight and the OpenSDN Stack
Title Floodlight and the OpenSDN Stack Rob Sherwood Big Switch Networks Joseph Tardo Broadcom Douglas Flint Broadcom 1 Example SDN Stack: Derived from ONS Logo SDN App1 SDN App2 Controller Platform OF
THE REVOLUTION TOWARDS SOFTWARE- DEFINED NETWORKING
THE REVOLUTION TOWARDS SOFTWARE- DEFINED NETWORKING Transforming Networking with Open SDN Guido Appenzeller April, 2013 JOIN THE REVOLUTION TOWARDS OPEN NETWORKING Independence from closed, proprietary
CS244 Lecture 5 Architecture and Principles
CS244 Lecture 5 Architecture and Principles Network Virtualiza/on in Mul/- tenant Datacenters, NSDI 2014. Guido Appenzeller Background Why is SDN Happening? CLOSED & PROPRIETARY NETWORKING EQUIPMENT Vertically
Scalable Network Monitoring with SDN-Based Ethernet Fabrics
Scalable Network Monitoring with SDN-Based Ethernet Fabrics Prashant Gandhi VP, Product Management & Strategy Big Switch Networks 1 Agenda Trends in Network Monitoring SDN s Role in Network Monitoring
SDN and Open Ethernet Switches Empower Modern Data Center Networks
SDN and Open Ethernet Switches Empower Modern Data Center Networks Jeff Doyle Big Switch Networks ([email protected]) April 2015 1 What Haunts Data Center Admins? Poor visibility into the network
Bringing OpenFlow s Power to Real Networks
Bringing OpenFlow s Power to Real Networks Curt Beckmann, Brocade Forwarding Abstractions Working Group ( FAWG @ ONF) April 2013 1 Overview of this preso The Two Schools of OpenFlow OpenFlow Implementation
Open Ethernet. April 29 2014
Open Ethernet April 29 2014 The Evolution of SDN Switches are a build of closed software being sold as a package from switch vendors Stanford guys wanted to change the networking world using OpenFlow SDN
Simplify IT. With Cisco Application Centric Infrastructure. Roberto Barrera [email protected]. VERSION May, 2015
Simplify IT With Cisco Application Centric Infrastructure Roberto Barrera [email protected] VERSION May, 2015 Content Understanding Software Definded Network (SDN) Why SDN? What is SDN and Its Benefits?
Ryu SDN Framework What weʼ ve learned Where weʼ ll go
Ryu SDN Framework What weʼ ve learned Where weʼ ll go FUJITA Tomonori NTT Software Innovation Center Ryu Project lead 2014.11.14 NTT Ryu team goal Change the networking industry by Open Source Software
Introduction to Software Defined Networking
Introduction to Software Defined Networking Introduction to SDN Ahmed Maged MENOG 15 Dubai April 2015 @amaged [email protected] Agenda What is SDN and What it is not SDN Trends Getting Ready for SDN 2
BROADCOM SDN SOLUTIONS OF-DPA (OPENFLOW DATA PLANE ABSTRACTION) SOFTWARE
BROADCOM SDN SOLUTIONS OF-DPA (OPENFLOW DATA PLANE ABSTRACTION) SOFTWARE Network Switch Business Unit Infrastructure and Networking Group 1 TOPICS SDN Principles Open Switch Options Introducing OF-DPA
Data Center Infrastructure of the future. Alexei Agueev, Systems Engineer
Data Center Infrastructure of the future Alexei Agueev, Systems Engineer Traditional DC Architecture Limitations Legacy 3 Tier DC Model Layer 2 Layer 2 Domain Layer 2 Layer 2 Domain Oversubscription Ports
OpenFlow Technology Investigation Vendors Review on OpenFlow implementation
OpenFlow Technology Investigation Vendors Review on OpenFlow implementation Ioan Turus, NORDUnet GN3 JRA1 T1&2, Copenhagen, 21.11.2012 Outline! Software Defined Networks (SDN)! Introduction to OpenFlow!
Open Source Network: Software-Defined Networking (SDN) and OpenFlow
Open Source Network: Software-Defined Networking (SDN) and OpenFlow Insop Song, Ericsson LinuxCon North America, Aug. 2012, San Diego CA Objectives Overview of OpenFlow Overview of Software Defined Networking
How To Switch A Layer 1 Matrix Switch On A Network On A Cloud (Network) On A Microsoft Network (Network On A Server) On An Openflow (Network-1) On The Network (Netscout) On Your Network (
Software- Defined Networking Matrix Switching January 29, 2015 Abstract This whitepaper describes a Software- Defined Networking use case, using an OpenFlow controller and white box switches to implement
CORD Fabric, Overlay Virtualization, and Service Composition
CORD Design Notes CORD Fabric, Overlay Virtualization, and Service Composition Saurav Das Open Networking Foundation Ali Al Shabibi, Jonathan Hart, Charles Chan and Flavio Castro Open Networking Lab Hyunsun
Scaling the S in SDN at Azure. Albert Greenberg Distinguished Engineer & Director of Engineering Microsoft Azure Networking
Scaling the S in SDN at Azure Albert Greenberg Distinguished Engineer & Director of Engineering Microsoft Azure Networking ExpressRoute Partners Coming 2014: 2015: Host soon: Contoller SDN Containers and
Network Virtualization and Software-defined Networking. Chris Wright and Thomas Graf Red Hat June 14, 2013
Network Virtualization and Software-defined Networking Chris Wright and Thomas Graf Red Hat June 14, 2013 Agenda Problem Statement Definitions Solutions She can't take much more of this, captain! Challenges
Pluribus Netvisor Solution Brief
Pluribus Netvisor Solution Brief Freedom Architecture Overview The Pluribus Freedom architecture presents a unique combination of switch, compute, storage and bare- metal hypervisor OS technologies, and
Core and Pod Data Center Design
Overview The Core and Pod data center design used by most hyperscale data centers is a dramatically more modern approach than traditional data center network design, and is starting to be understood by
SOFTWARE-DEFINED NETWORKING AND OPENFLOW
SOFTWARE-DEFINED NETWORKING AND OPENFLOW Eric Choi < [email protected]> Senior Manager, Service Provider Business Unit, APJ 2012 Brocade Communications Systems, Inc. EPF 7 2012/09/17 Software-Defined Networking
Definition of a White Box. Benefits of White Boxes
Smart Network Processing for White Boxes Sandeep Shah Director, Systems Architecture EZchip Technologies [email protected] Linley Carrier Conference June 10-11, 2014 Santa Clara, CA 1 EZchip Overview
Dell Networking ARGOS 24/03/2016. Nicolas Roughol. Networking Sales Engineer. Tel : +33 6 79 34 90 28. [email protected]
Dell Networking ARGOS 24/03/2016 Nicolas Roughol Networking Sales Engineer Tel : +33 6 79 34 90 28 [email protected] Dell Networking Foundational elements for the future-ready enterprise Dell Networking
Switch Chip panel discussion. Moderator: Yoshihiro Nakajima (NTT)
Switch Chip panel discussion Moderator: Yoshihiro Nakajima (NTT) Goal To share vision and direction of future switch chip for next generation networking Requirements Movement on whitebox switch and network
What is SDN all about?
What is SDN all about? Emil Gągała Juniper Networks Piotr Jabłoński Cisco Systems In the beginning there was a chaos CLOUD BUILDING BLOCKS CAN I VIRTUALIZE MY Compute Network? Storage Where is my money?
Netvisor Software Defined Fabric Architecture
Netvisor Software Defined Fabric Architecture Netvisor Overview The Pluribus Networks network operating system, Netvisor, is designed to power a variety of network devices. The devices Netvisor powers
ONOS [Open Source SDN Network Operating System for Service Provider networks]
ONOS [Open Source SDN Network Operating System for Service Provider networks] http://onosproject.org/ Released on December 5 th, 2014 Guru Parulkar [email protected] ONOS Partnership A partnership
Network Virtualization for the Enterprise Data Center. Guido Appenzeller Open Networking Summit October 2011
Network Virtualization for the Enterprise Data Center Guido Appenzeller Open Networking Summit October 2011 THE ENTERPRISE DATA CENTER! Major Trends change Enterprise Data Center Networking Trends in the
Use Cases for the NPS the Revolutionary C-Programmable 7-Layer Network Processor. Sandeep Shah Director, Systems Architecture EZchip
Use Cases for the NPS the Revolutionary C-Programmable 7-Layer Network Processor Sandeep Shah Director, Systems Architecture EZchip Linley Processor Conference Oct. 6-7, 2015 1 EZchip Overview Fabless
How To Make A Vpc More Secure With A Cloud Network Overlay (Network) On A Vlan) On An Openstack Vlan On A Server On A Network On A 2D (Vlan) (Vpn) On Your Vlan
Centec s SDN Switch Built from the Ground Up to Deliver an Optimal Virtual Private Cloud Table of Contents Virtualization Fueling New Possibilities Virtual Private Cloud Offerings... 2 Current Approaches
Open Network Install Environment (ONIE) LinuxCon North America 2015
Open Network Install Environment (ONIE) LinuxCon North America 2015 Curt Brune, Member of Technical Staff August 2015 Agenda What is It? ONIE Solves a Real Problem ONIE Design Approach ONIE Adoption ONIE
Technology and Trends in Network Virtualization
Technology and Trends in Network Virtualization Surasak Sanguanpong Department of Computer Engineering Faculty of Engineering, Kasetsart University Stairway to the top deck of sky server, F ukuoka Tech
SDN software switch Lagopus and NFV enabled software node
SDN software switch Lagopus and NFV enabled software node Kazuaki OBANA NTT Network Innovation Laboratories SDN software switch Lagopus 1 Motivation Agile and flexible networking Full automation in provisioning,
基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器
基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 楊 竹 星 教 授 國 立 成 功 大 學 電 機 工 程 學 系 Outline Introduction OpenFlow NetFPGA OpenFlow Switch on NetFPGA Development Cases Conclusion 2 Introduction With the proposal
Outline. Why Neutron? What is Neutron? API Abstractions Plugin Architecture
OpenStack Neutron Outline Why Neutron? What is Neutron? API Abstractions Plugin Architecture Why Neutron? Networks for Enterprise Applications are Complex. Image from windowssecurity.com Why Neutron? Reason
BSN Big Cloud Fabric and OpenStack Integration @ CloudLabs. Big Cloud Fabric P+V Solution Validation with OpenStack
Big Cloud Fabric P+V Solution Validation with OpenStack 2015 1 Introduction to CloudLabs CloudLabs is an initiative within Ciii chartered with streamlining the efforts to service its customers cloud related
Arista Software Define Cloud Networking
Reinventing Data Center Switching Arista Software Define Cloud Networking YaJian Huang - Systems Engineering Manager APAC [email protected] Arista Networks: Did You Know? Arista switches are deployed in production
SOFTWARE-DEFINED NETWORKING AND OPENFLOW
SOFTWARE-DEFINED NETWORKING AND OPENFLOW Freddie Örnebjär TREX Workshop 2012 2012 Brocade Communications Systems, Inc. 2012/09/14 Software-Defined Networking (SDN): Fundamental Control
State of the Art Cloud Infrastructure
State of the Art Cloud Infrastructure Motti Beck, Director Enterprise Market Development WHD Global I April 2014 Next Generation Data Centers Require Fast, Smart Interconnect Software Defined Networks
SDN Controller Requirement
SDN Controller Requirement draft-gu-sdnrg-sdn-controller-requirement-00 Rong Gu (Presenter) Chen Li China Mobile Background l Public Cloud && Private Cloud in China Mobile Public Cloud (ecloud.10086.cn)
Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com
Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O r a c l e V i r t u a l N e t w o r k i n g D e l i v e r i n g F a b r i c
Introduction to Software Defined Networking (SDN) and how it will change the inside of your DataCentre
Introduction to Software Defined Networking (SDN) and how it will change the inside of your DataCentre Wilfried van Haeren CTO Edgeworx Solutions Inc. www.edgeworx.solutions Topics Intro Edgeworx Past-Present-Future
SDN Applications in Today s Data Center
SDN Applications in Today s Data Center Harry Petty Director Data Center & Cloud Networking Cisco Systems, Inc. Santa Clara, CA USA October 2013 1 Customer Insights: Research/ Academia OpenFlow/SDN components
Introduction to Network Virtualization in IaaS Cloud. Akane Matsuo, [email protected] Midokura Japan K.K. LinuxCon Japan 2013 May 31 st, 2013
Introduction to Network Virtualization in IaaS Cloud Akane Matsuo, [email protected] Midokura Japan K.K. LinuxCon Japan 2013 May 31 st, 2013 About myself 2001.4 l NTTCommunications: OCN, Verio, Arcstar
OpenFlow/SDN activities of NTT Communications
OpenFlow/SDN activities of NTT Communications Yukio ITO NTT Communications Senior Vice President Member of the ONF Board 6 th June 2013 Virtualization Technology Server Physical Logical Storage Virtualize
HAWAII TECH TALK SDN. Paul Deakin Field Systems Engineer
HAWAII TECH TALK SDN Paul Deakin Field Systems Engineer SDN What Is It? SDN stand for Software Defined Networking SDN is a fancy term for: Using a controller to tell switches where to send packets SDN
Microsoft s Demon Datacenter Scale Distributed Ethernet Monitoring Appliance
Microsoft s Demon Datacenter Scale Distributed Ethernet Monitoring Appliance Rich Groves Principal Architect Microsoft GNS Bill Benetti Senior Service Engineer Microsoft MSIT 1 Before We Begin We are Network
How To Orchestrate The Clouddusing Network With Andn
ORCHESTRATING THE CLOUD USING SDN Joerg Ammon Systems Engineer Service Provider 2013-09-10 2013 Brocade Communications Systems, Inc. Company Proprietary Information 1 SDN Update -
Cloud Networking Disruption with Software Defined Network Virtualization. Ali Khayam
Cloud Networking Disruption with Software Defined Network Virtualization Ali Khayam In the next one hour Let s discuss two disruptive new paradigms in the world of networking: Network Virtualization Software
Open Network Install Environment
Open Network Install Environment Curt Brune Member of Technical Staff January 2014 Agenda Overview What Is ONIE? Lessons Learned ONIE Development Demo Project Directions cumulusnetworks.com 2 What Is ONIE?
Compass Deploying and Monitoring a Software Defined Infrastructure
Compass Deploying and Monitoring a Software Defined Infrastructure Toward Software Defined Infrastructure Warehouse of bare-metal devices Commoditization and open standard hardware design Significantly
Delivering Managed Services Using Next Generation Branch Architectures
Delivering Managed Services Using Next Generation Branch Architectures By: Lee Doyle, Principal Analyst at Doyle Research Sponsored by Versa Networks Executive Summary Network architectures for the WAN
BROCADE NETWORKING: EXPLORING SOFTWARE-DEFINED NETWORK. Gustavo Barros Systems Engineer Brocade Brasil
BROCADE NETWORKING: EXPLORING SOFTWARE-DEFINED NETWORK Gustavo Barros Systems Engineer Brocade Brasil Software- Defined Networking Summary Separate control and data planes Networks are becoming: More programmatic
SDN and Data Center Networks
SDN and Data Center Networks 10/9/2013 1 The Rise of SDN The Current Internet and Ethernet Network Technology is based on Autonomous Principle to form a Robust and Fault Tolerant Global Network (Distributed)
Virtualization, SDN and NFV
Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,
OF 1.3 Testing and Challenges
OF 1.3 Testing and Challenges May 1 st, 2014 Ash Bhalgat (Senior Director, Products), Luxoft Santa Clara, CA USA April-May 2014 1 Agenda OpenFlow : What and Why? State of OpenFlow Conformance Challenges
Why Operators Need Optical Transport SDN
Why Operators Need Optical Transport SDN Not Just Another SDN Presentation. Nanog 63 Peter Landon, Director Product Architecture BTI Systems 2 Op.cal Transport SDN: Why is it important? OpenFlow controlled
White Paper. SDN 101: An Introduction to Software Defined Networking. citrix.com
SDN 101: An Introduction to Software Defined Networking citrix.com Over the last year, the hottest topics in networking have been software defined networking (SDN) and Network ization (NV). There is, however,
SDN. What's Software Defined Networking? Angelo Capossele
SDN What's Software Defined Networking? Angelo Capossele Outline Introduction to SDN OpenFlow Network Functions Virtualization Some examples Opportunities Research problems Security Case study: LTE (Mini)Tutorial
SDN PARTNER INTEGRATION: SANDVINE
SDN PARTNER INTEGRATION: SANDVINE SDN PARTNERSHIPS SSD STRATEGY & MARKETING SERVICE PROVIDER CHALLENGES TIME TO SERVICE PRODUCT EVOLUTION OVER THE TOP THREAT NETWORK TO CLOUD B/OSS AGILITY Lengthy service
2013 ONS Tutorial 2: SDN Market Opportunities
2013 ONS Tutorial 2: SDN Market Opportunities SDN Vendor Landscape and User Readiness Jim Metzler, Ashton, Metzler & Associates [email protected] April 15, 2013 1 1 Goals & Non-Goals Goals: Describe
Conference. Smart Future Networks THE NEXT EVOLUTION OF THE INTERNET FROM INTERNET OF THINGS TO INTERNET OF EVERYTHING
Conference THE NEXT EVOLUTION OF THE INTERNET FROM INTERNET OF THINGS TO INTERNET OF Smart Future Networks www.internet-of-things.no EVERYTHING Patrick Waldemar Vice President Telenor Research and Future
ViSION Status Update. Dan Savu Stefan Stancu. D. Savu - CERN openlab
ViSION Status Update Dan Savu Stefan Stancu D. Savu - CERN openlab 1 Overview Introduction Update on Software Defined Networking ViSION Software Stack HP SDN Controller ViSION Core Framework Load Balancer
Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions
Simplifying Big Data Deployments in Cloud Environments with Mellanox Interconnects and QualiSystems Orchestration Solutions 64% of organizations were investing or planning to invest on Big Data technology
OpenStack/Quantum SDNbased network virtulization with Ryu
OpenStack/Quantum SDNbased network virtulization with Ryu Kei Ohmura NTT May 31, 2013 Outline Introduction to Ryu OpenStack Quantum and Ryu Demo Summary 2 What is Ryu 流流 (ryu) means flow 龍龍 (ryu) means
Open Fabric SDN The Comprehensive SDN approach. Jake Howering, Director SDN Product Line Management Bithika Khargharia, PhD, Senior Engineer
Open Fabric SDN The Comprehensive SDN approach Jake Howering, Director SDN Product Line Management Bithika Khargharia, PhD, Senior Engineer Agenda SDN Market and Industry Extreme Networks Open Fabric SDN
The Future of Cloud Networking. Idris T. Vasi
The Future of Cloud Networking Idris T. Vasi Cloud Computing and Cloud Networking What is Cloud Computing? An emerging computing paradigm where data and services reside in massively scalable data centers
The Role of Virtual Routers In Carrier Networks
The Role of Virtual Routers In Carrier Networks Sterling d Perrin Senior Analyst, Heavy Reading Agenda Definitions of SDN and NFV Benefits of SDN and NFV Challenges and Inhibitors Some Use Cases Some Industry
OpenFlow: Load Balancing in enterprise networks using Floodlight Controller
OpenFlow: Load Balancing in enterprise networks using Floodlight Controller Srinivas Govindraj, Arunkumar Jayaraman, Nitin Khanna, Kaushik Ravi Prakash [email protected], [email protected],
Palo Alto Networks. Security Models in the Software Defined Data Center
Palo Alto Networks Security Models in the Software Defined Data Center Christer Swartz Palo Alto Networks CCIE #2894 Network Overlay Boundaries & Security Traditionally, all Network Overlay or Tunneling
Software Defined Networking
Software Defined Networking Richard T. B. Ma School of Computing National University of Singapore Material from: Scott Shenker (UC Berkeley), Nick McKeown (Stanford), Jennifer Rexford (Princeton) CS 4226:
May 13-14, 2015. Copyright 2015 Open Networking User Group. All Rights Reserved Confiden@al Not For Distribu@on
May 13-14, 2015 Virtual Network Overlays Working Group Follow up from last ONUG use case and fire side discussions ONUG users wanted to see formalized feedback ONUG users wanted to see progression in use
Why Software Defined Networking (SDN)? Boyan Sotirov
Why Software Defined Networking (SDN)? Boyan Sotirov Agenda Current State of Networking Why What How When 2 Conventional Networking Many complex functions embedded into the infrastructure OSPF, BGP, Multicast,
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 SDN - An Overview... 2 SDN: Solution Layers and its Key Requirements to be validated...
Testing Challenges for Modern Networks Built Using SDN and OpenFlow
Using SDN and OpenFlow July 2013 Rev. A 07/13 SPIRENT 1325 Borregas Avenue Sunnyvale, CA 94089 USA Email: Web: [email protected] www.spirent.com AMERICAS 1-800-SPIRENT +1-818-676-2683 [email protected]
A Presentation at DGI 2014 Government Cloud Computing and Data Center Conference & Expo, Washington, DC. September 18, 2014.
A Presentation at DGI 2014 Government Cloud Computing and Data Center Conference & Expo, Washington, DC September 18, 2014 Charles Sun www.linkedin.com/in/charlessun @CharlesSun_ 1 What is SDN? Benefits
Simplify IT. With Cisco Application Centric Infrastructure. Barry Huang [email protected]. Nov 13, 2014
Simplify IT With Cisco Application Centric Infrastructure Barry Huang [email protected] Nov 13, 2014 There are two approaches to Control Systems IMPERATIVE CONTROL DECLARATIVE CONTROL Baggage handlers follow
The SDN Opportunity. Erik Papir Director, Global Technical Marketing & Competitive Intelligence HP Networking May 2014
The SDN Opportunity Erik Papir Director, Global Technical Marketing & Competitive Intelligence HP Networking May 2014 Enterprise is moving to a New Style of IT Networking innovations lay the foundation
Software Defined Networking (SDN) OpenFlow and OpenStack. Vivek Dasgupta Principal Software Maintenance Engineer Red Hat
Software Defined Networking (SDN) OpenFlow and OpenStack Vivek Dasgupta Principal Software Maintenance Engineer Red Hat CONTENTS Introduction SDN and components SDN Architecture, Components SDN Controller
Underneath OpenStack Quantum: Software Defined Networking with Open vswitch
Underneath OpenStack Quantum: Software Defined Networking with Open vswitch Principal Software Engineer Red Hat, Inc. April 24, 2013 1 Part One Why Open vswitch? Open vswitch enables Linux to become part
Using SouthBound APIs to build an SDN Solution. Dan Mihai Dumitriu Midokura Feb 5 th, 2014
Using SouthBound APIs to build an SDN Solution Dan Mihai Dumitriu Midokura Feb 5 th, 2014 Agenda About Midokura Drivers of SDN & Network Virtualization Adoption SDN Architectures Why OpenDaylight? Use
