improve installation manual (add congress config)
[doctor.git] / docs / 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 **Definition of terms**
5
6 Different SDOs and communities use different terminology related to
7 NFV/Cloud/SDN. This list tries to define an OPNFV terminology,
8 mapping/translating the OPNFV terms to terminology used in other contexts.
9
10
11 .. glossary::
12
13     ACT-STBY configuration
14         Failover configuration common in Telco deployments. It enables the
15         operator to use a standby (STBY) instance to take over the functionality
16         of a failed active (ACT) instance.
17
18     Administrator
19         Administrator of the system, e.g. OAM in Telco context.
20
21     Consumer
22         User-side Manager; consumer of the interfaces produced by the VIM; VNFM,
23         NFVO, or Orchestrator in ETSI NFV [ENFV]_ terminology.
24
25     EPC
26         Evolved Packet Core, the main component of the core network architecture
27         of 3GPP's LTE communication standard.
28
29     MME
30         Mobility Management Entity, an entity in the EPC dedicated to mobility
31         management.
32
33     NFV
34         Network Function Virtualization
35
36     NFVI
37         Network Function Virtualization Infrastructure; totality of all hardware
38         and software components which build up the environment in which VNFs are
39         deployed.
40
41     S/P-GW
42         Serving/PDN-Gateway, two entities in the EPC dedicated to routing user
43         data packets and providing connectivity from the UE to external packet
44         data networks (PDN), respectively.
45
46     Physical resource
47         Actual resources in NFVI; not visible to Consumer.
48
49     VNFM
50         Virtualized Network Function Manager; functional block that is
51         responsible for the lifecycle management of VNF.
52
53     NFVO
54         Network Functions Virtualization Orchestrator; functional block that
55         manages the Network Service (NS) lifecycle and coordinates the
56         management of NS lifecycle, VNF lifecycle (supported by the VNFM) and
57         NFVI resources (supported by the VIM) to ensure an optimized allocation
58         of the necessary resources and connectivity.
59
60     VIM
61         Virtualized Infrastructure Manager; functional block that is responsible
62         for controlling and managing the NFVI compute, storage and network
63         resources, usually within one operator's Infrastructure Domain, e.g.
64         NFVI Point of Presence (NFVI-PoP).
65
66     Virtual Machine (VM)
67         Virtualized computation environment that behaves very much like a
68         physical computer/server.
69
70     Virtual network
71         Virtual network routes information among the network interfaces of VM
72         instances and physical network interfaces, providing the necessary
73         connectivity.
74
75     Virtual resource
76         A Virtual Machine (VM), a virtual network, or virtualized storage;
77         Offered resources to "Consumer" as result of infrastructure
78         virtualization; visible to Consumer.
79
80     Virtual Storage
81         Virtualized non-volatile storage allocated to a VM.
82
83     VNF
84         Virtualized Network Function. Implementation of a Network Function that
85         can be deployed on a Network Function Virtualization Infrastructure
86         (NFVI).
87
88 ..
89  vim: set tabstop=4 expandtab textwidth=80: