RADIUS
RADIUS is a networking protocol that lets a central server verify user credentials and decide whether to grant network access. It is commonly used so that devices like Wi-Fi access points, VPN gateways, and network switches can hand off login checks to a shared authentication service rather than storing credentials themselves.
RADIUS (Remote Authentication Dial-In User Service) is a client/server AAA protocol providing authentication, authorization, and accounting for network access. In a typical deployment a network access server (NAS) acts as the RADIUS client, forwarding a principal's credentials to a RADIUS server that performs authentication and returns an authorization decision (for example Access-Accept, Access-Reject, or Access-Challenge), often carrying policy attributes such as VLAN assignment; separate accounting messages track session activity. Note: the specific evidence packet provided does not contain authoritative sources describing the RADIUS protocol's technical details (such as transport, RFC references, or shared-secret handling), so those specifics are stated here from general domain knowledge and are not cited to the supplied evidence.
Why it matters
RADIUS centralizes authentication, authorization, and accounting (AAA) for network access, which means organizations can manage credentials and access policy in one place rather than provisioning them independently on every Wi-Fi access point, VPN gateway, or switch. This centralization reduces credential sprawl and gives security teams a consistent point at which to apply and audit network access decisions. Because network access devices act as clients that defer the actual credential check to a shared server, the endpoints themselves do not need to store or evaluate user secrets.
The protocol also matters because it commonly sits at the boundary between a principal and the network, making it a control point for enforcing policy such as VLAN assignment based on the authorization result. In many deployments RADIUS is the mechanism behind enterprise Wi-Fi authentication and remote-access VPNs, so its availability and correct configuration directly affect whether legitimate users can connect and whether unauthorized ones are kept out.
Because the supplied evidence digest does not contain authoritative technical sources on RADIUS, this entry describes the protocol from general domain knowledge and intentionally avoids stating specifics such as transport details, RFC numbers, or shared-secret handling that would require citation. Readers evaluating security properties should consult the relevant standards and vendor documentation for those details.
Who it's relevant to
Inside RADIUS
Common questions
Answers to the questions practitioners most commonly ask about RADIUS.
