Remote Authentication Dial-in User Service (RADIUS)
What is Remote Authentication Dial-in User Service (RADIUS)?
Remote Authentication Dial-in User Service, or RADIUS, is a network protocol that provides centralized authentication, authorization, and accounting for users and devices trying to access a network or network service.
Examples
- A company uses RADIUS with enterprise Wi-Fi so employees log in with their directory accounts instead of a shared wireless password.
- A VPN gateway sends user login requests to a RADIUS server so access decisions are handled centrally.
Discover 🔎
As networks grow, it becomes difficult to manage access one device at a time. A wireless access point, VPN concentrator, switch, or firewall may all need to ask the same questions: who is trying to connect, should access be allowed, and what record should be kept of that connection? If every device made those decisions separately, administration would become inconsistent very quickly.
RADIUS solves that problem by moving those decisions toward a central service. Instead of storing all user access logic on every network device, the device can send the request to a RADIUS server and wait for the answer. That makes RADIUS one of the most important protocols in centralized network access control.
Summary 📝
RADIUS is a centralized network access protocol that helps organizations authenticate users and devices, decide what access they should receive, and record session activity. It is widely used in enterprise Wi-Fi, VPNs, and other controlled access environments because it reduces scattered local account management and brings network access decisions into one more manageable place. Its value comes from consistency, scalability, and better visibility into who connected and how.
Tip: The interactive version includes progress tracking, decks, and premium deep dives.