The Google SDN WAN An Open Networking Foundation Interview

Size: px
Start display at page:

Download "The Google SDN WAN An Open Networking Foundation Interview"

Transcription

1 The Google SDN WAN An Open Networking Foundation Interview How has this pioneering OpenFlow deployment shaped up over two years? Jim Wanderer, Director of Engineering, Platforms Networking, Google, gives his opinion. There s intense curiosity about Google s inter-datacenter SDN deployment using OpenFlow. That s hardly surprising given that OpenFlow is so recent and has, on the one hand, been unfairly dismissed by some as an academic exercise yet to bear fruit, while on the other we have here an example of not only a large scale deployment by a giant among Cloud service providers, but also one that has already clocked up two years of operational experience. I can sum up that experience by saying OpenFlow SDN has worked really well for us, that Google couldn't have achieved the results it has without SDN. We could have used other approaches, but there s no way that the results would have been as effective. Finally, as a result of this success, Google is now committed to further SDN deployments. So, to satisfy some of that curiosity, and to answer those who might think as a member of the ONF board, Jim would say that, this article gives some more detail, and spells out the challenges and the benefits that have convinced us that SDN really is the future of networking. The opportunity Google is such a universally familiar service offering with Google+, Gmail, Google Maps, YouTube, as well as the best known web search engine that you might not realize that it has not one but two main backbones the Internet facing network for all that user traffic, but also an internal WAN linking several large datacenters in Europe, North America and the APAC region see Fig. 1. Fig. 1

2 The two backbones have very different requirements and traffic characteristics. In particular the internal WAN was not constrained by the severe SLAs of a public-facing service, and that allowed our development team more freedom to explore innovative approaches. With a dozen key datacenters linked across three continents it presented an exciting opportunity to put the then-nascent open SDN concept to the test in early The problems we wanted to address were all too familiar to those managing large networks: Big networks don t behave predictably enough. Failure response and performance are suboptimal. Difficulties remain in configuring and operating large networks. Dependency on manual, error-prone operations persists. In addition, we did not have the advantage of starting from scratch as in an academic pilot project we were needing to connect to existing networks. When the project began, OpenFlow-enabled hardware scalable to the network s traffic levels was not yet available, so Google built its own network switch from merchant silicon and open-source routing stacks with OpenFlow support. Our aim was to optimize the WAN routing for high performance and network utilization, while being able to monitor and control network behavior from a central point. A vendor-agnostic solution was needed because we already had a massive installation of equipment from nearly every major vendor. At each site we had multiple switch chasses allowing scalability to multi-terabit bandwidth as well as providing fault tolerance. The approach Centralized control is a feature of the SDN concept, but when spread over an intercontinental WAN it made more sense to have central controllers at each datacenter linked into an overall traffic engineering controller for the whole WAN. This is analogous to having an intelligent police presence directing traffic at each major road junction providing fast, low latency decision making with each linked by radio to a central traffic office that optimizes overall traffic strategy and passes instructions back to the police on duty. In addition, multiple OpenFlow controllers ensured no single point of failure. The centralized traffic engineering (TE) service collects real-time use and topology data from the network and calculates bandwidth demand from the applications and services. It then computes the best traffic flow path assignments and uses the OpenFlow protocol to program those into the switches. As demand fluctuates, or unanticipated events happen in the network, the TE service re-computes and reprograms the system.

3 With this OpenFlow control system in place, we now had enormous potential for radical re-thinking and experimentation with new networking concepts, but chose instead to begin with a fairly traditional Quagga BGP and ISIS system compatible with existing networks and familiar to the operations staff. The technology was new, so it was a safer bet to begin with a traditional feature set and then evolve from there, using the network s software definable capability. One initial advantage was that, as an internal network, it did not need to carry the full Internet routing table. Fig. 2 summarizes the approach: centralized traffic engineering (TE) layered on top of base system and connected with high traffic priority to OpenFlow controllers (OFC) at each site. Fig. 2 The first quarter of 2011 saw the SDN WAN up and running, and it worked! From that point the expansion has been ongoing, adding sites, increasing capacity and adding features. Test and development The first benefit of SDN for developing the network was that it worked really well in a multichassis environment. This can be difficult for vendors, getting an application to work consistently across a range of devices. With the control sitting outside, we could make multiple devices function as one logical device. Also, rather than being limited to the relatively small processing power within in a router, we could do much more intelligent management with the power of high performance servers hosting the local controller. We also used existing distributed-system software to support controller failover. Then, with SDN now in place, it enabled ongoing updating and addition of new traffic engineering and security applications see Fig. 3.

4 Fig. 3 When it came to testing, SDN offered a load of benefits, mostly around simulation. The OpenFlow agent, using V-Switch, is already a simulated network device and it is easy to run a mass of v-switches as a very large network. Even when the hardware is not yet available, control software can be tested on a very large scale, and new configurations or control tools can be trialed in advance without compromising a working network. An extension of this that we found very useful was to combine real and simulated network elements in the test, verifying the behavior with real devices while scaling the test to a greater network. One possible extension of this, yet to be tried out, would be to create an entire synchronized mirror network, subjected to the same real-world event stream but without executive action on the actual data flow so that changes could be tested in real conditions but without putting real data at risk. I outlined these powerful test opportunities made easy by OpenFlow at a recent presentation and one service provider came up to me and said you ve got it exactly right meaning however much work goes into the design of big networks, testing is the real key to success. Tests like those described could also be generated using traditional routers, but they become a whole lot easier with OpenFlow, and that is very important. Network testing is a vital but Cinderella task, and the more it is made easy and quick, the greater chance it won t be passed over. SDN in action Members of our operations team were the ones to appreciate the next set of benefits. One we had not fully anticipated was the way it made it so much easier to implement reliable failover. Using SDN and proven distributed system software we quickly got the system working with many fewer problems than normal in setting up reliable failover.

