SlideShare ist ein Scribd-Unternehmen logo
1 von 74
Downloaden Sie, um offline zu lesen
SDN and OpenFlow
                                       A Tutorial



                                                                               Presenters
                                Rajasri K (rajasrik@ipinfusion.com)
                                Srikanth K (srikanth.krishnamohan@ipinfusion.com)
                                Kingston S (kingstons@ipinfusion.com)
                                Bhaskar R (bhaskarr@ipinfusion.com)

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   1
Disclaimer:

       This is not a committed development schedule.
       All roadmap items presented are tentative
       The roadmap reflects projected plans based on preliminary requirements
       analysis of the market.
       All roadmap data is subject to change as necessary
       The development, release, and timing of features or functionality described for
       IP Infusion Inc.' products remains at the sole discretion of IP Infusion Inc.
       This roadmap is not a commitment to deliver any material, code, or functionality
       This document is not to be construed as a promise by any participating
       company to develop, deliver, or market a product.
       IP Infusion, Inc. reserves the right to revise this document and to make
       changes to its content, at any time.
       IP Infusion, Inc. makes no representations or warranties with respect to the
       contents of this document, and specifically disclaims any express or implied
       warranties of merchantability or fitness for any particular purpose.



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   2
Agenda
        Part I - SDN
                • Introduction and motivation
        Part II - OpenFlow
                • Introduction
                • OpenFlow protocol
        Part III - Use cases of SDN/OpenFlow
          • Network Virtualization - FlowVisor
          • RouteFlow with Demo



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   3
Traditional network node

     Typical Networking Software
             • Control Plane -The brain/decision maker
             • Data Plane - packet forwarder
             • Management plane


   Ethernet Switch                                                                          Control Path (Software)


                                                                                           Data Path (Hardware)




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   4
SDN entity




                        App 1                 App 2


                 Controller (server)                                                          SDN Controller (server)



                                                         SDN Protocol –Open Flow



           Ethernet Switch                                                                                 SDN client


                                                                                                 Data Path (Hardware)

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   5
Drawbacks of existing network

      Difficult to perform real world experiments on
      large scale production networks
              Research stagnation - Huge costly equipment to be
              procured and networks to be setup by each team for
              research
              Lots of deployed innovation in other areas
              Networks have remained the same for many years
              Rate of innovation in networks is slower – lack of high level
              abstraction
      Closed Systems
              Stuck with interfaces
              Hard to collaborate meaningfully
              Vendors starting to open-up but not meaningfully

 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   6
Drawbacks of existing network – Contd.

       Network Equipment in recent decades
             Hardware centric – usage of custom ASICs
                 • Why?
                         • Growth in network capacity
                         • Faster packet switching capability

                 • Impact
                    • Slower Innovation
                         • Reduced flexibility once chips are fabricated
                                 • Firmware provides some programmability



 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   7
Drawbacks of existing network – Contd.

     Vendor specific software
         • Why
                 •IPR generation, increased competition
                 •Custom built - Efficient
         • Impact
                 • Closed software
                 • Non-standard interfaces to H/W
     Proprietary networking devices with proprietary
     software and hardware
         • Innovation is limited to vendor/ vendor partners
         • Huge barriers for new ideas in networking

 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   8
Source: ONF Forum


IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   9
Source: ONF Forum
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   10
SDN

     “Software Defined Networking”
     SDN Principles
             Separate Control plane and Data plane entities
             Execute or run Control plane software on general purpose
             hardware
                 Decouple from specific networking hardware
                 Use commodity servers
             Have programmable data planes
                 Maintain, control and program data plane state from a central
                 entity
             An architecture to control not just a networking device but an
             entire network.




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   11
SDN




                                                                                              Source: ONF Forum

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   12
SDN

     Standard Bodies
             Open Networking Foundation
                  • http://www.openflow.org/
                  • https://www.opennetworking.org/




             IETF
                  • http://tools.ietf.org/html/draft-nadeau-sdn-problem-statement-00
                  • http://tools.ietf.org/html/draft-nadeau-sdn-framework-01



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   13
Need for SDN

    Facilitate Innovation in Network
    Layered architecture with Standard Open Interfaces
    Independent innovation at each layer
    Experiment and research using non-bulky, non-expensive
    equipment
    More accessibility since software can be easily developed
    by more vendors
    Speed-to-market – no hardware fabrication cycles
    More flexibility with programmability
    Ease of customization and integration with other software
    applications
    Fast upgrades
    Program a network vs Configure a network

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   14
Evolving Networking Trends




        Source: ONF Forum

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   15
SDN Architecture


                                                       Traffic                                   Other
              Routing
                                                     Engineering                               Applications


                                    Network Operating System
                                                                                                                                Control Plane

                                              Data Forwarding
                                             (OpenFlow Switch)

                                                                                           Data Forwarding
                                                                                          (OpenFlow Switch)                          Data Plane
        Data Forwarding
       (OpenFlow Switch)
                                                          Data Forwarding
                                                         (OpenFlow Switch)



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   16
SDN – A new paradigm

            Software-Centric-Network
                • Network devices expose SDKs
                • Third-party application development and
                  integration
                • Software vendors develop network applications
                • Standards for network applications




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   17
SDN – A new paradigm


   SDN entities
            A general purpose commodity-off-the-shelf hardware
            A real time optimized operating system – mostly Linux
            based
            Perhaps, some high end power and multi-port NIC
            cards
            Integration with other new trends in servers viz
                • Virtualization
                • Parallelization
                • Modularity

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   18
Key Attributes for SDN Success

           Architecture for a Network Operating
           System with a service/application
           oriented namespace
           Resource virtualization and aggregation
           (pooling to achieve scaling)
           Appropriate abstractions to foster
           simplification
           Decouple topology, traffic and inter-layer
           dependencies
           Dynamic multi-layer networking
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   19
Agenda

        Part I - SDN
                • Introduction and motivation
        Part II - OpenFlow
                • Introduction
                • OpenFlow protocol
        Part III - Use cases of SDN/OpenFlow
          • Network Virtualization - FlowVisor
          • RouteFlow with Demo



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   20
Part II - SDN and Open Flow




             Source: ONF Forum


IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   21
Open Flow


        General Myth
                SDN is Open Flow


        Reality
                OpenFlow is an open API that provides a
                standard interface for programming the data
                plane switches




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   22
What is Open Flow


        OpenFlow is like an x86 instruction set for the network
        Provides open interface to “black box” networking node
        (ie. Routers, L2/L3 switch) to enable visibility and
        openness in network
        Separation of control plane and data plane.
                The datapath of an OpenFlow Switch consists of a Flow Table,
                and an action associated with each flow entry
                The control path consists of a controller which programs the flow
                entry in the flow table
        OpenFlow is based on an Ethernet switch, with an
        internal flow-table, and a standardized interface to add
        and remove flow entries


IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   23
Components of OpenFlow Network
                                                                                                                         Controller
                          OpenFlow Switch specification

                                OpenFlow Switch                                                                                       PC


                                     sw Secure
                                       Channel


                                     hw Flow
                                        Table




    * Figure From OpenFlow Switch Specification
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   24
Centralized Vs Distributed Control




                                                                                                                           Source: ONF Forum
 One OpenFlow switch cannot be controlled by two controllers with out additional abstractions
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   25
Open Flow Protocol Messages

      Controller-to-Switch - initiated by the controller and
      used to directly manage or inspect the state of the
      switch
       • Features, Config, Modify State, Read-State,
         Packet-Out, Barrier
      Asynchronous - Asynchronous messages are sent
      without the controller soliciting them from a switch
        • Packet-in, Flow Removed / Expiration, Port-
          status, Error
      Symmetric - Symmetric messages are sent without
      solicitation, in either direction
        • Hello, Echo, Experimenter / Vendor
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   26
Secure Channel (SC)

      SC is the Interface that connects each OpenFlow switch to
      controller

      A controller configures and manages the switch, receives
      events from the switch, and send packets out the switch via
      this interface

      SC establishes and terminates the connection between
      OpenFlow Switch and the controller using Connection Setup
      and Connection Interruption procedures

      The SC connection is a TLS connection. Switch and controller
      mutually authenticate by exchanging certificates signed by a
      site-specific private key


IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   27
Packet Matching

      Packet In
Start at Flow table 0


                                                                                                                                           yes
                                                 Update Counters
                                       yes       Execute Instruction Set
           Match in                                                                                                             Go to
                                                 • Update action set
           Table 0?                              • Update packet/match set fields
                                                                                                                               Table n?
                                                 • Update metadata
                       no
                                                                                                                                           no
