Testing Challenges for Modern Networks Built Using SDN and OpenFlow

Size: px
Start display at page:

Download "Testing Challenges for Modern Networks Built Using SDN and OpenFlow"

Transcription

1 Using SDN and OpenFlow July 2013 Rev. A 07/13

2

3 SPIRENT 1325 Borregas Avenue Sunnyvale, CA USA Web: AMERICAS SPIRENT EUROPE AND THE MIDDLE EAST +44 (0) ASIA AND THE PACIFIC Spirent. All Rights Reserved. All of the company names and/or brand names and/or product names referred to in this document, in particular, the name Spirent and its logo device, are either registered trademarks or trademarks of Spirent plc and its subsidiaries, pending registration in accordance with relevant national laws. All other registered trademarks or trademarks are the property of their respective owners. The information contained in this document is subject to change without notice and does not represent a commitment on the part of Spirent. The information in this document is believed to be accurate and reliable; however, Spirent assumes no responsibility or liability for any errors or inaccuracies that may appear in the document.

4

5 Testing Challenges for Modern Networks Built CONTENTS Introduction....1 Understanding SDN and OpenFlow...2 A new Perspective on the Network...3 The Benefits of SDN and OpenFlow...4 Common Benefits...4 Enterprise Benefits...4 Service Provider Benefits...5 Summing up the Benefits....5 Moving SDN Foreword....6 Emerging Test Challenges....7 SDN/OpenFlow Testing...8 Conclusions...9 SPIRENT WHITE PAPER i

6 INTRODUCTION Networks must continue to evolve for a variety of reasons. For example, network traffic continues to see very high rates of growth. According to Internet World statistics, 2.4 billion individuals or over one third of the Earth s entire population used the Internet in The Cisco Visual Networking Index indicates that global IP traffic will surpass the zettabyte threshold by the end of 2016, with a forecast of 1.3 zettabytes for the year or exabytes per month. There are also ongoing shifts in the type of traffic crossing networks. The Cisco Visual Networking Index reveals that the number of mobile devices connected to IP networks in 2016 will be nearly three times as high as the global population at that time. The index also shows that video traffic will represent 55% of all consumer Internet traffic that year and that video on demand will grow to the equivalent of 4 billion DVDs per month. Emerging network deployment scenarios, such as virtualized and cloud environments inside hyper-scale data centers, are also straining existing network technologies and architectures. Dan Pitt, Executive Director of the Open Networking Foundation has described three key challenges faced by traditional networking cost, agility and design. A closer look at each of these challenges sheds light on the scope of change required to keep up with evolving network demands: Cost As with other types of infrastructure, significant up-front capital spending (CapEx) is required in order to build a large network. Additionally, ongoing operating expenditures (OpEx) in the form of management tools and staffing also add to the cost. Agility Today s globally competitive world not only demands cost-effective solutions, it requires fast time-to-market so that new services can be made available quickly. Once these new services are available, they must also support rapid, on-demand provisioning and re-provisioning. Design Traditional networks were not designed for virtualized and cloud environments or for other on-demand service models. Unfortunately this means they can become a bottleneck for server virtualization. They may also fall short when it comes to east-west traffic performance. It turns out that a new approach to networking, called software-defined networking (SDN), and an associated protocol, OpenFlow, address each of these challenges and more. Yet, while SDN and OpenFlow hold tremendous promise, they are also disruptive to several aspects of the network ecosystem, including network testing. 1 SPIRENT WHITE PAPER

7 UNDERSTANDING SDN AND OPENFLOW Understanding SDN and OpenFlow is helped by first considering how traditional network devices operate. Most of today s switches and routers are responsible for both the control and data planes. The control plane determines which packets are forwarded where, and the data plane actually forwards them. However, as server virtualization and cloud computing gain broader adoption, limitations in this approach have become more severe. Since each network element in these traditional IP networks is an autonomous system with a view of the network mostly limited to the next hop, there is no end-to-end view of traffic flows. This introduces a few challenges. For example, in heavily virtualized data centers and cloud computing environments, it is difficult to ensure that traffic is properly routed as virtual machines migrate from host to host. As shown in the figure below, SDN changes the traditional approach by separating the control and data planes and centralizing control for all network devices in a single controller that often runs on a general-purpose server. SDN also allows applications, to be written above the controller so that complex, end-to-end network configurations can be made through API calls thus the software defined in SDN. Applications API Control Plane API Network Operating System Data Plane Hardware Abstraction Layer Switching Silicon/HW SPIRENT WHITE PAPER 2

