ESTRATÉGIAS DE SDN PARA DESAFIOS REAIS DE CLOUD COMPUTING. Marcelo Molinari SE Manager Brasil and SSA

Size: px
Start display at page:

Download "ESTRATÉGIAS DE SDN PARA DESAFIOS REAIS DE CLOUD COMPUTING. Marcelo Molinari mmolinar@brocade.com SE Manager Brasil and SSA"

Transcription

1 ESTRATÉGIAS DE SDN PARA DESAFIOS REAIS DE CLOUD COMPUTING Marcelo Molinari SE Manager Brasil and SSA

2 Software-defined Networking in the Data Center ENABLING NEW LEVELS OF INNOVATION NETWORK VIRTUALIZATION PROGRAMMATIC CONTROL CLOUD ORCHESTRATION 5/23/ Brocade Communications Systems, Inc. Proprietary Information

3 Persistent Store Federation Brocade Network Platform Will Enable Rich Network Services FOUNDING MEMBER OF OPENDAYLIGHT OPEN SOURCE SDN CONSORTIUM Northbound Interfaces / Service s APIs (REST) base OSS platform virtual overlay mgr. VTN mgr. core network service functions forwarding topology mgr. event mgr. device mgr. service abstract. vroute r mgr. additional contributed / proprietary services service abstraction layer (plug-in mgr., capability abstractions, ) overlay / virtual SW OpenFlow I2RS BGP-LS other std. interfaces Southbound Interfaces and Protocols Open Source Consortium for Software- Physical and Virtual Infrastructure 3

4 Network Virtualization Logical Networks Logical networks eliminate physical network limitations (e.g., MAC address and VLAN limits) to facilitate any-to-any connectivity and workload mobility Non-Virtualized Environment Internet Virtualized VXLAN Environment Overlay/tunnel technologies: VXLAN Brocade VCS Ethernet fabric is a superior transport for network virtualization leading automation, efficiency and simplicity Brocade VDX data center switch ASICs are VXLANready with software support in 2013; Brocade ADX VXLAN gateway demo now VLAN Segment VLAN Segment VLAN Segment VLAN Segment Brocade VXLAN Gateway VXLAN Segment VXLAN Segment VXLAN Segment VXLAN Segment 5/23/ Brocade Communications Systems, Inc. Proprietary Information

5 Limitations of Current Network Virtualization POD1 servers are running at full capacity while POD2 has ample idle capacity. A new VM has to be instantiated. Due to limitations of the network virtualization, the new VM can be instantiated only in POD1. This may be due to reasons such as: VMnew is being spun-up due to increased demand in a vapp. The vapp resides in POD1 and this requires that VMnew also be spun-up in POD1. VMnew has an IP address in one of subnets (say C1) for which the router directs the traffic to POD Brocade Communications Systems, Inc. CONFIDENTIAL For Internal Use Only 5/23/2013 5

6 Overcoming the limitations with VXLAN VXLAN overcomes the limitations of VLAN based network virtualization through the use of tunneling technology. Tunneling technology has been well proven in the WAN environment as a means to stretch Layer 2 Networks (VPLS) and Layer 3 Networks (GRE) across data centers. VXLAN uses a VXLAN/UDP/IP header to encapsulate the original unchanged Ethernet packet Brocade Communications Systems, Inc. CONFIDENTIAL For Internal Use Only 5/23/2013 6

7 VXLAN Tunnels The VXLAN encapsulation/de-capsulation, also referred to as VLAN tunnel termination, is performed by an entity in the Hypervisor known as the VXLAN Tunnel End-Point. This slide shows two tenants, the green tenant and the blue tenant, with VMs on the two Hypervisors. VXLAN provides complete isolation between the two tenants, enabling them to have overlapping MAC and IP addresses, and even overlapping VLAN tags Brocade Communications Systems, Inc. CONFIDENTIAL For Internal Use Only 5/23/2013 7

8 Network Virtualization vrouting BROCADE VYATTA TECHNOLOGY Brocade acquired Vyatta, who pioneered the Virtual Router category and a software networking platform 1M plus downloads globally and 250,000 Active User Community vrouting technology to address east-west traffic in a highly virtualized and scale-out, multi-tenant environment An enterprise branch router platform for managed services 5/23/ Brocade Communications Systems, Inc. Proprietary Information

9 Vyatta Delivers L3 Routing with Integrated Security RUN AS A VM OR STANDALONE SOFTWARE Router Firewall VPN OSPF, BGP Stateful, NAT IPSec, SSL 5/23/ Brocade Communications Systems, Inc. Proprietary Information

10 Data Center : Software Template Model INTERNET

11 OpenFlow Programmatic Network Control A NEW POINT OF INNOVATION FOR NETWORK FUNCTIONALITY Features Device OS Hardware Applications OS Applications Hardware OS Applications Hardware OS Hardware Traditional Network Protection Layer Customer/Vendor/Partner Applications Network Controller OpenFlow Overlay Traditional IP/MPLS Routing OpenFlow-enable Network OpenFlow 1.0 shipping on Brocade MLXe router up to 100 GbE OpenFlow overlay runs in hybrid mode - concurrently with traditional IP/MPLS routing Benefits Seamless interoperability with traditional networking Separate slice of network for OpenFlow innovation Isolation enforced in hardware 5/23/ Brocade Communications Systems, Inc. Proprietary Information

12 OpenFlow Protocol Building Blocks Explicitly defined by OF Standard Flow(s) - how network traffic is defined Flow Table(s) - list of Flows used for processing network traffic Open Flow Channel - communication protocol used between controller and network element. Pieces need to make an OF solution operate. Application(s) - Software that determines network forwarding behavior Controller(s) - Software that communications with network element and application Network Element(s) - Switches/routers (physical or virtual) 2012 Brocade Communications Systems, Inc. Company Proprietary Information 12

13 OpenFlow Building Blocks The Flow OF Flow Matching Fields Actions Stats Basic building block in OpenFlow is the Flow. A Flow represents the matching fields, actions and corresponding statistics. Matching Fields (OF v1.0) include ingress port and L2/L3 packet header. Actions include drop, forward to port(s), forward to controller, modify fields (and then forward). The Flow also includes statistical information (counters) Brocade Communications Systems, Inc. Company Proprietary Information 13

