Merge "Draft of topoprocessing documentation"
[docs.git] / docs / getting-started-guide / overview.rst
1 ********
2 Overview
3 ********
4
5 OpenDaylight performs the following functions:
6
7 * Logically centralizes programmatic control of the physical and virtual devices
8   in your network.
9 * Controls devices with standard, open protocols.
10 * Provides higher-level abstractions of its capabilities so experienced network
11   engineers and developers can create new applications to customize network
12   setup and administration.
13
14 Common use cases for SDN are as follows:
15
16 #. Centralized network monitoring, management, and orchestration
17 #. Proactive network management and traffic engineering
18 #. Chaining packets through the different VMs, which is known as service
19    function chaining (SFC). SFC enables Network Functions Virtualization (NFV),
20    which is a network architecture concept that virtualizes entire classes of
21    network node functions into building blocks that may connect, or chain
22    together, to create communication services.
23 #. Cloud - managing both the virtual overlay and the physical underlay beneath
24    it.