8 OpenFlow, shown between the control plane and the data plane in the diagram, is a Layer 2 communications protocol that enables SDN. OpenFlow-enabled controllers and switches communicate with each other through the OpenFlow protocol that supports a small number of primitives such as modify forwarding table and get stats. The OpenFlow protocol ensures that network configuration changes made in the controller are quickly distributed to all appropriate switches and routers. Note that other protocols beyond OpenFlow can be used to distribute forwarding rules. A new Perspective on the Network Traditional switches and routers are typically monolithic, tightly integrated, proprietary closed appliances built on custom silicon. While devices from multiple vendors can interoperate within an IP network, they generally have custom control planes that lead to vastly different administrative interfaces, management tools and value-added features. To ensure consistency throughout a network, it is common for equipment from a single vendor to be used. SDN-based networks instead take an open and modular approach. Intelligent switches and routers become a set of simplified, distributed traffic forwarders, taking their guidance from a centralized controller such as an OpenFlow controller. Rather than relying on custom silicon with proprietary control plane logic, the distributed traffic forwarders can be built on more generic devices such as x86 servers. Applications are then written to guide the SDN controller in making end-to-end switching and routing decisions. SDN applications open up a far greater range of possibilities when it comes to controlling the network. For example, SDN applications may deliver firewall, load balancer, intrusion detection and other network capabilities. Various types of network virtualization applications will also be written. In fact, network virtualization is so closely associated with SDN that many in the industry incorrectly equate the two. The reality is that network virtualization in the SDN world is really just another SDN application. 3 SPIRENT WHITE PAPER

9 THE BENEFITS OF SDN AND OPENFLOW Both enterprise organizations and service providers alike have plenty to gain from the adoption of SDN and OpenFlow. Some of these benefits are unique to enterprise networks while others are unique to service provider networks. There are also a number of benefits that both types of networks can enjoy. Common Benefits The greatest driver of disruption as well as benefits from SDN and OpenFlow is likely to come from opening up the developer ecosystem, enabling a larger number of developers to contribute to the advancement of networking. Prior to SDN, nearly all developers of switch and router technology were employees of network equipment vendors. While these vendors have many of the best and brightest in the industry, separating out the network control plane means that just about any innovative developer can now create an SDN application to control the network. Would you like to create service paths and tunnels? There will be an app for that. Would you like an easy way to configure quality of service (QoS) for a particular application or set of users? There will be an app for that too. This is not to suggest that SDN applications will install for $.99 from an app store. It is really meant to illustrate that switch and router functionality will be developed and made available separately from underlying hardware. Rather than waiting for your network equipment vendor of choice to deliver a given capability, an OpenFlow-based SDN application will typically run on all OpenFlow enabled devices just as soon as it is released. Hardware advancements are also expected to happen more quickly as OpenFlow and SDN are more broadly adopted. For example, more switches and routers that are only responsible for the data plane will be implemented on general-purpose servers. As soon as Intel or AMD release a new processor, new servers presumably with higher performance will immediately be available to serve as faster switches and routers. Enterprise Benefits One of the more common trends in enterprise IT in recent years has been the virtualization and consolidation of data centers. While most of the focus has been on server virtualization, network virtualization has an important role to play as well. When virtual machines (VMs) move from one host to another all related network traffic must follow immediately. A network virtualization application on an OpenFlow network will enable immediate and automated reconfiguration of forwarding rules. This keeps traffic flowing to the right VMs and their applications. It also avoids sending traffic to a host that should no longer receive it. SPIRENT WHITE PAPER 4

10 Service Provider Benefits Network service providers (NSPs) also have much to gain with SDN and OpenFlow. In fact, SDN and OpenFlow can be used for much more than controlling packet forwarding. As packets travel through the network, service providers can request OpenFlow-enabled devices to log a variety of information. This can be used to get an end-to-end view of their entire network, including firewalls, deep packet inspection (DPI) systems, switches and routers. NSPs will likely use a variety of SDN applications to add or extend passive capabilities such as traffic monitoring and active capabilities such as bandwidth steering. They should also be able to gain better control over traffic flows from individual customers and perhaps even put that control in the hands of their customers. Summing up the Benefits Earlier we discussed the three key challenges of traditional networking, including cost, agility and design. Together, SDN and OpenFlow offer improvements in each of those areas: Cost SDN networks can reduce CapEx by using lower cost traffic-forwarding devices built with generic x86 servers. Centralized management and control enabled by SDN also reduces ongoing OpEx Agility SDN networks can overcome the more static limitations of current network devices, supporting faster rollouts of new services, as well as, more rapid, on-demand provisioning and reprovisioning of existing services Design SDN networks support nearly every configuration and topology. This is particularly helpful for virtualized and cloud environments and other on-demand service models. 5 SPIRENT WHITE PAPER