14 OpenFlow Building Blocks Flow OpenFlow v1.0 Flow Entry Matching Fields Actions Stats While the OF specification may support a particular match field (or combinations) and action (s), the underlying hardware many not. Always check hardware support for the spec. Packet counters, byte counters, and etc Forward packet to a port list Add/remove/modify VLAN Tag Drop packet Send packet to the controller Ingress Port MAC DA MAC SA Layer 2 Layer 3 EtherType VLAN ID P-bits Each flow table entry contains a set of rules to match (e.g., IP src) and an action list to be executed in case of a match (e.g., forward to port list). IP Src IP Dst IP Protocol IP DSCP TCP/UDP src port TCP/UDP dst port 2012 Brocade Communications Systems, Inc. Company Proprietary Information 14

15 OpenFlow Building Blocks Flow Table A flow table is the blue print that a switch uses to process packets through the data plane At a high level it operates very much like an access control list. The table contains flow entries and is used by the switch to process packets. Flow entries are ordered by priority Flow Table 1 Matching Fields Actions 2 Matching Fields Actions 3 Matching Fields Actions Stats Stats Stats N Matching Fields Actions Stats 2012 Brocade Communications Systems, Inc. Company Proprietary Information 15

16 OpenFlow Building Blocks The Flow Table in action Packet Ingress to switch. By priority (order of entries in table), compare Packet Header to flow table. When match found, perform action (drop, forward out port(s), forward to controller) and update stats. If no entry is found, default behavior is to drop packet N Flow Table Matching Fields Actions Matching Fields Actions Matching Fields Actions Flow Table Matching Fields Actions Stats Stats Stats Stats Header Ethernet Payload Flow Table 2012 Brocade Communications Systems, Inc. Company Proprietary Information 16

17 OpenFlow Architecture Switch, Controller, Application Network Element (Switch) Communicates with Controller via the OpenFlow Channel (to/from) Forwards packets based on Flow Table* Note can also operate in Hybrid Mode etc. Controller Provides mechanism for application to push flow information to/from switches. Typically Server Based May include tool kit to write scripts (simple apps) Application Determines packet forwarding behavior and pushes the information (flow table) through controller to switch. Custom network behavior 2012 Brocade Communications Systems, Inc. Company Proprietary Information 17

18 OpenFlow Architecture NOT REAL Code. Simply illustrating that network configuration is now programmatic Application Determine Network Forwarding Behavior Based on inputs from users, other software packages and information received from networking hardware Controller and Switch Communicate flow entry information to/from switch via OpenFlow Channel (Protocol) Application Controller.. TABLEINIT();//Forward all to flows to controller FOR(){ FLOW = LISTENTOCONTROLLER();//Listen for new flows ADDFLOW(FLOW);//add source mac rule with port. PUSHFLOW(FLOWTABLE);//push flow to controller Switch Forward Traffic based on entries in flow table (to controller, drop, out port etc). Flow Table Flow Table Flow Table Highest Priority Flow Entries Lowest Priority 2012 Brocade Communications Systems, Inc. Company Proprietary Information 18

19 Hybrid Switch Mode What all vendors do Best Practice for using Single OpenFlow Uplink port VLAN 400 VE VLAN 700 VLAN 500 VE VLAN 300 VE Campus network Customer A Campus network Customer B Campus network Customer C Campus network Customer D Science DMZ Customer 1 Science DMZ Customer 2 Match same VLAN 700 for customer A L2 Switching IPv4/IPv6 routing loopback cable 3 IPv4/IPv6 routing MLXe 2 Match the uplink VLAN with different IP payloads for customer B & C Match the uplink VLAN for customer D 100G OpenFlow Port 100G WAN Link Single OpenFlow Uplink OpenFlow port Normal Routing port 2012 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL For Internal Use Only Dec

20 Hybrid Port Mode What Brocade does Best Practice for using Single Hybrid Uplink port Normal routing port (Not OpenFlow-enabled) OpenFlow port Normal Routing port OpenFlow Hybrid port Normal routing port (Not OpenFlow-enabled) IP Routed traffic IP Routed traffic IP Routed traffic OpenFlow Traffic OpenFlow Traffic VLAN 400 VE IPv4 routing VLAN 300 VE VLAN 16 VE G port OpenFlow Hybrid Port Hybrid Port 100G WAN Link Single Hybrid Uplink Hybrid Port 1 VLAN 16 VE VLAN 700 VE IPv4 routing VLAN 600 VE IP Routed traffic IP Routed traffic OpenFlow Traffic OpenFlow Traffic OpenFlow-enabled port MLXe MLXe 2012 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL For Internal Use Only Dec

21 Brocade MLXe High-Performance Core Router INTERCONNECTING BROCADE VCS FABRICS IN THE DATA CENTER CORE Massive scalability: Industry-leading 10G and 100G router density Supports up to Tbps fabric capacity, G ports, and G ports in single chassis On-demand capacity increase using high-capacity link aggregation Advanced, scalable software features Hardware support for up to 1M MPLS labels Routing over VPLS enables VM mobility and service flexibility between data centers Multi-tenancy at scale with VRFs, VLANs, and QinQ Compelling economics Dramatically consolidates network devices Efficient, green design enables power and space savings Seamless migration to SDN: Industry s first true Hybrid mode OpenFlow High availability: Resilient Multi-Chassis Trunking with active-active links 5/23/ Brocade Communications Systems, Inc. Proprietary Information

22 Cloud Orchestration OpenStack Open source cloud management framework for private and public clouds Your Applications Created by Rackspace and NASA in July 2010 Capturing the hearts and minds of the industry OpenStack Dashboard Rapidly becoming the de facto open source standard for cloud computing ~200 participants and 6,000+ developers Allows any organization to create and offer cloud computing capabilities using open source software, rapidly and at a low cost Compute Networking OpenStack Shared Services Physical Infrastructure Storage 5/23/ Brocade Communications Systems, Inc. Proprietary Information

23 Brocade Fabrics and OpenStack SELF-SERVICE, ON-DEMAND FABRIC PROVISIONING Brocade VCS fabric automation and OpenStack orchestration dramatically decrease time-to-deploy network capacity Brocade VCS plug-in contributed to OpenStack Grizzly release Brocade leading industry efforts to champion OpenStack support of Fibre Channel SANs Brocade Plug-in VCS APIs Partnering with Red Hat and Piston Cloud for commercial versions of OpenStack that include Brocade VCS and FC fabrics by 2H13 5/23/ Brocade Communications Systems, Inc. Proprietary Information