5 As well as preserving availability, it made upgrades especially tidy. Normally it would be done using two control cards, upgrading the backup card and then failing over to it while the main card is being upgraded. With SDN, however, you can do the equivalent by failing over to a second upgraded controller, without even touching the actual router. What s more, the OpenFlow protocol made it easy for the application state to be re-constructed accurately. Just as in the development and test situation, operations also want to trial new software under real conditions but without compromising the working network. With the control plane separate from the network hardware, it is possible to run the new version on a separate controller, exposed to the actual event stream but in a no operation mode where no actual changes take place. You can see how it behaves under the impact of real conditions, but without risking the actual data flow. Something else that would hardly be practicable in a traditional network would be to carve it into two parts running different versions of an application to see what difference an upgrade makes maybe trialing it on a quarter of the network while leaving the remaining three quarters with the old software see Fig. 4. Fig. 4 Network configuration on this scale is a major challenge, and it would be wrong to sell today s SDN as a magic potion to cure every configuration headache but it does offer significant advantages. For a start it means configuring networks and fabrics rather than hundreds of individual devices. Rather than pushing out a complex configuration over CLI, never a simple task, we build and run a management application to configure the whole network. And, as already explained, SDN made it much easier to pre-test configurations before roll out. So far, I ve run through the benefits that helped the operations team running the network, but what is a whole networking operation really about? It must be

6 about delivering the best possible WAN service for the users, and that would be the ultimate test for our SDN solution. Even in the early stages of development it was clear that centralized, nearoptimal traffic engineering was meeting the system s high performance demand while keeping costs down. High availability was assured by rapid response from local controllers, using the greater compute power of fast servers and with centralized traffic engineering then optimizing overall performance. Google s application teams and services have high expectations for the internal technical infrastructure, and the internal WAN is now helping us meet those expectations. Also, controlling ten or so devices as a unit so that the traffic engineering system no longer needs to be aware of each separate device gives us far better scalability. As demand changes the system can recalculate and push several new traffic solutions per hour in the past it could take hours to develop a single new solution. Challenges still exist With the above set of benefits one thing is sure for us: we have no regrets about taking the OpenFlow SDN path for this very large and crucial internal WAN. What s more, the development, testing, and operations experience has reinforced our belief that SDN is the future for networking. All the same, there have been some challenges, and it is up to the SDN community to share this sort of learning. For a start, managing this network is different. Operations staff are no longer just looking at network devices, they are looking at a system made of devices, controllers, and applications, and this requires new thinking. This highlighted the need for new tools that would consolidate this diversity of data and present it in a useful, graphic way to help the operations staff visualize and work with systems, rather than just devices. SDN does furnish the base structure to create such tools, but we still need to develop them. The basic issues of any traditional network latency, hardware programming speed, queuing, and packet I/O performance still need to be addressed in an SDN system, but it should by now be clear that we had greater flexibility to work around these classic problems in a more innovative manner. One example was a problem with our specific Open VSwitch implementation that arose early on as a consequence of having both protocol packet I/O and flow updates running over a single TCP stream. Our OpenFlow agent serialized the processing of all the OpenFlow commands, so you got large sets of flow updates with hundreds of route changes and these were holding back the time sensitive protocol I/O packets. Time-sensitive protocols then began to expire, creating further flow updates and blocking even more data. The solution was pretty simple we just added some advanced queue

7 prioritization but it shows that you do need to be aware of basic networking issues when developing SDN solutions and vendors should bear this in mind. SDN and the future of networking OpenFlow in particular, and SDN in general, are still in the early stages of development, but I can say with confidence that, even at this stage, OpenFlow has proved its value to us in optimizing traffic efficiency on an extremely large real-world WAN. The benefits we got from implementing a pioneering OpenFlow solution can be summarized in terms of: Unified network-centric approach Leveraging high performance servers for more sophisticated traffic control Faster, more consistent failover Quicker development and easier testing to accelerate deployment Low impact system upgrades Flexibility, no longer constrained by individual hardware device limitations Although we have only been describing benefits on Google s internal facing WAN, I can now truly claim that these are beginning to impact the Cloud services we provide in terms of faster response, better search, greater reliability and so on. The world needs a faster, better, and more reliable Internet, and it will continue to evolve. SDN and OpenFlow have an important contribution to make towards realizing these needs. For my part I will conclude with two main items on my wish list. First, we need more carrier-class OpenFlow-enabled devices, please. Google has gone a long way as a pioneer developing its own solutions, but we want a marketplace where we can shop for future developments. Secondly, as a member of the ONF board I am obviously a keen supporter of standards to ensure interoperability and build market confidence in SDN. However, in my personal opinion, we should focus on standardizing at the ground level getting a rock solid OpenFlow protocol but above that we must preserve freedom to innovate. The greatest gift of software-defined networking is that it liberates rigid structures to become flexible, programmable, and organically evolvable systems. Let s build that on a firm foundation, but let s also maintain a fertile, open environment for the exciting future of networking.

