Software-Defined Networks

Size: px
Start display at page:

Download "Software-Defined Networks"

Transcription

1 Software-Defined Networks Steve Goeringer Abstract This white paper provides an introduction to software-defined network concepts. It covers related areas of work, discusses deficiencies of current networking practices, and defines software-defined networking (SDN). Discussion includes a review of SDN architecture, components, interfaces, and applications Polar Star Consulting, LLC This paper includes Polar Star Consulting Proprietary Information

2 Introduction Software-defined networking continues to be one of the most hyped technology evolutions in information and communication technology. It s been forecasted to achieve massive market growth, in one study touching a market of $1T US by Certainly, the market will not achieve $1T by 2019, but the study certainly emphasizes how very excitable the market has become about software-defined networking. Behind the hype, however, is a technology with profound benefits to industry and possibly essential to intelligent evolution of today s massive and complicated network infrastructures. Software-defined networking (SDN) centralizes network control, moving it from switches and routers to SDN controllers. This allows network traffic to be managed in the context of an entire network rather than from interconnected but locally controlled devices. SDN controllers use a standard interface, often OpenFlow, to program tables in controlled network elements. These tables, called flow tables, allow very granular control of network traffic, much more so than Ethernet based switching or IP based routing. Finally, SDN allows network operators to programmatically interface with controllers. See Figure 1. This white paper reviews SDN at a very high level. It discusses problems of current network solutions. Then it reviews SDN as a concept and shows how it mitigates some current problems. General architectural considerations are shown, and SDN components are defined. The paper concludes with a discussion of the challenges of implementing SDN and recommends that new information and communications technology initiatives consider SDN. Figure 1: Open Network Foundation s software-defined network architecture (11) P a g e 2

3 Related work Polar Star Consulting has multiple on-going research efforts on SDN. Several white papers are available upon request. A lab tutorial has been prepared and we continue to do research into the myriad of SDN use cases. The driving organization behind SDN is the Open Network Foundation (ONF). The ONF published standards, recommended practices, and published case studies. Two critical documents are Software- Defined Networking: The New Norm for Networks (1) and OpenFlow Switch Specification, now on version 1.5 (2). Implementation of SDN, however, varies widely and the hype cycle is in full swing. Each information and computing technology solutions provider has their own notion of how their customers can best implement and benefit from SDN. However, their ability to deliver must be scrutinized carefully with many providers offering SDN solutions that you can t actually buy yet. However, there are important initiatives that can give insight and from which insights can be earned. Specifically, open source software solutions for creating SDN controllers and switches. The most impactful SDN controller today is probably OpenDaylight (3), a Linux Foundation collaborative project. OpenDaylight (ODL), in fact, is breathtakingly audacious when the full scopes of their initiatives are understood. SDN switches are as important as SDN controllers. There are three initiatives to understand and track here. One is the OpenWrt initiative(4). Initially targeted at providing an open distribution to create Linux firmware for consumer grade wireless routers, several modern system on a chip (SoC) routers are able to implement rather complete Linux networking solutions. Consequently, some researchers have integrated OpenFlow versions 1.0 and 1.3 into OpenWrt. This puts doing SDN experimentation in the hands of the hobbyist or serious scientist at prices that are remarkable ($35 for a fully featured OpenFlow router is compelling). A more notable initiative is Open vswitch (5)(6). This largely independent open source software project provides a virtual switching solution suitable for deployment on a wide range of platforms, including Linux. It opens the door to developing high performance open SDN switching solutions on bare metal switches. A final open switch initiative that must be understood is still in infancy. Open Network Linux (7) is a subproject of the Open Compute Project (8). Network Functions Virtualization (NFV) is a key related work area to SDN. The European Telecommunications Standards Institute (ETSI) is spearheading work on NFV. NFV compliments SDN nicely, but they are mutually independent NFV can be implemented without SDN solutions, and SDN does not require NFV (9). Polar Star has prepared white papers on NFV that are available on request. P a g e 3