24 OpenStack Taxonomy Five Major Components OpenStack core services: Virtual Machines (compute) Object Store (object, data blurb) Block Storage aka Virtual Block Devices (hard drives, volume) Virtual Networks (networking) Dashboard (user portal) There are two other components that serve middleware functionality: The disk image registry (Glance) The authorization and authentication framework (Keystone) Cloud Core Services Virtual Machines OpenStack Project Amazon Web Services Equivalent Rackspace Equivalent Nova EC2 Cloud Servers Object Store Swift S3 Cloud Files Block Storage Cinder EBS Cloud Block Storage Virtual Networks Quantum, Melange Source: Brocade Communications Systems, Inc. CONFIDENTIAL For Internal Use Only 5/6/ VPC Dashboard Horizon AWS Mgmt Console Cloud Networks Cloud Control Panel

25 OpenStack Integration Roadmap Execution Plan (Roadmap) Phase 1 (Essex Release) Phase 2 (Grizzly Release) Phase n (Ultimate State) POC delivered H TBD OpenStack Dashboard Rackspace Private Cloud Piston Cloud Red Hat RHOS OpenStack Ecosystem VCS Plugin VCS + ADX + FC SAN Plugins Brocade Plugins (Network & Block Storage) VDX 67xx VCS Technology VDX 6700/8770 VCS Technology ADX Brocade Infrastructure App OS App OS App OS App OS 2010 Brocade Communications Systems, Inc. CONFIDENTIAL For Internal Use Only 25

26 SDN Use Cases SDN Will Evolve Through Value-Added Applications 2013 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only 26

27 Brocade SDN Target Use Cases WAN Network Virtualization Services Creation & Insertion Network Analytics DC Network Virtualization WAN Virtualization App & SDN Controller Services Insertion App & SDN Controller Network Analytics App & SDN Controller DC Virtualization App & SDN Controller 1 Customer 1 Customer 2 DC 1 10/100G WAN DC 2 2 ADC FW Cache AAA 3 Production 10/100G WAN Analytics Tool 1 Network Tool 2 Tool 3 4 VM VM VM VM VM VM PHY PHY VM VM VM PHY PHY PHY PHY DC Network Fabric Application Delivery SDN Cloud Gateway SDN Packet-Optical Integration ADP APP & SDN Controller SDN Orchestration & SDN Controller Packet-Optical Integration APP & SDN Controller VM VM VM VM VM VM Cloud Orchestration 5 Existing Infrastructure Network (Physical) Internet Brocade ADX VxLAN Gateway Virtualized VXLAN Environment (Logical) VXLAN Segment VNI 5001 VXLAN Segment VNI PHY PHY L2/L3VPN WAN Tunnels or VLANs PHY PHY Data Center 2013 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only DC1 SDN OTN DC 1 Optical DC 2 MPLS/IP DC2 SDN

28 WAN Network Virtualization Traditional L2/L3VPN-IP Network with OpenFlow Overlay SDN Use Case 1 Protection Layer Traditional WAN Management OpenFlow Overlay WAN SDN Controller Traditional L2/L3VPN, IP OpenFlow as an overlay to existing network Allows for new revenue-generating features on top of existing production network Enabled by Brocade s Hybrid port mode OpenFlow and traditional features enabled concurrently on same router ports DC 1 DC 2 WAN Physical Infrastructure Protected Hybrid Port Mode OpenFlow does not affect Traditional traffic Protection in hardware Allows for initial OpenFlow overlay service development without risk 2013 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only 28

29 Internet2 BROCADE OPENFLOW ENABLED 100G NATIONWIDE BACKBONE Olympia Portland Eugene Sacramento Sunnyvale San Luis Obispo Los Angeles San Diego Seattle Reno IP router node Spokane Bozeman Boise Las Vegas Optical add/drop facility Missoula Salt Lake City Phoenix Tucson Billings Miles City Dickinson Denver Albuquerque El Paso Bismarck Minneapolis Kansas City San Antonio Fargo Houston (2) Chicago (3) Tulsa Dallas Madison Memphis St. Louis Jackson Baton Rouge Detroit Chattanooga Nashville Buffalo Cincinnati Louisville Cleveland Indianapolis Ashburn Atlanta Pittsburgh Charlotte Albany Philadelphia Boston New York (2) Washington DC Raleigh Jacksonville SDN Use Case Exchange Point Internet 2 49 Custom Location Facilities 15,500 miles of dark Fiber 8.8 Tbps of Optical Capacity Hybrid Mode with protected OpenFlow traffic Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only 29

30 Services Creation & Insertion SDN Use Case 2 SDN automates Traffic steering to achieve desired pipeline of services Customization of services according to customer needs Optimizes use of network resources No need to steer traffic through traffic steering appliances Services Insertion App + SDN Controller ADC FW Cache Services OpenFlow router 2013 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only 30

31 SDN Approach to Network Analytics Unlocking Advanced Operational Intelligence Why network analytics is important Real-time network statistics collection & alerting Summarization of normal and abnormal traffic Detect network performance issues in advance of customer complaints Use cases Internet/Mobile traffic analysis: Facebook, Youtube, , Big Data analysis Detection of unlawful content SDN Use Case Network Analytics App Network Analytics App Network Analytics App RESTful APIs SDN/OpenFlow Controller Physical Network OpenFlow + RESTful APIs Tool 1 Tool 2 Tool 3 Tool 4 Tool rd Party Analytic Tools 2013 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only 31

32 Data Center Network Virtualization Scalable Cloud Services SDN Use Case 4 Customer A Customer B Customer c VM VM VM VM VM VM VM VM VM Tunnels enable physical network abstraction (logical network) PHY PHY PHY PHY PHY PHY VxLAN, NVGRE, STT VM server vswitch Tunnels DC Logical Networks DC Physical Infrastructure ToR server vswitch VM VM PHY PHY PHY VM VM VM Software Switches (vswitches) connect virtual machines ToRs connect physical machines SDN Gateways enable scalable connectivity into the logical network 2013 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only 32

33 SDN Use Case 5 Brocade ADX VXLAN gateway solution Brocade ADX Physical to Logical Gateway Solution Industry s first integrated VXLAN gateway and application delivery controller (ADC) Connects VXLAN environments to the Internet Non-Virtualized Environment Internet Virtualized VXLAN Environment Automated Orchestration Spans VXLAN and non-vxlan environment Enables transparent access to both VXLAN connected VMs and physical servers VLAN Segment VLAN Segment VLAN Segment VLAN Segment Brocade ADX VXLAN Gateway VXLAN VNI 5001 VXLAN VNI 6001 VXLAN VNI 7001 VXLAN VNI 8001 VMware vshield Manager and vcenter support vcenter Demonstrated at VMWorld San Francisco, September 2012 VXLAN GATEWAY ON THE BROCADE ADX APPLICATION DELIVERY SWITCHES 2013 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only 33

