Update docs structure according to new guidelines in https://wiki.opnfv.org/display/DOC
[promise.git] / docs / development / requirements / glossary.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 ===================
5 Definition of terms
6 ===================
7
8 Different SDOs and communities use different terminology related to
9 NFV/Cloud/SDN. This list tries to define an OPNFV terminology,
10 mapping/translating the OPNFV terms to terminology used in other contexts.
11
12 .. glossary::
13
14    Administrator
15       Administrator of the system, e.g. OAM in Telco context.
16
17    Consumer
18       User-side Manager; consumer of the interfaces produced by the VIM; VNFM,
19       NFVO, or Orchestrator in ETSI NFV [NFV003]_ terminology.
20
21    NFV
22       Network Function Virtualization
23
24    NFVI
25       Network Function Virtualization Infrastructure; totality of all hardware
26       and software components which build up the environment in which VNFs are
27       deployed.
28
29    NFVO
30       Network Functions Virtualization Orchestrator; functional block that
31       manages the Network Service (NS) lifecycle and coordinates the management
32       of NS lifecycle, VNF lifecycle (supported by the VNFM) and NFVI resources
33       (supported by the VIM) to ensure an optimized allocation of the necessary
34       resources and connectivity.
35
36    Physical resource
37       Actual resources in NFVI; not visible to Consumer.
38
39    Resource zone
40       A set of NFVI hardware and software resources logically grouped
41       according to physical isolation and redundancy capabilities or to
42       certain administrative policies for the NFVI [NFVIFA010]_
43
44    VIM
45       Virtualized Infrastructure Manager; functional block that is responsible
46       for controlling and managing the NFVI compute, storage and network
47       resources, usually within one operator's Infrastructure Domain, e.g. NFVI
48       Point of Presence (NFVI-PoP).
49
50    Virtual Machine (VM)
51       Virtualized computation environment that behaves very much like a physical
52       computer/server.
53
54    Virtual network
55       Virtual network routes information among the network interfaces of VM
56       instances and physical network interfaces, providing the necessary
57       connectivity.
58
59    Virtual resource
60       A Virtual Machine (VM), a virtual network, or virtualized storage; Offered
61       resources to "Consumer" as result of infrastructure virtualization;
62       visible to Consumer.
63
64    Virtual Storage
65       Virtualized non-volatile storage allocated to a VM.
66
67    VNF
68       Virtualized Network Function. Implementation of an Network Function that
69       can be deployed on a Network Function Virtualization Infrastructure (NFVI).
70
71    VNFM
72       Virtualized Network Function Manager; functional block that is responsible
73       for the lifecycle management of VNF.