Book Image

Building Modern Networks

By : Steven Noble
Book Image

Building Modern Networks

By: Steven Noble

Overview of this book

<p>As IT infrastructures become more software-defined, networking operations tend to be more automated with falling levels of manual configuration at the hardware level. Building Modern Networks will brush up your knowledge on the modern networking concepts and help you apply them to your software-defined infrastructure.</p> <p>In this book you'll gain the knowledge necessary to evaluate, choose, and deploy a next generation network design. We will cover open and closed network operating systems (NOS) along with the protocols used to control them such as OpenFlow, Thrift, Opflex, and REST. You will also learn about traffic engineering and security concepts for NGNs. You will also find out how to fine-tune your network using QoS and QoE.</p> <p>By the end of the book, you'll be well versed in simplifying the way you design, build, operate, and troubleshoot your network.</p>
Table of Contents (20 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
2
Networking Hardware and Software
4
Using REST and Thrift APIs to Manage Switches
9
Where to Start When Building a Next Generation Network

OpenDaylight


OpenDaylight was founded in part by Cisco and other large networking companies to provide a solution that was compatible with their products as to allow the consumer to continue to evaluate vendor products along with their open networking counterparts. Over time, OpenDaylight has been embraced by companies such as Brocade, which sells a commercial version of OpenDaylight called the Brocade SDN Controller.

Brocade SDN Controller

Formerly known as the Brocade Vyatta Controller, the Brocade SDN Controller is based on OpenDaylight and has a few extra features such as support for the 5600 series vRouters:

Brocade SDN Controller — simple topology

In the preceding screenshot, you can see that there are two OpenFlow switches (273 and 274) to which two hosts are connected to each for a total of four.

The following is a diagram of the setup used to produce the Brocade SDN Controller screenshots:

Testing setup for Brocade SDN Controller

In the preceding diagram, we have a PC running multiple...