# Glossary

##### <sup>**ARS** </sup>

<sup>Automatic Relay Selector is a mechanism that automatically selects the best relay to route a message or connection.</sup>

##### <sup>**Cluster** </sup>

<sup> A group of servers that work together to provide load balancing, high availability, and resilience.</sup>

##### <sup>**Imaging** </sup>

<sup>Here, we are referring to a system image or snapshot (disk image) of a workstation or server containing the OS and software. It is used for rapid deployments or restores.</sup>

##### <sup>**Logs** </sup>

<sup>Also known as logging, this is a mechanism that records system events, errors, accesses, and user actions. Very useful for audits and security.</sup>

##### <sup>**OU** </sup>

<sup>Organizational unit: a hierarchical structure within a directory (e.g., LDAP) used to organize machines and users.</sup>

##### <sup>**Package** </sup>

<sup>A collection of files and resources containing an application ready to be installed and configured on a computer or server. Packages are stored in repositories and managed by package managers.</sup>

##### <sup>**P.M.A.D**</sup>

<sup>Remote Access</sup>

##### <sup>**Relay** </sup>

<sup>A relay is a component that allows messages to be passed between different points on the network.</sup>

##### <sup>**Rules** </sup>

<sup>A rule is a set of criteria used to determine which relay or server should be used.</sup>

##### <sup>**XMPP** </sup>

<sup>XMPP stands for Extensible Messaging and Presence Protocol and is used for instant messaging, presence, and real-time communication.</sup>

##### <sup>**Conditional GRAFCET**</sup>

<sup>A scheduling method based on GRAFCET (Graphical State Machine), used to automate sequences of actions (such as software deployment or script execution) based on specific conditions. Each step is executed only if defined conditions are met, enabling dynamic and intelligent process management.</sup>

##### <sup>**Unicast** </sup>

<sup>A network communication mode in which a single source sends data to a single destination. Used for point-to-point transmissions.</sup>

##### <sup>**Multicast**</sup>

<sup>A network communication mode in which a single source sends data simultaneously to multiple specific destinations, without sending separate copies to each receiver.</sup>

##### <sup>**VPN (Virtual Private Network)** </sup>

<sup>A virtual private network that creates a secure, encrypted connection between a user and a network, often via the Internet. It protects data, hides the IP address, and ensures privacy.</sup>

##### <sup>**SSH (Secure Shell)** </sup>

<sup>A secure communication protocol used to establish a remote, encrypted, and authenticated connection to access a system and execute commands. Primarily used for server administration and secure file transfer.</sup>

##### <sup>**Wake-on-LAN (WOL)** </sup>

<sup>A feature that allows a computer to be started remotely via a network by sending a special packet called**a Magic Packet** containing the target machine’s MAC address. Used for remote administration and managing machines without having to turn them on manually.</sup>