4 Problem statement Enterprises and service provider s information and computing technology infrastructure encompass thousands of network elements and tens of thousands of servers supporting hundreds of applications. These applications each have diverse information and computing technology requirements. And the information and computing infrastructure installed to support them has typically been deployed over one or two decades. The result is complexity, and complexity leads to stasis. (1) Figure 2: Complexity as illustrated by the Concorde Cockpit Consider a typical IT environment. Traditional IT solutions require a great deal of activity to make any change. To add, move, or configure any device, staff must touch multiple network elements (switches, routers, firewalls, and more) and server support applications (authentication portals, identity databases, etc ) and configure interdependent access control lists (ACLs), virtual local area networks (VLANs), quality of service (QoS), and many other mechanisms using device-level interfaces and tools. Interdependencies of all these policy elements are context specific, needing to account for network topology, proprietary network element uniqueness (including which versions of software and firmware are on each network element). Service providers, enterprises, carriers, and solutions providers (both hardware and software) find it increasingly difficult to scale IT and network solutions to provide the applications employees and processes need to satisfy customers and execute missions. Enterprises today cannot be static. Traffic patterns within modern networks are highly varied and change rapidly. Most enterprises must support access to corporate infrastructure from mobile devices such as smartphones, tablets, and notebooks both locally and remotely. Rapidly evolving IT strategies and business needs require agile and dynamic access to applications, telecommunications infrastructure, and a wide range of IT resources on demand. Managing operations expenditures require streamlined staffing which drives a need for self-service provisioning and trouble resolution. Big data applications need unprecedented numbers of connections supporting large flows of data on demand. Service providers and carriers have similar requirements. They need to deploy capabilities and services in response to the needs of enterprises. If the enterprise environment is dynamic, so must be the service provider environment. Unfortunately, traditional service provider services are enabled by proprietary solutions limited according to solution providers product release cycles (hardware and software). Moreover, scalability requires solutions to support concurrent customers (multi-tenancy) each requiring different combinations of services implemented using diverse policies with industry unique performance requirements. Achieving high-performance, low-cost connectivity supporting millions of devices requires scalability (hyper-scale) that cannot be achieved through traditional network methods and practices. P a g e 4

5 Solution Software-defined networking (SDN) employs a few fundamental engineering concepts to achieve flexibility and agility. It centralizes network control so that traffic can be managed in context of multiple network elements rather than one. This control is facilitated by fine grain control at network elements using a flow table that defines flows on which to take specific action. Flows are defined in terms of packet characteristics (10) relevant to the application supported (see side bar). Finally, SDN introduces interfaces for interacting with network control and interconnecting network control with network elements. The overall architecture as defined by the Open Network Forum (11) is shown Figure 3. Does this solve the problems outlined previously? It does to at least some degree. The network appears to the applications using the network as a single, logical switch. Centralizing network state and providing interfaces to interface with network control provides network managers the features they need to programmatically interface with the network to configure, manage, secure, and optimize network resources dynamically. (1) What is a flow? The concept of a flow is not defined in the body of SDN standards and other supporting documentation. Given the nature of OpenFlow, the definition for a traffic flow (10) as defined by the IETF is insufficient. Nor are the definitions of flow as applied to traffic characterization (e.g., NetFlow and sflow). Why is such a fundamental and pervasive term missing in the body of SDN documentation? Because flows are application specific, in terms of which OpenFlow version is employed, in terms of the actual ICT applications being supported (e.g., Microsoft Office, Web Servers, Hadoop, etc ), and the SDN functions being invoked. For a given SDN service, the notion of flow should be explicitly defined. This should include packet header elements, protocol state considerations, and more. Thorough research of OpenFlow standards is highly recommended. Design goals SDN will exhibit several characteristics. These are identified by the ONF as follows (11): Direct programmability Agility Central management Reliable Secure Granular network control Open standards-based Vendor-neutral Figure 3: ONF s software-defined network (11) P a g e 5

6 Architecture The SDN architecture is not much more complicated than the concepts defined above. Architecture components are organized functionally into three planes the application plane, controller plane, and data plane. These are nominally referred to as levels to differentiate from OSI layers in the data plane. The layers are interconnected by Figure 4: ONF s SDN architecture controller plane interfaces the Application-Controller Plane Interface (A-CPI) and the Data-Controller Plane Interface (D-CPI). Management interfaces will inevitably be necessary to administer many features of each plane. The resulting architecture is illustrated in Figure 4. (12) It s essential to view this architecture as a functional representation actual implementation may have a given physical device participate in multiple planes. Components Conceptually, SDN encompasses only a few components. Components are realized primarily as software elements, but are often distinct physical devices. Controllers The primary element of the controller plane. Implemented as software on a server, controllers have exclusive control over a set of resources exposed by the D-CPI. The purpose of the control plane is to provide network services to the applications it supports. A controller may support many applications. A given SDN control plane may contain multiple controllers organized as necessary for reliability and scalability. Controllers can be implemented as stand-alone servers or installed on virtual machines in a virtualized environment. Network elements The data plane is comprised of network elements. Network elements contain traffic forwarding and processing capabilities. These capabilities are locally controlled by a flow table as specified in ONF s OpenFlow standards. Controllers interface to network elements (and specifically the flow table) via the D-CPI interface. The most common examples of SDN network elements are routers and switches, but network appliances should be included as well. Examples include firewalls, application delivery controllers, SSL accelerators, WAN optimizers, load balances, and more. Applications Applications bridge business and mission needs to the SDN infrastructure. Applications may be very primitive and encompass very basic features such as the SDN equivalent of the Internet Protocols ping functionality or creating a MAC learning domain such P a g e 6

