47
OpenFlow and Open Networking An Introduction and Overview Peter Christy, IRG, [email protected] February 2012 1 February 2012

OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

  • Upload
    vanminh

  • View
    216

  • Download
    0

Embed Size (px)

Citation preview

Page 1: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

OpenFlow and Open Networking

An Introduction and Overview Peter Christy, IRG, [email protected]

February 2012

1 February 2012

Page 2: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What?: Modernizing the Control Plane

• This is all about modernizing the control plane of a network

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

2 February 2012

Page 3: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What?: Modernizing the Control Plane

• This is all about modernizing the control plane of a network o The data plane does the work of moving

packets through the network

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

3 February 2012

Page 4: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What?: Modernizing the Control Plane

• This is all about modernizing the control plane of a network o The data plane does the work of moving

packets through the network

o The control plane is the means by which the data plane is configured, and how exceptions are handled

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

4 February 2012

Page 5: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

The Data Plane • A network consists of a set of

interconnected switches.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

5 February 2012

Page 6: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

The Data Plane • A network consists of a set of

interconnected switches.

• Each switch is a “server” system with a purpose built operating system and application software, as well as specialized hardware in the form of line cards and packet forwarding hardware (PFH).

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

Server PFH

Kernel

O/S

Applications

6 February 2012

Page 7: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

The Data Plane • A network consists of a set of

interconnected switches. • Each switch is a “server” system

with a purpose built operating system and application software, as well as specialized hardware in the form of line cards and packet forwarding hardware (PFH).

• The packet forwarding hardware operates by examining the various header bits on the packet, consulting a set of rules stored in high speed associative memory (CAM) and if an applicable rule is found, using the rule data to select the output link, assign a queuing priority, and possibility rewrite some of the header bits.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

PFH

CAM rules

Server PFH

Kernel

O/S

Applications

7 February 2012

Page 8: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

The Control Plane • For most packets in a data center

or SP network, the actions of the network are dictated by stored rules, executed by the PFH

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

PFH

CAM rules

8 February 2012

Page 9: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

The Control Plane • For most packets in a data center

or SP network, the actions of the network are dictated by stored rules, executed by the PFH

• The “control plane” is the means by which the PFH rules are managed.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

PFH

CAM rules

9 February 2012

Page 10: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

The Control Plane • For most packets in a data center

or SP network, the actions of the network are dictated by stored rules, executed by the PFH

• The “control plane” is the means by which the PFH rules are managed.

• This can be done by command-line interactions with a network administrator (switch configuration) and then through the exchange of standardized control information with adjacent switches (e.g., routing protocols)

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

PFH

CAM rules

10 February 2012

Page 11: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

History of OpenFlow • “OpenFlow” began as an idea

about how research networks could be built.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

11 February 2012

Page 12: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

History of OpenFlow • “OpenFlow” began as an idea

about how research networks could be built.

• Why not just build an experimental network? o Researchers can’t generally afford to buy

new devices and a build a new network.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

12 February 2012

Page 13: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

PFH

Kernel

O/S

Applications

History of OpenFlow • “OpenFlow” began as an idea about

how research networks could be built.

• Why not just build an experimental network? o Researchers can’t generally afford to buy new

devices and a build a new network.

• Why not add experimental software to existing switches? o Modern switches are all different because they

each have proprietary and different software architecture internally, so writing additional code for them is difficult or impractical.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

13 February 2012

Page 14: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

History of OpenFlow • “OpenFlow” began as an idea

about how research networks could be built.

• Why not just build an experimental network? o Researchers can’t generally afford to buy

new devices and a build a new network.

• Why not add experimental software to existing switches? o Modern switches are all different because

they each have proprietary and different software architecture internally, so writing additional code for them is difficult or impractical.

• What about programming the PFH? o In contrast to the software designs, PFH

hardware is all similar. What about directly programming the Packet Forwarding Hardware?

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

PFH

CAM rules

14 February 2012

Page 15: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

PFH

Kernel

O/S

Applications

OpenFlow: a PFH Control Protocol

• OpenFlow is a protocol by which the PFH hardware in a switch can be managed by software executing in a separate server, external to the switch, in a standardized way.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

OpenFlow Controller

