Book Image

Learning OpenDaylight

By : Reza Toghraee
Book Image

Learning OpenDaylight

By: Reza Toghraee

Overview of this book

OpenDaylight is an open source, software-defined network controller based on standard protocols. It aims to accelerate the adoption of Software-Defined Networking (SDN) and create a solid foundation for Network Functions Virtualization (NFV). SDN is a vast subject; many network engineers find it difficult to get started with using and operating different SDN platforms. This book will give you a practical bridge from SDN theory to the practical, real-world use of SDN in datacenters and by cloud providers. The book will help you understand the features and use cases for SDN, NFV, and OpenDaylight. NFV uses virtualization concepts and techniques to create virtual classes for node functions. Used together, SDN and NFV can elevate the standards of your network architecture; generic hardware-saving costs and the advanced and abstracted software will give you the freedom to evolve your network in the future without having to invest more in costly equipment. By the end of this book, you will have learned how to design and deploy OpenDaylight networks and integrate them with physical network switches. You will also have mastered basic network programming over the SDN fabric.
Table of Contents (18 chapters)
Title Page
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface

OpenDaylight modules


As learned earlier, OpenDaylight is a modular platform for integrating multiple plugins and modules. There are many plugins and modules built for OpenDaylight. Some are in production, while some are still under development. We have collected a list of important OpenDaylight modules here, and we will describe their functions.

Authentication, Authorization, and Accounting

Project type: Main

This is also referred to as triple A , It is an implementation of an enterprise-level identity provider for the OpenDaylight controller.

AAA projects have a larger domain that includes not only authenticating the users accessing the ODL web interface, but also acting as an identity provider for ODL. If you are familiar with OpenStack, you'd know that it is similar to what a keystone project does in an OpenStack platform, although with some different features and capabilities.

Let's go back to the basic principles in order to become familiar with AAA. It stands for authentication, authorization...