1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/docs/glossary.rst

40 lines
791 B
ReStructuredText
Raw Normal View History

2015-02-18 10:06:13 +00:00
Glossary
========
2016-05-12 17:18:37 +00:00
Node
-----
2015-02-18 10:06:13 +00:00
2016-05-12 17:18:37 +00:00
A Virtual Machine (Dynamips, IOU, Qemu, VPCS...), a cloud, a builtin device (switch, hub...)
2015-02-18 10:06:13 +00:00
2016-06-21 07:49:16 +00:00
Shape
2016-06-20 16:45:31 +00:00
-----
2016-06-21 07:49:16 +00:00
Shape are visual element not used by the network emulation. Like
2016-06-20 16:45:31 +00:00
text, images, rectangle... They are pure SVG elements.
2015-02-18 10:06:13 +00:00
Adapter
-------
The physical network interface. The adapter can contain multiple ports.
Port
----
A port is an opening on network adapter that cable plug into.
For example a VM can have a serial and an ethernet adapter plugged in.
The ethernet adapter can have 4 ports.
2016-03-11 14:24:48 +00:00
Controller
----------
The central server managing everything in GNS3. A GNS3 controller
2016-04-18 18:55:22 +00:00
will manage multiple GNS3 compute node.
2016-03-11 14:24:48 +00:00
2016-04-18 18:55:22 +00:00
Compute
2016-03-11 14:24:48 +00:00
----------
2016-04-18 18:55:22 +00:00
The process running on each server with GNS3. The GNS3 compute node
2016-03-11 14:24:48 +00:00
is controlled by the GNS3 controller.