11 MOVING SDN FOREWORD SDN is in the process of moving into production networks. However, adoption is still fairly limited. At the same time, there are already some good proof points to be found. For example, Google has been vocal in its use of SDN. The company has rolled out an SDN implementation across its WAN, saying the WAN is now higher performance, more fault-tolerant, and cheaper. While new network devices that support SDN are coming to market all the time, most existing devices do not support OpenFlow or SDN. A number of organizations are working to increase adoption and ensure interoperability. The two most commonly known organizations are: Open Network Foundation (ONF) The mission of ONF is to commercialize and promote SDN and the underlying technologies as a disruptive approach to networking that will change how virtually every company with a network operates InCNTRE The Indiana Center for Network Translational Research and Education (InCNTRE) at Indiana University is a hub of education, research, training and development for the adoption of OpenFlow and other standardsbased Software-Defined Networking (SDN) technologies Keep each of them in mind as you plot your course toward SDN. SPIRENT WHITE PAPER 6

12 EMERGING TEST CHALLENGES Software defined networks do not always behave intuitively. In fact, depending on the configuration, they may seem to break the rules of traditional IP networks. Robust testing is the only reliable way to ensure they are working properly. Fortunately, some testing methods remain the same for SDN and OpenFlow networks. For example, end-toend tests in these networks are quite similar to tests in more traditional networks. What has changed is the internal plumbing. One significant change in the plumbing is the shift from hardware-only implementations to a combination of hardware and software. SDN and OpenFlow networks rely much more on software running on general-purpose servers. This means a certain amount of fundamental testing must be revisited. Do MPLS rules and policies still behave as expected? How do these nodes handle line rate traffic? What happens under extreme load conditions? The simple fact that SDN and OpenFlow are relatively new also drives additional testing challenges. APIs, protocols and vendor implementations must all be thoroughly tested to ensure compliance with standards, as well as, interoperability between various implementations. The addition of new SDN applications also drives the need for more testing. Since these applications change the behavior of the network, validation testing should take place for each new application and each new application revision. Other forms of testing are also critical. These include performance, availability, security and scale testing also known as PASS. Performance The addition of more software-based components has the potential to impact performance on the network. This may include throughput and latency during normal network conditions and under stress conditions. Availability With the centralization of the control plane, SDN controllers become an important aspect of network availability. They must keep up with changes communicated by applications and devices, even during periods of rapid change. Security Unapproved applications should not be able to change network configurations through the SDN controller. Similarly, rogue entities should not be able to change individual device configurations. Fuzz testing can be an important element of security testing in the SDN world. Scale Scale cuts across many dimensions in SDN and OpenFlow networks. Not only must controllers scale to handle large networks, they must scale to keep up with large numbers of requests that can arrive simultaneously from network devices and SDN applications. 7 SPIRENT WHITE PAPER

13 SDN/OPENFLOW TESTING For example, the main components when testing an OpenFlow 1.0 network are: An OpenFlow 1.0 Controller One or more OpenFlow 1.0 Switches Secure Channels connecting each switch to the controller Fortunately there are test methodologies. Although constantly growing, the existing ones include: Secure Channel Connection The Secure Channel is the mechanism for establishing and maintaining communication between an OpenFlow 1.0 Controller and one or more OpenFlow 1.0-enabled switches. The proper operation of the Secure Channel by the switch is critical to the successful deployment of an OpenFlow network because it is the channel through which the OpenFlow Controller configures, manages, receives events and sends packets out through the switches. Flow Table Push Each OpenFlow 1.0 switch uses a flow table to perform packet matching and forwarding. For a switch to operate properly, it must be able to accept flows pushed down from the OpenFlow Controller. It must also properly match incoming packets, modify the packets correctly if specified, and forward them out of the proper switch port. Flow Timeout Test The Flow Entries pushed to an OpenFlow switch hove optional timeouts that can be used to remove flows after a period of time expires. A flow entry s hard timeout is used to remove a flow regardless of number or frequency of packet matches. When the hard timeout expires, the flow is removed by the switch. A flow entry s idle timeout is used to remove a flow after a period of time when there is no activity. Both timeouts are important for efficient operation to ensure the switch has only the latest flows. Barrier Request Message Response Upon receipt of a Barrier Request, an OpenFlow-enabled switch must delay processing subsequent OpenFlow protocol commands until all commands received prior to the receipt of the Barrier Request have been completed. Barrier Request/Response is the way an OpenFlow 1.0 Controller ensures that all inter-flow dependencies have been satisfied, and that all commands sent to the switch have been processed. Flow Table Scale Test In an OpenFlow network of even moderate size, the number of unique flow entries can be quite large. An OpenFlow-enabled switch, therefore, must be capable of properly handling a large number of unique flow table entries At the time of creating this white paper, SDN/OpenFlow 1.3 was released. The available methodologies will increase to cover the enhancements offered by the latest release. SPIRENT WHITE PAPER 8

14 CONCLUSIONS Existing networks are under pressure and facing a number of challenges. These include the continued growth of network traffic, the rise of mobile devices and the increased consumption of streaming video. Emerging network deployment scenarios, such as virtualized and cloud environments inside hyper-scale data centers, are also straining existing network technologies and architectures. Traditional network technologies are less than ideal when it comes to cost agility and design flexibility. These gaps are driving the need for a new approach to the network. While new and improved hardware is often the answer to existing hardware challenges, software and APIs will be the answer this time. SDN and OpenFlow will enable lower CapEx and OpEx, faster rollout and provisioning of on-demand services, and flexible designs that better support virtualized and cloud environments. At the same time, SDN and OpenFlow will introduce a number of new challenges, many of them within the domain of network testing. The increased use of software in network devices will require fundamental testing to be revisited. Rather than just using siliconbased switches and routers with clearly specified throughput and latency measures, network engineers will also use general-purpose servers as traffic for workers. This will require testing and certification using the PASS-methodology to ensure that performance, availability, security and scale are all validated. APIs, protocols and vendor implementations must all be thoroughly tested to ensure compliance with standards as well as interoperability between various implementations. In order to increase your odds of success, be sure to select and use test tools that support SDN and OpenFlow. Chosen tools should also support all elements of the PASS methodology to ensure healthy network operation from-end to-end. At Spirent Communications we work behind the scenes to help the world communicate and collaborate faster, better and more often. The world s leading communications companies rely on Spirent to help design, develop and deliver world-class network devices and services. Spirent s lab test solutions are used to evaluate performance of the latest technologies. As new communication services and applications are introduced in the market, Spirent provides tools for service management and field test to improve troubleshooting and quality. Spirent also enables enterprises, institutions and government agencies to secure and manage their networks. To learn more about SDN/OpenFlow testing and how Spirent can help with your testing requirements, please visit: OpenFlow. 9 SPIRENT WHITE PAPER

15 SPIRENT WHITE PAPER 10

16

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

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

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

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

software networking Jithesh TJ, Santhosh Karipur QuEST Global

software networking Jithesh TJ, Santhosh Karipur QuEST Global software defined networking Software Defined Networking is an emerging trend in the networking and communication industry and it promises to deliver enormous benefits, from reduced costs to more efficient

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

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

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

Using SDN-OpenFlow for High-level Services

Using SDN-OpenFlow for High-level Services Using SDN-OpenFlow for High-level Services Nabil Damouny Sr. Director, Strategic Marketing Netronome Vice Chair, Marketing Education, ONF ndamouny@netronome.com Open Server Summit, Networking Applications

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

VIRTUALIZING THE EDGE

VIRTUALIZING THE EDGE VIRTUALIZING THE EDGE NFV adoption to transform telecommunications infrastructure Karthik Kailasam Director, Integrated Modular Solutions September 2015 Key Messages The transformation of telecom networks

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

SDN for Wi-Fi OpenFlow-enabling the wireless LAN can bring new levels of agility

SDN for Wi-Fi OpenFlow-enabling the wireless LAN can bring new levels of agility WHITEPAPER SDN for Wi-Fi OpenFlow-enabling the wireless LAN can bring new levels of agility Copyright 2014 Meru Networks, Inc. All rights reserved. Table of Contents Executive summary... 3 Introduction...

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

Increase Simplicity and Improve Reliability with VPLS on the MX Series Routers

Increase Simplicity and Improve Reliability with VPLS on the MX Series Routers SOLUTION BRIEF Enterprise Data Center Interconnectivity Increase Simplicity and Improve Reliability with VPLS on the Routers Challenge As enterprises improve business continuity by enabling resource allocation

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

THE INS AND OUTS OF CLOUD COMPUTING

