Software-Defined Networking (SDN)

Size: px
Start display at page:

Download "Software-Defined Networking (SDN)"

Transcription

1 Software-Defined Networking (SDN) John Mailhot, System Architecture Presented at CCBE Horseshoe Valley Resort 25-SEP-2015 by Randy Conrod, Product Manager Digital Products Delivering the Moment

2 What Problem is SDN trying to solve?

3 What Problem is SDN trying to solve? IP Networks work GREAT every office has at least one When you use it in a simple, standard way, with Gateway Routing and NAT

4 What Problem is SDN trying to solve? IP Networks work GREAT every office has at least one When you use it in a simple, standard way, with Gateway Routing and NAT But we ve always had some challenges with IP networks, when we want more Where is the network sending my packets? Why did the network do what it did? What path is my data taking right now? How do I make it do what I wanted?

5 What Problem is SDN trying to solve? IP Networks work GREAT every office has at least one When you use it in a simple, standard way, with Gateway Routing and NAT But we ve always had some challenges with IP networks, when we want more Where is the network sending my packets? Why did the network do what it did? What path is my data taking right now? How do I make it do what I wanted? But virtualized datacenters bring even bigger challenges If I move this virtual machine from one server to another, how do I get all the right network connections to follow it? Can I write a script (triggered by a web services engine) that turns up a VM and creates all the network connections to/from it?

6 Where did SDN come from?

7 Where did SDN come from? Researchers at UC Berkeley and Stanford wanted to do research on new network protocols and routing algorithms But they couldn t make the switches they had do what they wanted What they really wanted was to turn off the intelligence in the switches, and have their own software program the forwarding tables, then have the switches act on the tables they made

8 Where did SDN come from? Researchers at UC Berkeley and Stanford wanted to do research on new network protocols and routing algorithms But they couldn t make the switches they had do what they wanted What they really wanted was to turn off the intelligence in the switches, and have their own software program the forwarding tables, then have the switches act on the tables they made This grew into the OpenFlow whitepaper in March, 2008 Co-Authors from Stanford, MIT, UC Berkeley, Washington University, and Princeton

9 Where did SDN come from? Researchers at UC Berkeley and Stanford wanted to do research on new network protocols and routing algorithms But they couldn t make the switches they had do what they wanted What they really wanted was to turn off the intelligence in the switches, and have their own software program the forwarding tables, then have the switches act on the tables they made This grew into the OpenFlow whitepaper in March, 2008 Co-Authors from Stanford, MIT, UC Berkeley, Washington University, and Princeton This also marked the beginning of the OpenFlow consortium to develop and maintain the standards and coordinate interoperability tests

10 What did the OpenFlow paper propose? Separate switch ports into normal ports and openflow ports Use a secure channel to connect an external controller (with research software) to the standard switch Provide a (vendor independent) control schema for the external controller to program the flow table matching engine of the openflow ports. More bluntly: Separate the Smart Management away from the high-volume packet processing through a common (secure) interface.

11 What kinds of things can the Flow Table Entries do? Interconnect Fabric If a packet comes in port P1, and looks like Y, optionally modify it, and send it out port(s) P2, P3 The Looks Like criteria are a matching filter on: Source & Destination MAC address (802.1Q) VLAN ID EtherType Source & Destination IPv4 Address IPv4 Protocol (TCP, UDP, ) Source Port, Destination Port P1 P2 P3 PN CTRL Table 1 Table 2 Table 3 Table N P1 P2 P3 PN CTRL

12 Those Flow Table Entries Seem Very Simple They are, but they are quite powerful Anything the existing protocol processing in the switches can do, is done through tables that look roughly like that Can do classical IP routing with this structure Can do VLAN pegboarding with this structure assembling private Ethernet networks easily and arbitrarily Can do IGMP snooping or special multicast forwarding with this structure

13 And then what happened?

14 And then what happened? The researchers were happy, and went on to do good research

15 And then what happened? The researchers were happy, and went on to do good research The Switching Industry business dynamics got more complicated Fancy Routing Protocol Processing is a differentiator among vendors New white-box switches emerged that do nothing except OpenFlow Switch Makers talk about supporting OpenFlow on more models soon

16 And then what happened? The researchers were happy, and went on to do good research The Switching Industry business dynamics got more complicated Fancy Routing Protocol Processing is a differentiator among vendors New white-box switches emerged that do nothing except OpenFlow Switch Makers talk about supporting OpenFlow on more models soon The DataCenter Industry uses these techniques to provide virtual hosting services, virtual machine redundancy and clustering, and virtual private clouds