Based on table configuration, do
one                                                                                                              Execute Action Set
• Send to controller
• Drop
• Continue to next table



                * Figure From OpenFlow Switch Specification
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   28
Pipeline Processing




                * Figure From OpenFlow Switch Specification
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   29
Instructions & Action Set


        Each flow entry contains a set of instructions that are
        executed when a packet matches the entry
        Instructions contain either a set of actions to add to the
        action set, contains a list of actions to apply immediately
        to the packet, or modifies pipeline processing.
        An Action set is associated with each packet. Its empty by
        default
        Action set is carried between flow tables
        A flow entry modifies action set using Write-Action or
        Clear-Action instruction
        Processing stops when the instruction does not contain
        Goto-Table and the actions in the set are executed.


IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   30
Instructions & Action Set – Contd.

    List of Instructions to modify action set
      Apply Actions
                Apply the specified actions immediately
        Clear Actions
                Clear all the actions in the set immediately
        Write Actions
                Merge the specified actions to the current set
        Write Metadata
                Write the meta data field with the specified value
        Goto-Table
                Indicated the next table in the processing pipeline




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   31
Actions

List of Actions
  Required Actions
      Output – Forward a packet to the specified port
      Drop
      Group

    Optional Actions
      Set-Queue
      Push/Pop Tag
      Set-Field


IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   32
Flow Table Entry


                 Matching Rules                            Statistics                        Instructions



                                                       Packet + byte counters

                                                      1.    Forward packet to port(s)
                                                      2.    Encapsulate and forward to controller
                                                      3.    Drop packet
                                                      4.    Send to normal processing pipeline




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   33
Flow Switching/Routing

   Layer 2 Switching                                                       Layer 3
   (MAC/VLAN)                                                              Routing




Fields to match against flows
 Wild Card Filters                                                                 Wild Card Matching:
                                                                                      Aggregated MAC-subnet: MAC-src: A.*,
                                                                                      MAC-dst: B.*
       IN Port                                TCP/UDP Src                             Aggregated IP-subnet: IP-src:
       VLAN ID                                Port                                    192.168.*/24, IP-dst: 200.12.*/24
       VLAN Priority                          TCP/UDP Dst
       Ether Frame Type                       Port
       IP Type of Service
                                              VLAN Priority
       IP Protocol
                                              MPLS Label
                                              IP Type of Service
                                              IP Src Address
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   34
Load Balancing

        Current methods use uniform distribution of traffic
        Not based on network congestion and server load
        More adaptive algorithms can be implemented by using OpenFlow
        Monitor the network traffic
        Program flows based on demand and server capacity

                                       Network Operating System


          Program                                                                                                           Collect
          Flow                                                                                                              Statistics/O
          Entries                                                                                                           bserve load
                                                                                                                            patterns
                             Data Forwarding                                         Data Forwarding
                            (OpenFlow Switch)                                       (OpenFlow Switch)

                      Dynamic load balancing using OpenFlow

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   35
Dynamic flow modification
   A microflow rule matches on all fields
   A wildcard rule can have “don’t care” bits in some fields
   Rules can be installed with a timeout
           Delete the rule after a fixed time interval (a hard timeout)
           Specified period of inactivity (a soft timeout)
   Switch counts the number of bytes and packets matching each rule,
   and the controller can poll these counter values.



                                                                     192.168.*/24 200.12.*/24
                                                                                      300.12.*/24                                      200.12.*/24
                                                                                       R1
                                                                                                                           Server 1
                              R1                  Balancing
    Incoming                                       Switch
                                                                                                                                     300.12.*/24
    Requests                      R2
                                                                                      R2
                                                                                                                          Server 2

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   36
Agenda

        Part I - SDN
         Introduction and motivation
        Part II - OpenFlow
         Introduction
         OpenFlow protocol
        Part III - Use cases of SDN/OpenFlow
           • Network Virtualization - FlowVisor
           • RouteFlow with Demo



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   37
Virtualization – A Driving Factor for SDN


    Virtualization
             Abstraction between the physical resources and their
             logical representation
             Can be implemented in various layers of a computer
             system or network
                 • Storage Virtualization
                 • Server Virtualization
                 • Network Virtualization




 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   38
Server Virtualization

    Server virtualization refers to the partitioning of the
    resources of a single physical machine into
    multiple execution environments each of which can
    host a different server




 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   39
Network Virtualization

     Allows heterogeneous virtual networks that are isolated, independently
     managed to coexist over a shared physical network infrastructure
     Network Virtualization is not a new concept. It is available in parts
     currently
             E.g MPLS L2VPN/L3VPN, VLAN, VRF etc
             The above technologies can slice particular hardware resources (e.g., MPLS can
             virtualize forwarding tables) and layers (VLANs slice the link layer)
     Currently no single technology or clear abstraction exists that will
     virtualize the network as a whole
     Models of Virtualization
         • Network Slicing Model - Logically isolated network partitions are created over a
           shared physical network infrastructure
         • HyperVisor Model - This model combines logical computer network resources into
           a single platform appearing as a single network. E.g. HyperVisor / Vswitch
         • Combination of the above two models




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   40
Network Slice Model




                                                                                                            Source: ONF Forum


IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   41
Virtual Switch Model




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   42
Server virtualization vs Network virtualization




                                                                                                            Source: ONF Forum




 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   43
FlowVisor

        FlowVisor is a specialized controller using OpenFlow as a hardware abstraction layer
        between the control and forwarding paths
        Partitions the flow-table in each switch by keeping track of which flow-entries
        belong to each guest controller
        Definition of a slice
            • Slice is a set of flows (called flowspace) running on a topology of switches.
        Given a packet header, can decide which flowspace contains it, and hence which
        slice (or slices) it belongs to
        5 Primary Slicing Dimensions
            •   Bandwidth
            •   Topology
            •   Traffic
            •   Device CPU
            •   Forwarding Tables
        Designed with the following goals
            • Transparency
            • Isolation                                                                                              Source: ONF Forum

            • Slice Definition
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   44
Sample FlowVisor Example


        Imagine a multi tenant datacenter which has
        multiple customers each having their applications
        deployed in the data center servers. Say the
        customers wants to run their own proprietary
        switching logic (Control Plane Protocols) for their
        respective traffic.
            • With the existing network architecture there is no way to address this
              requirement.
            • FlowVisor solves this problem by slicing the networks based on some of
              the attributes either in the packet or based on the interface configs in the
              OpenFlow switches.




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   45
FlowVisor Datacenter Application




                                                                                                                               Source: ONF Forum
 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   46
FlowVisor Operations




                                                       nw_dst=224.x.x.x                      nw_dst=224.y.y.y




                                                                                                                                  Slicing
                                                                                                                                  Policies




                                                       nw_dst=224.x.x.x and                  nw_dst=224.y.y.y and
                                                       dl_vlan = x                           dl_vlan = y




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   47
Agenda

        Part I - SDN
         Introduction and motivation
        Part II - OpenFlow
         Introduction
         OpenFlow protocol
        Part III - Use cases of SDN/OpenFlow
           • Network Virtualization - FlowVisor
           • RouteFlow with Demo



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   48
Possible use-cases

       Migration path from legacy IP deployments to purely
       software-defined networks (which support OpenFlow)
       Open-Source framework to support the different flavours
       of network virtualization (e.g., logical routers, router
       aggregation / multiplexing).
       IP Routing-as-a-Service models of networking




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   49
Traditional Router


                                          A Router Architecture




              Traditional Network (Both                                             OpenFlow Network (Only data
               control and data plane)                                                        plane)
 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   50
                                                                                          * Figures from DROP and RouteFlow literature
RouteFlow

         Provides virtualized IP routing
         services over OpenFlow enabled
         hardware
           • OpenFlow hardware needs Flow
             tables to make forwarding decisions
           • Linux based routing engines
             populate the FIB (Forwarding
             Information Base) which is used for
             the destination lookup.
           • A mechanism to convert the FIB
             entries to OpenFlow Flow table
             entries.

IP routing table entry
Destination Gateway                             Genmask        Iface
20.0.0.0      50.0.0.4                         255.255.255.0 eth4

Flow table entry
ip,dl_dst=12:27:c6:21:d8:c3,nw_dst=20.0.0.0/24,actions=mod_dl_dst:92:aa:aa:c7:
92:03,mod_dl_src:12:27:c6:21:d8:c3,output:4
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   51
                                                                                         * Figure from RouteFlow literature
RouteFlow Components

     Programmable switches
       •    OpenFlow enabled hardware


     Virtual network environment
       •    Server virtualization technique used to create virtual
            machines to reproduce the connectivity of a physical
            infrastructure.
       •    Each VM (virtual machine) maps to one OpenFlow
            hardware.
       •    Each VM runs one instance of the IP routing engine (Any
            linux based routing engine: e.g. Quagga).
       •    Includes the exact number of ports as well as the IP
            addresses of each interface. All state information (say
            routing tables) are exchanged in the virtual network by the
            routing engines.
       •    LXC (Linux Containers) used as the virtualization
            mechanism as it is a lightweight mechanism.




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   52
                                                                                         * Figure from RouteFlow literature
RouteFlow Components - Contd.
  OVS (Open vSwitch)
   •     A software switch that supports OpenFlow
   •     Provides the required network connectivity across the VM’s.
   •     Depends on the RouteFlow controller to make the
         decisions. Has a single Flow entry to send all the packets to
         the controller.


  RouteFlow protocol
    •    Defines message formats exchanged between the
         RouteFlow Slave, RouteFlow Server and the RouteFlow
         Controller


  RouteFlow Controller (RF-C)
    •    An application on top of the NOX controller (an open-source
         OpenFlow controller).
    •    Sends packets and events its receives from OVS and
         OpenFlow hardware to RouteFlow Server
    •    Send packets it receives from RouteFlow Server to OVS
         (control packets) or OpenFlow hardware (to deal with flow
         additions and deletions)
    •    Provides and interface to the rest of the framework to the
         OpenFlow hardware.
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   53
                                                                                         * Figure from RouteFlow literature
RouteFlow Components - Contd.

     RouteFlow Server (RF-Server)
      •     Keeps the core logic of the system.
      •     Receives the registered events from the RF-C and takes
            decisions over those events (e.g. packet-in, datapath- join).
      •     Also receives information about route changes from the rf-
            slave running in the quagga vms, which will trigger a flow
            install/modification in the corresponding OpenFlow switch.
      •     Decides what to do with packets that arrive at the controller.
      •     Responsible for Virtual Machine registration and for
            keeping the synchronization with the datapaths.

     RouteFlow Slave (RF-Slave)
      •     Every VM executing an instance of the IP routing engine
            has an assosciated RouteFlow Slave instance.
      •     Helps in the mapping between the VM interfaces and their
            attachment to the Open vSwitch ports by sending probe
            packets that act as a location/attachment discovery
            technique.
      •     FIB gathering: IP and ARP tables are collected (using the
            Linux Netlink API) and then translated into OpenFlow tuples
            that are finally installed in the associated OpenFlow-
            enabled devices in the forwarding plane.
      •     Agnostic of the Routing Engine.
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   54
                                                                                         * Figure from RouteFlow literature
Traditional Scenario




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   55
                                                                                         * Figure from RouteFlow literature
RouteFlow Scenario




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   56
                                                                                         * Figure from RouteFlow literature
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   57
                                                                                         * Figure from RouteFlow literature
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   58
                                                                                         * Figure from RouteFlow literature
rfvmA Linux FIB


         Kernel IP routing table
         Destination Gateway                                Genmask                         Iface
         172.31.4.0     50.0.0.4                           255.255.255.0                   eth4
         20.0.0.0       50.0.0.4                           255.255.255.0                   eth4
         40.0.0.0       50.0.0.4                           255.255.255.0                   eth4
         10.0.0.0       0.0.0.0                            255.255.255.0                   eth2
         172.31.1.0     0.0.0.0                            255.255.255.0                   eth1
         30.0.0.0       0.0.0.0                            255.255.255.0                   eth3
         172.31.3.0     30.0.0.3                           255.255.255.0                   eth3
         192.169.1.0 0.0.0.0                               255.255.255.0                   eth0
         172.31.2.0     10.0.0.2                           255.255.255.0                   eth2
         50.0.0.0       0.0.0.0                            255.255.255.0                   eth4




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   59
Flow table of switch A

stats_reply (xid=0xb6139bb8): flags=none type=1(flow)

cookie=0, duration_sec=6s, duration_nsec=545000000s, table_id=0, priority=32792,
n_packets=0, n_bytes=0,
idle_timeout=0,hard_timeout=0,ip,dl_dst=12:27:c6:21:d8:c3,nw_dst=20.0.0.0/24,actio
ns=mod_dl_dst:92:aa:aa:c7:92:03,mod_dl_src:12:27:c6:21:d8:c3,output:4

cookie=0, duration_sec=6s, duration_nsec=545000000s, table_id=0, priority=32792,
n_packets=0, n_bytes=0,
idle_timeout=0,hard_timeout=0,ip,dl_dst=12:27:c6:21:d8:c3,nw_dst=40.0.0.0/24,actio
ns=mod_dl_dst:92:aa:aa:c7:92:03,mod_dl_src:12:27:c6:21:d8:c3,output:4




 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   60
SDN and Research


     Controller Implementations - Currently three controllers are
     available NOX, SNAC and Reference Controller (from OpenFlow)
     OpenFlow 1.1 for Ubuntu, Centos, Debian, Fedora etc.
     OpenFlowMPLS - OpenFlow MPLS is a project at Ericsson
     Research on extending OpenFlow with MPLS capabilities.
     pac.c: Packet and Circuit Network Convergence with OpenFlow
     Pantou : OpenFlow 1.0 for OpenWRT




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   61
GENI Experimental Test bed

     GENI has deployed OpenFlow based network in 10
     institutions and 2 National research backbones
     The initial Spiral 3 GENI network core is a set of OpenFlow-
     capable switches in NLR and Internet2
     For e.g., Stanford operates three OpenFlow networks
     SNAC is used as the controller for both the Production and
     Experimental network
     The Demo network is sliced, by the FlowVisor, into several
     individual slices, each of which use their own NOX-based
     controller
     OpenFlow had been deployed around 68 trails / deployment
     networks spanning across 13 countries
     http://groups.geni.net/geni/wiki/NetworkCore

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   62
Summary

         SDN is an architecture of which OpenFlow is just a part
         Clear Separation of control and data plane functionalities
         Provides high level abstractions
             Network topology
             Application API
             Standard vendor-agnostic interface to program the
             hardware
         Scalability concerns
         SDN is not a magic wand to solve the current problems
         Many vendors are evaluating the direction SDN will take
         IP Infusion is part of the ONF forum



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   63
Open Flow Specifications


                The Specification describes the protocol that is used
                between an OpenFlow Switch and the OpenFlow
                Controller.
                There are four Specification as follows
                  • OpenFlow Switch Specification, Version 1.1.0 Implemented
                    changes
                  • OpenFlow Switch Specification, Version 1.0.0 changes
                  • [Deprecated] OpenFlow Switch Specification, Version 0.9.0
                  • [Deprecated] OpenFlow Switch Specification, Version 0.8.9




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   64
Open Flow Working Group


     openflow-discuss@lists.stanford.edu
     openflow-announce@lists.stanford.edu
     openflow-dev@lists.stanford.edu
     openflow-spec@lists.stanford.edu.
     openflow-meeting@lists.stanford.edu.
     openflow-testing@lists.stanford.edu.
     routeflow-discuss@googlegroups.com




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   65
References

     "OpenFlow: Enabling Innovation in Campus Networks“ N. McKeown, T. Andershnan, G.
     Parulkar, L. Peterson, J. Rexford, S. Shenker, and J. Turneron, H. Balakris ACM Computer
     Communication Review, Vol. 38, Issue 2, pp. 69-74 April 2008
     OpenFlow Switch Specication V 1.1.0.
     M. Ribeiro Nascimento, C. Esteve Rothenberg, M. R. Salvador, Carlos Corrêa, Sidney
     Lucena and M. F. Magalhães. "Virtual Routers as a Service: The RouteFlow
     Approach Leveraging Software-Defined Networks". In 6th International Conference on
     Future Internet Technologies 2011 (CFI 11), Seoul, Korea.
     Richard Wang, Dana Butnariu, and Jennifer Rexford OpenFlow-based server load balancing
     gone wild, Workshop on Hot Topics in Management of Internet, Cloud, and Enterprise
     Networks and Services (Hot-ICE), Boston, MA, March 2011.
     Marcelo Ribeiro Nascimento, Christian Esteve Rothenberg, Marcos Rogério Salvador,
     Mauricio Ferreira Magalhães. QuagFlow: Partnering Quagga with OpenFlow, To be
     presented in ACM SIGCOMM 2010 Poster Session, New Delhi, India, Sep. 2010.
     Saurav Das, Guru Parulkar, Preeti Singh, Daniel Getachew, Lyndon Ong, Nick McKeown,
     Packet and Circuit Network Convergence with OpenFlow, Optical Fiber Conference
     (OFC/NFOEC'10), San Diego, March 2010.
     Nikhil Handigol, Srini Seetharaman, Mario Flajslik, Nick McKeown, Ramesh Johari, Plug-n-
     Serve: Load-Balancing Web Traffic using OpenFlow, ACM SIGCOMM Demo, Aug 2009.
     NOX: Towards an Operating System for Networks
     https://sites.google.com/site/routeflow/home
     http://www.openflow.org/

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   66
References

     http://www.opennetsummit.org/
     https://www.opennetworking.org/
     http://conferences.sigcomm.org/sigcomm/2010/papers/sigcomm/p195.pdf
     http://searchnetworking.techtarget.com/




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   67
Thank You !




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   68
Backup slides




IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   69
Topology Discovery

      Controller maintains a network wide topology
      Central controller based discovery (ex., using NOX)
      Uses Link Layer Discovery Protocol (LLDP) to discover the
      Layer-2 topology
      Iterate over all ports of the network and send out LLDP
      packets periodically
      The LLDP packets contain the chassis ID, and the port
      number of the outgoing switch/port
      packet_in handler called on receipt of an LLDP packet.
      Infer the link-level connectivity by querying the LLDP
      packets.


IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   70
Topology Discovery Contd.


  Maintains an adjacency list of network links
  periodically iterates over the discovered links of the network
  and detects timeouts.
  Timeouts update the global view and generate a node
  changed event
Shortcomings:
  The fundamental problem with a centralized approach to
  topology discovery is that all ports must be scanned linearly
  which greatly reduces response time.
  Should really be implemented on the switch ?



IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   71
Hybrid Model/Network Partition


        SDN/OpenFlow will not be an "all or nothing" choice
        It is more likely to be a hybrid model
        With switches supporting both the traditional model and
        OpenFlow model being deployed.
                    Hybrid OpenFlow Switch
                  Which allows partitioning the
                                                                                                              Controller 1
                 switch for different experiments

                                                                                                                  Controller 2

                                                                                                                         Controller 3
                           Experiment A/Flow Table 1

                           Experiment B/ Flow Table 2

           Production Traffic (Normal Layer2/Layer3)

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   72
Packet Matching

     OpenFlow pipeline contains multiple flow tables starting
     with Table number 0
     Each flow table contains one or more flow entries
     Matching starts with the first flow table
     If a Match is found
         Instructions associated with flow entry are executed
         Instruction may direct the packet to next flow table in
         pipeline
         When processing stops, the associated action set is
         applied and packet forwarded
     Instructions describe packet forwarding, packet
     modification, group table processing and pipeline
     processing

IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   73
Components of OpenFlow Network
    Controller
      Provides a network wide abstraction for the
      applications on one side and uses the OpenFlow
      protocol to communicate with a OpenFlow aware
      switch

    Flow Table
       Consists of a Flow entry and an action associated with
       each flow entry to tell the switch how to process the
       flow.
    Secure Channel.
       Connects the switch to the controller, allowing
       commands and packets to be sent between a
       controller and the switch through OpenFlow protocol .
IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice   © 2011 IP Infusion Inc.   74

Weitere ähnliche Inhalte

Was ist angesagt?

Why sdn
Why sdnWhy sdn
Why sdnlz1dsb
 
Software Defined Networks
Software Defined NetworksSoftware Defined Networks
Software Defined NetworksShreeya Shah
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVKingston Smiler
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFVCoreStack
 
SDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDxCentral
 
SDN Architecture & Ecosystem
SDN Architecture & EcosystemSDN Architecture & Ecosystem
SDN Architecture & EcosystemKingston Smiler
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDNVenkata Naga Ravi
 
Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)rjain51
 