Application Server

15 February 2012

The OpenFlow Protocol

Page 16: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Why Modernize? • Paul Baran invented the Internet

at Rand in the early 1960’s.

CO

CO

C5 CO

CO

CO

CO

CO

16 February 2012

Page 17: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Why Modernize? • Paul Baran invented the Internet

at Rand in the early 1960’s.

• WWII and the ensuing Cold War demonstrated

1. the necessity of reliable communications for defense or in a war and

2. the lethal destruction possible with missiles, long-range bombers, and nuclear weapons.

CO

CO

C5 CO

CO

CO

CO

CO

17 February 2012

Page 18: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Why Modernize? • Paul Baran invented the

Internet at Rand in the early 1960’s.

• WWII and the ensuing Cold War demonstrated

1. the necessity of reliable communications for defense or in a war and

2. the lethal destruction possible with missiles, long-range bombers, and nuclear weapons.

• The phone system in the US at the time was a centralized circuit-switching system that would be very easy to disrupt or destroy.

CO

CO

C5 CO

CO

CO

CO

CO

18 February 2012

Page 19: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Why Modernize? • Paul Baran invented the

Internet at Rand in the early 1960’s.

• WWII and the ensuing Cold War demonstrated

1. the necessity of reliable communications for defense or in a war and

2. the lethal destruction possible with missiles, long-range bombers, and nuclear weapons.

• The phone system in the US at the time was a centralized circuit-switching system that would be very easy to disrupt or destroy.

CO

CO

C5 CO

CO

CO

CO

CO

19 February 2012

Page 20: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Baran’s Clever Solution • Packetized Voice

Communications o Transform voice communications

connections into sequences of packets of voice data.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

20 February 2012

Page 21: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Baran’s Clever Solution • Packetized Voice

Communications o Transform voice communications

connections into sequences of packets of voice data.

o Transmit each packet independently.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

21 February 2012

Page 22: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Baran’s Clever Solution • Packetized Voice

Communications o Transform voice communications

connections into sequences of packets of voice data.

o Transmit each packet independently.

o Have the packet forwarding devices strictly autonomous systems so that the destruction or failure of one causes no additional failures.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

22 February 2012

Page 23: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Baran’s Clever Solution • Packetized Voice

Communications o Transform voice communications

connections into sequences of packets of voice data.

o Transmit each packet independently.

o Have the packet forwarding devices strictly autonomous systems so that the destruction or failure of one causes no additional failures.

o Baran’s analysis demonstrated that the resulting voice communications system could still function if 50% of the packet forwarding devices were destroyed!

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

23 February 2012

Page 24: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Baran’s Clever Solution • Packetized Voice

Communications o Transform voice communications

connections into sequences of packets of voice data.

o Transmit each packet independently.

o Have the packet forwarding devices strictly autonomous systems so that the destruction or failure of one causes no additional failures.

o Baran’s analysis demonstrated that the resulting voice communications system could still function if 50% of the packet forwarding devices were destroyed!

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

24 February 2012

the legacy Baran “survivability” control plane architecture

Page 25: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Now fast-forward 50 years

• Networks are used much more for data communications than voice communications

25 February 2012

Page 26: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Now fast-forward 50 years

• Networks are used much more for data communications than voice communications

• A large data center network or SP network will have thousands of switches.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

Data Center

26 February 2012

Page 27: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Now fast-forward 50 years

• Networks are used much more for data communications than voice communications

• A large data center network or SP network will have thousands of switches.

• Survivability is no longer a worry.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

Data Center

27 February 2012

Page 28: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Now fast-forward 50 years

• Networks are used much more for data communications than voice communications

• A large data center network or SP network will have thousands of switches.

• Survivability is no longer a worry.

• We want the network to operate as a coherent whole.

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

Data Center

28 February 2012

Page 29: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Now fast-forward 50 years

• Networks are used much more for data communications than voice communications

• A large data center network or SP network will have thousands of switches.

• Survivability is no longer a worry.

• We want the network to operate as a coherent whole.

• Managing the network with the legacy “Baran” control plane architecture is really hard

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

Data Center

29 February 2012

Page 30: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What does modernization mean?

• Think of a data center network as just another distributed server application (switches are servers with specialized PFH included).

