
An OpenFlow Symposium was held in San Jose, CA on October 26th, 2011 and hosted by by PacketPushers.Net and TechFieldDay.Com. This was my first true exposure to the OpenFlow protocol and concepts of SDN (Software Designed Networking), and it was a great exposure.
If you are not familiar with OpenFlow or SDN, please let me take a moment and give you a brief overview and a quick scenario. OpenFlow is a way in which you can have a application – called a Controller – maintain and control switch flow tables. This controller is aware of all flows in the topology of its domain, the domain being the switches/ports that it controls. Yes, you can have specific ports on a switch controlled via the controller, and all the other ports as part of a normal network that is controlled via the switch. OpenFlow will have no impact to the other ports, they will continue to operate just like nothing was different.
A good use case for OpenFlow is Multi-Path Layer 2 switching in a data center or other high bandwidth location. With normal multi-patch technologies one of the links is blocked via STP, thus sitting idle just waiting for the primary link to fail. With OpenFlow, the controller is aware of all paths in the network and able to load the traffic accordingly. Lets take a look at the following diagram: Read the rest of this entry »