Posts

Showing posts from August, 2026

TACACS+ vs RADIUS: Which Is Better for Network Authentication?

  Ask a network engineer whether RADIUS or TACACS + is better, and the honest answer is a question back: authentication of whom ? That single distinction is what most comparison articles miss - and it's where our new guide starts. RADIUS authenticates the people and devices that use a network: broadband subscribers on a BNG , Wi-Fi clients on a controller, 802.1X sessions on a switch. It runs over UDP at very high volume, and it bundles authentication and authorization into one exchange. TACACS + authenticates the people who run the network: engineers opening privileged sessions on routers, switches, and firewalls. It runs over TCP, separates all three AAA functions, and can authorize every single command an engineer types - then log it against that individual, not a shared admin account. For a communications service provider, both problems run at carrier scale at the same time. Millions of subscriber authentications a day on RADIUS and Diameter. Hundreds of privileged administrat...

How RADIUS Authentication Works: A Telecom Engineer's Guide to Carrier-Scale AAA

  Every subscriber session on your network - broadband, carrier Wi-Fi, or mobile - starts with a decision made in milliseconds: is this device allowed on, what can it do, and how does its usage get recorded? In most CSP networks, RADIUS makes that call. And with connected IoT devices reaching 21.1 billion in 2025 and heading toward 39 billion by 2030, the protocol that authenticates all of them deserves a closer look than most engineers ever give it. This guide is a working engineer's tour of RADIUS in a telecom context. It walks the full authentication flow step by step - Access-Request through accounting stop - decodes every packet type so RADIUS logs actually make sense during troubleshooting, and explains how EAP methods like EAP -SIM, EAP -AKA, and EAP -TLS carry SIM and certificate credentials over the same protocol. Crucially, it draws the line between enterprise RADIUS and the carrier-grade discipline: authenticating millions of subscribers instead of thousands of employ...

AAA Servers Explained: Why Every CSP's Network Runs on One

  Every subscriber session on your network begins and ends at the same place: the AAA server . It decides who connects, what they're entitled to, and how their usage becomes revenue. When it works, nobody notices. When it fails, paying customers can't get online and usage quietly goes unbilled. Yet for a function this consequential, AAA remains one of the least understood components in the carrier stack - and this guide fixes that. Written for operators and ISPs encountering AAA for the first time, it walks through authentication, authorization, and accounting step by step, following a single broadband session from access request to Change of Authorization. It untangles the protocol landscape - RADIUS for subscriber access, Diameter for the mobile core, TACACS + for device administration - and explains why the three coexist rather than compete. It also covers what most 2026 buying guides miss: the Blast-RADIUS vulnerability and the industry's shift to RadSec , and the de...

RADIUS Protocol in Telecom Networks: Authentication, Authorization & Accounting Explained

 RADIUS remains a core protocol for AAA in telecom networks, handling authentication, authorization, and accounting between network access devices and backend AAA infrastructure. But understanding RADIUS goes beyond knowing what the protocol stands for. Its role in subscriber authentication, access control, session management, and accounting makes it an important part of how operators manage secure network access at scale. This blog takes a technical look at how the RADIUS protocol works, including the authentication flow, RADIUS request and response messages, AAA functions, and how RADIUS fits into modern telecom network architectures. A practical reference for telecom engineers, network architects, ISP teams, and professionals working with AAA and subscriber access infrastructure. Read the technical guide: https://alepo.com/blog/radius-protocol-explained-how-it-secures-telecom-networks/