17 And then what happened? The researchers were happy, and went on to do good research The Switching Industry business dynamics got more complicated Fancy Routing Protocol Processing is a differentiator among vendors New white-box switches emerged that do nothing except OpenFlow Switch Makers talk about supporting OpenFlow on more models soon The DataCenter Industry uses these techniques to provide virtual hosting services, virtual machine redundancy and clustering, and virtual private clouds Large Data Enterprises (Google, Amazon, PayPal, etc) use it daily

18 OpenFlow is really one small part of SDN Network Configuration Driven by High- Level Application SDN Controller has visibility of the whole network Multiple switches, geodiverse, with common control structures

19 Assuming I m not writing it, where does that SDN Control Software Come From?

20 Assuming I m not writing it, where does that SDN Control Software Come From? Many, Many Open Source Projects: Beacon, Floodlight [Floodlight is fairly popular] POX, IRIS, MUL Loads of others that came and went

21 Assuming I m not writing it, where does that SDN Control Software Come From? Many, Many Open Source Projects: Beacon, Floodlight [Floodlight is fairly popular] POX, IRIS, MUL Loads of others that came and went Vendor Offerings: Each vendor has some proprietary system that offers SDN-like functionality packaged as a commercial offering (generally leveraging proprietary features)

22 Assuming I m not writing it, where does that SDN Control Software Come From? Many, Many Open Source Projects: Beacon, Floodlight [Floodlight is fairly popular] POX, IRIS, MUL Loads of others that came and went Vendor Offerings: Each vendor has some proprietary system that offers SDN-like functionality packaged as a commercial offering (generally leveraging proprietary features) Open Daylight Project A Funded-Multi-Vendor-Collaboration Producing open source

23

24 What is OpenStack? Networking is one part of a larger business challenge: How to operate a multi-tenant hosting datacenter with high reliability, application-level redundancy, and scale? The datacenter industry (led by rackspace.com) funded an opensource project to develop solutions for this larger problem OpenStack has several inter-related software projects Computing, Storage, Networking, Orchestration, Dashboard, Identity, etc. Over 180 companies contributing time and effort

25 OpenStack

26 What can you Do with OpenStack?

27 What can you Do with OpenStack? Stand up your own private Cloud and host applications on it Manage multiple tenants, with quotas and permissions Arrange Networking between the applications, and storage for the apps

28 What can you Do with OpenStack? Stand up your own private Cloud and host applications on it Manage multiple tenants, with quotas and permissions Arrange Networking between the applications, and storage for the apps Run applications in one of several public clouds like AWS

29 What can you Do with OpenStack? Stand up your own private Cloud and host applications on it Manage multiple tenants, with quotas and permissions Arrange Networking between the applications, and storage for the apps Run applications in one of several public clouds like AWS Monitor and Manage the running hosted applications through a dashboard system

30 How does any of this apply to Video?

31 How does any of this apply to video? The Information The Technology Economic Telecom Ecosystem Infrastructure Economic Ecosystem The Broadcast Equipment Economic Ecosystem Standard Platforms Virtual Machines IP/Ethernet Networks

32 How does that play out in practice? HDSDI I/O For Audio Console $4399

33 How does that play out in practice? PC HDSDI I/O ~$1000 HDSDI I/O For Audio Console $4399

34 How does that play out in practice? Dual 10 GBE NIC $434 PC HDSDI I/O ~$1000 HDSDI I/O For Audio Console $4399

35 Will IP [SMPTE ] Replace Coaxial Cable? 256x256 HDSDI Router 15RU Fully Non-Blocking 384 Gbits/sec throughput COTS Ethernet Switch/Router 48x10GBE (full duplex) 4x40GBE (full duplex) 1RU Fully Non-Blocking 640 Gbits/sec throughput

36 Software-Defined Networking (SDN) in a Video Context Enables Application-Specific knowledge to decide which signals go where, instead of relying on the code in the COTS switches to decide Enables use of Commercial Datacenter-Grade Switches for Broadcast Video Video SDN Orchestrator

37 Video-Specific Features of an SDN Orchestrator Control System for Hybrid SDI/IP Facilities Makes everything look like a router Take Source to Destination Simple Control through current routing protocols Compatible with Automation, Tally, MV, Software-Defined Workflows (SDW) spin up new channels fast Works with Compressed and Uncompressed Signals Equally SDN Orchestrator Supports Traditional and Virtual Processing Functions in the same workflows SDN Orchestrator Controls and Monitors the Virtual Plant, providing operations visibility