server

Data Center

30 February 2012

server server

server

server

server

server

server

server

server

Page 31: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What does modernization mean?

• Think of a data center network as just another distributed server application (switches are servers with specialized PFH included).

• Consider how servers are coordinated in data centers today o A shared file system like GFS (Google)

server

Data Center

31 February 2012

server server

server

server

server

server

server

server

server

Google File System

Page 32: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What does modernization mean?

• Think of a data center network as just another distributed server application (switches are servers with specialized PFH included).

• Consider how servers are coordinated in data centers today o A shared file system like GFS (Google)

o A shared caching system like memcached (Facebook).

server

Data Center

32 February 2012

server server

server

server

server

server

server

server

server

Facebook memcached

Page 33: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What does modernization mean?

• Think of a data center network as just another distributed server application (switches are servers with specialized PFH included).

• Consider how servers are coordinated in data centers today o A shared file system like GFS (Google)

o A shared caching system like memcached (Facebook).

o Broadcast network communications to all servers.

server

Data Center

33 February 2012

server server

server

server

server

server

server

server

server

Broadcast Communications

Page 34: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What does modernization mean?

• Think of a data center network as just another distributed server application (switches are servers with specialized PFH included).

• Consider how servers are coordinated in data centers today o A shared file system like GFS (Google)

o A shared caching system like memcached (Facebook).

o Broadcast network communications to all servers.

o Direct network communication between any two servers.

server

Data Center

34 February 2012

server server

server

server

server

server

server

server

server

Page 35: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What does modernization mean?

• Think of a data center network as just another distributed server application (switches are servers with specialized PFH included).

• Consider how servers are coordinated in data centers today o A shared file system like GFS (Google) o A shared caching system like memcached

(Facebook). o Broadcast network communications to all

servers. o Direct network communication between any

two servers.

• All of these are prohibited by a legacy control plane architecture that was created to maximize survivability.

server

Data Center

35 February 2012

server server

server

server

server

server

server

server

server

Page 36: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

An OF implemented control plane • We use existing switches

modified to add an OpenFlow control port

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

36 February 2012

Page 37: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

An OF implemented control plane • We use existing switches

modified to add an OpenFlow control port

• We implement the control plane in the OpenFlow controller (remember, it’s just a server application)

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

37 February 2012

OpenFlow Controller

Application Server

Page 38: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

An OF implemented control plane • We use existing switches

modified to add an OpenFlow control port

• We implement the control plane in the OpenFlow controller (remember, it’s just a server application)

• We do anything we want, no longer constrained by the survivability design architecture or by the internal software design of the switches

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

38 February 2012

OpenFlow Controller

Application Server

Page 39: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What is a “Flow” Anyway?

February 2012 39

• Ethernet networking is between the MAC addresses of the network interfaces on systems.

• IP networking assigns each system an IP number and then switches traffic based on the IP number throughout the internet until the final switch that knows the associated MAC address of the destination

• The Internet was initially designed to switch primarily on IP number.

Page 40: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What is a “Flow” Anyway?

February 2012 40

• Ethernet networking is between the MAC addresses of the network interfaces on systems.

• IP networking assigns each system an IP number and then switches traffic based on the IP number throughout the internet until the final switch that knows the associated MAC address of the destination

• The Internet was initially designed to switch primarily on IP number.

• But networking is really done between logical ports on the systems, not with the system generally. A browser makes a connection to Port 80 on the destination system -- the Web server on a system by convention.

• A flow represents the packets between a specific port on the transmitting system to a specific port on the destination system.

Page 41: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What is a “Flow” Anyway? • Larry Roberts, the individual that

funded the original ARPAnet research, tried to build two companies based on the premise that routing across the entire Internet should be done on a flow basis (Caspian Networks and the Anagran networks each built flow-based routers).

• But to do what Roberts wanted to do required that flow-based routing be accepted throughout the Internet. That wasn’t going to happen.

February 2012 41

• Ethernet networking is between the MAC addresses of the network interfaces on systems.

• IP networking assigns each system an IP number and then switches traffic based on the IP number throughout the internet until the final switch that knows the associated MAC address of the destination

• The Internet was initially designed to switch primarily on IP number.

• But networking is really done between logical ports on the systems, not with the system generally. A browser makes a connection to Port 80 on the destination system -- the Web server on a system by convention.

• A flow represents the packets between a specific port on the transmitting system to a specific port on the destination system.

Page 42: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

What is a “Flow” Anyway? • Larry Roberts, the individual that

funded the original ARPAnet research, tried to build two companies based on the premise that routing across the entire Internet should be done on a flow basis (Caspian Networks and the Anagran networks each built flow-based routers).

• But to do what Roberts wanted to do required that flow-based routing be accepted throughout the Internet. That wasn’t going to happen.

• OpenFlow adopts flow-based processing but only within a single network. To the rest of the network it is still a conventional TCP/IP network.

• Being able to switch on an individual flow basis enable innovative ways of doing security (for example) but requires larger (more expensive) CAM’s in the PFH, and requires fast controller response to a new flow.

February 2012 42

• Ethernet networking is between the MAC addresses of the network interfaces on systems.

• IP networking assigns each system an IP number and then switches traffic based on the IP number throughout the internet until the final switch that knows the associated MAC address of the destination

• The Internet was initially designed to switch primarily on IP number.

• But networking is really done between logical ports on the systems, not with the system generally. A browser makes a connection to Port 80 on the destination system -- the Web server on a system by convention.

• A flow represents the packets between a specific port on the transmitting system to a specific port on the destination system.

Page 43: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

OpenFlow for Research • Modify an existing network

(e.g., the Stanford campus network) so that the switches support OpenFlow.

• Create a research control plane

• Gets better if “Hybrid” switch operation is possible o Let the existing flows be managed by

the legacy network

o Let the OpenFlow controller manage the new “research” flows

43 February 2012

switch

switch

switch

switch

switch

switch

switch

switch

switch

switch

OpenFlow Controller

Application Server

Page 44: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

OpenFlow Beyond Research • Network management requirements for virtualized, cloud data

centers o Fast provisioning of virtual networks

• Impact of the edge “switch” now being in the hypervisor o A modern control plane can be implemented within the Virtual Switch that is part of the

hypervisor

• Desire for more flexible asset use in network service providers o Move as much “network” processing as possible (e.g., firewall, VPN termination) to execute

as virtual machine on conventional servers (less expensive CPU, use of shared resources).

o Be able to provision these now virtualized services on-demand without having to speculatively provision features in a network device

• Desire to speed up innovation in networking broadly

• Cost minimization and use of common processor resources in very large web properties

44 February 2012

Page 45: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

A Radical Thought: SDN without OpenFlow!

• ConteXtream o Building SDN’s for Verizon and Comcast

o The switching elements are VM’s that use an interesting distributed-hash algorithm

o Clearly a form of SDN, but no OF

• SDN Controllers o An interesting and challenging

distributed system problem with tradeoffs

o OF is great for research and for limited adaptation to existing networks (e.g., NEC).

o Direct controller / PFH interface is much higher performance (seems important for doing pure flow-based processing)

• The primary SDN goal is to modernize the control plane in order to solve real, vexing network management issues (like creating virtual networks).

• Juniper QFabric: o Clearly SDN (a modernized control plane) o “Controller” distributed to each Top of Rack

Switch; communications between controller and PFH would not use OF.

• Nicira: o Designed for building virtual networks in

Cloud systems based on a hypervisor. o The switch is a vSwitch (see Nicira’s

contribution to the Open vSwitch effort) o The controller is (I think) distributed to

each virtual server cluster. o I don’t think OF is used to talk to the

vSwitches in the cluster.

45 February 2012

Page 46: OpenFlow and Open Networking An Introduction and Overviewirg-intl.com/pdf/openflow_and_open_networking_introduction.pdf · OpenFlow and Open Networking An Introduction and Overview

Current status

• Openflow.org -> ONF (upcoming 2nd ONF Summit at Stanford)

• Continuing work o on OF in conjunction with controller implementation

o on the best way to create the data plane fabric

o in virtual switch technology and “overlay” networks

• Some interesting issues o No enterprise “killer apps” yet

o Market insertion in general is a challenge

o Transfer of value from hardware to software

46 February 2012