34 SDN Use Case 6 SDN Cloud Gateway Interconnecting DC Logical Networks to WAN L2/L3VPNs VM VM VM PHY PHY Customers L2VPN-L3VPN WAN VM VM VM PHY PHY SDN Cloud Gateway Direct mapping from customers DC Logical Networks to WAN L2/L3VPNs SDN point of control between WAN and DC network Data Center DC SDN Controller Tunnels SDN Cloud Gateway Cloud Scale Optimized to large DC multi-tenancy requirements Inter-DC connectivity Server Server Termination of tunnels: VxLAN, NVGRE, etc VM VM PHY VM VM PHY 2013 Brocade Communications Systems, Inc. PROPRIETARY AND CONFIDENTIAL Discussed under NDA Only 34

35 Summary: Brocade SDN in the Data Center On-Demand Network Stack Cloud Management Layer Application Layer Enabling Technologies Orchestration Frameworks SDN Applications Brocade Strategy OpenStack, VMware vcloud Director, RESTful device APIs Network Analytics, etc. Virtualization Layer Overlay networks Programmatic control Virtual network services VXLAN, OpenFlow, OpenScript vrouting, vadc Network Fabric Layer Ethernet Fabrics Brocade VCS Fabrics 5/23/ Brocade Communications Systems, Inc. Proprietary Information

36 Leadership through Innovation Empowering the On-Demand Data Center Leadership and rapid innovation in Fabrics, IP routing and Softwaredefined Networking Delivering the world s most automated, efficient and agile networks 5/23/ Brocade Communications Systems, Inc. Proprietary Information

37

SOFTWARE DEFINED NETWORKING: A PATH TO PROGRAMMABLE NETWORKS. Jason Kleeh September 27, 2012

SOFTWARE DEFINED NETWORKING: A PATH TO PROGRAMMABLE NETWORKS. Jason Kleeh September 27, 2012 SOFTWARE DEFINED NETWORKING: A PATH TO PROGRAMMABLE NETWORKS Jason Kleeh September 27, 2012 What if you could Build your next data center optimized for highest demands in flexibility, reliability, and

More information

SOFTWARE DEFINED NETWORKING FOR SERVICE PROVIDERS USE CASES. Steve Worrall May 23rd 2013

SOFTWARE DEFINED NETWORKING FOR SERVICE PROVIDERS USE CASES. Steve Worrall May 23rd 2013 SOFTWARE DEFINED NETWORKING FOR SERVICE PROVIDERS USE CASES Steve Worrall May 23rd 2013 What if you could Build your next data center optimized for highest demands in flexibility, reliability, and scale

More information

SDN Applications for IXPs and Service Providers. Jason Kleeh Senior Product Manager January, 2013

SDN Applications for IXPs and Service Providers. Jason Kleeh Senior Product Manager January, 2013 SDN Applications for IXPs and Service Providers Jason Kleeh Senior Product Manager January, 2013 What if you could Build Networks Without Having to Manage an Endless List of Resource Limits Virtualize

More information

NETWORK ORCHESTRATION AND AUTOMATION WITH SOFTWARE DEFINED NETWORKING. Christopher Feussner Systems Engineer WHD.global 2014, 03.04.

NETWORK ORCHESTRATION AND AUTOMATION WITH SOFTWARE DEFINED NETWORKING. Christopher Feussner Systems Engineer WHD.global 2014, 03.04. NETWORK ORCHESTRATION AND AUTOMATION WITH SOFTWARE DEFINED NETWORKING Christopher Feussner Systems Engineer WHD.global 2014, 03.04.2014 Agenda Software Defined Networking Technologies SDN Use Cases OpenFlow

More information

The future of SDN: Transforming the REN in support of Big Data

The future of SDN: Transforming the REN in support of Big Data The future of SDN: Transforming the REN in support of Big Data Oct 4th, 2013 Eric Choi Senior Product Manager, Data Centre Business Unit APAC and Japan SDN Transforming REN Across Data Centres Data Intensive

More information

A NEW NETWORK PARADIGM BROCADE SDN STRATEGY

A NEW NETWORK PARADIGM BROCADE SDN STRATEGY A NEW NETWORK PARADIGM BROCADE SDN STRATEGY Adrian Low Regional Director- Application Delivery Products and Service Provider Business 25 October, 2012 What is Software-Defined Networking (SDN)? Software

More information

How To Orchestrate The Clouddusing Network With Andn

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 -

More information

How To Make A Data Center More Secure

How To Make A Data Center More Secure 虛 擬 化 雲 端 資 料 中 心 網 路 之 趨 勢 ON-DEMAND DATA CENTER NETWORK TM Vincent Cheng Cell: 0928-255-047 vcheng@brocade.com What s Changing in Data Center Networks? VM Density and Mobility East-West Traffic Patterns

More information

The Killer App(lication)

The Killer App(lication) The Killer App(lication) Jon Hudson, Principal Engineer Office of the CTO @the_solutioneer 1 Legal Disclaimer All or some of the products detailed in this presentation may still be under development and

More information

SOFTWARE-DEFINED NETWORKING AND OPENFLOW

SOFTWARE-DEFINED NETWORKING AND OPENFLOW SOFTWARE-DEFINED NETWORKING AND OPENFLOW Eric Choi < echoi@brocade.com> Senior Manager, Service Provider Business Unit, APJ 2012 Brocade Communications Systems, Inc. EPF 7 2012/09/17 Software-Defined Networking

More information

SOFTWARE-DEFINED NETWORKING AND OPENFLOW

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

More information

INTEGRATING SOFTWARE DEFINED NETWORKING INTO EXISTING CAMPUS INFRASTRUCTURE TO SPUR INNOVATION

INTEGRATING SOFTWARE DEFINED NETWORKING INTO EXISTING CAMPUS INFRASTRUCTURE TO SPUR INNOVATION INTEGRATING SOFTWARE DEFINED NETWORKING INTO EXISTING CAMPUS INFRASTRUCTURE TO SPUR INNOVATION SDN Use Cases for National Science Foundation s Campus Cyberinfrastructure Network Infrastructure Engineering

More information

BROCADE NETWORKING: EXPLORING SOFTWARE-DEFINED NETWORK. Gustavo Barros Systems Engineer Brocade Brasil

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