Software Defined Network (SDN)
Software Defined Network (SDN)Software Defined Network (SDN)
Software Defined Network (SDN)Ahmed Ayman
 
Introduction to SDN
Introduction to SDNIntroduction to SDN
Introduction to SDNAPNIC
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)rjain51
 
Software-Defined Networking(SDN):A New Approach to Networking
Software-Defined Networking(SDN):A New Approach to NetworkingSoftware-Defined Networking(SDN):A New Approach to Networking
Software-Defined Networking(SDN):A New Approach to NetworkingAnju Ann
 
Tutorial on SDN and OpenFlow
Tutorial on SDN and OpenFlowTutorial on SDN and OpenFlow
Tutorial on SDN and OpenFlowKingston Smiler
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginnersDave Neary
 
TechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined AccessTechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined AccessRobb Boyd
 
Understanding Cisco’ Next Generation SD-WAN Technology
Understanding Cisco’ Next Generation SD-WAN TechnologyUnderstanding Cisco’ Next Generation SD-WAN Technology
Understanding Cisco’ Next Generation SD-WAN TechnologyCisco Canada
 

Was ist angesagt? (20)

Why sdn
Why sdnWhy sdn
Why sdn
 
Software Defined Networks
Software Defined NetworksSoftware Defined Networks
Software Defined Networks
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFV
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFV
 
SDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined Networking
 
SDN Architecture & Ecosystem
SDN Architecture & EcosystemSDN Architecture & Ecosystem
SDN Architecture & Ecosystem
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDN
 
Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)
 
Software Defined Network (SDN)
Software Defined Network (SDN)Software Defined Network (SDN)
Software Defined Network (SDN)
 
Introduction to SDN
Introduction to SDNIntroduction to SDN
Introduction to SDN
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 
Software defined network
Software defined networkSoftware defined network
Software defined network
 
Introductionto SDN
Introductionto SDN Introductionto SDN
Introductionto SDN
 
Software-Defined Networking(SDN):A New Approach to Networking
Software-Defined Networking(SDN):A New Approach to NetworkingSoftware-Defined Networking(SDN):A New Approach to Networking
Software-Defined Networking(SDN):A New Approach to Networking
 
Tutorial on SDN and OpenFlow
Tutorial on SDN and OpenFlowTutorial on SDN and OpenFlow
Tutorial on SDN and OpenFlow
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginners
 
TechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined AccessTechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined Access
 
Sdn ppt
Sdn pptSdn ppt
Sdn ppt
 
OpenFlow
OpenFlowOpenFlow
OpenFlow
 
Understanding Cisco’ Next Generation SD-WAN Technology
Understanding Cisco’ Next Generation SD-WAN TechnologyUnderstanding Cisco’ Next Generation SD-WAN Technology
Understanding Cisco’ Next Generation SD-WAN Technology
 

Andere mochten auch

OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorialopenflow
 
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)Kentaro Ebisawa
 
Route flow autoconf demo 2nd sdn world congress 2013
Route flow autoconf demo   2nd sdn world congress 2013Route flow autoconf demo   2nd sdn world congress 2013
Route flow autoconf demo 2nd sdn world congress 2013FIBRE Testbed
 
Light Reading BTE_SDNtoolbox_June_2015
Light Reading BTE_SDNtoolbox_June_2015Light Reading BTE_SDNtoolbox_June_2015
Light Reading BTE_SDNtoolbox_June_2015Deborah Porchivina
 
Open Flow Tutorial Series - Set 1
Open Flow Tutorial Series - Set 1Open Flow Tutorial Series - Set 1
Open Flow Tutorial Series - Set 1Radhika Hirannaiah
 
Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Joel W. King
 
Ch 02 --- sdn and openflow architecture
Ch 02 --- sdn and openflow architectureCh 02 --- sdn and openflow architecture
Ch 02 --- sdn and openflow architectureYoram Orzach
 
The dark side of SDN and OpenFlow
The dark side of SDN and OpenFlowThe dark side of SDN and OpenFlow
The dark side of SDN and OpenFlowDiego Kreutz
 
Transport SDN - Use Cases and Lessons Learnt
Transport SDN - Use Cases and Lessons LearntTransport SDN - Use Cases and Lessons Learnt
Transport SDN - Use Cases and Lessons LearntADVA
 
Understanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationUnderstanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationSDN Hub
 
Open VSwitch .. Use it for your day to day needs
Open VSwitch .. Use it for your day to day needsOpen VSwitch .. Use it for your day to day needs
Open VSwitch .. Use it for your day to day needsrranjithrajaram
 
WAN SDN meet Segment Routing
WAN SDN meet Segment RoutingWAN SDN meet Segment Routing
WAN SDN meet Segment RoutingAPNIC
 
The Basic Introduction of Open vSwitch
The Basic Introduction of Open vSwitchThe Basic Introduction of Open vSwitch
The Basic Introduction of Open vSwitchTe-Yen Liu
 
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014SAMeh Zaghloul
 
OpenvSwitch Deep Dive
OpenvSwitch Deep DiveOpenvSwitch Deep Dive
OpenvSwitch Deep Diverajdeep
 
Moviemaker 120104065957-phpapp01 - copy
Moviemaker 120104065957-phpapp01 - copyMoviemaker 120104065957-phpapp01 - copy
Moviemaker 120104065957-phpapp01 - copyAmka Anar
 

Andere mochten auch (20)

OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorial
 
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
 
Route flow autoconf demo 2nd sdn world congress 2013
Route flow autoconf demo   2nd sdn world congress 2013Route flow autoconf demo   2nd sdn world congress 2013
Route flow autoconf demo 2nd sdn world congress 2013
 
Light Reading BTE_SDNtoolbox_June_2015
Light Reading BTE_SDNtoolbox_June_2015Light Reading BTE_SDNtoolbox_June_2015
Light Reading BTE_SDNtoolbox_June_2015
 
Open Flow Tutorial Series - Set 1
Open Flow Tutorial Series - Set 1Open Flow Tutorial Series - Set 1
Open Flow Tutorial Series - Set 1
 
Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1
 
Open flowtutorial
Open flowtutorialOpen flowtutorial
Open flowtutorial
 