THE INS AND OUTS OF CLOUD COMPUTING THE INS AND OUTS OF CLOUD COMPUTING and Its Impact on the Network April 2010 Rev. A 04/10 SPIRENT 1325 Borregas Avenue Sunnyvale, CA 94089 USA Email: Web: sales@spirent.com http://www.spirent.com AMERICAS

More information

Spirent CLEAR Mobility. End-to-End Mobile Network Infrastructure Test and Lab Automation Solutions

Spirent CLEAR Mobility. End-to-End Mobile Network Infrastructure Test and Lab Automation Solutions End-to-End Infrastructure Test and Lab Automation Solutions End-to-End Infrastructure Test and Lab Automation Solutions Customer Experience Automating end-to-end user experience of data, voice and video

More information

White Paper. BTI Intelligent Cloud Connect. Unblocking the Cloud Connectivity Bottleneck. btisystems.com

White Paper. BTI Intelligent Cloud Connect. Unblocking the Cloud Connectivity Bottleneck. btisystems.com White Paper BTI Intelligent Cloud Connect Unblocking the Cloud Connectivity Bottleneck 2 BTI Intelligent Cloud Connect Contents Executive Summary... 2 Cloud Connectivity Challenges.... 3 BTI Intelligent

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

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

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

Cisco Unified Network Services: Overcome Obstacles to Cloud-Ready Deployments

Cisco Unified Network Services: Overcome Obstacles to Cloud-Ready Deployments Cisco Unified Network Services: Overcome Obstacles to Cloud-Ready Deployments What You Will Learn Deploying network services in virtual data centers is extremely challenging. Traditionally, such Layer

More information

OpenFlow -Enabled Cloud Backbone Networks Create Global Provider Data Centers. ONF Solution Brief November 14, 2012

OpenFlow -Enabled Cloud Backbone Networks Create Global Provider Data Centers. ONF Solution Brief November 14, 2012 OpenFlow -Enabled Cloud Backbone Networks Create Global Provider Data Centers ONF Solution Brief November 14, 2012 Table of Contents 2 OpenFlow-Enabled Software-Defined Networking 2 Executive Summary 3

More information

Operationalizing the Network: SDN

Operationalizing the Network: SDN Operationalizing the Network: SDN Our world, our relationships, and our businesses are being transformed by applications. SDN promises to transform the networks responsible for delivering them. White Paper

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

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

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

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

More information

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

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

More information

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical Radware ADC-VX Solution The Agility of Virtual; The Predictability of Physical Table of Contents General... 3 Virtualization and consolidation trends in the data centers... 3 How virtualization and consolidation

More information

Securing the Intelligent Network

Securing the Intelligent Network WHITE PAPER Securing the Intelligent Network Securing the Intelligent Network New Threats Demand New Strategies The network is the door to your organization for both legitimate users and would-be attackers.

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

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

Silver Peak s Virtual Acceleration Open Architecture (VXOA)

Silver Peak s Virtual Acceleration Open Architecture (VXOA) Silver Peak s Virtual Acceleration Open Architecture (VXOA) A FOUNDATION FOR UNIVERSAL WAN OPTIMIZATION The major IT initiatives of today data center consolidation, cloud computing, unified communications,

More information

Panel: Cloud/SDN/NFV 黃 仁 竑 教 授 國 立 中 正 大 學 資 工 系 2015/12/26

Panel: Cloud/SDN/NFV 黃 仁 竑 教 授 國 立 中 正 大 學 資 工 系 2015/12/26 Panel: Cloud/SDN/NFV 黃 仁 竑 教 授 國 立 中 正 大 學 資 工 系 2015/12/26 1 Outline Cloud data center (CDC) Software Defined Network (SDN) Network Function Virtualization (NFV) Conclusion 2 Cloud Computing Cloud computing

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

Software Defined Networking (SDN)

Software Defined Networking (SDN) Software Defined Networking (SDN) Your Route to Agility, Accuracy and Availability Bob Shaw, President and CEO, Net Optics, Inc. About the Author Bob Shaw, President and CEO, Net Optics Inc. As President

More information

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 rbarrera@grupo-dice.com. VERSION May, 2015 Simplify IT With Cisco Application Centric Infrastructure Roberto Barrera rbarrera@grupo-dice.com VERSION May, 2015 Content Understanding Software Definded Network (SDN) Why SDN? What is SDN and Its Benefits?

More information

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 Network Virtualization Overview... 1 Network Virtualization Key Requirements to be validated...

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

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

NFV Reference Platform in Telefónica: Bringing Lab Experience to Real Deployments