More information

SOFTWARE DEFINED NETWORKING: INDUSTRY INVOLVEMENT

SOFTWARE DEFINED NETWORKING: INDUSTRY INVOLVEMENT BROCADE SOFTWARE DEFINED NETWORKING: INDUSTRY INVOLVEMENT Rajesh Dhople Brocade Communications Systems, Inc. rdhople@brocade.com 2012 Brocade Communications Systems, Inc. 1 Why can t you do these things

More information

The New IP 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION

The New IP 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION The New IP 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is

More information

Brocade SDN/OpenFlow. Norival Figueira Office of the CTO. January 9, 2015 2014/2015 BROCADE COMMUNICATIONS SYSTEMS, INC. ALL RIGHTS RESERVED.

Brocade SDN/OpenFlow. Norival Figueira Office of the CTO. January 9, 2015 2014/2015 BROCADE COMMUNICATIONS SYSTEMS, INC. ALL RIGHTS RESERVED. Brocade SDN/OpenFlow Norival Figueira Office of the CTO January 9, 2015 2014/2015 BROCADE COMMUNICATIONS SYSTEMS, INC. ALL RIGHTS RESERVED. 1 Legal Disclaimer All or some of the products detailed in this

More information

Brocade SDN 2015 NFV

Brocade SDN 2015 NFV Brocade 2015 SDN NFV BROCADE IP Ethernet SDN! SDN illustration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. INTERNAL USE ONLY 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. INTERNAL USE ONLY Brocade ICX (campus)

More information

Bringing OpenFlow s Power to Real Networks

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

More information

Palo Alto Networks. Security Models in the Software Defined Data Center

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

More information

Virtualization, SDN and NFV

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,

More information

Scalable Approaches for Multitenant Cloud Data Centers

Scalable Approaches for Multitenant Cloud Data Centers WHITE PAPER www.brocade.com DATA CENTER Scalable Approaches for Multitenant Cloud Data Centers Brocade VCS Fabric technology is the ideal Ethernet infrastructure for cloud computing. It is manageable,

More information

Multitenancy Options in Brocade VCS Fabrics

Multitenancy Options in Brocade VCS Fabrics WHITE PAPER DATA CENTER Multitenancy Options in Brocade VCS Fabrics As cloud environments reach mainstream adoption, achieving scalable network segmentation takes on new urgency to support multitenancy.

More information

JUNIPER. One network for all demands MICHAEL FRITZ CEE PARTNER MANAGER. 1 Copyright 2010 Juniper Networks, Inc. www.juniper.net

JUNIPER. One network for all demands MICHAEL FRITZ CEE PARTNER MANAGER. 1 Copyright 2010 Juniper Networks, Inc. www.juniper.net JUNIPER One network for all demands MICHAEL FRITZ CEE PARTNER MANAGER 1 Copyright 2010 Juniper Networks, Inc. www.juniper.net 2-3-7: JUNIPER S BUSINESS STRATEGY 2 Customer Segments 3 Businesses Service

More information

智 慧 應 用 服 務 的 資 料 中 心 與 底 層 網 路 架 構

智 慧 應 用 服 務 的 資 料 中 心 與 底 層 網 路 架 構 智 慧 應 用 服 務 的 資 料 中 心 與 底 層 網 路 架 構 3 rd Platform for IT Innovation 2015 Brocade Communications Systems, Inc. Company Proprietary Information 8/3/2015 2 M2M - new range of businesses Third Platform Transforms

More information

Cloud Networking Disruption with Software Defined Network Virtualization. Ali Khayam

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

More information

Surviving the SDN Wars. Curt Beckmann Chair of Forwarding Abstractions WG, ONF and EMEA CTO

Surviving the SDN Wars. Curt Beckmann Chair of Forwarding Abstractions WG, ONF and EMEA CTO Surviving the SDN Wars Curt Beckmann Chair of Forwarding Abstractions WG, ONF and EMEA CTO 2014 Sequence Defining SDN and NFV Last 4 years Last 6 months What happens next for SDN? Defining SDN and NFV

More information

SDN CONTROLLER. Emil Gągała. PLNOG, 30.09.2013, Kraków

SDN CONTROLLER. Emil Gągała. PLNOG, 30.09.2013, Kraków SDN CONTROLLER IN VIRTUAL DATA CENTER Emil Gągała PLNOG, 30.09.2013, Kraków INSTEAD OF AGENDA 2 Copyright 2013 Juniper Networks, Inc. www.juniper.net ACKLOWLEDGEMENTS Many thanks to Bruno Rijsman for his

More information

Exploring Software-Defined Networking with Brocade

Exploring Software-Defined Networking with Brocade WHITE PAPER www.brocade.com IP Network Exploring Software-Defined Networking with Brocade This paper provides an overview of Software-Defined Networking (SDN), its expected role in cloud-optimized networks,

More information

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 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

More information

Chris Dagney BROCADE Sr. Sales Engineer. January 23, 2014 ON DEMAND DATA CENTER

Chris Dagney BROCADE Sr. Sales Engineer. January 23, 2014 ON DEMAND DATA CENTER Chris Dagney BROCADE Sr. Sales Engineer January 23, 2014 ON DEMAND DATA CENTER AGENDA Introduction to Ethernet Fabrics What it can do for your customers Industry transition toward SDN Brocade s recent

More information

Outline. Why Neutron? What is Neutron? API Abstractions Plugin Architecture

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

More information

Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure

Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure White Paper Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure What You Will Learn The new Cisco Application Centric Infrastructure

More information

Brocade VCS Fabrics: The Foundation for Software-Defined Networks

Brocade VCS Fabrics: The Foundation for Software-Defined Networks WHITE PAPER DATA CENTER Brocade VCS Fabrics: The Foundation for Software-Defined Networks Software-Defined Networking (SDN) offers significant new opportunities to centralize management and implement network

More information

Exploring Software-Defined Networking with Brocade

Exploring Software-Defined Networking with Brocade WHITE PAPER www.brocade.com IP NETWORK Exploring Software-Defined Networking with Brocade This paper provides an overview of Software-Defined Networking (SDN), expected use cases, and Brocade contributions

More information

VIRTUALIZED SERVICES PLATFORM Software Defined Networking for enterprises and service providers

VIRTUALIZED SERVICES PLATFORM Software Defined Networking for enterprises and service providers VIRTUALIZED SERVICES PLATFORM Software Defined Networking for enterprises and service providers Why it s unique The Nuage Networks VSP is the only enterprise and service provider-grade SDN platform that:

More information

The Road to SDN: Software-Based Networking and Security from Brocade

The Road to SDN: Software-Based Networking and Security from Brocade WHITE PAPER www.brocade.com SOFTWARE NETWORKING The Road to SDN: Software-Based Networking and Security from Brocade Software-Defined Networking (SDN) presents a new approach to rapidly introducing network

More information

Software Defined Network (SDN)

Software Defined Network (SDN) Georg Ochs, Smart Cloud Orchestrator (gochs@de.ibm.com) Software Defined Network (SDN) University of Stuttgart Cloud Course Fall 2013 Agenda Introduction SDN Components Openstack and SDN Example Scenario

More information

Exploring Software-Defined Networking with Brocade

Exploring Software-Defined Networking with Brocade WHITE PAPER Exploring Software-Defined Networking with Brocade This paper provides an overview of Software-Defined Networking (SDN), expected use cases, and Brocade contributions to SDN innovation. Software-Defined

More information

HAWAII TECH TALK SDN. Paul Deakin Field Systems Engineer

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

More information

SOFTWARE DEFINED NETWORKING

SOFTWARE DEFINED NETWORKING SOFTWARE DEFINED NETWORKING Bringing Networks to the Cloud Brendan Hayes DIRECTOR, SDN MARKETING AGENDA Market trends and Juniper s SDN strategy Network virtualization evolution Juniper s SDN technology

More information

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 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

More information

Data Center Network Virtualisation Standards. Matthew Bocci, Director of Technology & Standards, IP Division IETF NVO3 Co-chair

Data Center Network Virtualisation Standards. Matthew Bocci, Director of Technology & Standards, IP Division IETF NVO3 Co-chair Data Center Network Virtualisation Standards Matthew Bocci, Director of Technology & Standards, IP Division IETF NVO3 Co-chair May 2013 AGENDA 1. Why standardise? 2. Problem Statement and Architecture

More information

SDN and Data Center Networks

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)

More information

Cloud Fabric. Huawei Cloud Fabric-Cloud Connect Data Center Solution HUAWEI TECHNOLOGIES CO.,LTD.

Cloud Fabric. Huawei Cloud Fabric-Cloud Connect Data Center Solution HUAWEI TECHNOLOGIES CO.,LTD. Cloud Fabric Huawei Cloud Fabric-Cloud Connect Data Center Solution HUAWEI TECHNOLOGIES CO.,LTD. Huawei Cloud Fabric - Cloud Connect Data Center Solution Enable Data Center Networks to Be More Agile for

More information

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 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

More information

Why Software Defined Networking (SDN)? Boyan Sotirov

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,

More information

Open Source Networking for Cloud Data Centers

Open Source Networking for Cloud Data Centers Open Source Networking for Cloud Data Centers Gaetano Borgione Distinguished Engineer @ PLUMgrid April 2015 1 Agenda Open Source Clouds with OpenStack Building Blocks of Cloud Networking Tenant Networks

More information

IPOP-TinCan: User-defined IP-over-P2P Virtual Private Networks

IPOP-TinCan: User-defined IP-over-P2P Virtual Private Networks IPOP-TinCan: User-defined IP-over-P2P Virtual Private Networks Renato Figueiredo Advanced Computing and Information Systems Lab University of Florida ipop-project.org Unit 3: Intra-cloud Virtual Networks

More information

VXLAN: Scaling Data Center Capacity. White Paper

VXLAN: Scaling Data Center Capacity. White Paper VXLAN: Scaling Data Center Capacity White Paper Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where

More information

Simplifying Virtual Infrastructures: Ethernet Fabrics & IP Storage

Simplifying Virtual Infrastructures: Ethernet Fabrics & IP Storage Simplifying Virtual Infrastructures: Ethernet Fabrics & IP Storage David Schmeichel Global Solutions Architect May 2 nd, 2013 Legal Disclaimer All or some of the products detailed in this presentation

More information

SDN v praxi overlay sítí pro OpenStack. 5.10.2015 Daniel Prchal daniel.prchal@hpe.com

SDN v praxi overlay sítí pro OpenStack. 5.10.2015 Daniel Prchal daniel.prchal@hpe.com SDN v praxi overlay sítí pro OpenStack 5.10.2015 Daniel Prchal daniel.prchal@hpe.com Agenda OpenStack OpenStack Architecture SDN Software Defined Networking OpenStack Networking HP Helion OpenStack HP

More information

Software Defined Networking (SDN) and OpenStack. Christian Koenning

Software Defined Networking (SDN) and OpenStack. Christian Koenning Software Defined Networking (SDN) and OpenStack Christian Koenning Driving Towards an Application Centric World IT/Ops Struggle to Deliver SDDC/Cloud Mobility Internet of things Advanced threats Lines

More information

OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS

OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS Matt Eclavea (meclavea@brocade.com) Senior Solutions Architect, Brocade Communications Inc. Jim Allen (jallen@llnw.com) Senior Architect, Limelight

More information

What is SDN? And Why Should I Care? Jim Metzler Vice President Ashton Metzler & Associates

What is SDN? And Why Should I Care? Jim Metzler Vice President Ashton Metzler & Associates What is SDN? And Why Should I Care? Jim Metzler Vice President Ashton Metzler & Associates 1 Goals of the Presentation 1. Define/describe SDN 2. Identify the drivers and inhibitors of SDN 3. Identify what

More information

SDN PARTNER INTEGRATION: SANDVINE

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

More information

CON8474 - Software-Defined Networking in a Hybrid, Open Data Center

CON8474 - Software-Defined Networking in a Hybrid, Open Data Center CON8474 - Software-Defined Networking in a Hybrid, Open Data Center Krishna Srinivasan Director, Product Management Oracle Virtual Networking Ronen Kofman Director of Product Development Oracle OpenStack

More information

Building an Open, Adaptive & Responsive Data Center using OpenDaylight

Building an Open, Adaptive & Responsive Data Center using OpenDaylight Building an Open, Adaptive & Responsive Data Center using OpenDaylight Vijoy Pandey, IBM 04 th February 2014 Email: vijoy.pandey@gmail.com Twitter: @vijoy Agenda Where does ODP (& SDN) fit in the bigger

More information

SDN Architecture and Service Trend

SDN Architecture and Service Trend 2013 SDN 高 峰 論 壇 SDN Architecture and Service Trend Dr. Yu-Huang Chu Broadband Network Lab Chunghwa Telecom Co., Ltd., Taiwan 10/09/13 1 Outlines SDN & NFV introduction Network Architecture Trend SDN Services

