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

Protocol-independent forwarding


Research has been ongoing on how a common, consistent, and vendor-independent way consistent with OpenFlow can be defined to ensure packet processing by a flexible switch. The Open Networking Foundation (ONF) proposed the (OF-PI) approach, which was created to express new and existing protocols in the data path.

OF-PI is composed of a set of instructions that are protocol neutral, called the POF-FIS, and the P4 language, which is utilized to express the method in which forwarding of packets should be done by the forwarding plane. P4 and POF-FIS express the supported functionalities in an OpenFlow specification which is revealed as a library module existing on OF-PI. P4/POF modules could be used to express various protocols such as Generic Routing Encapsulation (GRE) and Multiprotocol Label Switching (MPLS).

Here, P4 is used to define the formats of the packet and table structure, and POF-FIS, which is protocol independent, is used to perform actions that are...