NFV Reference Platform in Telefónica: Bringing Lab Experience to Real Deployments Solution Brief Telefonica NFV Reference Platform Intel Xeon Processors NFV Reference Platform in Telefónica: Bringing Lab Experience to Real Deployments Summary This paper reviews Telefónica s vision and

More information

APPLICATION-AWARE ROUTING IN SOFTWARE-DEFINED NETWORKS

APPLICATION-AWARE ROUTING IN SOFTWARE-DEFINED NETWORKS APPLICATION-AWARE ROUTING IN SOFTWARE-DEFINED NETWORKS SARO VELRAJAN Director of Technology, Aricent APPLICATION-AWARE ROUTING IN SOFTWARE-DEFINED NETWORKS Service providers are constantly exploring avenues

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

VMware vcloud Networking and Security Overview

VMware vcloud Networking and Security Overview VMware vcloud Networking and Security Overview Networks and Security for Virtualized Compute Environments WHITE PAPER Overview Organizations worldwide have gained significant efficiency and flexibility

More information

White Paper. Innovate Telecom Services with NFV and SDN

White Paper. Innovate Telecom Services with NFV and SDN White Paper Innovate Telecom Services with NFV and SDN 2 NEXCOM White Paper As telecommunications companies seek to expand beyond telecommunications services to data services, they find their purposebuilt

More information

Getting on the Road to SDN. Attacking DMZ Security Issues with Advanced Networking Solutions

Getting on the Road to SDN. Attacking DMZ Security Issues with Advanced Networking Solutions White Paper Getting on the Road to SDN Attacking DMZ Security Issues with Advanced Networking Solutions By Bob Laliberte, Senior Analyst March 2014 This ESG White Paper was commissioned by NEC and is distributed

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

How Network Operators Do Prepare for the Rise of the Machines

How Network Operators Do Prepare for the Rise of the Machines Internet of Things and the Impact on Transport Networks How Network Operators Do Prepare for the Rise of the Machines Telecommunication networks today were never designed having Inter of Things use cases

More information

The Cloud-Optimized. Leveraging a multi-layer SDN framework

The Cloud-Optimized. Leveraging a multi-layer SDN framework The Cloud-Optimized MAN and WAN Leveraging a multi-layer SDN framework to deliver scalable and agile cloud services Strategic white paper Over the next few years, service providers will adopt Software-Defined

More information

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical Radware ADC-VX Solution The Agility of Virtual; The Predictability of Physical Table of Contents General... 3 Virtualization and consolidation trends in the data centers... 3 How virtualization and consolidation

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

ALCATEL-LUCENT ENTERPRISE DATA CENTER SWITCHING SOLUTION Automation for the next-generation data center

ALCATEL-LUCENT ENTERPRISE DATA CENTER SWITCHING SOLUTION Automation for the next-generation data center ALCATEL-LUCENT ENTERPRISE DATA CENTER SWITCHING SOLUTION Automation for the next-generation data center A NEW NETWORK PARADIGM What do the following trends have in common? Virtualization Real-time applications

More information

STRATEGIC WHITE PAPER. Securing cloud environments with Nuage Networks VSP: Policy-based security automation and microsegmentation overview

STRATEGIC WHITE PAPER. Securing cloud environments with Nuage Networks VSP: Policy-based security automation and microsegmentation overview STRATEGIC WHITE PAPER Securing cloud environments with Nuage Networks VSP: Policy-based security automation and microsegmentation overview Abstract Cloud architectures rely on Software-Defined Networking

More information

PRODUCTS & TECHNOLOGY

PRODUCTS & TECHNOLOGY PRODUCTS & TECHNOLOGY DATA CENTER CLASS WAN OPTIMIZATION Today s major IT initiatives all have one thing in common: they require a well performing Wide Area Network (WAN). However, many enterprise WANs

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

I D C M A R K E T S P O T L I G H T

I D C M A R K E T S P O T L I G H T I D C M A R K E T S P O T L I G H T The New IP: Building the Foundation of Datacenter Network Automation March 2015 Adapted from Worldwide Enterprise Communications and Datacenter Network Infrastructure

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

Why Service Providers Need an NFV Platform Strategic White Paper

Why Service Providers Need an NFV Platform Strategic White Paper Why Service Providers Need an NFV Platform Strategic White Paper Network Functions Virtualization (NFV) brings proven cloud computing and IT technologies into the networking domain to help service providers

More information

Juniper Networks MetaFabric Architecture

