📖 What is RADIUS (Remote Authentication Dial-In User Service)?
Remote Authentication Dial-In User Service (RADIUS) is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users who connect and use a network service. It is commonly used for VPNs and wireless network access.
"Remember that RADIUS only encrypts the password in the access-request packet, whereas TACACS+ encrypts the entire payload."
📚 Certification: CompTIA Security+ Certification Exam (SY0-701)
🔑 What are the Key Concepts of RADIUS (Remote Authentication Dial-In User Service)?
- ▸ Implements the AAA framework, providing a centralized method for Authentication, Authorization, and Accounting to track user access and activity across a network.
- ▸ Operates on a client-server model where network devices, like VPN gateways or wireless access points, act as clients forwarding requests to a central server.
- ▸ Utilizes UDP ports 1812 for authentication and authorization and port 1813 for accounting, prioritizing speed and efficiency over connection-oriented TCP.
- ▸ Relies on a pre-shared secret key between the client and server to authenticate communication and encrypt the user's password during the access-request process.
- ▸ Commonly deployed in WPA2/WPA3 Enterprise environments to replace shared passwords with individual user credentials, enhancing security and simplifying user offboarding.
🎯 How does RADIUS (Remote Authentication Dial-In User Service) appear on the SY0-701 Exam?
You may be asked to recommend a solution for a corporate wireless network that requires individual user authentication rather than a single shared password, leading you to select RADIUS for WPA Enterprise.
Expect questions comparing RADIUS and TACACS+; a scenario might describe a need for full packet encryption and granular command authorization for network admins, making TACACS+ the better choice.
❓ Frequently Asked Questions
Why is RADIUS preferred over local authentication on network devices?
Local authentication requires updating every device when a user's password changes or an employee leaves. RADIUS centralizes this process, allowing admins to manage access from one location for all connected devices.
Does RADIUS provide full encryption for all transmitted data?
No, RADIUS only encrypts the password field within the access-request packet. Other attributes are sent in cleartext, which is why TACACS+ is often preferred for high-security administrative device management.