7 as an Ethernet hub. Applications might also leverage other applications and implement complex, transformational services such as a business aware connectivity manager that considers current business bandwidth needs against available network resources and optimizes connectivity of key business centers in real time. Applications interface with controllers via the A-CPI. Applications may run remotely from controllers, or may even run on the controller server or virtual machine. Interfaces As described above, the SDN architecture includes both an application-controller interface (A-CBI) and a data-controller interface (D-CBI). The ONF specifies D-CBI interfaces under their OpenFlow technical specifications, available on-line at The A-CBI is not specified by the ONF. However, SDN components may support additional interfaces as well. ONF specifies two D-CBI interfaces the OpenFlow Switch Protocol (OF-SWITCH) and the OpenFlow Management and Configuration Protocol (OF-CONFIG). There are already several versions of each of these, with the most recent switch protocol being version 1.5 and the most recent management and configuration protocol being version 1.2. When most people talk about OpenFlow, they are usually referring to the switch protocol; the management and configuration protocol is usually explicitly referred to as OF-CONFIG. OF-SWITCH provides an SDN controller an interface to add, update, and delete flow entries of flow tables in SDN network elements (nominally switches). See Figure 5. Each flow table contains a set of entries and each entry consists of match fields, counters, and actions to apply to matching packets (flows). (13) OF-SWITCH is the only standard protocol supporting this functionality. Figure 5: ONF OF-Switch components (13) OF-CONFIG provides a management interface to SDN network elements. It connects an OpenFlow configuration point process, which is not required to be associated with an SDN controller, to an operation context of the network element. Network elements must implement NETCONF as the transport protocol for management functions to support OF-CONFIG. OF-CONFIG implements a UML compliant data model encoded in XML for SDN network elements. OF-CONFIG has a companion YANG module distributed separately to aid in implementation of this data model. (14) P a g e 7

8 The A-CBI interface is not specified by ONF. Typical implementations use RESTful (Web 2.0) interfaces, Java, and Python. Some SDN controllers also include a graphical user interface, though functionality will be relatively limited. OpenDaylight uses a full Java code management system, including YANG support. Applications Given all the abstraction included in describing SDN, it might be hard to understand what an SDN application (service) might be or look like. At the most fundamental level, SDN applications are everything you may want a network element to do. This is very important to understand. Without specifically configuring a flow table, an SDN network element will not do anything. Some of the first applications an SDN network programmer might create are these basic applications (15): Network connectivity ( ping ). A basic hub that will flood any packet that arrives on a particular port of a switch out all the other ports (it s interesting to do this at both Ethernet and IP layers). A MAC learning switch that keeps track of where the host with each MAC address is located and accordingly sends packets towards the destination and not flood the packet like a hub (e.g., SDN network elements don t just know ARP). Stateless load-balancer for HTTP. Content-aware load balancer. Basic is relative there is a lot to learn and do when programming these applications. Fortunately, many of the basic switching and routing services are already written and available for inclusion in your network. Integrating these are controller specific, however. At a more meaningful level, SDN applications allow development of highly sophisticated services very hard to create in legacy networks. For example, an SDN programmer could create a service that interfaced with OSPF routing logic and packet header information to determine which flows should be forwarded to an encryption device. Fortunately, the ONF provided support for hybrid operation. Hybrid operations allow legacy switching and routing functions to be used for some ports and SDN applications applied to other ports. After all, it took a long time and a lot of work to build Ethernet and IP to work as well as they do today. Network operators should be reluctant to move to SDN unless there is specific functionality legacy network technologies cannot achieve. Analysis Does SDN fulfill its design goals? Within the enterprise environment where campuses, data centers, and cloud environments prevail, the SDN design goals are expected to achieve very specific benefits. Campuses should benefit from converged infrastructure, eliminating multiple overlay networks to support different services, including support of mobile environments. User experience in campus P a g e 8

9 networks should also be more managed. Data centers should achieve hyper-scalability, automated VM migration, improved integration and efficiency. (1) See Figure 6. Service providers and carriers have different needs but can also expect to achieve important benefits. SDN should enable service providers to implement a utility compute model approach to services, enabling an ITas-a-Service (ITaaS) paradigm. They should be able to orchestrate custom and on-demand services, and also enable a wide range of self-service capabilities. And they should be able to improve cost management by multitenancy, improved resource efficiency, proactive and service oriented cost management, and improved service delivery intervals. (1) See Figure 7. Figure 6: SDN benefits in the enterprise environment SDN is not essential to achieving these goals, however. Even using legacy techniques, many of these features can be implemented by programming mediation environments. In fact, this is largely what OSS/BSS (Operations and Business Support Systems) do. However, adaptation interfaces need be written for every equipment and application vendor and updated for each version of vendors software or hardware. Figure 7: SDN benefits in the service provider environment The ONF summarizes how SDN is essential to evolving networks in the foundation white paper, Software-Defined Networking: The New Norm for Networks. (1) Some specific feature benefits highlighted in the white paper are quoted below: P a g e 9