Juniper Networks MetaFabric Architecture Juniper Networks MetaFabric Architecture Enabling a Simple, Open, and Smart Data Center 1 Table of Contents Executive Summary... 3 Introduction... 3 Data Center Myths vs. Realities...4 Myth #1: The data

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

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

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

Making the Case for Open Source Controllers

Making the Case for Open Source Controllers White Paper Making the Case for Open Source Controllers Prepared by Roz Roseboro Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.brocade.com September 2014 Introduction Telcos face

More information

A Look at the New Converged Data Center

A Look at the New Converged Data Center Organizations around the world are choosing to move from traditional physical data centers to virtual infrastructure, affecting every layer in the data center stack. This change will not only yield a scalable

More information

Enhancing Cisco Networks with Gigamon // White Paper

Enhancing Cisco Networks with Gigamon // White Paper Across the globe, many companies choose a Cisco switching architecture to service their physical and virtual networks for enterprise and data center operations. When implementing a large-scale Cisco network,

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

DECODING SOFTWARE DEFINED NETWORKING (SDN) Nico Siebelink Technical Director Northern Europe

DECODING SOFTWARE DEFINED NETWORKING (SDN) Nico Siebelink Technical Director Northern Europe DECODING SOFTWARE DEFINED NETWORKING (SDN) Nico Siebelink Technical Director Northern Europe JUNIPER AND SDN IN THE NEWS 2 Copyright 2013 Juniper Networks, Inc. www.juniper.net WHY DO WE NEED SOFTWARE

More information

ONOS [Open Source SDN Network Operating System for Service Provider networks]

ONOS [Open Source SDN Network Operating System for Service Provider networks] ONOS [Open Source SDN Network Operating System for Service Provider networks] http://onosproject.org/ Released on December 5 th, 2014 Guru Parulkar parulkar@stanford.edu ONOS Partnership A partnership

More information

AT&T activearc unified IP data solution

AT&T activearc unified IP data solution Solution Brief AT&T activearc unified IP data solution Flexible IP networking options to fit your needs What is the AT&T activearc solution? The AT&T activearc solution is a wired and wireless Ethernet

More information

AlcAtel-lucent enterprise AnD sdnsquare sdn² network solution enabling highly efficient, volumetric, time-critical data transfer over ip networks

AlcAtel-lucent enterprise AnD sdnsquare sdn² network solution enabling highly efficient, volumetric, time-critical data transfer over ip networks AlcAtel-lucent enterprise AnD sdnsquare sdn² network solution enabling highly efficient, volumetric, time-critical data transfer over ip networks Internet technology has completely changed the networking

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

Performance Testing BroadR-Reach Automotive Ethernet

Performance Testing BroadR-Reach Automotive Ethernet White Paper Performance Testing BroadR-Reach Automotive Ethernet Key Elements for an Automotive-Specific Ethernet Test Regime www.spirent.com Performance Testing BroadR-Reach Automotive Ethernet SPIRENT

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

Cloud, SDN and the Evolution of

Cloud, SDN and the Evolution of Cloud, SDN and the Evolution of Enterprise Networks Neil Rickard Gartner is a registered trademark of Gartner, Inc. or its affiliates. This publication may not be reproduced or distributed in any form

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

Expert Reference Series of White Papers. Is Network Functions Virtualization (NFV) Moving Closer to Reality?

Expert Reference Series of White Papers. Is Network Functions Virtualization (NFV) Moving Closer to Reality? Expert Reference Series of White Papers Is Network Functions Virtualization (NFV) Moving Closer to Reality? 1-800-COURSES www.globalknowledge.com Is Network Functions Virtualization (NFV) Moving Closer

More information

WHITE PAPER. SDN Controller Testing: Part 1

WHITE PAPER. SDN Controller Testing: Part 1 WHITE PAPER SDN Controller Testing: Part 1 www.ixiacom.com 915-0946-01 Rev. A, April 2014 2 Table of Contents Introduction... 4 Testing SDN... 5 Methodologies... 6 Testing OpenFlow Network Topology Discovery...

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

Getting More Performance and Efficiency in the Application Delivery Network

Getting More Performance and Efficiency in the Application Delivery Network SOLUTION BRIEF Intel Xeon Processor E5-2600 v2 Product Family Intel Solid-State Drives (Intel SSD) F5* Networks Delivery Controllers (ADCs) Networking and Communications Getting More Performance and Efficiency

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

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

THE SDN OPPORTUNITY. Michael Beesley VP/CTO, PLATFORM SYSTEMS DIVISION

