Access pointAP
A device that bridges wireless clients onto a wired network, usually powered over Ethernet and managed by a controller rather than individually.
In FreeSDN: Access points are inventoried per site with their controller, radio band, channel and connected-client count. FreeSDN reads them from the vendor controller (Omada, UniFi, OpenWrt) rather than talking to each AP directly.
See also: Controller, PoE, SSID, WLAN
CIDRClassless Inter-Domain Routing
A notation that writes an IP range as an address plus a prefix length, such as 10.10.0.0/16, replacing the older fixed class A/B/C split.
In FreeSDN: Sites carry their subnets in CIDR form, and discovery scans take a CIDR range as their input. The prefix length bounds how many addresses a scan will touch.
See also: Subnet, Discovery, VLAN
Controller
A vendor's own management system for a fleet of its devices: an Omada OC300, a UniFi console, an OPNsense firewall, a Proxmox cluster.
In FreeSDN: FreeSDN sits in front of controllers rather than replacing them. You register a controller once with its credentials, and every device behind it is discovered, normalised and presented alongside devices from other vendors.
See also: Adapter, Site
DHCPDynamic Host Configuration Protocol
The protocol that hands a device an IP address, gateway and DNS servers when it joins a network, instead of each device being configured by hand.
In FreeSDN: DHCP scopes and static reservations are read and staged through the firewall and gateway adapters (OPNsense, pfSense, MikroTik, OpenWrt). Writes go through the staged-change path like every other device mutation.
See also: DNS, Staged write, Subnet
DNSDomain Name System
The system that resolves names to addresses. On a managed network it also covers local overrides, split-horizon views and blocklists.
In FreeSDN: DNS records and overrides are read and staged on the gateway adapters. FreeSDN also resolves hostnames before contacting any operator-supplied host, so a name cannot be used to reach an address the SSRF guard would refuse.
See also: DHCP, SSRF
LLDPLink Layer Discovery Protocol
A vendor-neutral protocol in which devices advertise their identity and capabilities to directly-connected neighbours, making physical topology discoverable.
In FreeSDN: LLDP neighbour tables are one of the inputs to topology discovery, which is what lets FreeSDN say which switch port a given camera or phone is plugged into.
See also: Topology, Switch, Access point
NetFlow
A flow-export protocol in which a router or switch summarises each conversation, recording source, destination, ports and byte counts, then ships those records to a collector.
In FreeSDN: The Observability module runs a NetFlow v5 collector. Flow records feed traffic analytics and per-application breakdowns; deep packet inspection rules classify them further.
See also: Observability, Syslog, SNMP
PoEPower over Ethernet
Delivering electrical power over the same cable that carries data, so cameras, phones and access points need no separate power supply.
In FreeSDN: Switch pages show per-port PoE state and the budget consumed against the switch's total. Toggling PoE on a port is a staged write, because power-cycling a port takes the attached device offline.
See also: Switch, Staged write, Access point
SNMPSimple Network Management Protocol
A long-established protocol for polling device counters and receiving asynchronous traps. Still the lowest common denominator for hardware that exposes nothing better.
In FreeSDN: Used by the Observability module for polling and trap reception where a device has no modern API. Community strings are stored encrypted like any other credential.
See also: Observability, NetFlow, Syslog
SSIDService Set Identifier
The broadcast name of a wireless network. One physical access point commonly serves several, each mapped to its own VLAN and security policy.
In FreeSDN: SSIDs are read per controller with their band, security mode and VLAN binding. Creating or changing one is a staged write; the pre-shared key is redacted on every read.
See also: WLAN, VLAN, Access point, Secret redaction
Subnet
A contiguous block of IP addresses treated as one broadcast domain, written in CIDR notation and usually paired one-to-one with a VLAN.
In FreeSDN: Sites declare their subnets, which scopes discovery scans and lets FreeSDN place a discovered device at the right site automatically.
See also: CIDR, VLAN, Site, Discovery
Switch
A device that forwards Ethernet frames between ports within a network. A managed switch adds VLANs, port security, link aggregation and PoE control.
In FreeSDN: Switches expose per-port status, VLAN membership, PoE state and port security. Renaming a port, changing its VLAN or toggling PoE all go through staged writes.
See also: PoE, VLAN, LLDP
Syslog
A standard for shipping log messages from devices to a central collector over UDP or TCP, with a severity and facility on every message.
In FreeSDN: The Observability module runs a syslog collector that parses, indexes and correlates device messages against inventory, so a log line resolves to a known device rather than a bare IP.
See also: Observability, NetFlow, SNMP
Topology
The map of what is physically or logically connected to what: which port feeds which access point, and which uplink carries which VLAN.
In FreeSDN: Built from LLDP neighbours, controller data and MAC address tables, then rendered as an interactive map. It is what makes cross-module correlation possible.
See also: LLDP, Switch, Discovery
VLANVirtual LAN
A logical network carved out of shared physical switching, so traffic in one VLAN is isolated from another without separate cabling.
In FreeSDN: VLANs are first-class: defined once, then distributed to multiple controllers at once through the Network Distribution Engine, which is one of the few genuinely cross-vendor write paths in the product.
See also: Subnet, Switch, SSID, Staged write
VPNVirtual Private Network
An encrypted tunnel that carries private traffic across an untrusted network, joining remote sites or remote users to an internal network.
In FreeSDN: WireGuard, OpenVPN and Tailscale overlays are supported for reaching remote sites. Imported configurations are encrypted at rest, private key included.
See also: Site, Edge agent, Encryption at rest
WLANWireless LAN
The wireless portion of a network: the access points, the SSIDs they broadcast, and the radio settings behind them.
In FreeSDN: WLAN configuration is read across Omada, UniFi and OpenWrt and normalised into one shape, so band, channel and security settings are comparable between vendors.
See also: SSID, Access point, VLAN