SOFTWARE DEFINED NETWORKS REALITY CHECK. DENOG5, Darmstadt, 14/11/2013 Carsten Michel

Similar documents
Software Defined Networking

CSCI-1680 So ware-defined Networking

An Architecture for Application-Based Network Operations

SDN IN WAN NETWORK PROGRAMMABILITY THROUGH CENTRALIZED PATH COMPUTATION. 1 st September 2014

Various Alternatives to achieve SDN. Dhruv Dhody, Sr. System Architect, Huawei Technologies

Using YANG for the Dissemination of the Traffic Engineering Database within Software Defined Elastic Optical Networks

Virtualization, SDN and NFV

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

A Presentation at DGI 2014 Government Cloud Computing and Data Center Conference & Expo, Washington, DC. September 18, 2014.

SDN. Roadmap to Operating SDN-based Networks Workshop July 15, Kireeti Kompella CTO, JDI. Copyright 2014 Juniper Networks, Inc.

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

Introduction to Software Defined Networking (SDN) and how it will change the inside of your DataCentre

HP OpenFlow and SDN Technical Overview

An Introduction to Software-Defined Networking (SDN) Zhang Fu

SIMPLE NETWORKING QUESTIONS?

Transforming Evolved Programmable Networks

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

Introduction to Software Defined Networking

Cloud Networking Disruption with Software Defined Network Virtualization. Ali Khayam

Introducing Basic MPLS Concepts

Project 3 and Software-Defined Networking (SDN)

Software Defined Networks (SDN)

Extending the Internet of Things to IPv6 with Software Defined Networking

Software Defined Networks in SP Environments

Designing Virtual Network Security Architectures Dave Shackleford

DEMYSTIFYING ROUTING SERVICES IN SOFTWAREDEFINED NETWORKING

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

Using YANG for the Dissemination of the Traffic Engineering Database within Software Defined Elastic Optical Networks

OpenFlow and Software Defined Networking presented by Greg Ferro. Software Defined Networking (SDN)

Software Defined Networking & Openflow

Juniper Networks NorthStar Controller

Qualifying SDN/OpenFlow Enabled Networks

software networking Jithesh TJ, Santhosh Karipur QuEST Global

SDN: A NEW PARADIGM. Kireeti Kompella CTO, JDI

The Future of Networking, and the Past of Protocols

Open Source Network: Software-Defined Networking (SDN) and OpenFlow

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

SDN/Virtualization and Cloud Computing

WAN Topologies MPLS. 2006, Cisco Systems, Inc. All rights reserved. Presentation_ID.scr Cisco Systems, Inc. All rights reserved.

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

Business Case for Cisco SDN for the WAN

SDN Testbed Experiences: Challenges and Next Steps

YI-CHIH HSU & JEI-WEI ESTINET TECHNOLOGIES

Agile VPN for Carrier/SP Network. ONOS- based SDN Controller for China Unicom MPLS L3VPN Service

ONOS Open Network Operating System

HP OpenFlow Protocol Overview

TE in action. Some problems that TE tries to solve. Concept of Traffic Engineering (TE)

The following normative disclaimer shall be included on the front page of a PoC report:


Carrier/WAN SDN. SDN Optimized MPLS Demo

Software Defined Networking

Simplify IT. With Cisco Application Centric Infrastructure. Roberto Barrera VERSION May, 2015

MPLS Concepts. Overview. Objectives

SDN Architecture and Service Trend

Transport SDN Toolkit: Framework and APIs. John McDonough OIF Vice President NEC BTE 2015

OpenDaylight Project Proposal Dynamic Flow Management

Business Case for Open Data Center Architecture in Enterprise Private Cloud

Software-Defined Network (SDN) & Network Function Virtualization (NFV) Po-Ching Lin Dept. CSIE, National Chung Cheng University

Internet Firewall CSIS Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS net15 1. Routers can implement packet filtering

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

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

Software Defined Networks

Making the Case for Open Source Controllers

: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

Software Defined Networking A quantum leap for Devops?

The Complete IS-IS Routing Protocol

CS6204 Advanced Topics in Networking

The State of OpenFlow: Advice for Those Considering SDN. Steve Wallace Executive Director, InCNTRE SDN Lab Indiana University

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

SOFTWARE-DEFINED NETWORKING AND OPENFLOW

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

a new sdn-based control plane architecture for 5G