10 Providing self-service provisioning, whether in a private or public cloud, requires elastic scaling of computing, storage, and network resources, ideally from a common viewpoint and with a common suite of tools. Handling today s big data or mega datasets requires massive parallel processing on thousands of servers, all of which need direct connections to each other. By centralizing network state in the control layer, SDN gives network managers the flexibility to configure, manage, secure, and optimize network resources via dynamic, automated SDN programs. SDN architectures support a set of APIs that make it possible to implement common network services, including routing, multicast, security, access control, bandwidth management, traffic engineering, quality of service, processor and storage optimization, energy usage, and all forms of policy management, custom tailored to meet business objectives. There remain, however, significant challenges in realizing an SDN. Equipment and software providers have very smart people and many years bringing value to their customers. Proprietary implementations can provide key competitive advantages to enterprises and service providers. Hardware support varies dramatically. Many commercial switches and routers support only the first OF-Switch version 1.0 implementation, which is much less capable than OF-Switch version which is supported by only a few. Very few network appliances (load balancers, SSL hardware accelerators, WAN optimizers, encryption devices, etc ) support any version of OpenFlow. It is possible to integrate an SDN using open source tools and bare metal servers and switches. However, this moves all development responsibility to the IT enterprise or service provider. Moreover, achieving terabit/second scales as many environments now require may not be feasible with open hardware and software today. There are some fundamental issues to track in the SDN standards. Some level of control locality must continue to exist at each layer of SDN. Interaction and state management of distributed control is largely not resolved. This may not be a major issue for many network applications, however. A much more fundamental concern is deployment of SDN controllers in environments requiring high availability. The primary resiliency schemes used by industry seem to be traditional clustering and protection mechanisms at the link layer. This does not seem suitable for environments where service behavior is dependent on network state (such as agile management of shared risk groups or security domain management). Conclusions and Recommendations SDN promises specific and fundamental improvements in information and communication technology applicable to a wide range of environments. Benefits may include improved cost effectiveness, faster service delivery, improved customer experience, enhanced scalability, and simplified operations. Most equipment and software vendors in the ICT space are providing SDN solutions. Recommendations: P a g e 10

11 Current infrastructure should be evaluated to see how SDN can be employed for incremental improvements New initiatives should be required to consider SDN in the solution space, including complete cost benefit analyses. References 1. Software-Defined Networking: The New Norm for Networks [Internet]. Open Networking Foundation; Apr, Available from: 2. OpenFlow Switch Specification Version (Protocol version 0x06) [Internet]. Open Networking Foundation; Available from: 3. Meyer D. The OpenDaylight Project: Introduction and Overview [Internet]. Linux Foundation; 2014 Jan. Available from: dmm/talks/opendaylight_sdn_workshop_az.pdf 4. OpenWrt [Internet] Available from: 5. OpenvSwitch [Internet] Available from: 6. WhyOVS [Internet] Available from: 7. ONL [Internet] Available from: 8. OCPNetwork [Internet]. Open Compute Project; Available from: 9. Network Functions Virtualisation Introductory White Paper [Internet]. ETSI; 2012 Oct. Available from: Traffic flow (computer networking) [Internet]. Wikipedia; Available from: Software-Defined Networking (SDN) Definition [Internet]. Open Networking Foundation; Available from: Hood D. SDN architecture [Internet]. TR-502 Open Networking Foundation; Jun, Available from: Anders Nygren ZLK Ben Pfaff Bob Lantz Brandon Heller Casey Barker Curt Beckmann Dan Cohn Dan Talayco David Erickson David McDysan David Ward Edward Crabbe Fabian Schneider Glen Gibb Guido Appenzeller Jean Tourrilhes Johann Tonsing Justin Pettit KK Yap Leon Poutievski Lorenzo Vicisano Martin Casado Masahiko Takahashi Masayoshi Kobayashi Navindra Yadav Nick McKeown Nico dheureuse Peter Balland Rajiv Ramanathan Reid Price Rob Sherwood Saurav Das Shashidhar Gandham Tatsuya Yabe Yiannis Yiakoumis. OpenFlow Switch Specification Version (Wire Protocol 0x04) [Internet]. Open Networking Foundation; Apr, Available from: P a g e 11

12 14. Daniel Pitt AS Deepak Bansal Stuart Bailey Thomas Dietz Car Moberg Juergen Quittek Anantha Ramaiah. OF- CONFIG 1.2 OpenFlow Management and Configuration Protocol [Internet]. TS-016 Open Networking Foundation; Available from: Pseudo code of sample applications [Internet]. SDN Hub; Available from: P a g e 12

Leveraging SDN and NFV in the WAN

Leveraging SDN and NFV in the WAN Leveraging SDN and NFV in the WAN Introduction Software Defined Networking (SDN) and Network Functions Virtualization (NFV) are two of the key components of the overall movement towards software defined

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

SDN and NFV in the WAN

SDN and NFV in the WAN WHITE PAPER Hybrid Networking SDN and NFV in the WAN HOW THESE POWERFUL TECHNOLOGIES ARE DRIVING ENTERPRISE INNOVATION rev. 110615 Table of Contents Introduction 3 Software Defined Networking 3 Network

More information

Software-Defined Networking: The New Norm for Networks. ONF White Paper April 13, 2012

Software-Defined Networking: The New Norm for Networks. ONF White Paper April 13, 2012 Software-Defined Networking: The New Norm for Networks ONF White Paper April 13, 2012 Table of Contents 2 Executive Summary 3 The Need for a New Network Architecture 4 Limitations of Current Networking

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