38 Signal Topologies of the Future Plant SDI Router in the core, with a few IP things translated back to SDI Low-risk, add IP only as devices natively speak it Requires translation where IP meets baseband Difficult endgame Translate to/from IP

39 Signal Topologies of the Future Plant SDI Router in the core, with a few IP things translated back to SDI Low-risk, add IP only as devices natively speak it Requires translation where IP meets baseband Difficult endgame A Switch IP Switches in the middle, everything converged to IP Best-cost approach as more and more devices natively speak IP Works well with top-of-rack architecture signal management Requires translation for baseband devices to get to IP Wire-level redundancy available for maintenance and uptime B Switch

40 Signal Topologies of the Future Plant SDI Router in the core, with a few IP things translated back to SDI Low-risk, add IP only as devices natively speak it Requires translation where IP meets baseband Difficult endgame IP Switches in the middle, everything converged to IP Best-cost approach as more and more devices natively speak IP Works well with top-of-rack architecture signal management Requires translation for baseband devices to get to IP Wire-level redundancy available for maintenance and uptime Translate to/from IP Hybrid Core Baseband plus IP Best of Both Worlds baseband for baseband, IP for IP Translators as tie-lines automatically allocated and routed Most cost-effective in the Middle zone of the crossover Clear path to the all-ip endgame

41 Hybrid SDI/IP Networking Distributed Top-Of-Rack A Switch B Switch Processing Ingest/Playout Other traditional SDI/HDSDI equip Processing Ingest & Playout Other traditional SDI/HDSDI equip Processing Ingest & Playout Other traditional SDI/HDSDI equip Blade Servers Software-Based Virtualized Devices Contrib & Distrib Processing Ingest & Playout Other traditional SDI/HDSDI equip Satellite RX Processing Other traditional SDI/HDSDI equip

42 Software-Defined Networking (SDN) John Mailhot, System Architecture Presented at Montreal SMPTE Section meeting Nov. 24, 1014 by Randy Conrod, Product Manager Digital Products Delivering the Moment

43 Resources McKeown et al. OpenFlow: Enabling Innovation in Campus Networks (March 14, 2008)

44 Questions / Comments / Discussion Question: So if I understand the problem with the infrastructure you are trying to solve with an orchestrator, the control software, how would the Open Daylight do it? Answer: They ve written a nice orchestrator that works for the data center model and it probably can be extended to do some video things. It s probably part of a solution for some class of problems, but is optimized around host and multi tenancy and hosting situations. There are elements that will work for the broadcast space.

45 Questions / Comments / Discussion Question: Can you view a HD-SDI source, it s sync and it s network routing as an Open Daylight gadget. Answer: Potentially.

46 Questions / Comments / Discussion Corresponding Question: How much of the code can you borrow or do you have to start code development from scratch?

47 Questions / Comments / Discussion Answer: It s between those two extremes right now. There s a couple different interrelated challenges. If all we are going to do is say we still going to still have SDI devices but were going to put this IP switching in the middle then it s not really worth doing, the economics don t work. If you don t start having devices that actually natively speak IP, you are just translating at either end and move the cost out of the switches but put it in translators on either side. The economics start to actually shift when you have devices that natively speak IP. If you take apart a NEXIO server or for that matter, an Omneon server and you look at it, it s a commercial off the shelf computer inside. A nice one, but still a commercial off the shelf computer.

48 Questions / Comments / Discussion Answer continued: The custom item in it is the HD-SDI IO card and the reference input and a couple of other things to tie it to the legacy broadcast industry standards. As soon as we can move away from that and use SMPTE ST 2059 PTP timing instead of color black and SMPTE ST instead of HD-SDI, the economics change for everybody involved. They change for you as a customer because you are working on 10 gigabit Ethernet instead of SDI. It s a harder cable to fabricate, but is an easier cable to buy. There is higher signal density instead of having one signal per cable, you ve got twelve signals per cable. Fundamentally, one of the things the orchestrator has to do is turn up and down these software apps the way you want them and then the other things is has to do is set up connections. The turning up and down and redundancy management are borrowed straight from open sources and open collaboration projects out there. It s when you get into the specifics of how and why the signals are routed that the broadcast industry has a very different use model than what the IT industry uses right now.

49 Questions / Comments / Discussion Question: When do you see this rolling out and becoming a viable way to start designing facilities and taking advantage of this? Answer: There are working prototypes now in our labs now but I wouldn t start putting live signals through it today. We re engaging lead customers now as are Evertz and Belden and others and will become standard shipping items in the next years.