More information

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 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

More information

Software-Defined Networks Powered by VellOS

Software-Defined Networks Powered by VellOS WHITE PAPER Software-Defined Networks Powered by VellOS Agile, Flexible Networking for Distributed Applications Vello s SDN enables a low-latency, programmable solution resulting in a faster and more flexible

More information

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE EXECUTIVE SUMMARY This application note proposes Virtual Extensible LAN (VXLAN) as a solution technology to deliver departmental segmentation, business

More information

Cisco Prime Network Services Controller. Sonali Kalje Sr. Product Manager Cloud and Virtualization, Cisco Systems

Cisco Prime Network Services Controller. Sonali Kalje Sr. Product Manager Cloud and Virtualization, Cisco Systems Cisco Prime Network Services Controller Sonali Kalje Sr. Product Manager Cloud and Virtualization, Cisco Systems Agenda Cloud Networking Challenges Prime Network Services Controller L4-7 Services Solutions

More information

Defining SDN. Overview of SDN Terminology & Concepts. Presented by: Shangxin Du, Cisco TAC Panelist: Pix Xu Jan 2014

Defining SDN. Overview of SDN Terminology & Concepts. Presented by: Shangxin Du, Cisco TAC Panelist: Pix Xu Jan 2014 Defining SDN Overview of SDN Terminology & Concepts Presented by: Shangxin Du, Cisco TAC Panelist: Pix Xu Jan 2014 2013 Cisco and/or its affiliates. All rights reserved. 2 2013 Cisco and/or its affiliates.

More information

F V CE. 2015 Brocade Communications Systems, Inc. PROPRIETARY INFORMATION 2

F V CE. 2015 Brocade Communications Systems, Inc. PROPRIETARY INFORMATION 2 S D N F V CE S D N : Example Openflow F V CE 2015 Brocade Communications Systems, Inc. PROPRIETARY INFORMATION 2 SDN in the Data Center: Programmatic Control 50% reduction in SDN deployment cost Concurrent

More information

Brocade One Data Center Cloud-Optimized Networks

Brocade One Data Center Cloud-Optimized Networks POSITION PAPER Brocade One Data Center Cloud-Optimized Networks Brocade s vision, captured in the Brocade One strategy, is a smooth transition to a world where information and applications reside anywhere

More information

SDN Applications in Today s Data Center

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

More information

Building Scalable Multi-Tenant Cloud Networks with OpenFlow and OpenStack

Building Scalable Multi-Tenant Cloud Networks with OpenFlow and OpenStack Building Scalable Multi-Tenant Cloud Networks with OpenFlow and OpenStack Dave Tucker Hewlett-Packard April 2013 1 About Me Dave Tucker WW Technical Marketing HP Networking dave.j.tucker@hp.com Twitter:

More information

How To Build An Openstack Cloud System

How To Build An Openstack Cloud System Open Cloud Networking Vision The state of OpenStack networking and a vision of things to come... Dan Sneddon Member Technical Staff Twitter: @dxs OCS 2.0 Public Cloud Benefits Private Cloud Control Open

More information

Software-Defined Networking for the Data Center. Dr. Peer Hasselmeyer NEC Laboratories Europe

Software-Defined Networking for the Data Center. Dr. Peer Hasselmeyer NEC Laboratories Europe Software-Defined Networking for the Data Center Dr. Peer Hasselmeyer NEC Laboratories Europe NW Technology Can t Cope with Current Needs We still use old technology... but we just pimp it To make it suitable

More information

VMware and Brocade Network Virtualization Reference Whitepaper

VMware and Brocade Network Virtualization Reference Whitepaper VMware and Brocade Network Virtualization Reference Whitepaper Table of Contents EXECUTIVE SUMMARY VMWARE NSX WITH BROCADE VCS: SEAMLESS TRANSITION TO SDDC VMWARE'S NSX NETWORK VIRTUALIZATION PLATFORM

More information

BRINGING NETWORKS TO THE CLOUD ERA

BRINGING NETWORKS TO THE CLOUD ERA BRINGING NETWORKS TO THE CLOUD ERA SDN enables new business models Aruna Ravichandran VICE PRESIDENT, MARKETING AND STRATEGY ARAVICHANDRAN@JUNIPER.NET SOFTWARE DEFINED NETWORKING (SDN), JUNIPER NETWORKS

More information

Software Defined Networks Virtualized networks & SDN

Software Defined Networks Virtualized networks & SDN Software Defined Networks Virtualized networks & SDN Tony Smith Solution Architect HPN 2 What is Software Defined Networking Switch/Router MANAGEMENTPLANE Responsible for managing the device (CLI) CONTROLPLANE

More information

2013 ONS Tutorial 2: SDN Market Opportunities

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 Jim@ashtonmetzler.com April 15, 2013 1 1 Goals & Non-Goals Goals: Describe

More information

How To Build A Software Defined Data Center

How To Build A Software Defined Data Center Delivering the Software Defined Data Center Georgina Schäfer Sr. Product Marketing Manager VMware Calvin Rowland, VP, Business Development F5 Networks 2014 VMware Inc. All rights reserved. F5 & Vmware

More information

Internet2 Network Operations Update. Chris Robb Internet2 Manager, Network Operations 28 April 2009 - Arlington Spring Members Meeting

Internet2 Network Operations Update. Chris Robb Internet2 Manager, Network Operations 28 April 2009 - Arlington Spring Members Meeting Internet2 Network Operations Update Chris Robb Internet2 Manager, Network Operations 28 April 2009 - Arlington Spring Members Meeting 1 Infrastructure Portfolio 2 Colocation Facilities Optical Network

More information

Cisco Virtual Topology System: Data Center Automation for Next-Generation Cloud Architectures

Cisco Virtual Topology System: Data Center Automation for Next-Generation Cloud Architectures White Paper Cisco Virtual Topology System: Data Center Automation for Next-Generation Cloud Architectures 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.

More information

White Paper. Juniper Networks. Enabling Businesses to Deploy Virtualized Data Center Environments. Copyright 2013, Juniper Networks, Inc.

White Paper. Juniper Networks. Enabling Businesses to Deploy Virtualized Data Center Environments. Copyright 2013, Juniper Networks, Inc. White Paper Juniper Networks Solutions for VMware NSX Enabling Businesses to Deploy Virtualized Data Center Environments Copyright 2013, Juniper Networks, Inc. 1 Table of Contents Executive Summary...3