Openflow Protocol
Openflow ProtocolOpenflow Protocol
Openflow Protocol
 
Ch 02 --- sdn and openflow architecture
Ch 02 --- sdn and openflow architectureCh 02 --- sdn and openflow architecture
Ch 02 --- sdn and openflow architecture
 
The dark side of SDN and OpenFlow
The dark side of SDN and OpenFlowThe dark side of SDN and OpenFlow
The dark side of SDN and OpenFlow
 
Transport SDN - Use Cases and Lessons Learnt
Transport SDN - Use Cases and Lessons LearntTransport SDN - Use Cases and Lessons Learnt
Transport SDN - Use Cases and Lessons Learnt
 
Understanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationUnderstanding and deploying Network Virtualization
Understanding and deploying Network Virtualization
 
Open VSwitch .. Use it for your day to day needs
Open VSwitch .. Use it for your day to day needsOpen VSwitch .. Use it for your day to day needs
Open VSwitch .. Use it for your day to day needs
 
WAN SDN meet Segment Routing
WAN SDN meet Segment RoutingWAN SDN meet Segment Routing
WAN SDN meet Segment Routing
 
The Basic Introduction of Open vSwitch
The Basic Introduction of Open vSwitchThe Basic Introduction of Open vSwitch
The Basic Introduction of Open vSwitch
 
Benefits_Plus_Brochure artwork 071210
Benefits_Plus_Brochure artwork 071210Benefits_Plus_Brochure artwork 071210
Benefits_Plus_Brochure artwork 071210
 
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
 
OpenvSwitch Deep Dive
OpenvSwitch Deep DiveOpenvSwitch Deep Dive
OpenvSwitch Deep Dive
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFV
 
Moviemaker 120104065957-phpapp01 - copy
Moviemaker 120104065957-phpapp01 - copyMoviemaker 120104065957-phpapp01 - copy
Moviemaker 120104065957-phpapp01 - copy
 

Ähnlich wie SDN and OpenFlow Tutorial

Floodlight tutorial - Clemson / Georgia Tech
Floodlight   tutorial - Clemson / Georgia TechFloodlight   tutorial - Clemson / Georgia Tech
Floodlight tutorial - Clemson / Georgia Techopenflowhub
 
F5 perspective of nfv+sdn (SDN NFV Day ITB 2016)
F5 perspective of nfv+sdn (SDN NFV Day ITB 2016)F5 perspective of nfv+sdn (SDN NFV Day ITB 2016)
F5 perspective of nfv+sdn (SDN NFV Day ITB 2016)SDNRG ITB
 
Software Defined Networking/Openflow: A path to Programmable Networks
Software Defined Networking/Openflow: A path to Programmable NetworksSoftware Defined Networking/Openflow: A path to Programmable Networks
Software Defined Networking/Openflow: A path to Programmable NetworksMyNOG
 
A Path to NFV/SDN - Intel. Michael Brennan, INTEL
A Path to NFV/SDN - Intel. Michael Brennan, INTELA Path to NFV/SDN - Intel. Michael Brennan, INTEL
A Path to NFV/SDN - Intel. Michael Brennan, INTELWalton Institute
 
Hp helion meetup_networking_sdn
Hp helion meetup_networking_sdnHp helion meetup_networking_sdn
Hp helion meetup_networking_sdnMarton Kiss
 
SDN Realized Application Directed Networking
SDN Realized Application Directed NetworkingSDN Realized Application Directed Networking
SDN Realized Application Directed NetworkingOpen Networking Summits
 
Fi ware short overview - zaragoza
Fi ware short overview - zaragoza Fi ware short overview - zaragoza
Fi ware short overview - zaragoza Jose Jimenez
 
Virtual Application Networks Innovations Advance Software-defined Network Lea...
Virtual Application Networks Innovations Advance Software-defined Network Lea...Virtual Application Networks Innovations Advance Software-defined Network Lea...
Virtual Application Networks Innovations Advance Software-defined Network Lea...Open Networking Summits
 
About Brain4Net, Inc. - July 2015
About Brain4Net, Inc. - July 2015About Brain4Net, Inc. - July 2015
About Brain4Net, Inc. - July 2015Brain4Net, Inc.
 
SDN / NFV opensource and standards in wireless networks 2015 for cnv
SDN  / NFV opensource and standards in wireless networks 2015 for cnvSDN  / NFV opensource and standards in wireless networks 2015 for cnv
SDN / NFV opensource and standards in wireless networks 2015 for cnvPatrick Lopez
 
OpenStack networking - Neutron deep dive with PLUMgrid
OpenStack networking - Neutron deep dive with PLUMgridOpenStack networking - Neutron deep dive with PLUMgrid
OpenStack networking - Neutron deep dive with PLUMgridKamesh Pemmaraju
 
Next Steps in the SDN/OpenFlow Network Innovation
Next Steps in the SDN/OpenFlow Network InnovationNext Steps in the SDN/OpenFlow Network Innovation
Next Steps in the SDN/OpenFlow Network InnovationOpen Networking Summits
 
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...Cisco Canada
 
Delivering Network Innovation with SDN - Tom Nadeau
Delivering Network Innovation with SDN - Tom Nadeau Delivering Network Innovation with SDN - Tom Nadeau
Delivering Network Innovation with SDN - Tom Nadeau scoopnewsgroup
 
Data Center: New Frontiers - Clive D'Souza
Data Center: New Frontiers - Clive D'SouzaData Center: New Frontiers - Clive D'Souza
Data Center: New Frontiers - Clive D'Souzascoopnewsgroup
 
PLNOG 6: Henk Bruijns - Enabling Cloud Providers with Converged Infrastructure
PLNOG 6: Henk Bruijns - Enabling Cloud Providers with Converged Infrastructure PLNOG 6: Henk Bruijns - Enabling Cloud Providers with Converged Infrastructure
PLNOG 6: Henk Bruijns - Enabling Cloud Providers with Converged Infrastructure PROIDEA
 

Ähnlich wie SDN and OpenFlow Tutorial (20)

Floodlight tutorial - Clemson / Georgia Tech
Floodlight   tutorial - Clemson / Georgia TechFloodlight   tutorial - Clemson / Georgia Tech
Floodlight tutorial - Clemson / Georgia Tech
 
F5 perspective of nfv+sdn (SDN NFV Day ITB 2016)
F5 perspective of nfv+sdn (SDN NFV Day ITB 2016)F5 perspective of nfv+sdn (SDN NFV Day ITB 2016)
F5 perspective of nfv+sdn (SDN NFV Day ITB 2016)
 
Software Defined Networking/Openflow: A path to Programmable Networks
Software Defined Networking/Openflow: A path to Programmable NetworksSoftware Defined Networking/Openflow: A path to Programmable Networks
Software Defined Networking/Openflow: A path to Programmable Networks
 
The “Open” in Open Networking
The “Open” in Open NetworkingThe “Open” in Open Networking
The “Open” in Open Networking
 
A Path to NFV/SDN - Intel. Michael Brennan, INTEL
A Path to NFV/SDN - Intel. Michael Brennan, INTELA Path to NFV/SDN - Intel. Michael Brennan, INTEL
A Path to NFV/SDN - Intel. Michael Brennan, INTEL
 
SDN use cases_2014
SDN use cases_2014SDN use cases_2014
SDN use cases_2014
 
Hp helion meetup_networking_sdn
Hp helion meetup_networking_sdnHp helion meetup_networking_sdn
Hp helion meetup_networking_sdn
 
SDN Realized Application Directed Networking
SDN Realized Application Directed NetworkingSDN Realized Application Directed Networking
SDN Realized Application Directed Networking
 
Fi ware short overview - zaragoza
Fi ware short overview - zaragoza Fi ware short overview - zaragoza
Fi ware short overview - zaragoza
 
Virtual Application Networks Innovations Advance Software-defined Network Lea...
Virtual Application Networks Innovations Advance Software-defined Network Lea...Virtual Application Networks Innovations Advance Software-defined Network Lea...
Virtual Application Networks Innovations Advance Software-defined Network Lea...
 
About Brain4Net, Inc. - July 2015
About Brain4Net, Inc. - July 2015About Brain4Net, Inc. - July 2015
About Brain4Net, Inc. - July 2015
 
TFI2014 Session I - State of SDN - John Giacomoni
TFI2014 Session I - State of SDN - John GiacomoniTFI2014 Session I - State of SDN - John Giacomoni
TFI2014 Session I - State of SDN - John Giacomoni
 
SDN / NFV opensource and standards in wireless networks 2015 for cnv
SDN  / NFV opensource and standards in wireless networks 2015 for cnvSDN  / NFV opensource and standards in wireless networks 2015 for cnv
SDN / NFV opensource and standards in wireless networks 2015 for cnv
 