50 Questions / Comments / Discussion Question: Do you see camera manufacturers getting involved with this. Facilities that are file based can leverage this, will the camera will have an IP an ethernet connection off the side as opposed to a video connection of the side? Answer: Sony says this will happen. They turned on a dime at NAB. If you asked Sony a year ago about IP, they said no; but now they are quite open about putting gig E on the camera. They are in the camp of compressing the signal before they put it on IP and that makes sense in some domains. The camera manufacturers are looking to move to IT based technology because again they can leverage the cost point and price using chips that do IP a lot cheaper that making their own silicon for everything.

51 Questions / Comments / Discussion Question: Since media companies value their media assets, how do you dispel their concerns over open source code? Answer: As an example, they already run Linux. However, you still have a challenge with network security as you do already with file based workflows. The network is separated by proper firewalls, but as an industry, there will be developments to design for techniques to ensure that we have asset protection and security. The challenge of open source code is that you didn t control its development and nor did your vendor necessarily control its development. The benefit is that the code is open and you can fix it or add the feature you want, but the curse is that you might actually have to do that. Somebody could bury a Trojan horse inside the Open Daylight code using a password and someone could hack in and delete all your files or do something more interesting with them. It s always a possibility in small open source code projects. Open Daylight created a follow on to all these separate little open source projects. It now has enough participation from the A list vendors and data centers that there are eyes on it to make sure that this doesn t happen. The open source projects you need to worry about only are the ones that really have a small number of developers. If a open source project has a community of five hundred developers or a thousand developers, there s a little more people watching each other.

52 Questions / Comments / Discussion Question: Is there latency issues? Answer: There s always latency issues? Corresponding question: How consistent is the latency? There s like a whole another talk to be had about timing on all of this. There are different latency issues than using SDI not that SDI is without latency issues and you have to manage the manage the latency through the system

53 Questions / Comments / Discussion Question: Are VLANS are a component of SDN or a different animals? Answer: VLANS are one of many constructions in ethernet so you can organize virtual LANS on a physical LAN. It s 16 more bits in the ethernet header that can use to say I have all kinds of different ethernet networks stacked up in this one physical wire. SDN can use VLANS and both exist in the same space.

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

Open Source Network: Software-Defined Networking (SDN) and 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

More information

NComputing L-Series LAN Deployment

NComputing L-Series LAN Deployment NComputing L-Series LAN Deployment Best Practices for Local Area Network Infrastructure Scope: NComputing s L-Series terminals connect to a host computer through an Ethernet interface and IP protocol.

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

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

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

More information

The Lagopus SDN Software Switch. 3.1 SDN and OpenFlow. 3. Cloud Computing Technology

The Lagopus SDN Software Switch. 3.1 SDN and OpenFlow. 3. Cloud Computing Technology 3. The Lagopus SDN Software Switch Here we explain the capabilities of the new Lagopus software switch in detail, starting with the basics of SDN and OpenFlow. 3.1 SDN and OpenFlow Those engaged in network-related

More information

Software Defined Networks

Software Defined Networks Software Defined Networks Damiano Carra Università degli Studi di Verona Dipartimento di Informatica Acknowledgements! Credits Part of the course material is based on slides provided by the following authors

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

Oracle SDN Performance Acceleration with Software-Defined Networking

Oracle SDN Performance Acceleration with Software-Defined Networking Oracle SDN Performance Acceleration with Software-Defined Networking Oracle SDN, which delivers software-defined networking, boosts application performance and management flexibility by dynamically connecting

More information

Software Defined Networking

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:

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

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

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

Extending Networking to Fit the Cloud

Extending Networking to Fit the Cloud VXLAN Extending Networking to Fit the Cloud Kamau WangŨ H Ũ Kamau Wangũhgũ is a Consulting Architect at VMware and a member of the Global Technical Service, Center of Excellence group. Kamau s focus at

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

Extreme Networks: Building Cloud-Scale Networks Using Open Fabric Architectures A SOLUTION WHITE PAPER

Extreme Networks: Building Cloud-Scale Networks Using Open Fabric Architectures A SOLUTION WHITE PAPER Extreme Networks: Building Cloud-Scale Networks Using Open Fabric Architectures A SOLUTION WHITE PAPER WHITE PAPER Building Cloud- Scale Networks Abstract TABLE OF CONTENTS Introduction 2 Open Fabric-Based

More information

Staying Ahead of the Curve: Evolving Broadcast Facilities from Baseband to IP

Staying Ahead of the Curve: Evolving Broadcast Facilities from Baseband to IP Staying Ahead of the Curve: Evolving Broadcast Facilities from Baseband to IP Abstract High-quality moving images are the most demanding signals to deal with in real-time applications, creating the need

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