More information

Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES

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...

More information

DCB for Network Virtualization Overlays. Rakesh Sharma, IBM Austin IEEE 802 Plenary, Nov 2013, Dallas, TX

DCB for Network Virtualization Overlays. Rakesh Sharma, IBM Austin IEEE 802 Plenary, Nov 2013, Dallas, TX DCB for Network Virtualization Overlays Rakesh Sharma, IBM Austin IEEE 802 Plenary, Nov 2013, Dallas, TX What is SDN? Stanford-Defined Networking Software-Defined Networking Sexy-Defined Networking Networking

More information

ENABLING INNOVATION THROUGH NETWORK VIRTUALIZATION (AND INTEGRATION OF COMPUTE AND STORAGE)

ENABLING INNOVATION THROUGH NETWORK VIRTUALIZATION (AND INTEGRATION OF COMPUTE AND STORAGE) Eric Boyd Senior Director, Strategic Projects, Internet2 Ed Balas Manager, Software Engineering, Indiana University ENABLING INNOVATION THROUGH NETWORK VIRTUALIZATION (AND INTEGRATION OF COMPUTE AND STORAGE)

More information

State of the Art Cloud Infrastructure

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

More information

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage Clodoaldo Barrera Chief Technical Strategist IBM System Storage Making a successful transition to Software Defined Storage Open Server Summit Santa Clara Nov 2014 Data at the core of everything Data is

More information

Business Cases for Brocade Software-Defined Networking Use Cases

Business Cases for Brocade Software-Defined Networking Use Cases Business Cases for Brocade Software-Defined Networking Use Cases Executive Summary Service providers (SP) revenue growth rates have failed to keep pace with their increased traffic growth and related expenses,

More information

WHITE PAPER. Network Virtualization: A Data Plane Perspective

WHITE PAPER. Network Virtualization: A Data Plane Perspective WHITE PAPER Network Virtualization: A Data Plane Perspective David Melman Uri Safrai Switching Architecture Marvell May 2015 Abstract Virtualization is the leading technology to provide agile and scalable

More information

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 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

More information

Virtual Machine in Data Center Switches Huawei Virtual System

Virtual Machine in Data Center Switches Huawei Virtual System Virtual Machine in Data Center Switches Huawei Virtual System Contents 1 Introduction... 3 2 VS: From the Aspect of Virtualization Technology... 3 3 VS: From the Aspect of Market Driving... 4 4 VS: From

More information

White Paper. SDN 101: An Introduction to Software Defined Networking. citrix.com

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,

More information

Analysis of Network Segmentation Techniques in Cloud Data Centers

Analysis of Network Segmentation Techniques in Cloud Data Centers 64 Int'l Conf. Grid & Cloud Computing and Applications GCA'15 Analysis of Network Segmentation Techniques in Cloud Data Centers Ramaswamy Chandramouli Computer Security Division, Information Technology

More information

Definition of a White Box. Benefits of White Boxes

Definition of a White Box. Benefits of White Boxes Smart Network Processing for White Boxes Sandeep Shah Director, Systems Architecture EZchip Technologies sandeep@ezchip.com Linley Carrier Conference June 10-11, 2014 Santa Clara, CA 1 EZchip Overview

More information

CENTER I S Y O U R D ATA

CENTER I S Y O U R D ATA I S Y O U R D ATA CENTER R E A DY F O R S D N? C R I T I C A L D ATA C E N T E R C O N S I D E R AT I O N S FOR SOFT WARE-DEFINED NET WORKING Data center operators are being challenged to be more agile

More information

Software Defined Cloud Networking

Software Defined Cloud Networking Introduction The rapid adoption of virtualization technologies are driving server consolidation, data center optimization and application mobility. IT organizations are adopting new data center architectures,

More information

Networking in the Era of Virtualization

Networking in the Era of Virtualization SOLUTIONS WHITEPAPER Networking in the Era of Virtualization Compute virtualization has changed IT s expectations regarding the efficiency, cost, and provisioning speeds of new applications and services.

More information

Software Networking & The New IP. A Technical Perspective

Software Networking & The New IP. A Technical Perspective Software Networking & The New IP A Technical Perspective The New IP Architecture for the 3 rd Platform SCALE ARCH COMPUTE NETWORK % of IT Spend 14 18 Social Billions/ Trillions Open Virtualized SW-driven

More information

NETWORK AUTOMATION AND ORCHESTRATION

NETWORK AUTOMATION AND ORCHESTRATION White Paper NETWORK AUTOMATION AND ORCHESTRATION Building an Agile Data Center Infrastructure with Juniper Networks Copyright 2013, Juniper Networks, Inc. 1 Table of Contents Executive Summary...3 Introduction...3

More information

CloudLink - The On-Ramp to the Cloud Security, Management and Performance Optimization for Multi-Tenant Private and Public Clouds

CloudLink - The On-Ramp to the Cloud Security, Management and Performance Optimization for Multi-Tenant Private and Public Clouds - The On-Ramp to the Cloud Security, Management and Performance Optimization for Multi-Tenant Private and Public Clouds February 2011 1 Introduction Today's business environment requires organizations

More information

Brocade Data Center Fabric Architectures

Brocade Data Center Fabric Architectures WHITE PAPER Brocade Data Center Fabric Architectures Building the foundation for a cloud-optimized data center. TABLE OF CONTENTS Evolution of Data Center Architectures... 1 Data Center Networks: Building

More information

Network Virtualization

Network Virtualization Network Virtualization Petr Grygárek 1 Network Virtualization Implementation of separate logical network environments (Virtual Networks, VNs) for multiple groups on shared physical infrastructure Total

More information

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 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

More information

Network Virtualization

Network Virtualization Network Virtualization The New Imperative in the Enterprise Data Center The Trusted News and Resource for SDx, SDN, NFV, Cloud & Virtualization Infrastructure Key Considerations for Network Virtualization

More information

A Case for Overlays in DCN Virtualization Katherine Barabash, Rami Cohen, David Hadas, Vinit Jain, Renato Recio and Benny Rochwerger IBM

A Case for Overlays in DCN Virtualization Katherine Barabash, Rami Cohen, David Hadas, Vinit Jain, Renato Recio and Benny Rochwerger IBM Presenter: Vinit Jain, STSM, System Networking Development, IBM System & Technology Group A Case for Overlays in DCN Virtualization Katherine Barabash, Rami Cohen, David Hadas, Vinit Jain, Renato Recio

More information