A Coordinated. Enterprise Networks Software Defined. and Application Fluent Programmable Networks

A Coordinated. Enterprise Networks Software Defined. and Application Fluent Programmable Networks A Coordinated Virtual Infrastructure for SDN in Enterprise Networks Software Defined Networking (SDN), OpenFlow and Application Fluent Programmable Networks Strategic White Paper Increasing agility and

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

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

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 Architecture Overview. Version 1.1 November, 2014 ONF TR-504

SDN Architecture Overview. Version 1.1 November, 2014 ONF TR-504 SDN Architecture Overview Version 1.1 November, 2014 ONF TR-504 ONF Document Type: TR ONF Document Name: TR_SDN ARCH Overview 1.1 11112014 Disclaimer THIS SPECIFICATION IS PROVIDED AS IS WITH NO WARRANTIES

More information

Conference. Smart Future Networks THE NEXT EVOLUTION OF THE INTERNET FROM INTERNET OF THINGS TO INTERNET OF EVERYTHING

Conference. Smart Future Networks THE NEXT EVOLUTION OF THE INTERNET FROM INTERNET OF THINGS TO INTERNET OF EVERYTHING Conference THE NEXT EVOLUTION OF THE INTERNET FROM INTERNET OF THINGS TO INTERNET OF Smart Future Networks www.internet-of-things.no EVERYTHING Patrick Waldemar Vice President Telenor Research and Future

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

Limitations of Current Networking Architecture OpenFlow Architecture

Limitations of Current Networking Architecture OpenFlow Architecture CECS 572 Student Name Monday/Wednesday 5:00 PM Dr. Tracy Bradley Maples OpenFlow OpenFlow is the first open standard communications interface that enables Software Defined Networking (SDN) [6]. It was

More information

How OpenFlow -Based SDN Transforms Private Cloud. ONF Solution Brief November 27, 2012

How OpenFlow -Based SDN Transforms Private Cloud. ONF Solution Brief November 27, 2012 How OpenFlow -Based SDN Transforms Private Cloud ONF Solution Brief November 27, 2012 Table of Contents 2 Executive Summary 2 Trends in the Private Cloud 3 Network Limitations and Requirements 4 OpenFlow-Based

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

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

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

Software Defined Networks (SDN)

Software Defined Networks (SDN) Software Defined Networks (SDN) Nick McKeown Stanford University With: Martín Casado, Teemu Koponen, Scott Shenker and many others With thanks to: NSF, GPO, Stanford Clean Slate Program, Cisco, DoCoMo,

More information

Simplifying Data Data Center Center Network Management Leveraging SDN SDN

Simplifying Data Data Center Center Network Management Leveraging SDN SDN Feb 2014, HAPPIEST MINDS TECHNOLOGIES March 2014, HAPPIEST MINDS TECHNOLOGIES Simplifying Data Data Center Center Network Management Leveraging SDN SDN Author Author Srinivas Srinivas Jakkam Jakkam Shivaji

More information

Funded in part by: NSF, Cisco, DoCoMo, DT, Ericsson, Google, Huawei, NEC, Xilinx

Funded in part by: NSF, Cisco, DoCoMo, DT, Ericsson, Google, Huawei, NEC, Xilinx Funded in part by: NSF, Cisco, DoCoMo, DT, Ericsson, Google, Huawei, NEC, Xilinx Nick McKeown, Guru Parulkar, Guido Appenzeller, Nick Bastin, David Erickson, Glen Gibb, Nikhil Handigol, Brandon Heller,

More information

Qualifying SDN/OpenFlow Enabled Networks

Qualifying SDN/OpenFlow Enabled Networks Qualifying SDN/OpenFlow Enabled Networks Dean Lee Senior Director, Product Management Ixia Santa Clara, CA USA April-May 2014 1 Agenda SDN/NFV a new paradigm shift and challenges Benchmarking SDN enabled

More information

Testing Challenges for Modern Networks Built Using SDN and OpenFlow

Testing Challenges for Modern Networks Built Using SDN and OpenFlow Using SDN and OpenFlow July 2013 Rev. A 07/13 SPIRENT 1325 Borregas Avenue Sunnyvale, CA 94089 USA Email: Web: [email protected] www.spirent.com AMERICAS 1-800-SPIRENT +1-818-676-2683 [email protected]

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

Software-Defined Networking. Starla Wachsmann. University Of North Texas

Software-Defined Networking. Starla Wachsmann. University Of North Texas Running head: Software-Defined Networking (SDN) Software-Defined Networking Starla Wachsmann University Of North Texas What is Software-Defined Networking? Software-Defined Networking has one consistent

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

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

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

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

SDN/Virtualization and Cloud Computing

SDN/Virtualization and Cloud Computing SDN/Virtualization and Cloud Computing Agenda Software Define Network (SDN) Virtualization Cloud Computing Software Defined Network (SDN) What is SDN? Traditional Network and Limitations Traditional Computer

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

Network Virtualization Solutions