THE SDN OPPORTUNITY. Michael Beesley VP/CTO, PLATFORM SYSTEMS DIVISION THE SDN OPPORTUNITY Michael Beesley VP/CTO, PLATFORM SYSTEMS DIVISION WHAT S THE PROBLEM? Legacy network infrastructure is too complex, too brittle, and too closed INFORMATION TECHNOLOGY HAS EVOLVED From

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

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

FNT EXPERT PAPER. // From Cable to Service AUTOR. Data Center Infrastructure Management (DCIM) www.fntsoftware.com

FNT EXPERT PAPER. // From Cable to Service AUTOR. Data Center Infrastructure Management (DCIM) www.fntsoftware.com FNT EXPERT PAPER AUTOR Oliver Lindner Head of Business Line DCIM FNT GmbH // From Cable to Service Data Center Infrastructure Management (DCIM) Data center infrastructure management (DCIM), as understood

More information

New Virtual Application Networks Innovations Advance Software-defined Network Leadership

New Virtual Application Networks Innovations Advance Software-defined Network Leadership New Virtual Application Networks Innovations Advance Software-defined Network Leadership Simplifying, Scaling and Automating the Network Gartner Hype Cycle 10 Year Cycle 2008 2011 2012 2 Source: Gartner

More information

Saisei FlowCommand FLOW COMMAND IN ACTION. No Flow Left Behind. No other networking vendor can make this claim

Saisei FlowCommand FLOW COMMAND IN ACTION. No Flow Left Behind. No other networking vendor can make this claim Saisei FlowCommand The Saisei FlowCommand family of network performance enforcement (NPE) solutions offers a new paradigm for real-time user- and application-policy enforcement and visibility made possible

More information

SIMPLE NETWORKING QUESTIONS?

SIMPLE NETWORKING QUESTIONS? DECODING SDN SIMPLE NETWORKING QUESTIONS? Can A talk to B? If so which what limitations? Is VLAN Y isolated from VLAN Z? Do I have loops on the topology? SO SDN is a recognition by the Networking industry

More information

Taking the Open Path to Hybrid Cloud with Dell Networking and Private Cloud Solutions

Taking the Open Path to Hybrid Cloud with Dell Networking and Private Cloud Solutions Taking the Open Path to Hybrid Cloud with Dell Networking and Private Cloud Solutions In This Paper Frequently, the network is the stumbling point to cloud adoption SDN offers a more dynamic, virtualized

More information

FROM A RIGID ECOSYSTEM TO A LOGICAL AND FLEXIBLE ENTITY: THE SOFTWARE- DEFINED DATA CENTRE

FROM A RIGID ECOSYSTEM TO A LOGICAL AND FLEXIBLE ENTITY: THE SOFTWARE- DEFINED DATA CENTRE FROM A RIGID ECOSYSTEM TO A LOGICAL AND FLEXIBLE ENTITY: THE SOFTWARE- DEFINED DATA CENTRE The demand for cloud infrastructure is rapidly increasing, the world of information is becoming application and

More information

SOFTWARE-DEFINED NETWORKING AND OPENFLOW

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

More information

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

Boosting Business Agility through Software-defined Networking

Boosting Business Agility through Software-defined Networking Executive Summary: Boosting Business Agility through Software-defined Networking Completing the last mile of virtualization Introduction Businesses have gained significant value from virtualizing server

More information

Why Software Defined Networking (SDN)? Boyan Sotirov

Why Software Defined Networking (SDN)? Boyan Sotirov Why Software Defined Networking (SDN)? Boyan Sotirov Agenda Current State of Networking Why What How When 2 Conventional Networking Many complex functions embedded into the infrastructure OSPF, BGP, Multicast,

More information

Software Defined Networks

Software Defined Networks Software Defined Networks Dr. Uttam Ghosh, CDAC, Bangalore uttamg@cdac.in Outline Networking Planes OpenFlow Software Defined Network (SDN) SDN Origin What is SDN? SDN Architecture SDN Operation Why We

More information

Driving SDN Adoption in Service Provider Networks

Driving SDN Adoption in Service Provider Networks WHITEPAPER Software Defined Networking (SDN) Driving SDN Adoption in Service Provider Networks This whitepaper provides an overview of key requirements and enablers for driving SDN adoption in Service

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 Services at the Customer Edge

SDN Services at the Customer Edge WHITEPAPER SDN Services at the Customer Edge White Box SDN Foundation for Strategic Advantage SDN Services at the Customer Edge White Box SDN Foundation for Strategic Advantage Businesses and consumers

More information