Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Welcome to the ONOS Architecture Guide! Here you will find information about the design, implementation, and operation of ONOS and its subsystems. 

As in the case with any on-going project, these docs may fall out of sync with the project, but we’ll try our best to keep them accurate. If you are interested in helping us keep these documents up-to-date, please take a look at [Contributing to the ONOS Guides], and send us a message at [group]. 


  1. Overview
    • Definitions, terminologies, and conventions used   
  2. Layered/Tiered architecture
  3. Module system
    • Provider, Provider Service, Provider Registry
      • Events, Descriptors
      • Stores
    • Protocol agnosticism
      • Modular Southbound
      • The OpenFlow subsystem
  4. Network representation
    • devices, links, topology,hosts, flows (flows covered thoroughly with Intent Framework?)
      • Associated Services/Providers for each
    • Details: role of the OpenFlow subsystem
      • OF Controller and friends for device/topology/role discovery
  5. Distribution
    • Clustering, timers, mastership
    • Distributed stores and Delegates
  6. The Intent Framework
    • Flows (details), Treatments, Criteria, Selectors
    • Compiler, resource manager
  7. User interfaces
    • REST API, CLI, GUI
  8. Use cases
    • implementation (subsection per use case, likely linked from User guide Use Cases section)
  • No labels