Network Virtualization Solutions Network Virtualization Solutions An Analysis of Solutions, Use Cases and Vendor and Product Profiles October 2013 The Independent Community and #1 Resource for SDN and NFV Tables of Contents Introduction

More information

Ten Things to Look for in an SDN Controller

Ten Things to Look for in an SDN Controller Ten Things to Look for in an SDN Controller Executive Summary Over the last six months there has been significant growth in the interest that IT organizations have shown in Software-Defined Networking

More information

SDN, NFV & Future Technologies. Chris Thompson Director of Product Management, Cloud Connectivity Solutions

SDN, NFV & Future Technologies. Chris Thompson Director of Product Management, Cloud Connectivity Solutions SDN, NFV & Future Technologies Chris Thompson Director of Product Management, Cloud Connectivity Solutions Agenda SDN & NFV projections Terminology and protocols Overview of SDN, NFV and NV CPE Evolution

More information

The promise of SDN. EU Future Internet Assembly March 18, 2014. Yanick Pouffary Chief Technologist HP Network Services

The promise of SDN. EU Future Internet Assembly March 18, 2014. Yanick Pouffary Chief Technologist HP Network Services The promise of SDN EU Future Internet Assembly March 18, 2014 Yanick Pouffary Chief Technologist HP Network Services Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein

More information

Transport SDN - Clearing the Roadblocks to Wide-scale Commercial

Transport SDN - Clearing the Roadblocks to Wide-scale Commercial Transport SDN - Clearing the Roadblocks to Wide-scale Commercial Vishnu Shukla OIF President Verizon, USA OFC Los Angeles, March 25, 2015 Changing Role of Transport Networks A new kind of business customer

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 [email protected] BUSINESS AGILITY Need to create and deliver new revenue opportunities faster Services

More information

SOFTWARE-DEFINED NETWORKING AND OPENFLOW

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

More information

What is SDN all about?

What is SDN all about? What is SDN all about? Emil Gągała Juniper Networks Piotr Jabłoński Cisco Systems In the beginning there was a chaos CLOUD BUILDING BLOCKS CAN I VIRTUALIZE MY Compute Network? Storage Where is my money?

More information

HOW SDN AND (NFV) WILL RADICALLY CHANGE DATA CENTRE ARCHITECTURES AND ENABLE NEXT GENERATION CLOUD SERVICES

HOW SDN AND (NFV) WILL RADICALLY CHANGE DATA CENTRE ARCHITECTURES AND ENABLE NEXT GENERATION CLOUD SERVICES HOW SDN AND (NFV) WILL RADICALLY CHANGE DATA CENTRE ARCHITECTURES AND ENABLE NEXT GENERATION CLOUD SERVICES Brian Levy CTO SERVICE PROVIDER SECTOR EMEA JUNIPER NETWORKS CIO DILEMA IT viewed as cost center

More information

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

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

More information

Business Case for Open Data Center Architecture in Enterprise Private Cloud

Business Case for Open Data Center Architecture in Enterprise Private Cloud Business Case for Open Data Center Architecture in Enterprise Private Cloud Executive Summary Enterprise IT organizations that align themselves with their enterprise s overall goals help the organization

More information

Ensuring end-user quality in NFV-based infrastructure

Ensuring end-user quality in NFV-based infrastructure Ensuring end-user quality in NFV-based infrastructure Distributed NFV cloud nodes provide instant assessment of the end-user experience EXECUTIVE SUMMARY Compute resources for virtual network functions

More information

Ensuring end-user quality in NFV-based infrastructures

Ensuring end-user quality in NFV-based infrastructures Ensuring end-user quality in NFV-based infrastructures Leveraging distributed NFV cloud nodes to provide instant assessment of end-user experience EXECUTIVE SUMMARY Compute resources for virtual network

More information

The Many Faces of SDN: An Industry Perspective

The Many Faces of SDN: An Industry Perspective The Many Faces of SDN: An Industry Perspective Kenneth Duda CTO / SVP Software Arista Networks, Inc. Face 1: SDN is for Experimentation Today, there is almost no practical way to experiment with new network

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

OpenFlow/SDN activities of NTT Communications

OpenFlow/SDN activities of NTT Communications OpenFlow/SDN activities of NTT Communications Yukio ITO NTT Communications Senior Vice President Member of the ONF Board 6 th June 2013 Virtualization Technology Server Physical Logical Storage Virtualize

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

Mock RFI for Enterprise SDN Solutions

Mock RFI for Enterprise SDN Solutions Mock RFI for Enterprise SDN Solutions Written By Sponsored By Table of Contents Background and Intended Use... 3 Introduction... 3 Definitions and Terminology... 7 The Solution Architecture... 10 The SDN

More information

SDN Software Defined Networks

SDN Software Defined Networks There is nothing more important than our customers SDN Software Defined Networks A deployable approach for the Enterprise 2012 Enterasys Networks, Inc. All rights reserved SDN Overview What is SDN? Loosely

More information

OpenFlow-enabled SDN and Network Functions Virtualization. ONF Solution Brief February 17, 2014

