Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also within the core and associated closely with the Manager, Stores have the task of indexing, persisting, and synchronizing the information received by the Manager. This includes ensuring consistency and robustness of information across multiple ONOS instances by directly communicating with stores on other ONOS instances through the StoreDelegate interface. Further discussion of Stores in distributed settings is found in Distribution.

Application

Applications consume and manipulate information aggregated by the managers via the AdminService and Service interfaces. Applications have a wide range of functionality, ranging from displaying network topologies in a web browser to setting up paths for network traffic.

...