HIGH-SPEED BRIDGE TO CLOUD STORAGE

HIGH-SPEED BRIDGE TO CLOUD STORAGE HIGH-SPEED BRIDGE TO CLOUD STORAGE Addressing throughput bottlenecks with Signiant s SkyDrop 2 The heart of the Internet is a pulsing movement of data circulating among billions of devices worldwide between

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

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

Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014

Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014 Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014 There are many Session Initiation Protocol (SIP) phones on the market manufactured by IP PBX vendors and third parties. Selecting

More information

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet Review questions 1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet C Media access method D Packages 2 To which TCP/IP architecture layer

More information

Exhibit n.2: The layers of a hierarchical network

Exhibit n.2: The layers of a hierarchical network 3. Advanced Secure Network Design 3.1 Introduction You already know that routers are probably the most critical equipment piece in today s networking. Without routers, internetwork communication would

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

Fibre Channel over Ethernet in the Data Center: An Introduction

Fibre Channel over Ethernet in the Data Center: An Introduction Fibre Channel over Ethernet in the Data Center: An Introduction Introduction Fibre Channel over Ethernet (FCoE) is a newly proposed standard that is being developed by INCITS T11. The FCoE protocol specification

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

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

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

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

Zadara Storage Cloud A whitepaper. @ZadaraStorage

Zadara Storage Cloud A whitepaper. @ZadaraStorage Zadara Storage Cloud A whitepaper @ZadaraStorage Zadara delivers two solutions to its customers: On- premises storage arrays Storage as a service from 31 locations globally (and counting) Some Zadara customers

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

Layer 3 Network + Dedicated Internet Connectivity

Layer 3 Network + Dedicated Internet Connectivity Layer 3 Network + Dedicated Internet Connectivity Client: One of the IT Departments in a Northern State Customer's requirement: The customer wanted to establish CAN connectivity (Campus Area Network) for

More information

Data Center Networking Designing Today s Data Center

Data Center Networking Designing Today s Data Center Data Center Networking Designing Today s Data Center There is nothing more important than our customers. Data Center Networking Designing Today s Data Center Executive Summary Demand for application availability

More information

Designing Virtual Network Security Architectures Dave Shackleford

Designing Virtual Network Security Architectures Dave Shackleford SESSION ID: CSV R03 Designing Virtual Network Security Architectures Dave Shackleford Sr. Faculty and Analyst SANS @daveshackleford Introduction Much has been said about virtual networking and softwaredefined

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 Network Virtualization in IaaS Cloud. Akane Matsuo, akane@midokura.com Midokura Japan K.K. LinuxCon Japan 2013 May 31 st, 2013

Introduction to Network Virtualization in IaaS Cloud. Akane Matsuo, akane@midokura.com Midokura Japan K.K. LinuxCon Japan 2013 May 31 st, 2013 Introduction to Network Virtualization in IaaS Cloud Akane Matsuo, akane@midokura.com Midokura Japan K.K. LinuxCon Japan 2013 May 31 st, 2013 About myself 2001.4 l NTTCommunications: OCN, Verio, Arcstar

More information

Outline. Institute of Computer and Communication Network Engineering. Institute of Computer and Communication Network Engineering

Outline. Institute of Computer and Communication Network Engineering. Institute of Computer and Communication Network Engineering Institute of Computer and Communication Network Engineering Institute of Computer and Communication Network Engineering Communication Networks Software Defined Networking (SDN) Prof. Dr. Admela Jukan Dr.

More information

SINGLE-TOUCH ORCHESTRATION FOR PROVISIONING, END-TO-END VISIBILITY AND MORE CONTROL IN THE DATA CENTER

SINGLE-TOUCH ORCHESTRATION FOR PROVISIONING, END-TO-END VISIBILITY AND MORE CONTROL IN THE DATA CENTER SINGLE-TOUCH ORCHESTRATION FOR PROVISIONING, END-TO-END VISIBILITY AND MORE CONTROL IN THE DATA CENTER JOINT SDN SOLUTION BY ALCATEL-LUCENT ENTERPRISE AND NEC APPLICATION NOTE EXECUTIVE SUMMARY Server

More information

Why Cisco for Cloud? IT Service Delivery, Orchestration and Automation

Why Cisco for Cloud? IT Service Delivery, Orchestration and Automation Why Cisco for Cloud? IT Service Delivery, Orchestration and Automation Sascha Merg Technical Lead for Data Center Sales, Cisco Central Europe samerg@cisco.com June 2014 Agenda What is ITaaS and why should

More information

B&B ELECTRONICS WHITE PAPER. Managed Ethernet Switches - Key Features for a Powerful Industrial Network

