February 12, 2018

207 words 1 min read

ONOS - Introduction

ONOS - Introduction

ONOS provides the control plane for a software-defined network (SDN), managing network components, such as switches and links, and running software programs or modules to provide communication services to end hosts and neighboring networks. ONOS applications and use cases often consist of customized communication routing, management, or monitoring services for software-defined networks.

ONOS can run as a distributed system across multiple servers, allowing it to use the CPU and memory resources of multiple servers while providing fault tolerance in the face of server failure and potentially supporting live/rolling upgrades of hardware and software without interrupting network traffic.

ONOS - Introduction:

ONOS Architecture Tenets

  • High-availability, scalability and performance (required to sustain demands of service provider & enterprise networks)
  • Strong abstractions and simplicity (required for development of apps and solutions)
  • Protocol and device behaviour independence (avoid contouring and deformation due to protocol specifics)
  • Separation of concerns and modularity (allow tailoring and customization without speciating the code-base)

References

  1. ONOS - Wiki
  2. opennetworkinglab/onos: Open Network Operating System
  3. ONOS Distributed Tutorial
  4. Appendix B: REST API - ONOS - Wiki
  5. Mininet and onos.py workflow
  6. Developer Quick Start
  7. Downloads - ONOS
  8. Introduction to the ONOS APIs
  9. Running ONOS with onos.py
  10. Building the ONOS Sample Apps - ONOS
  11. Managing ONOS applications
comments powered by Disqus