Book Image

Software-Defined Networking with OpenFlow - Second Edition

By : SIAMAK AZODOLMOLKY, Oswald Coker
Book Image

Software-Defined Networking with OpenFlow - Second Edition

By: SIAMAK AZODOLMOLKY, Oswald Coker

Overview of this book

OpenFlow paves the way for an open, centrally programmable structure, thereby accelerating the effectiveness of Software-Defined Networking. Software-Defined Networking with OpenFlow, Second Edition takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage. The aim of this book is to help you implement OpenFlow concepts and improve Software-Defined Networking on your projects. You will begin by learning about building blocks and OpenFlow messages such as controller-to-switch and symmetric and asynchronous messages. Next, this book will take you through OpenFlow controllers and their existing implementations followed by network application development. Key topics include the basic environment setup, the Neutron and Floodlight OpenFlow controller, XORPlus OF13SoftSwitch, enterprise and affordable switches such as the Zodiac FX and HP2920. By the end of this book, you will be able to implement OpenFlow concepts and improve Software-Defined Networking in your projects.
Table of Contents (17 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Free Chapter
1
Software-Defined Networks

OpenFlow enabled switches


OpenFlow reference standard (OpenFlow 1.5.1, wire protocol 0x06) is the latest SDN enabling technology currently being implemented in the commodity-networking hardware. In this section, we do not intend to provide a complete detailed overview of OpenFlow enabled switches and manufacturers but rather a brief list of a few options that are cost-effective and available in the market. These switches can be divided into two versions.

Software-based switches

Software-based switches are more frequently used in test environments to run an OpenFlow test-bed or to develop and test OpenFlow-based network application. There are currently several OpenFlow software switches that can be used, some of which are listed with a brief description, including the implementation language and the OpenFlow standard, as follows:

  • Open vSwitch: Open vSwitch is a multilayer and production quality virtual switch licensed under the Apache 2.0 license. It is designed to enable network automation...