B&B ELECTRONICS WHITE PAPER. Managed Ethernet Switches - Key Features for a Powerful Industrial Network Determinism is the assurance that control/communication will occur in a set period of time. Ethernet was nondeterministic at first, and not widely used for industrial purposes. Ethernet switches designed

More information

Prospects for Software Defined Networking & Network Function Virtualization in Media and Broadcast John Ellerton

Prospects for Software Defined Networking & Network Function Virtualization in Media and Broadcast John Ellerton Prospects for Software Defined Networking & Network Function Virtualization in Media and Broadcast John Ellerton Head of Media Futures, British Telecom john.ellerton@bt.com Agenda The Promise of SDN and

More information

Data Center Virtualization and Cloud QA Expertise

Data Center Virtualization and Cloud QA Expertise Data Center Virtualization and Cloud QA Expertise Highlights Broad Functional QA Experience Deep understanding of Switching and Routing Protocols Strong hands on experience in multiple hyper-visors like

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

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK SOFTWARE DEFINED NETWORKING A NEW ARCHETYPE PARNAL P. PAWADE 1, ANIKET A. KATHALKAR

More information

Software Defined Networking & Openflow

Software Defined Networking & Openflow Software Defined Networking & Openflow Autonomic Computer Systems, HS 2015 Christopher Scherb, 01.10.2015 Overview What is Software Defined Networks? Brief summary on routing and forwarding Introduction

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

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

More information

ICS 351: Today's plan. IP addresses Network Address Translation Dynamic Host Configuration Protocol Small Office / Home Office configuration

ICS 351: Today's plan. IP addresses Network Address Translation Dynamic Host Configuration Protocol Small Office / Home Office configuration ICS 351: Today's plan IP addresses Network Address Translation Dynamic Host Configuration Protocol Small Office / Home Office configuration IP address exhaustion IPv4 addresses are 32 bits long so there

More information

How To Make A Car A Car Into A Car With A Car Stereo And A Car Monitor

How To Make A Car A Car Into A Car With A Car Stereo And A Car Monitor Designing 1000BASE-T1 Into Automotive Architectures Alexander E Tan Ethernet PHY and Automotive PLM alextan@marvell.com Ethernet IP & Automotive Tech Day October 23 & 24th, 2014 Agenda What Does 1000BASE-T1

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

Cloud Networking: A Novel Network Approach for Cloud Computing Models CQ1 2009

Cloud Networking: A Novel Network Approach for Cloud Computing Models CQ1 2009 Cloud Networking: A Novel Network Approach for Cloud Computing Models CQ1 2009 1 Arista s Cloud Networking The advent of Cloud Computing changes the approach to datacenters networks in terms of throughput

More information

SDN. What's Software Defined Networking? Angelo Capossele

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

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

Flexible SDN Transport Networks With Optical Circuit Switching

Flexible SDN Transport Networks With Optical Circuit Switching Flexible SDN Transport Networks With Optical Circuit Switching Multi-Layer, Multi-Vendor, Multi-Domain SDN Transport Optimization SDN AT LIGHT SPEED TM 2015 CALIENT Technologies 1 INTRODUCTION The economic

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

CARRIER LANDSCAPE FOR SDN NEXT LEVEL OF TELCO INDUSTRILIZATION?

CARRIER LANDSCAPE FOR SDN NEXT LEVEL OF TELCO INDUSTRILIZATION? CARRIER LANDSCAPE FOR SDN NEXT LEVEL OF TELCO INDUSTRILIZATION? Andreas Gladisch, Fritz-Joachim Westphal Deutsche Telekom Innovation Labs COMPLEXITY BY DOZENS OF SPECIALIZED BOXES AND THOUSANDS OF PROTOCOLS.

More information

Pluribus Netvisor Solution Brief

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

More information

A 10 GbE Network is the Backbone of the Virtual Data Center

A 10 GbE Network is the Backbone of the Virtual Data Center A 10 GbE Network is the Backbone of the Virtual Data Center Contents... Introduction: The Network is at the Epicenter of the Data Center. 1 Section II: The Need for 10 GbE in the Data Center 2 Section

More information

2014 Open Networking Foundation

2014 Open Networking Foundation 2014 Open Networking Foundation PRISM Edge A new approach to data-center gateway 2014 Open Networking Foundation Problem Data Center L3 The playground of legacy players Closed & proprietary devices impact

More information

RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL

RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL Pascal Geenens CONSULTING ENGINEER, JUNIPER NETWORKS pgeenens@juniper.net BUSINESS AGILITY Need to create and deliver new revenue opportunities faster Services

More information

SSVVP SIP School VVoIP Professional Certification

SSVVP SIP School VVoIP Professional Certification SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that

More information

WHITE PAPER. Data Center Fabrics. Why the Right Choice is so Important to Your Business

WHITE PAPER. Data Center Fabrics. Why the Right Choice is so Important to Your Business WHITE PAPER Data Center Fabrics Why the Right Choice is so Important to Your Business Introduction Data center fabrics are emerging as the preferred architecture for next-generation virtualized data centers,

More information

OpenFlow: Load Balancing in enterprise networks using Floodlight Controller

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 srinivas.govindraj@colorado.edu, arunkumar.jayaraman@colorado.edu,

More information

SDN AND SECURITY: Why Take Over the Hosts When You Can Take Over the Network

SDN AND SECURITY: Why Take Over the Hosts When You Can Take Over the Network SDN AND SECURITY: Why Take Over the s When You Can Take Over the Network SESSION ID: TECH0R03 Robert M. Hinden Check Point Fellow Check Point Software What are the SDN Security Challenges? Vulnerability

More information

JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01

JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT. Test Code: 4514 Version: 01 JOB READY ASSESSMENT BLUEPRINT COMPUTER NETWORKING FUNDAMENTALS - PILOT Test Code: 4514 Version: 01 Specific Competencies and Skills Tested in this Assessment: PC Principles Identify physical and equipment

More information

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

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

Open Cloud Networking: Unlocking the Full Potential of Cloud Computing. A Dell Technical White Paper

Open Cloud Networking: Unlocking the Full Potential of Cloud Computing. A Dell Technical White Paper Open Cloud Networking: Unlocking the Full Potential of Cloud Computing A Dell Technical White Paper THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

Affording the Upgrade to Higher Speed & Density

Affording the Upgrade to Higher Speed & Density Affording the Upgrade to Higher Speed & Density Ethernet Summit February 22, 2012 Agenda VSS Overview Technology Q&A 2 Corporate Overview World Leader in Network Intelligence Optimization Deployed in 80%

More information

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK Contemporary Control Systems, Inc. Understanding Ethernet Switches and Routers This extended article was based on a two-part article that was

More information

INNOVATION Broadcast Data Center

INNOVATION Broadcast Data Center GRASS VALLEY INNOVATION Broadcast Data Center Grass Valley s Vision for the Broadcast Plant of the Future Enabling graceful broadcast-centric IP network scaling with a non-proprietary solution that supports

More information

Optimizing Data Center Networks for Cloud Computing

Optimizing Data Center Networks for Cloud Computing PRAMAK 1 Optimizing Data Center Networks for Cloud Computing Data Center networks have evolved over time as the nature of computing changed. They evolved to handle the computing models based on main-frames,

More information

From Active & Programmable Networks to.. OpenFlow & Software Defined Networks. Prof. C. Tschudin, M. Sifalakis, T. Meyer, M. Monti, S.

From Active & Programmable Networks to.. OpenFlow & Software Defined Networks. Prof. C. Tschudin, M. Sifalakis, T. Meyer, M. Monti, S. From Active & Programmable Networks to.. OpenFlow & Software Defined Networks Prof. C. Tschudin, M. Sifalakis, T. Meyer, M. Monti, S. Braun University of Basel Cs321 - HS 2012 (Slides material from www.bigswitch.com)

More information

Project 3 and Software-Defined Networking (SDN)

Project 3 and Software-Defined Networking (SDN) Project 3 and Software-Defined Networking (SDN) EE122 Fall 2011 Scott Shenker http://inst.eecs.berkeley.edu/~ee122/ Materials with thanks to Jennifer Rexford, Ion Stoica, Vern Paxson and other colleagues

More information

Does SDN accelerate network innovations? Example of Flexible Service Creation

Does SDN accelerate network innovations? Example of Flexible Service Creation Does SDN accelerate network innovations? Example of Flexible Service Creation Andreas Gladisch VP Convergent Networks and Infrastructure, Telekom Innovation Labs 24.10.2012 Do you know what this is? Zuse

More information

SDN CENTRALIZED NETWORK COMMAND AND CONTROL

SDN CENTRALIZED NETWORK COMMAND AND CONTROL SDN CENTRALIZED NETWORK COMMAND AND CONTROL Software Defined Networking (SDN) is a hot topic in the data center and cloud community. The geniuses over at IDC predict a $2 billion market by 2016

More information

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information

Cloud Networking: A Network Approach that Meets the Requirements of Cloud Computing CQ2 2011

