IT Glossary

My articles regularly use technical terms from Linux, infrastructure, networking and self-hosting. This glossary explains the most important terms briefly, clearly and with a practical focus.

Quick Access

Airtime

Airtime is the available transmission time on a Wi-Fi channel. All devices share this medium. The decisive factor is not only the amount of data, but how long a device occupies the radio channel. Slow or poorly connected clients consume more airtime and slow down everyone else.

Related article: Slow Wi-Fi despite a good signal? Airtime, jitter and many devices explained

Ballooning

Ballooning is a memory management technique in virtualization. The hypervisor can dynamically shrink or grow the memory assigned to a VM when other virtual machines need RAM. It helps on flexibly used systems, but it is not a replacement for enough RAM headroom under sustained load.

Related article: Proxmox slow? The most common causes and fixes

DHCP

DHCP automatically assigns IP addresses and other network settings to devices on a network.

DNS

DNS stands for Domain Name System. It translates names such as kerezovic.de into IP addresses so systems can communicate with each other. DNS is a fundamental service that often stays invisible until it causes problems.

Related article: AdGuard Home? My setup with sync and a virtual IP

Failover

Failover means that a second system automatically takes over when the first one fails. The goal is to keep services available during disruptions. Common examples include DNS, cluster systems or virtual IPs that switch between two nodes.

Related article: AdGuard Home? My setup with sync and a virtual IP

HA Cluster

An HA cluster consists of multiple connected systems that run services with high availability. If one node fails, another node can take over so virtual machines or important services continue with minimal interruption.

Related article: Understanding Proxmox storage: LVM and ZFS explained simply

LXC

LXC stands for Linux Containers. Multiple isolated systems run lightweight on a shared Linux kernel.

SAN

A SAN (Storage Area Network) is a dedicated storage network. It provides centralized block storage to servers and is often used in virtualization environments where performance, shared storage and high availability matter.

Related article: Understanding Proxmox storage: LVM and ZFS explained simply

Swappiness

Swappiness is a Linux kernel parameter with values from 0 to 100. It controls how aggressively data is moved from memory into swap storage. A lower value, for example 10, reduces swapping and can improve performance when enough RAM is available.

Related article: ZRAM on Linux and Proxmox – more performance without new hardware

Unbound

Unbound is a recursive DNS resolver. It can resolve DNS queries itself instead of forwarding them to external resolvers. This improves privacy, control and, in many setups, the traceability of the local DNS infrastructure.

Related article: AdGuard Home? My setup with sync and a virtual IP

Virtual IP

A virtual IP is an additional IP address that is not permanently bound to one specific system. It can move between multiple hosts and is commonly used for high availability and failover.

Related article: AdGuard Home? My setup with sync and a virtual IP