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

QoS


QoS is the concept of providing different levels of service to selected traffic. With this, information is provided to devices to determine how to handle traffic crossing the devices when it is greater than the resources available. These resources can be bandwidth, access lists, processing, and other resources.

It's important to recognize that, while your traffic may not appear to exceed your link, micro-bursts of traffic can cause hard-to-trace issues. It is always advisable, even with QoS and other traffic management tools, to keep a link below 80 percent utilization.

QoS has two main ways in which it can manage traffic: either prioritizing specific flow(s) or limiting all other flows. On a standard device, QoS allows you to differentiate services based on any matchable packet header information, for example, source or destination address. Some devices that do deep packet inspection can match almost anything in the packet.

When applying QoS to a link, there are multiple ways to handle...