Cloud Networking: A Network Approach that Meets the Requirements of Cloud Computing CQ2 2011 Cloud Networking: A Network Approach that Meets the Requirements of Cloud Computing CQ2 2011 Arista s Cloud Networking The advent of Cloud Computing changes the approach to datacenters networks in terms

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

NephOS A Licensed End-to-end IaaS Cloud Software Stack for Enterprise or OEM On-premise Use.

NephOS A Licensed End-to-end IaaS Cloud Software Stack for Enterprise or OEM On-premise Use. NephOS A Licensed End-to-end IaaS Cloud Software Stack for Enterprise or OEM On-premise Use. Benefits High performance architecture Advanced security and reliability Increased operational efficiency More

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

Dell Networking ARGOS 24/03/2016. Nicolas Roughol. Networking Sales Engineer. Tel : +33 6 79 34 90 28. nicolas_roughol@dell.com

Dell Networking ARGOS 24/03/2016. Nicolas Roughol. Networking Sales Engineer. Tel : +33 6 79 34 90 28. nicolas_roughol@dell.com Dell Networking ARGOS 24/03/2016 Nicolas Roughol Networking Sales Engineer Tel : +33 6 79 34 90 28 nicolas_roughol@dell.com Dell Networking Foundational elements for the future-ready enterprise Dell Networking

More information

How the emergence of OpenFlow and SDN will change the networking landscape

How the emergence of OpenFlow and SDN will change the networking landscape How the emergence of OpenFlow and SDN will change the networking landscape Software-defined networking (SDN) powered by the OpenFlow protocol has the potential to be an important and necessary game-changer

More information

Private cloud computing advances

Private cloud computing advances Building robust private cloud services infrastructures By Brian Gautreau and Gong Wang Private clouds optimize utilization and management of IT resources to heighten availability. Microsoft Private Cloud

More information

Core and Pod Data Center Design

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

More information

Networking 4 Voice and Video over IP (VVoIP)

Networking 4 Voice and Video over IP (VVoIP) Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move

More information

Virtualizing the SAN with Software Defined Storage Networks

Virtualizing the SAN with Software Defined Storage Networks Software Defined Storage Networks Virtualizing the SAN with Software Defined Storage Networks Introduction Data Center architects continue to face many challenges as they respond to increasing demands

More information

1.264 Lecture 37. Telecom: Enterprise networks, VPN

1.264 Lecture 37. Telecom: Enterprise networks, VPN 1.264 Lecture 37 Telecom: Enterprise networks, VPN 1 Enterprise networks Connections within enterprise External connections Remote offices Employees Customers Business partners, supply chain partners Patients

More information

Fundamentals of MPLS for Broadcast Applications

Fundamentals of MPLS for Broadcast Applications Fundamentals of MPLS for Broadcast Applications Ron Clifton, P. Eng., BAS c, MAS c CliftonGroup International Limited Page: 1 The Paradigm Shift The connectivity and technology exist today to implement

More information

Software Defined Network Application in Hospital

Software Defined Network Application in Hospital InImpact: The Journal of Innovation Impact: ISSN 2051-6002 : http://www.inimpact.org Special Edition on Innovation in Medicine and Healthcare : Vol. 6. No. 1 : pp.1-11 : imed13-011 Software Defined Network

More information

Network Virtualization and Application Delivery Using Software Defined Networking

Network Virtualization and Application Delivery Using Software Defined Networking Network Virtualization and Application Delivery Using Software Defined Networking Project Leader: Subharthi Paul Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu Keynote at

More information

THE REVOLUTION TOWARDS SOFTWARE- DEFINED NETWORKING

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

More information

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 is a five-day, instructor-led training course that teaches learners

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

Network Functions Virtualization in Home Networks

Network Functions Virtualization in Home Networks Network Functions Virtualization in Home Networks Marion Dillon Timothy Winters Abstract The current model of home networking includes relatively low- cost, failure- prone devices, requiring frequent intervention

More information

network infrastructure: getting started with VoIP

network infrastructure: getting started with VoIP hp procurve networking business may 2003 network infrastructure: getting started with VoIP technical brief table of contents introduction 2 network optimization for VoIP 2 bandwidth provisioning 3 end-to-end

More information

基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器

基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 楊 竹 星 教 授 國 立 成 功 大 學 電 機 工 程 學 系 Outline Introduction OpenFlow NetFPGA OpenFlow Switch on NetFPGA Development Cases Conclusion 2 Introduction With the proposal

More information

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology Reduce I/O cost and power by 40 50% Reduce I/O real estate needs in blade servers through consolidation Maintain

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