OpenFlow-enabled SDN and Network Functions Virtualization. ONF Solution Brief February 17, 2014 OpenFlow-enabled SDN and Functions Virtualization ONF Solution Brief February 17, 2014 Table of Contents 2 Executive Summary 3 SDN Overview 4 Introduction to NFV 5 NFV Challenges 6 NFV/SDN Example Use

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

Simplify IT. With Cisco Application Centric Infrastructure. Roberto Barrera [email protected]. VERSION May, 2015

Simplify IT. With Cisco Application Centric Infrastructure. Roberto Barrera rbarrera@grupo-dice.com. VERSION May, 2015 Simplify IT With Cisco Application Centric Infrastructure Roberto Barrera [email protected] VERSION May, 2015 Content Understanding Software Definded Network (SDN) Why SDN? What is SDN and Its Benefits?

More information

Extreme Networks Solutions for Microsoft Skype for Business Deployments SOLUTION BRIEF

Extreme Networks Solutions for Microsoft Skype for Business Deployments SOLUTION BRIEF Extreme Networks Solutions for Microsoft Skype for Business Deployments SOLUTION BRIEF EXTREME NETWORKS SOLUTION BRIEF Extreme Networks Automated Quality of Service and Analytics Solution for Microsoft

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

Introduction to Software Defined Networking

Introduction to Software Defined Networking Introduction to Software Defined Networking Introduction to SDN Ahmed Maged MENOG 15 Dubai April 2015 @amaged [email protected] Agenda What is SDN and What it is not SDN Trends Getting Ready for SDN 2

More information

The New IP Networks: Time to Move From PoC to Revenue

The New IP Networks: Time to Move From PoC to Revenue White Paper The New IP Networks: Time to Move From PoC to Revenue Prepared by Roz Roseboro Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.brocade.com February 2015 Introduction The

More information

The Mandate for a Highly Automated IT Function

The Mandate for a Highly Automated IT Function The Mandate for a Highly Automated IT Function Introduction The traditional IT operational model is highly manual and very hardware centric. As a result, IT infrastructure services have historically been

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

Network Virtualization

Network Virtualization Network Virtualization What is Network Virtualization? Abstraction of the physical network Support for multiple logical networks running on a common shared physical substrate A container of network services

More information

U s i n g S D N - and NFV-based Servi c e s to M a x i m iz e C SP Reve n u e s a n d I n c r e ase

U s i n g S D N - and NFV-based Servi c e s to M a x i m iz e C SP Reve n u e s a n d I n c r e ase I D C T E C H N O L O G Y S P O T L I G H T U s i n g S D N - and NFV-based Servi c e s to M a x i m iz e C SP Reve n u e s a n d I n c r e ase Operational Efficiency March 2013 Adapted from Will New SDN

More information

The Distributed Cloud: Automating, Scaling, Securing & Orchestrating the Edge

The Distributed Cloud: Automating, Scaling, Securing & Orchestrating the Edge White Paper The Distributed Cloud: Automating, Scaling, Securing & Orchestrating the Edge Prepared by Jim Hodges Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.juniper.net October

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

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

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 A p p l i c a t i o n D e l i v e r y f o r C l o u d S e r v i c e s : C u s t o m i z i n g S e r v i c e C r e a t i o n i n V i r t u a l E n v i r o n m e n t s Sponsored by: Brocade

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

Software Defined Networking and OpenFlow: a Concise Review

Software Defined Networking and OpenFlow: a Concise Review Software Defined Networking and OpenFlow: a Concise Review Stefano Forti [email protected] MSc in Computer Science and Networking Scuola Superiore Sant'Anna - University of Pisa 1. Introduction

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

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 [email protected] Agenda The Promise of SDN and

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

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

The Promise and the Reality of a Software Defined Data Center

The Promise and the Reality of a Software Defined Data Center The Promise and the Reality of a Software Defined Data Center Authored by Sponsored by Introduction The traditional IT operational model is highly manual and very hardware centric. As a result, IT infrastructure

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

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

SDN and FTTH Software defined networking for fiber networks

SDN and FTTH Software defined networking for fiber networks SDN and FTTH Software defined networking for fiber networks A new method to simplify management of FTTH networks What is SDN Software Defined Networking (SDN) revolutionizes service deployment and service

More information

OpenFlow: Concept and Practice. Dukhyun Chang ([email protected])

OpenFlow: Concept and Practice. Dukhyun Chang (dhchang@mmlab.snu.ac.kr) OpenFlow: Concept and Practice Dukhyun Chang ([email protected]) 1 Contents Software-Defined Networking (SDN) Overview of OpenFlow Experiment with OpenFlow 2/24 Software Defined Networking.. decoupling

More information

SOFTWARE-DEFINED NETWORKS

SOFTWARE-DEFINED NETWORKS THE PROMISE OF SOFTWARE-DEFINED NETWORKS SDNs offer organizations a flexible solution capable of reimagining the enterprise network. The IT community is abuzz with discussions about software-defined networks

