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