OpenStack networking - Neutron deep dive with PLUMgrid
OpenStack networking - Neutron deep dive with PLUMgridOpenStack networking - Neutron deep dive with PLUMgrid
OpenStack networking - Neutron deep dive with PLUMgrid
 
Next Steps in the SDN/OpenFlow Network Innovation
Next Steps in the SDN/OpenFlow Network InnovationNext Steps in the SDN/OpenFlow Network Innovation
Next Steps in the SDN/OpenFlow Network Innovation
 
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
 
SDN Basics
SDN BasicsSDN Basics
SDN Basics
 
Delivering Network Innovation with SDN - Tom Nadeau
Delivering Network Innovation with SDN - Tom Nadeau Delivering Network Innovation with SDN - Tom Nadeau
Delivering Network Innovation with SDN - Tom Nadeau
 
Data Center: New Frontiers - Clive D'Souza
Data Center: New Frontiers - Clive D'SouzaData Center: New Frontiers - Clive D'Souza
Data Center: New Frontiers - Clive D'Souza
 
PLNOG 6: Henk Bruijns - Enabling Cloud Providers with Converged Infrastructure
PLNOG 6: Henk Bruijns - Enabling Cloud Providers with Converged Infrastructure PLNOG 6: Henk Bruijns - Enabling Cloud Providers with Converged Infrastructure
PLNOG 6: Henk Bruijns - Enabling Cloud Providers with Converged Infrastructure
 

Kürzlich hochgeladen

How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 

Kürzlich hochgeladen (20)

FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 