Security Challenges & Opportunities in Software Defined Networks (SDN)

Network Security: Network Flooding. Seungwon Shin GSIS, KAIST

Exploring OpenDaylight

IxNetwork OpenFlow Solution

Software Defined Network (SDN) for Service Providers

Software Defined Networking Seminar

Measuring IP Network Routing Convergence. A new approach to the problem

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

HP Networking BGP and MPLS technology training

Software Defined Networking (SDN) OpenFlow and OpenStack. Vivek Dasgupta Principal Software Maintenance Engineer Red Hat

ABNO: The IETF approach for carrier SDN

OpenFlow - the key standard of Software-Defined Networks. Dmitry Orekhov, Epam Systems

RFC 2547bis: BGP/MPLS VPN Fundamentals

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 (

BROADCOM SDN SOLUTIONS OF-DPA (OPENFLOW DATA PLANE ABSTRACTION) SOFTWARE

SDN. What's Software Defined Networking? Angelo Capossele

On the effect of forwarding table size on SDN network utilization

Transcription:

SOFTWARE DEFINED NETWORKS REALITY CHECK DENOG5, Darmstadt, 14/11/2013 Carsten Michel

Software Defined Networks (SDN)! Why Software Defined Networking? There s a hype in the industry!! Dispelling some myths SDN does not save CAPEX SDN does not save OPEX SDN is not a provisioning system or configuration management tool SDN is not a new protocol! You can t buy SDN!! It s an architectural approach (Source: Wikipedia, Hype Cycle) 2

Problem Statement! Application Awareness Applications implemented as over-the-top for speed, agility and avoidance of network interaction Missing localization (especially true for CDN-traffic)! Service differentiation Difficult to introduce new functionality and services into the network; most often new services require additional boxes! Flexibility in Forwarding! Routing based on business logical rather than shortest-path hard to implement; finest granularity in standard routing is the prefix 3

Problem Solution by Abstraction! How do you solve a problem? Divide-and-conquer, i.e. breaking the complex problem into small solvable problems Abstraction, i.e. building a model with information which is relevant to the problem! Short primer on Abstraction: How did programming get simple? Machine language has no abstraction, i.e. have to deal with low-level details High-level programming languages have useful abstraction (e.g. file systems, virtual memory, abstract data types, etc.) Development frameworks and state-of-the-art programming languages add even more abstraction (e.g. object orientation, garbage collection, etc.)! Why is abstraction useful? Well-defined interfaces used to instantiate abstraction Freedom of implementation on both sides of the interface Introduction of modular programming structure! Complexity has not magically disappeared, but is merely hidden 4

Do we have Abstraction in Today s Networks?! Data plane abstraction by network layer models (physical, IP, TCP, ) Good abstraction by layered model Individual layer can evolve independently as long as the interface as not changed (e.g. move from 10GE to 100GE on physical layer or from IPv4 to IPv6 on layer-3) Bad interfaces which violate principles of modularity! Control plane abstraction does not exist! Constantly adding complexity to get what we want No clear building blocks, i.e. with every new problem we start from the scratch by defining new protocols Variety of totally different mechanisms like distributed algorithms (e.g. routing protocols), isolation technology (e.g. ACLs, firewalls, ) and traffic engineering Manual operator configuration on individual devices 5

SDN Approach to the Control Plane! Remember, control plane is all about computing forwarding state including Detecting how the network looks like globally, i.e. network topology discovery Determine what has to be done to get desired functionality Distribute forwarding state! Separation of control plane and forwarding plane (not new; done before!) Create data model to describe forwarding states Use standard protocols and open interfaces with small set of primitives (forwarding instructions)! Introduce Control Plane Abstraction and Programmability Integration with routing, signaling and policy logic Open standard-based APIs to allow multivendor setup Global network view providing virtualization of network infrastructure and simplification of provisioning! Logically centralize the Control Plane 6

SDN Reference Architecture! SDN Controller is a policy-based abstraction between network and application and makes use of re-usable components Northbound API provides interface for SDN application Southbound API provides instructions to the network devices and collects network information (e.g. topology, statistics, etc.) 7

SDN Application! SDN application is responsible for the calculation of the forwarding state Might be IP prefixes for routers or NAT entries for firewall! Primary goal: Network operators define what they want to do with the network, not how! Implementation details are hidden inside the SDN controller Distributed routing algorithms running locally on a box in the past evolve into graph algorithms running centrally within the control application! Drawback: Application must respond to topology changes Use network virtualization technologies 8

Implementing the Southbound API with OpenFlow! In traditional networking devices, the control processes and forwarding functionality resides on the network device! In OpenFlow architecture, an interface is created on the network device through which an external control process is able to program the packet matching and forwarding operations of the network device A standardized API and communication method between external OpenFlow controller and OpenFlow process on the networking device Flow tables held by the networking device which are populated by the external controller 9

Implementing the Southbound API with OpenFlow (2)! OpenFlow tables contain flow entries consisting of Match fields to classify the packet (e.g. ingress port, packet header, or metadata) Priorities defining the precedence of matching Counters for statistics reporting capabilities Actions defining how a matched packet should be handled (including drop/forward, enqueue packet, push/ pop header, etc.) Timeouts Cookies which might by used by the controller 10

Implementing the Southbound API with Path Computation Elements (PCE)! Approach to solving the interdomain problem 11 In this context domain also might be hierarchy level (e.g. GMPLS domain)! Formalism of functional architecture An entity (component, application, or network node) that is capable of computing a network path or route based on a network graph and applying computational constraints. (RFC 4655) The ability to perform path computation as a (remote) service Stateless and stateful off-line computation based on TED PCE can issue provisioning commands

Implementing the Southbound API with Path Computation Elements (PCE) (2)! PCE Communication Protocol (PCEP) runs between a Path Computation Element (PCE) and Path Computation Client (PCC) PCEP operates over TCP to guarantee reliable messaging and flow control without further protocol work PCC may have PCEP session with more than one PCE! Stateful PCE uses strict synchronization to extract information of active paths and their reserved resources for its computations (e.g. traffic engineering database and existing LSPs) Delegation mechanism available to change controller which is responsible Stateful PCE might also retain information regarding LSPs under construction in order to reduce churn and resource contention. Additional state allows the PCE to compute constrained paths while considering individual LSPs and their interactions 12

Implementing the Southbound API with BGP Link State (LS) / Traffic Engineering (TE)! How does PCE/ALTO obtain the traffic engineering database (TED)? Unspecified in the architecture Early implementations participate in IGP Updates may be too frequent Implementations must support IS-IS and OSPF! Most traffic engineered networks have a BGP-capable router BGP nodes are designed to process routing policies! BGP-LS is set of simple extensions to advertise topology info Speaker is possibly route reflector using policy to determine what to advertise and when SDN Server (e.g. PCE/ALTO) uses very lightweight BGP implementation 13

Implementing the Southbound API with Interface to the Routing System (I2RS)! Framework for integrating external data into routing Indirection, policy, loop-detection! Filtered events for triggers, verification, and learning about changes to router state! Data models for state Topology model, interface, measurements, etc.! Data model for routing RIB layer (unicast/multicast RIBs, MPLS LFIBs, ) Protocol layer (IS-IS, BGP, etc.)! Device-level and network-level interfaces and protocols 14

Implementing the Southbound API with Interface to the Routing System (I2RS) (2)! Data Encoding Language which is parsable, extensible, recursion, programmable (e.g. YANG)! Non-blocking transactions, stateless, duplex, multi-channel Data Exchange Protocol! Different types of operations Read Data from RIB (routes/next-hops, routing tables, etc) Write Data into unicast/multicast routes to RIB (No direct programming of FIB!) RIB manager MAY do next-hop resolution Notification sent by I2RS agent to controller if route changes or next-hop not resolved 15

SDN Northbound Interface! Northbound API allows control information of the network to be used by applications Northbound interface allows to make the difference to traditional networking Could be traditional network services, e.g. firewalls, load balancers,... Orchestration (e.g. OpenStack)! Northbound API not constrained by hardware innovation because it s independent from underlying physical infrastructure Allows more agile development! As of today, no standard northbound API available Up to now, proprietary vendor solutions 16

SDN Use Case for Data Center! SDN Controller provides centralized touchpoint to enable network virtualization using individual APIs to implement box-specific states 17

Conclusion! Abstraction is fundamental concept to solving real-world problems! SDN provides abstraction, centralization and virtualization for the control plane! References Scott Shenker: The Future of Networking and the Past of Protocols, Open Networking Summit 2012 Kireeti Kompella: SDN: OS or Compiler, SDN Summit 2013 18