More information

ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge

ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge TECHNOLOGY BRIEF ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge Business and individual consumers are enjoying the benefits of cloud technology every day, sometimes without even knowing

More information

THE SDN TRANSFORMATION A Framework for Sustainable Success

THE SDN TRANSFORMATION A Framework for Sustainable Success WHITE PAPER THE SDN TRANSFORMATION A Framework for Sustainable Success The promise of Software Defined Networking (SDN) is gaining more and more attention as traffic growth increases the costs and complexity

More information

Strategic Direction of Networking IPv6, SDN and NFV Where Do You Start?

Strategic Direction of Networking IPv6, SDN and NFV Where Do You Start? Strategic Direction of Networking IPv6, SDN and NFV Where Do You Start? Yanick Pouffary HP Distinguished Technologist, Chief Technologist Technology Services Mobility & Networking Forward-looking statements

More information

Center SDN & NFV. Modern Data IN THE

Center SDN & NFV. Modern Data IN THE SDN & NFV IN THE Modern Data Center A GUIDE TO UNDERSTANDING THE IMPACT AND BENEFITS OF SOFTWARE-DEFINED NETWORKING AND NETWORK FUNCTIONS VIRTUALIZATION TABLE OF CONTENTS OF SDN AND NFV ARE SDN AND NFV

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 [email protected], [email protected],

More information

Xperience of Programmable Network with OpenFlow

Xperience of Programmable Network with OpenFlow International Journal of Computer Theory and Engineering, Vol. 5, No. 2, April 2013 Xperience of Programmable Network with OpenFlow Hasnat Ahmed, Irshad, Muhammad Asif Razzaq, and Adeel Baig each one is

More information

THE THINKING NETWORK. Software Defined Networks will provide the intelligence the network needs to keep up in a cloud centric world. WWW.WIPRO.

THE THINKING NETWORK. Software Defined Networks will provide the intelligence the network needs to keep up in a cloud centric world. WWW.WIPRO. WWW.WIPRO.COM THE THINKING NETWORK Software Defined Networks will provide the intelligence the network needs to keep up in a cloud centric world. Nirmalan Arumugam Solution Architect - Data Practice, Global

More information

Network Services in the SDN Data Center

Network Services in the SDN Data Center Network Services in the SDN Center SDN as a Network Service Enablement Platform Whitepaper SHARE THIS WHITEPAPER Executive Summary While interest about OpenFlow and SDN has increased throughout the tech

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

The Role of Virtual Routers In Carrier Networks

The Role of Virtual Routers In Carrier Networks The Role of Virtual Routers In Carrier Networks Sterling d Perrin Senior Analyst, Heavy Reading Agenda Definitions of SDN and NFV Benefits of SDN and NFV Challenges and Inhibitors Some Use Cases Some Industry

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

Software Defined Networking

Software Defined Networking Software Defined Networking Part 1: The rise of programmable networks Market context Technology concept Business benefits In summary: As IDC points out, the emergence of Software Defined Networking (SDN),

More information

An Application-Centric Infrastructure Will Enable Business Agility

An Application-Centric Infrastructure Will Enable Business Agility An Application-Centric Infrastructure Will Enable Business Agility March 2014 Prepared by: Zeus Kerravala An Application-Centric Infrastructure Will Enable Business Agility by Zeus Kerravala March 2014

More information

Software Defined Networking - a new approach to network design and operation. Paul Horrocks Pre-Sales Strategist 8 th November 2012

Software Defined Networking - a new approach to network design and operation. Paul Horrocks Pre-Sales Strategist 8 th November 2012 Software Defined Networking - a new approach to network design and operation Paul Horrocks Pre-Sales Strategist 8 th November 2012 Agenda What is Software Defined Networking What is the value of 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

How To Switch A Layer 1 Matrix Switch On A Network On A Cloud (Network) On A Microsoft Network (Network On A Server) On An Openflow (Network-1) On The Network (Netscout) On Your Network (

How To Switch A Layer 1 Matrix Switch On A Network On A Cloud (Network) On A Microsoft Network (Network On A Server) On An Openflow (Network-1) On The Network (Netscout) On Your Network ( Software- Defined Networking Matrix Switching January 29, 2015 Abstract This whitepaper describes a Software- Defined Networking use case, using an OpenFlow controller and white box switches to implement

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

How To Write A Network Plan In Openflow V1.3.3 (For A Test)

How To Write A Network Plan In Openflow V1.3.3 (For A Test) OpenFlowand IPv6 Two great tastes that taste great together! Scott Hogg, CTO GTRI Chair Emeritus RMv6TF Infoblox IPv6 COE Today s Outline Software-Defined Networking Background Introduction to OpenFlow

More information

OpenDaylight Project Proposal Dynamic Flow Management

OpenDaylight Project Proposal Dynamic Flow Management OpenDaylight Project Proposal Dynamic Flow Management Ram (Ramki) Krishnan, Varma Bhupatiraju et al. (Brocade Communications) Sriganesh Kini et al. (Ericsson) Debo~ Dutta, Yathiraj Udupi (Cisco) 1 Table

More information