SDN and OpenFlow Tutorial

  • 1. SDN and OpenFlow A Tutorial Presenters Rajasri K (rajasrik@ipinfusion.com) Srikanth K (srikanth.krishnamohan@ipinfusion.com) Kingston S (kingstons@ipinfusion.com) Bhaskar R (bhaskarr@ipinfusion.com) IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 1
  • 2. Disclaimer: This is not a committed development schedule. All roadmap items presented are tentative The roadmap reflects projected plans based on preliminary requirements analysis of the market. All roadmap data is subject to change as necessary The development, release, and timing of features or functionality described for IP Infusion Inc.' products remains at the sole discretion of IP Infusion Inc. This roadmap is not a commitment to deliver any material, code, or functionality This document is not to be construed as a promise by any participating company to develop, deliver, or market a product. IP Infusion, Inc. reserves the right to revise this document and to make changes to its content, at any time. IP Infusion, Inc. makes no representations or warranties with respect to the contents of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 2
  • 3. Agenda Part I - SDN • Introduction and motivation Part II - OpenFlow • Introduction • OpenFlow protocol Part III - Use cases of SDN/OpenFlow • Network Virtualization - FlowVisor • RouteFlow with Demo IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 3
  • 4. Traditional network node Typical Networking Software • Control Plane -The brain/decision maker • Data Plane - packet forwarder • Management plane Ethernet Switch Control Path (Software) Data Path (Hardware) IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 4
  • 5. SDN entity App 1 App 2 Controller (server) SDN Controller (server) SDN Protocol –Open Flow Ethernet Switch SDN client Data Path (Hardware) IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 5
  • 6. Drawbacks of existing network Difficult to perform real world experiments on large scale production networks Research stagnation - Huge costly equipment to be procured and networks to be setup by each team for research Lots of deployed innovation in other areas Networks have remained the same for many years Rate of innovation in networks is slower – lack of high level abstraction Closed Systems Stuck with interfaces Hard to collaborate meaningfully Vendors starting to open-up but not meaningfully IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 6
  • 7. Drawbacks of existing network – Contd. Network Equipment in recent decades Hardware centric – usage of custom ASICs • Why? • Growth in network capacity • Faster packet switching capability • Impact • Slower Innovation • Reduced flexibility once chips are fabricated • Firmware provides some programmability IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 7
  • 8. Drawbacks of existing network – Contd. Vendor specific software • Why •IPR generation, increased competition •Custom built - Efficient • Impact • Closed software • Non-standard interfaces to H/W Proprietary networking devices with proprietary software and hardware • Innovation is limited to vendor/ vendor partners • Huge barriers for new ideas in networking IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 8
  • 9. Source: ONF Forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 9
  • 10. Source: ONF Forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 10
  • 11. SDN “Software Defined Networking” SDN Principles Separate Control plane and Data plane entities Execute or run Control plane software on general purpose hardware Decouple from specific networking hardware Use commodity servers Have programmable data planes Maintain, control and program data plane state from a central entity An architecture to control not just a networking device but an entire network. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 11
  • 12. SDN Source: ONF Forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 12
  • 13. SDN Standard Bodies Open Networking Foundation • http://www.openflow.org/ • https://www.opennetworking.org/ IETF • http://tools.ietf.org/html/draft-nadeau-sdn-problem-statement-00 • http://tools.ietf.org/html/draft-nadeau-sdn-framework-01 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 13
  • 14. Need for SDN Facilitate Innovation in Network Layered architecture with Standard Open Interfaces Independent innovation at each layer Experiment and research using non-bulky, non-expensive equipment More accessibility since software can be easily developed by more vendors Speed-to-market – no hardware fabrication cycles More flexibility with programmability Ease of customization and integration with other software applications Fast upgrades Program a network vs Configure a network IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 14
  • 15. Evolving Networking Trends Source: ONF Forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 15
  • 16. SDN Architecture Traffic Other Routing Engineering Applications Network Operating System Control Plane Data Forwarding (OpenFlow Switch) Data Forwarding (OpenFlow Switch) Data Plane Data Forwarding (OpenFlow Switch) Data Forwarding (OpenFlow Switch) IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 16
  • 17. SDN – A new paradigm Software-Centric-Network • Network devices expose SDKs • Third-party application development and integration • Software vendors develop network applications • Standards for network applications IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 17
  • 18. SDN – A new paradigm SDN entities A general purpose commodity-off-the-shelf hardware A real time optimized operating system – mostly Linux based Perhaps, some high end power and multi-port NIC cards Integration with other new trends in servers viz • Virtualization • Parallelization • Modularity IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 18
  • 19. Key Attributes for SDN Success Architecture for a Network Operating System with a service/application oriented namespace Resource virtualization and aggregation (pooling to achieve scaling) Appropriate abstractions to foster simplification Decouple topology, traffic and inter-layer dependencies Dynamic multi-layer networking IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 19
  • 20. Agenda Part I - SDN • Introduction and motivation Part II - OpenFlow • Introduction • OpenFlow protocol Part III - Use cases of SDN/OpenFlow • Network Virtualization - FlowVisor • RouteFlow with Demo IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 20
  • 21. Part II - SDN and Open Flow Source: ONF Forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 21
  • 22. Open Flow General Myth SDN is Open Flow Reality OpenFlow is an open API that provides a standard interface for programming the data plane switches IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 22
  • 23. What is Open Flow OpenFlow is like an x86 instruction set for the network Provides open interface to “black box” networking node (ie. Routers, L2/L3 switch) to enable visibility and openness in network Separation of control plane and data plane. The datapath of an OpenFlow Switch consists of a Flow Table, and an action associated with each flow entry The control path consists of a controller which programs the flow entry in the flow table OpenFlow is based on an Ethernet switch, with an internal flow-table, and a standardized interface to add and remove flow entries IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 23
  • 24. Components of OpenFlow Network Controller OpenFlow Switch specification OpenFlow Switch PC sw Secure Channel hw Flow Table * Figure From OpenFlow Switch Specification IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 24
  • 25. Centralized Vs Distributed Control Source: ONF Forum One OpenFlow switch cannot be controlled by two controllers with out additional abstractions IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 25
  • 26. Open Flow Protocol Messages Controller-to-Switch - initiated by the controller and used to directly manage or inspect the state of the switch • Features, Config, Modify State, Read-State, Packet-Out, Barrier Asynchronous - Asynchronous messages are sent without the controller soliciting them from a switch • Packet-in, Flow Removed / Expiration, Port- status, Error Symmetric - Symmetric messages are sent without solicitation, in either direction • Hello, Echo, Experimenter / Vendor IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 26
  • 27. Secure Channel (SC) SC is the Interface that connects each OpenFlow switch to controller A controller configures and manages the switch, receives events from the switch, and send packets out the switch via this interface SC establishes and terminates the connection between OpenFlow Switch and the controller using Connection Setup and Connection Interruption procedures The SC connection is a TLS connection. Switch and controller mutually authenticate by exchanging certificates signed by a site-specific private key IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 27
  • 28. Packet Matching Packet In Start at Flow table 0 yes Update Counters yes Execute Instruction Set Match in Go to • Update action set Table 0? • Update packet/match set fields Table n? • Update metadata no no Based on table configuration, do one Execute Action Set • Send to controller • Drop • Continue to next table * Figure From OpenFlow Switch Specification IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 28
  • 29. Pipeline Processing * Figure From OpenFlow Switch Specification IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 29
  • 30. Instructions & Action Set Each flow entry contains a set of instructions that are executed when a packet matches the entry Instructions contain either a set of actions to add to the action set, contains a list of actions to apply immediately to the packet, or modifies pipeline processing. An Action set is associated with each packet. Its empty by default Action set is carried between flow tables A flow entry modifies action set using Write-Action or Clear-Action instruction Processing stops when the instruction does not contain Goto-Table and the actions in the set are executed. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 30
  • 31. Instructions & Action Set – Contd. List of Instructions to modify action set Apply Actions Apply the specified actions immediately Clear Actions Clear all the actions in the set immediately Write Actions Merge the specified actions to the current set Write Metadata Write the meta data field with the specified value Goto-Table Indicated the next table in the processing pipeline IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 31
  • 32. Actions List of Actions Required Actions Output – Forward a packet to the specified port Drop Group Optional Actions Set-Queue Push/Pop Tag Set-Field IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 32
  • 33. Flow Table Entry Matching Rules Statistics Instructions Packet + byte counters 1. Forward packet to port(s) 2. Encapsulate and forward to controller 3. Drop packet 4. Send to normal processing pipeline IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 33
  • 34. Flow Switching/Routing Layer 2 Switching Layer 3 (MAC/VLAN) Routing Fields to match against flows Wild Card Filters Wild Card Matching: Aggregated MAC-subnet: MAC-src: A.*, MAC-dst: B.* IN Port TCP/UDP Src Aggregated IP-subnet: IP-src: VLAN ID Port 192.168.*/24, IP-dst: 200.12.*/24 VLAN Priority TCP/UDP Dst Ether Frame Type Port IP Type of Service VLAN Priority IP Protocol MPLS Label IP Type of Service IP Src Address IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 34
  • 35. Load Balancing Current methods use uniform distribution of traffic Not based on network congestion and server load More adaptive algorithms can be implemented by using OpenFlow Monitor the network traffic Program flows based on demand and server capacity Network Operating System Program Collect Flow Statistics/O Entries bserve load patterns Data Forwarding Data Forwarding (OpenFlow Switch) (OpenFlow Switch) Dynamic load balancing using OpenFlow IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 35
  • 36. Dynamic flow modification A microflow rule matches on all fields A wildcard rule can have “don’t care” bits in some fields Rules can be installed with a timeout Delete the rule after a fixed time interval (a hard timeout) Specified period of inactivity (a soft timeout) Switch counts the number of bytes and packets matching each rule, and the controller can poll these counter values. 192.168.*/24 200.12.*/24 300.12.*/24 200.12.*/24 R1 Server 1 R1 Balancing Incoming Switch 300.12.*/24 Requests R2 R2 Server 2 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 36
  • 37. Agenda Part I - SDN Introduction and motivation Part II - OpenFlow Introduction OpenFlow protocol Part III - Use cases of SDN/OpenFlow • Network Virtualization - FlowVisor • RouteFlow with Demo IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 37
  • 38. Virtualization – A Driving Factor for SDN Virtualization Abstraction between the physical resources and their logical representation Can be implemented in various layers of a computer system or network • Storage Virtualization • Server Virtualization • Network Virtualization IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 38
  • 39. Server Virtualization Server virtualization refers to the partitioning of the resources of a single physical machine into multiple execution environments each of which can host a different server IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 39
  • 40. Network Virtualization Allows heterogeneous virtual networks that are isolated, independently managed to coexist over a shared physical network infrastructure Network Virtualization is not a new concept. It is available in parts currently E.g MPLS L2VPN/L3VPN, VLAN, VRF etc The above technologies can slice particular hardware resources (e.g., MPLS can virtualize forwarding tables) and layers (VLANs slice the link layer) Currently no single technology or clear abstraction exists that will virtualize the network as a whole Models of Virtualization • Network Slicing Model - Logically isolated network partitions are created over a shared physical network infrastructure • HyperVisor Model - This model combines logical computer network resources into a single platform appearing as a single network. E.g. HyperVisor / Vswitch • Combination of the above two models IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 40
  • 41. Network Slice Model Source: ONF Forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 41
  • 42. Virtual Switch Model IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 42
  • 43. Server virtualization vs Network virtualization Source: ONF Forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 43
  • 44. FlowVisor FlowVisor is a specialized controller using OpenFlow as a hardware abstraction layer between the control and forwarding paths Partitions the flow-table in each switch by keeping track of which flow-entries belong to each guest controller Definition of a slice • Slice is a set of flows (called flowspace) running on a topology of switches. Given a packet header, can decide which flowspace contains it, and hence which slice (or slices) it belongs to 5 Primary Slicing Dimensions • Bandwidth • Topology • Traffic • Device CPU • Forwarding Tables Designed with the following goals • Transparency • Isolation Source: ONF Forum • Slice Definition IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 44
  • 45. Sample FlowVisor Example Imagine a multi tenant datacenter which has multiple customers each having their applications deployed in the data center servers. Say the customers wants to run their own proprietary switching logic (Control Plane Protocols) for their respective traffic. • With the existing network architecture there is no way to address this requirement. • FlowVisor solves this problem by slicing the networks based on some of the attributes either in the packet or based on the interface configs in the OpenFlow switches. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 45
  • 46. FlowVisor Datacenter Application Source: ONF Forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 46
  • 47. FlowVisor Operations nw_dst=224.x.x.x nw_dst=224.y.y.y Slicing Policies nw_dst=224.x.x.x and nw_dst=224.y.y.y and dl_vlan = x dl_vlan = y IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 47
  • 48. Agenda Part I - SDN Introduction and motivation Part II - OpenFlow Introduction OpenFlow protocol Part III - Use cases of SDN/OpenFlow • Network Virtualization - FlowVisor • RouteFlow with Demo IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 48
  • 49. Possible use-cases Migration path from legacy IP deployments to purely software-defined networks (which support OpenFlow) Open-Source framework to support the different flavours of network virtualization (e.g., logical routers, router aggregation / multiplexing). IP Routing-as-a-Service models of networking IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 49
  • 50. Traditional Router A Router Architecture Traditional Network (Both OpenFlow Network (Only data control and data plane) plane) IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 50 * Figures from DROP and RouteFlow literature
  • 51. RouteFlow Provides virtualized IP routing services over OpenFlow enabled hardware • OpenFlow hardware needs Flow tables to make forwarding decisions • Linux based routing engines populate the FIB (Forwarding Information Base) which is used for the destination lookup. • A mechanism to convert the FIB entries to OpenFlow Flow table entries. IP routing table entry Destination Gateway Genmask Iface 20.0.0.0 50.0.0.4 255.255.255.0 eth4 Flow table entry ip,dl_dst=12:27:c6:21:d8:c3,nw_dst=20.0.0.0/24,actions=mod_dl_dst:92:aa:aa:c7: 92:03,mod_dl_src:12:27:c6:21:d8:c3,output:4 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 51 * Figure from RouteFlow literature
  • 52. RouteFlow Components Programmable switches • OpenFlow enabled hardware Virtual network environment • Server virtualization technique used to create virtual machines to reproduce the connectivity of a physical infrastructure. • Each VM (virtual machine) maps to one OpenFlow hardware. • Each VM runs one instance of the IP routing engine (Any linux based routing engine: e.g. Quagga). • Includes the exact number of ports as well as the IP addresses of each interface. All state information (say routing tables) are exchanged in the virtual network by the routing engines. • LXC (Linux Containers) used as the virtualization mechanism as it is a lightweight mechanism. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 52 * Figure from RouteFlow literature
  • 53. RouteFlow Components - Contd. OVS (Open vSwitch) • A software switch that supports OpenFlow • Provides the required network connectivity across the VM’s. • Depends on the RouteFlow controller to make the decisions. Has a single Flow entry to send all the packets to the controller. RouteFlow protocol • Defines message formats exchanged between the RouteFlow Slave, RouteFlow Server and the RouteFlow Controller RouteFlow Controller (RF-C) • An application on top of the NOX controller (an open-source OpenFlow controller). • Sends packets and events its receives from OVS and OpenFlow hardware to RouteFlow Server • Send packets it receives from RouteFlow Server to OVS (control packets) or OpenFlow hardware (to deal with flow additions and deletions) • Provides and interface to the rest of the framework to the OpenFlow hardware. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 53 * Figure from RouteFlow literature
  • 54. RouteFlow Components - Contd. RouteFlow Server (RF-Server) • Keeps the core logic of the system. • Receives the registered events from the RF-C and takes decisions over those events (e.g. packet-in, datapath- join). • Also receives information about route changes from the rf- slave running in the quagga vms, which will trigger a flow install/modification in the corresponding OpenFlow switch. • Decides what to do with packets that arrive at the controller. • Responsible for Virtual Machine registration and for keeping the synchronization with the datapaths. RouteFlow Slave (RF-Slave) • Every VM executing an instance of the IP routing engine has an assosciated RouteFlow Slave instance. • Helps in the mapping between the VM interfaces and their attachment to the Open vSwitch ports by sending probe packets that act as a location/attachment discovery technique. • FIB gathering: IP and ARP tables are collected (using the Linux Netlink API) and then translated into OpenFlow tuples that are finally installed in the associated OpenFlow- enabled devices in the forwarding plane. • Agnostic of the Routing Engine. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 54 * Figure from RouteFlow literature
  • 55. Traditional Scenario IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 55 * Figure from RouteFlow literature
  • 56. RouteFlow Scenario IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 56 * Figure from RouteFlow literature
  • 57. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 57 * Figure from RouteFlow literature
  • 58. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 58 * Figure from RouteFlow literature
  • 59. rfvmA Linux FIB Kernel IP routing table Destination Gateway Genmask Iface 172.31.4.0 50.0.0.4 255.255.255.0 eth4 20.0.0.0 50.0.0.4 255.255.255.0 eth4 40.0.0.0 50.0.0.4 255.255.255.0 eth4 10.0.0.0 0.0.0.0 255.255.255.0 eth2 172.31.1.0 0.0.0.0 255.255.255.0 eth1 30.0.0.0 0.0.0.0 255.255.255.0 eth3 172.31.3.0 30.0.0.3 255.255.255.0 eth3 192.169.1.0 0.0.0.0 255.255.255.0 eth0 172.31.2.0 10.0.0.2 255.255.255.0 eth2 50.0.0.0 0.0.0.0 255.255.255.0 eth4 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 59
  • 60. Flow table of switch A stats_reply (xid=0xb6139bb8): flags=none type=1(flow) cookie=0, duration_sec=6s, duration_nsec=545000000s, table_id=0, priority=32792, n_packets=0, n_bytes=0, idle_timeout=0,hard_timeout=0,ip,dl_dst=12:27:c6:21:d8:c3,nw_dst=20.0.0.0/24,actio ns=mod_dl_dst:92:aa:aa:c7:92:03,mod_dl_src:12:27:c6:21:d8:c3,output:4 cookie=0, duration_sec=6s, duration_nsec=545000000s, table_id=0, priority=32792, n_packets=0, n_bytes=0, idle_timeout=0,hard_timeout=0,ip,dl_dst=12:27:c6:21:d8:c3,nw_dst=40.0.0.0/24,actio ns=mod_dl_dst:92:aa:aa:c7:92:03,mod_dl_src:12:27:c6:21:d8:c3,output:4 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 60
  • 61. SDN and Research Controller Implementations - Currently three controllers are available NOX, SNAC and Reference Controller (from OpenFlow) OpenFlow 1.1 for Ubuntu, Centos, Debian, Fedora etc. OpenFlowMPLS - OpenFlow MPLS is a project at Ericsson Research on extending OpenFlow with MPLS capabilities. pac.c: Packet and Circuit Network Convergence with OpenFlow Pantou : OpenFlow 1.0 for OpenWRT IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 61
  • 62. GENI Experimental Test bed GENI has deployed OpenFlow based network in 10 institutions and 2 National research backbones The initial Spiral 3 GENI network core is a set of OpenFlow- capable switches in NLR and Internet2 For e.g., Stanford operates three OpenFlow networks SNAC is used as the controller for both the Production and Experimental network The Demo network is sliced, by the FlowVisor, into several individual slices, each of which use their own NOX-based controller OpenFlow had been deployed around 68 trails / deployment networks spanning across 13 countries http://groups.geni.net/geni/wiki/NetworkCore IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 62
  • 63. Summary SDN is an architecture of which OpenFlow is just a part Clear Separation of control and data plane functionalities Provides high level abstractions Network topology Application API Standard vendor-agnostic interface to program the hardware Scalability concerns SDN is not a magic wand to solve the current problems Many vendors are evaluating the direction SDN will take IP Infusion is part of the ONF forum IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 63
  • 64. Open Flow Specifications The Specification describes the protocol that is used between an OpenFlow Switch and the OpenFlow Controller. There are four Specification as follows • OpenFlow Switch Specification, Version 1.1.0 Implemented changes • OpenFlow Switch Specification, Version 1.0.0 changes • [Deprecated] OpenFlow Switch Specification, Version 0.9.0 • [Deprecated] OpenFlow Switch Specification, Version 0.8.9 IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 64
  • 65. Open Flow Working Group openflow-discuss@lists.stanford.edu openflow-announce@lists.stanford.edu openflow-dev@lists.stanford.edu openflow-spec@lists.stanford.edu. openflow-meeting@lists.stanford.edu. openflow-testing@lists.stanford.edu. routeflow-discuss@googlegroups.com IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 65
  • 66. References "OpenFlow: Enabling Innovation in Campus Networks“ N. McKeown, T. Andershnan, G. Parulkar, L. Peterson, J. Rexford, S. Shenker, and J. Turneron, H. Balakris ACM Computer Communication Review, Vol. 38, Issue 2, pp. 69-74 April 2008 OpenFlow Switch Specication V 1.1.0. M. Ribeiro Nascimento, C. Esteve Rothenberg, M. R. Salvador, Carlos Corrêa, Sidney Lucena and M. F. Magalhães. "Virtual Routers as a Service: The RouteFlow Approach Leveraging Software-Defined Networks". In 6th International Conference on Future Internet Technologies 2011 (CFI 11), Seoul, Korea. Richard Wang, Dana Butnariu, and Jennifer Rexford OpenFlow-based server load balancing gone wild, Workshop on Hot Topics in Management of Internet, Cloud, and Enterprise Networks and Services (Hot-ICE), Boston, MA, March 2011. Marcelo Ribeiro Nascimento, Christian Esteve Rothenberg, Marcos Rogério Salvador, Mauricio Ferreira Magalhães. QuagFlow: Partnering Quagga with OpenFlow, To be presented in ACM SIGCOMM 2010 Poster Session, New Delhi, India, Sep. 2010. Saurav Das, Guru Parulkar, Preeti Singh, Daniel Getachew, Lyndon Ong, Nick McKeown, Packet and Circuit Network Convergence with OpenFlow, Optical Fiber Conference (OFC/NFOEC'10), San Diego, March 2010. Nikhil Handigol, Srini Seetharaman, Mario Flajslik, Nick McKeown, Ramesh Johari, Plug-n- Serve: Load-Balancing Web Traffic using OpenFlow, ACM SIGCOMM Demo, Aug 2009. NOX: Towards an Operating System for Networks https://sites.google.com/site/routeflow/home http://www.openflow.org/ IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 66
  • 67. References http://www.opennetsummit.org/ https://www.opennetworking.org/ http://conferences.sigcomm.org/sigcomm/2010/papers/sigcomm/p195.pdf http://searchnetworking.techtarget.com/ IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 67
  • 68. Thank You ! IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 68
  • 69. Backup slides IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 69
  • 70. Topology Discovery Controller maintains a network wide topology Central controller based discovery (ex., using NOX) Uses Link Layer Discovery Protocol (LLDP) to discover the Layer-2 topology Iterate over all ports of the network and send out LLDP packets periodically The LLDP packets contain the chassis ID, and the port number of the outgoing switch/port packet_in handler called on receipt of an LLDP packet. Infer the link-level connectivity by querying the LLDP packets. IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 70
  • 71. Topology Discovery Contd. Maintains an adjacency list of network links periodically iterates over the discovered links of the network and detects timeouts. Timeouts update the global view and generate a node changed event Shortcomings: The fundamental problem with a centralized approach to topology discovery is that all ports must be scanned linearly which greatly reduces response time. Should really be implemented on the switch ? IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 71
  • 72. Hybrid Model/Network Partition SDN/OpenFlow will not be an "all or nothing" choice It is more likely to be a hybrid model With switches supporting both the traditional model and OpenFlow model being deployed. Hybrid OpenFlow Switch Which allows partitioning the Controller 1 switch for different experiments Controller 2 Controller 3 Experiment A/Flow Table 1 Experiment B/ Flow Table 2 Production Traffic (Normal Layer2/Layer3) IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 72
  • 73. Packet Matching OpenFlow pipeline contains multiple flow tables starting with Table number 0 Each flow table contains one or more flow entries Matching starts with the first flow table If a Match is found Instructions associated with flow entry are executed Instruction may direct the packet to next flow table in pipeline When processing stops, the associated action set is applied and packet forwarded Instructions describe packet forwarding, packet modification, group table processing and pipeline processing IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 73
  • 74. Components of OpenFlow Network Controller Provides a network wide abstraction for the applications on one side and uses the OpenFlow protocol to communicate with a OpenFlow aware switch Flow Table Consists of a Flow entry and an action associated with each flow entry to tell the switch how to process the flow. Secure Channel. Connects the switch to the controller, allowing commands and packets to be sent between a controller and the switch through OpenFlow protocol . IP Infusion Proprietary and Confidential, released under Customer NDA , Roadmap items subject to change without notice © 2011 IP Infusion Inc. 74