ProgrammableFlow White Paper. March 24, 2016 NEC Corporation

ProgrammableFlow White Paper. March 24, 2016 NEC Corporation March 24, 2016 NEC Corporation Contents Preface 3 OpenFlow and ProgrammableFlow 5 Seven Functions and Techniques in ProgrammableFlow 6 Conclusion 19 2 NEC Corporation 2016 Preface SDN (Software-Defined

More information

BUILDING the VIRtUAL enterprise

BUILDING the VIRtUAL enterprise BUILDING the VIRTUAL ENTERPRISE A Red Hat WHITEPAPER www.redhat.com As an IT shop or business owner, your ability to meet the fluctuating needs of your business while balancing changing priorities, schedules,

More information

Datacenter Care HEWLETT PACKARD ENTERPRISE. Key drivers of an exceptional NPS score

Datacenter Care HEWLETT PACKARD ENTERPRISE. Key drivers of an exceptional NPS score Datacenter Care The things I love about Datacenter Care is the a la carte nature of the offering. The contract is really flexible and the services delivered correspond exactly to what we bought. The contract

More information

Making the case for SD-WAN

Making the case for SD-WAN Making the case for SD-WAN A practical guide to getting buy-in for your new network New challenges require a new network It isn t just that enterprise IT is changing rapidly it s that it s changing in

More information

Cato Cloud. Software-defined and cloud-based secure enterprise network. Solution Brief

Cato Cloud. Software-defined and cloud-based secure enterprise network. Solution Brief Cato Cloud Software-defined and cloud-based secure enterprise network Solution Brief Legacy WAN and Security Appliances are Incompatible with the Modern Enterprise Cato Networks: Software-defined and Cloud-based

More information

BUT HOW DID THE CLOUD AS WE KNOW IT COME TO BE AND WHERE IS IT GOING?

BUT HOW DID THE CLOUD AS WE KNOW IT COME TO BE AND WHERE IS IT GOING? A DECADE OF CLOUD CLOUD COMPUTING: A WORLD-CHANGING INNOVATION When one considers technology having a profound impact on humanity, a number of major innovations such as electricity, the gas engine, airplanes,

More information

HEAD OF THE DIGITAL CLASS. University of New England s latest technological innovations usher the University into a new era IN PARTNERSHIP WITH:

HEAD OF THE DIGITAL CLASS. University of New England s latest technological innovations usher the University into a new era IN PARTNERSHIP WITH: HEAD OF THE DIGITAL CLASS University of New England s latest technological innovations usher the University into a new era IN PARTNERSHIP WITH: A university filled with the rich traditions of the small

More information

SD-WAN Transform Your Agency

SD-WAN Transform Your Agency Federal SD-WAN Transform Your Agency 1 Overview Is your agency facing network traffic challenges? Is migration to the secured cloud hogging scarce bandwidth? How about increased mobile computing that is

More information

Mobile, Fixed, and Broadband Network Services

Mobile, Fixed, and Broadband Network Services CUSTOMER CASE STUDY Telefónica Type of Company: Specialty: Global Telecommunications Provider Mobile, Fixed, and Broadband Network Services Accedian Solutions: SkyLIGHT Performance Assurance Platform,

More information

Victra A Verizon Authorized Retailer

Victra A Verizon Authorized Retailer Case Study & TCO Analysis Victra Victra A Verizon Authorized Retailer National Verizon Retailer with nearly 1,200 stores in 46 states Saved 80% in hardware and operational costs by going with Meraki Leverages

More information

Optimizing WAN Optimization

Optimizing WAN Optimization Optimizing WAN Optimization New WAN, New Enterprise, New Needs By John E. Burke Principal Research Analyst, Nemertes Research Executive Summary New applications and an evolving organizational environment

More information

SOLUTION BRIEF NETWORK OPERATIONS AND ANALYTICS. How Can I Predict Network Behavior to Provide for an Exceptional Customer Experience?

SOLUTION BRIEF NETWORK OPERATIONS AND ANALYTICS. How Can I Predict Network Behavior to Provide for an Exceptional Customer Experience? SOLUTION BRIEF NETWORK OPERATIONS AND ANALYTICS How Can I Predict Network Behavior to Provide for an Exceptional Customer Experience? SOLUTION BRIEF CA DATABASE MANAGEMENT FOR DB2 FOR z/os DRAFT When used

More information

WIND RIVER NETWORKING SOLUTIONS

WIND RIVER NETWORKING SOLUTIONS WIND RIVER NETWORKING SOLUTIONS TRANSFORMING THE NETWORK Businesses of all kinds are benefitting from the transformation of the networks they rely on, from LANs to WANs. Those network transformations are

More information

CASE STUDY: TRUHOME. TruHome Goes All-In on Cloud Telephony with Bigleaf SD-WAN as the Foundation

CASE STUDY: TRUHOME. TruHome Goes All-In on Cloud Telephony with Bigleaf SD-WAN as the Foundation CASE STUDY: TRUHOME TruHome Goes All-In on Cloud Telephony with Bigleaf SD-WAN as the Foundation BIGLEAF NETWORKS CASE STUDY TRUHOME 2 Founded in 2004, TruHome is an award-winning mortgage credit union

More information

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE.

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. Is putting Contact us INTRODUCTION You know the headaches of managing an infrastructure that is stretched to its limit. Too little staff. Too many users. Not

More information

The SD-WAN implementation handbook

The SD-WAN implementation handbook The SD-WAN implementation handbook Your practical guide to a pain-free deployment This is the future of your business Moving to SD-WAN makes plenty of sense, solving a lot of technical headaches and enabling

More information

Media-Ready Network Transcript

Media-Ready Network Transcript Media-Ready Network Transcript Hello and welcome to this Cisco on Cisco Seminar. I m Bob Scarbrough, Cisco IT manager on the Cisco on Cisco team. With me today are Sheila Jordan, Vice President of the

More information

Lecture 10.1 A real SDN implementation: the Google B4 case. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 10.1 A real SDN implementation: the Google B4 case. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 10.1 A real SDN implementation: the Google B4 case Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it WAN WAN = Wide Area Network WAN features: Very expensive (specialized high-end

More information

Architecting the High Performance Storage Network

Architecting the High Performance Storage Network Architecting the High Performance Storage Network Jim Metzler Ashton, Metzler & Associates Table of Contents 1.0 Executive Summary...3 3.0 SAN Architectural Principals...5 4.0 The Current Best Practices

More information

Introduction to Cisco ASR 9000 Series Network Virtualization Technology

Introduction to Cisco ASR 9000 Series Network Virtualization Technology White Paper Introduction to Cisco ASR 9000 Series Network Virtualization Technology What You Will Learn Service providers worldwide face high customer expectations along with growing demand for network

More information

Tips for creating a VDI backup plan

Tips for creating a VDI backup plan E-Guide Tips for creating a VDI backup plan Most virtual desktop infrastructure (VDI) products claim to simplify the backup process, but IT administrators are finding that backing up and protecting data

More information

CASE STUDY: Problem Solution Progress

CASE STUDY: Problem Solution Progress CASE STUDY: For Lufthansa Systems, Customizing In-Flight Connectivity and Entertainment Systems for Its Award-winning BoardConnect Solution Depends on Stateful Containers Portworx is the Key to Enabling

More information

SDN Technologies Primer: Revolution or Evolution in Architecture?

SDN Technologies Primer: Revolution or Evolution in Architecture? There is no single, clear definition of softwaredefined networking (SDN), but there are two sets of beliefs centralized control and management of packet forwarding vs. a distributed architecture. This

More information

Microsoft IT Leverages its Compute Service to Virtualize SharePoint 2010

Microsoft IT Leverages its Compute Service to Virtualize SharePoint 2010 Microsoft IT Leverages its Compute Service to Virtualize SharePoint 2010 Published: June 2011 The following content may no longer reflect Microsoft s current position or infrastructure. This content should

More information

Introduction to iscsi

Introduction to iscsi Introduction to iscsi As Ethernet begins to enter into the Storage world a new protocol has been getting a lot of attention. The Internet Small Computer Systems Interface or iscsi, is an end-to-end protocol

More information

Virtualization. Q&A with an industry leader. Virtualization is rapidly becoming a fact of life for agency executives,

Virtualization. Q&A with an industry leader. Virtualization is rapidly becoming a fact of life for agency executives, Virtualization Q&A with an industry leader Virtualization is rapidly becoming a fact of life for agency executives, as the basis for data center consolidation and cloud computing and, increasingly, as

More information

Transport Software Defined Networking: Part 1 Grabbing the Low-Hanging Fruit

Transport Software Defined Networking: Part 1 Grabbing the Low-Hanging Fruit Advisory Report Transport Software Defined Networking: Part 1 Grabbing the Low-Hanging Fruit February 27, 2013 Rick Talbot Current Analysis Senior Analyst, Transport and Routing Infrastructure Contents

More information

Architecture Overview

Architecture Overview Architecture Overview For organizations that need high quality video conferencing and want to avoid burdening their IT staff and resources, VidyoCloud is a hosted video collaboration solution that provides

More information

SDN HAS ARRIVED, BUT NEEDS COMPLEMENTARY MANAGEMENT TOOLS

SDN HAS ARRIVED, BUT NEEDS COMPLEMENTARY MANAGEMENT TOOLS January 2018 Sponsored by Introduction 302 network professionals and IT strategists completed a global survey on Software Defined Networks (SDNs) to gather hard data on SDN adoption and operational challenges.

More information

TREND REPORT. Ethernet, MPLS and SD-WAN: What Decision Makers Really Think

TREND REPORT. Ethernet, MPLS and SD-WAN: What Decision Makers Really Think TREND REPORT Ethernet, MPLS and SD-WAN: What Decision Makers Really Think TABLE OF CONTENTS Introduction 3 CH. 1 What IT Pros Think of Ethernet 4 CH. 2 What IT Pros Think of MPLS 8 CH. 3 What IT Pros Think

More information

CONNECTING THE CLOUD WITH ON DEMAND INFRASTRUCTURE

CONNECTING THE CLOUD WITH ON DEMAND INFRASTRUCTURE CONNECTING THE CLOUD WITH ON DEMAND INFRASTRUCTURE March 2017 GLOBAL NETWORKING NEEDS A NEW MODEL FOR CONNECTING THE CLOUD. TRADITIONAL NETWORKING MODELS DO NOT MATCH THE NEEDS OR EXPECTATIONS OF CLOUD-FOCUSED

More information

Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry climate.

Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry climate. ENGINEERED SOLUTIONS A PUBLISHING SUCCESS STORY DOING MORE WITH LESS Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry

More information

SDN QoS. Yatish Kumar - CTO Corsa

SDN QoS. Yatish Kumar - CTO Corsa SDN QoS Yatish Kumar - CTO Corsa QoS is a design problem Who gets how much? For how long? Why? QoS Tools Buffers Schedulers s Policers Meters Flow Control / BackPressure Quick Summary of Each Tool Meters

More information

Stratum Project. Enabling era of next generation of SDN

Stratum Project. Enabling era of next generation of SDN Stratum Project Enabling era of next generation of SDN Next-Generation SDN A set of next generation interfaces Announcements Leverages P4, P4Runtime, OpenConfig, gnmi, gnoi Provides full lifecycle management

More information

Fundamentals and Deployment of Cisco SD-WAN Duration: 3 Days (24 hours) Prerequisites

Fundamentals and Deployment of Cisco SD-WAN Duration: 3 Days (24 hours) Prerequisites Fundamentals and Deployment of Cisco SD-WAN Duration: 3 Days (24 hours) Prerequisites The recommended knowledge and skills that a learner must have before attending this course are as follows: Knowledge

More information

Seven Criteria for a Sound Investment in WAN Optimization

Seven Criteria for a Sound Investment in WAN Optimization Seven Criteria for a Sound Investment in WAN Optimization Introduction WAN optimization technology brings three important business benefits to IT organizations: Reduces branch office infrastructure costs

More information

SDN, SD-WAN, NFV, VNF I m confused!

SDN, SD-WAN, NFV, VNF I m confused! SDN, SD-WAN, NFV, VNF I m confused! Presenter: Tim Sullivan CEO, Coevolve @timsullo April 2017 Introduction to Coevolve Coevolve was established in 2014 to help drive enterprise adoption of next-generation

More information

INNOVATION MINDSET DRIVES THE MOVE TO REPLACE MPLS WITH INTERNET SD-WAN

INNOVATION MINDSET DRIVES THE MOVE TO REPLACE MPLS WITH INTERNET SD-WAN INNOVATION MINDSET DRIVES THE MOVE TO REPLACE MPLS WITH INTERNET SD-WAN SD-WAN delivers multiple cost reduction, network agility, and cloud connectivity benefits to ModusLink, thanks to Expereo SD-WAN

More information

Never Drop a Call With TecInfo SIP Proxy White Paper

Never Drop a Call With TecInfo SIP Proxy White Paper Innovative Solutions. Trusted Performance. Intelligently Engineered. Never Drop a Call With TecInfo SIP Proxy White Paper TecInfo SD-WAN product - PowerLink - enables real time traffic like VoIP, video

More information

CASE STUDY IT. Albumprinter Adopting Redgate DLM

CASE STUDY IT. Albumprinter Adopting Redgate DLM CASE STUDY IT Albumprinter Adopting Redgate DLM "Once the team saw they could deploy all their database changes error-free at the click of a button, with no more manual scripts, it spread by word of mouth.

More information

The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization

The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization The Top Five Reasons to Deploy Software-Defined Networks and Network Functions Virtualization May 2014 Prepared by: Zeus Kerravala The Top Five Reasons to Deploy Software-Defined Networks and Network Functions

More information

The SD-WAN security guide

The SD-WAN security guide The SD-WAN security guide How a flexible, software-defined WAN can help protect your network, people and data SD-WAN security: Separating fact from fiction For many companies, the benefits of SD-WAN are

More information

Guide to SDN, SD-WAN, NFV, and VNF

Guide to SDN, SD-WAN, NFV, and VNF Evalu- ation Guide Technical Brief SD-WAN, NFV, and With so many acronyms and each one building on another, it can be confusing about how they work together. This guide describes the difference. 006180206

More information

MASERGY S MANAGED SD-WAN

MASERGY S MANAGED SD-WAN MASERGY S MANAGED New Performance Options for Hybrid Networks Business Challenges WAN Ecosystem Features and Benefits Use Cases INTRODUCTION Organizations are leveraging technology to transform the way

More information

Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision

Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision At-A-Glance Unified Computing Realized Today, IT organizations assemble their data center environments from individual components.

More information

5 reasons why choosing Apache Cassandra is planning for a multi-cloud future

5 reasons why choosing Apache Cassandra is planning for a multi-cloud future White Paper 5 reasons why choosing Apache Cassandra is planning for a multi-cloud future Abstract We have been hearing for several years now that multi-cloud deployment is something that is highly desirable,

More information

Agile Data Center Solutions for the Enterprise

Agile Data Center Solutions for the Enterprise Solution Brief Agile Data Center Solutions for the Enterprise IP Fabrics: Paving the Way to Digital Transformation The data center sits at the core of the business, housing mission critical applications

More information

Enabling the software-defined data center

Enabling the software-defined data center Enabling the software-defined data center Steve Oakley Enterprise Solutions Consultant - Dell September 2015 Dell World 2014 Change: The only constant 2009 2014 The future Internet users worldwide Tweets

More information

UNIVERSITY OF CAGLIARI

UNIVERSITY OF CAGLIARI UNIVERSITY OF CAGLIARI DIEE - Department of Electrical and Electronic Engineering Infrastrutture ed Applicazioni Avanzate nell Internet SDN: Control Plane ACK: content taken from Foundations of Modern

More information

SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES

SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES Software-Defined Expectations & Preparations for the Smart Network Transformation

More information

Minimizing the Risks of OpenStack Adoption

Minimizing the Risks of OpenStack Adoption Minimizing the Risks of OpenStack Adoption White Paper Minimizing the Risks of OpenStack Adoption Introduction Over the last five years, OpenStack has become a solution of choice for enterprise private

More information

Victra A Verizon Authorized Retailer

Victra A Verizon Authorized Retailer Case Study & TCO Analysis Victra Victra A Verizon Authorized Retailer National Verizon Retailer with nearly 1,200 stores in 46 states Saved 80% in hardware and operational costs by going with Meraki Leverages

More information

Preparing your Business for Virtualization

Preparing your Business for Virtualization Preparing your Business for Virtualization Pierre Lavillat NFV Director Program Manager - HPE 2018 TM Forum 1 Future Network will be virtualized Classic Appliance Approach Virtualization Approach Message

More information

Why Performance Matters When Building Your New SD-WAN

Why Performance Matters When Building Your New SD-WAN Why Performance Matters When Building Your New SD-WAN Not all SD-WANs are created equal. Brought to you by Silver Peak The New Generation of High Performance SD-WANs As enterprise IT considers ways to

More information

Not all SD-WANs are Created Equal: Performance Matters

Not all SD-WANs are Created Equal: Performance Matters SD-WAN Lowers Costs and Increases Productivity As applications increasingly migrate from the corporate data center into the cloud, networking professionals are quickly realizing that traditional WANs were

More information

AND WHAT MAKES A GOOD ONE?

AND WHAT MAKES A GOOD ONE? AND WHAT MAKES A GOOD ONE? In plain English If you already know, skip to... The Internet used to be novelty now it s necessity. But what keeps the world connected? IT ALL STARTS WITH YOU. You want it all.

More information

XINSURANCE: Spreading the Word with SEO

XINSURANCE: Spreading the Word with SEO SEO Case Study SEO CASE STUDY XINSURANCE: Spreading the Word with SEO Everyone talks about SEO, but how many really know what it means and what to do to achieve results? For the team at XINSURANCE, finding

More information

In the following chapter two most common WAFS architectures are presented and the most common and simple set of used techniques is shown.

In the following chapter two most common WAFS architectures are presented and the most common and simple set of used techniques is shown. Structure: 1. Motivation a. Preview With appearing and developing of the Internet, spreading over the world for many enterprises became possible. Enterprises have a possibility to open branch offices that

More information

The Emergence of SDN in WLAN

The Emergence of SDN in WLAN The Emergence of SDN in WLAN SDN is being implemented rapidly find out how SDN can benefit your wireless network. Contents architectures? Chuck Moozakis Some experts predict that the network functions

More information

Enabling the Next Generation of SDN

Enabling the Next Generation of SDN Enabling the Next Generation of SDN Brian O Connor (ONF) brian@opennetworking.org P4 Workshop on June 5, 2018 Link to slides: https://goo.gl/6hfg1h Presenting on behalf of Google and ONF Background Google

More information

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications Accelerating SDN and NFV Deployments Malathi Malla Spirent Communications 2 Traditional Networks Vertically integrated Closed, proprietary Slow innovation 3 Infinite Complexity of Testing Across virtual

More information

Cato Cloud. Global SD-WAN with Built-in Network Security. Solution Brief. Cato Cloud Solution Brief. The Future of SD-WAN. Today.

Cato Cloud. Global SD-WAN with Built-in Network Security. Solution Brief. Cato Cloud Solution Brief. The Future of SD-WAN. Today. Cato Cloud Global SD-WAN with Built-in Network Security Solution Brief 1 Legacy WAN and Security Appliances are Incompatible with the Modern Enterprise The rise of cloud applications and mobile workforces

More information

Virtual Private Networks with Cisco Network Services Orchestrator Enabled by Tail-f - Fast, Simple, and Automated

Virtual Private Networks with Cisco Network Services Orchestrator Enabled by Tail-f - Fast, Simple, and Automated Solution Overview Virtual Private Networks with Cisco Network Services Orchestrator Enabled by Tail-f - Fast, Simple, and Automated BENEFITS Accelerate new VPN services with automated, self-service, on-demand

More information

Introducing Avaya SDN Fx with FatPipe Networks Next Generation SD-WAN

Introducing Avaya SDN Fx with FatPipe Networks Next Generation SD-WAN Avaya-FatPipe Solution Overview Introducing Avaya SDN Fx with FatPipe Networks Next Generation SD-WAN The Avaya SDN-Fx and FatPipe Networks solution provides a fabric-based SDN architecture for simplicity

More information

ALCATEL Edge Services Router

ALCATEL Edge Services Router ALCATEL 7420 Edge Services Router Alcatel builds next generation networks, delivering integrated end-to-end voice and data networking solutions to established and new carriers, as well as enterprises and

More information

NETFUSION DISCOVERY SYSTEM DESCRIPTION

NETFUSION DISCOVERY SYSTEM DESCRIPTION NETFUSION DISCOVERY SYSTEM DESCRIPTION White Paper Contents NetFusion Discovery Overview... 3 Network Discovery... 3 Design Principles... 3 NetFusion Discovery Architecture... 4 Topology and State Changes...

More information

Carrier SDN for Multilayer Control

Carrier SDN for Multilayer Control Carrier SDN for Multilayer Control Savings and Services Víctor López Technology Specialist, I+D Chris Liou Vice President, Network Strategy Dirk van den Borne Solution Architect, Packet-Optical Integration

More information

Education Solutions - Arizona State University - Case Study

Education Solutions - Arizona State University - Case Study Education Solutions - Arizona State University - Case Study Arizona State University (ASU) is the largest public research university in the United States under a single administration. For the Fall 2010

More information

Simplifying WAN Architecture

Simplifying WAN Architecture Simplifying WAN Architecture Migrating without a network forklift upgrade Phased approach with existing environment Architecture and management complexity Automation of deployment, management and maintenance

More information

Securing Your Campus

Securing Your Campus Securing Your Campus Copyright CheckVideo LLC. All Rights Reserved. Introduction Security and Safety Officers are committed to providing a safe and welcoming learning environment that prepares students

More information

Virtualizing The Network For Fun and Profit. Building a Next-Generation Network Infrastructure using EVPN/VXLAN

Virtualizing The Network For Fun and Profit. Building a Next-Generation Network Infrastructure using EVPN/VXLAN Virtualizing The Network For Fun and Profit Building a Next-Generation Network Infrastructure using EVPN/VXLAN By Richard A Steenbergen A BRIEF HISTORY OF LAYER 2 NETWORKING Historically,

More information

Designing and debugging real-time distributed systems

Designing and debugging real-time distributed systems Designing and debugging real-time distributed systems By Geoff Revill, RTI This article identifies the issues of real-time distributed system development and discusses how development platforms and tools

More information

APNIC elearning: SDN Fundamentals

APNIC elearning: SDN Fundamentals APNIC elearning: SDN Fundamentals Issue Date: esdn01_v0.15 Revision: Overview Evolution of routers The Clean Slate project OpenFlow Emergence and evolution of SDN SDN architecture today Use cases Standards

More information

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

More information

Strategic Briefing Paper Big Data

Strategic Briefing Paper Big Data Strategic Briefing Paper Big Data The promise of Big Data is improved competitiveness, reduced cost and minimized risk by taking better decisions. This requires affordable solution architectures which

More information

NFV and SDN what does it mean to enterprises?

NFV and SDN what does it mean to enterprises? OPINION NFV and SDN what does it mean to enterprises? By Clive Hamilton, VP Network Services, NTT Europe Rethinking the enterprise network The typical enterprise network now comprises hundreds or even

More information

SD-WAN. Enabling the Enterprise to Overcome Barriers to Digital Transformation. An IDC InfoBrief Sponsored by Comcast

SD-WAN. Enabling the Enterprise to Overcome Barriers to Digital Transformation. An IDC InfoBrief Sponsored by Comcast SD-WAN Enabling the Enterprise to Overcome Barriers to Digital Transformation An IDC InfoBrief Sponsored by Comcast SD-WAN Is Emerging as an Important Driver of Business Results The increasing need for

More information

Technical Document. What You Need to Know About Ethernet Audio

Technical Document. What You Need to Know About Ethernet Audio Technical Document What You Need to Know About Ethernet Audio Overview Designing and implementing an IP-Audio Network can be a daunting task. The purpose of this paper is to help make some of these decisions

More information

Palmer and Harvey McLane Limited

Palmer and Harvey McLane Limited Palmer and Harvey McLane Limited By really listening and offering a range of options, TalkTalk Business s consultative approach mapped onto our business challenges exceptionally well. Vinny Rowland, IT

More information

Digital Transformation through Open Software Defined Infrastructure Justin Dustzadeh, Vice President and Head of Global Infrastructure Network

Digital Transformation through Open Software Defined Infrastructure Justin Dustzadeh, Vice President and Head of Global Infrastructure Network Digital Transformation through Open Software Defined Infrastructure Justin Dustzadeh, Vice President and Head of Global Infrastructure Network Services, Visa Digital Transformation Through! Open Software-Defined

More information

VCStack - Powerful Simplicity

VCStack - Powerful Simplicity Solutions Guide VCStack - Powerful Simplicity Powerful Simplicity Today s enterprises rely on Information Technology resources and applications for accessing business-critical information and for day-to-day

More information

SDN. Software-defined networking The Network Solution for the Era of Big Data. 271 Waverley Oaks Road Waltham, MA

SDN. Software-defined networking The Network Solution for the Era of Big Data. 271 Waverley Oaks Road Waltham, MA SDN Software-defined networking The Network Solution for the Era of Big Data 271 Waverley Oaks Road Waltham, MA 02452 781.472.3400 www.nwnit.com SDN: Software-Defined Networking 2 The SDN Revolution The

More information

WHAT IS AN INTERNET BACKBONE? And what makes a good one?

WHAT IS AN INTERNET BACKBONE? And what makes a good one? WHAT IS AN INTERNET BACKBONE? And what makes a good one? WHAT IS AN INTERNET BACKBONE? In plain English If you already know, skip to... WHAT MAKES A GOOD ONE? The Internet used to be novelty now it s necessity.

More information

How Cisco ASR 1000 Enables Cisco Business Strategies by Providing Capacity and Resiliency for Collaborative Applications

How Cisco ASR 1000 Enables Cisco Business Strategies by Providing Capacity and Resiliency for Collaborative Applications Cisco IT Case Study How Cisco ASR 1000 Enables Cisco Business Strategies by Providing Capacity and Resiliency for Collaborative Applications Cisco ASR 1000 Routers support company shift toward virtualized

More information

Technical Overview. Elastic Path Commerce

Technical Overview. Elastic Path Commerce Technical Overview Elastic Path Commerce Extensible, Easy-to-Integrate, Scalable and More 7 Reasons Why Elastic Path Commerce Is The Best Fit For Your Unique Business 1. API is the Core of Digital Commerce

More information

Simplify and Accelerate Network Migration

Simplify and Accelerate Network Migration White Paper Simplify and Accelerate Network Migration Use Cisco NSO to Introduce New Equipment and Capabilities with Less Time, Cost, and Risk Executive Summary New network device innovations emerge seemingly

More information

Networking Strategy and Optimization Services (NSOS) 2010 IBM Corporation

Networking Strategy and Optimization Services (NSOS) 2010 IBM Corporation Networking Strategy and Optimization Services (NSOS) Agenda Network Strategy and Optimization Services (NSOS) Overview IBM NSOS NAO Offerings Model IBM NSOS NIO Offerings Model Why IBM Lot of specialist

More information

hcloud Deployment Models

hcloud Deployment Models hcloud Deployment Models Drew Dietrich Director, Oracle Managed Cloud Services 1 The Safe Harbor The following is intended to outline our general product direction. It is intended for information purposes

More information

Out-of-band that actually works.

Out-of-band that actually works. Out-of-band that actually works. The time to know if your gear works is before your need it Nobody wants to be up the creek without a paddle Out-of-band isn t a new concept. As network requirements have

More information

Evolving Corporate Networks and the Business Case for SD-WAN

Evolving Corporate Networks and the Business Case for SD-WAN Evolving Corporate Networks and the Business Case for SD-WAN Until recently, corporate networking has been a fairly stable component of enterprise IT. Its return to prominence goes hand-in-hand with changes

More information

Reasons to Deploy Oracle on EMC Symmetrix VMAX

Reasons to Deploy Oracle on EMC Symmetrix VMAX Enterprises are under growing urgency to optimize the efficiency of their Oracle databases. IT decision-makers and business leaders are constantly pushing the boundaries of their infrastructures and applications

More information

Pluribus Adaptive Cloud Fabric

Pluribus Adaptive Cloud Fabric Product Overview Adaptive Cloud Fabric Powering the Software-Defined Enterprise Highlights Completely software enabled and built on open networking platforms Powered by the Netvisor ONE network Operating

More information

Before getting into the depth of anything, let s go through the checklist first

Before getting into the depth of anything, let s go through the checklist first Before getting into the depth of anything, let s go through the checklist first The Feature Plan for developing an E-commerce Website Checked The Choosing of desired Technology Checked The Mode of Website

More information

Boston Limited IT system builder and distributor

Boston Limited IT system builder and distributor Red Gate Case Studies Boston Limited IT system builder and distributor Using SQL Backup Pro, log file backups are now compressed to less than 500KB. The savings in terms of disk space usage and bandwidth

More information

4net Technologies. Fixed Voice and Data Services V

4net Technologies. Fixed Voice and Data Services V 4net Technologies Fixed Voice and Data Services V1.02-1115 Fixed Voice and Data Services Every business needs network services. However, they can be a considerable overhead, often poorly managed by providers

More information

Cisco ACI App Center. One Platform, Many Applications. Overview

Cisco ACI App Center. One Platform, Many Applications. Overview White Paper Cisco ACI App Center One Platform, Many Applications Overview Cisco Application Centric Infrastructure (Cisco ACI ) is a comprehensive software-defined networking (SDN) solution designed from

More information

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010.

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010. Market Report Scale-out 2.0: Simple, Scalable, Services- Oriented Storage Scale-out Storage Meets the Enterprise By Terri McClure June 2010 Market Report: Scale-out 2.0: Simple, Scalable, Services-Oriented

More information

Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software

Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software Introduction Consultants use LiveCompare on a daily basis to help them deliver results to their clients more effectively and

More information

Downtime Prevention Buyer s Guide. 6 QUESTIONS to help you choose the right availability protection for your applications

Downtime Prevention Buyer s Guide. 6 QUESTIONS to help you choose the right availability protection for your applications Downtime Prevention Buyer s Guide 6 QUESTIONS to help you choose the right availability protection for your applications Question 6 questions to help you choose the right availability protection for your

More information

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS Abstract Virtualization and workload management are essential technologies for maximizing scalability, availability and

More information