Security200-301 Exam Term

What Does RADIUS Mean in 200-301?

Full form: Remote Authentication Dial-In User Service

Also known as: Remote Authentication Dial-In User Service

Quick Definition

An open-standard AAA protocol that uses UDP and encrypts only the password.

Full Definition

RADIUS is an open-standard AAA protocol that centralises authentication, authorisation, and accounting for network access. It uses UDP ports 1812 (authentication/authorisation) and 1813 (accounting). Only the password is encrypted in RADIUS packets; other attributes (username, accounting data) are sent in cleartext. RADIUS is widely used for Wi-Fi authentication (802.1X), VPN access, and ISP dial-up.

Exam Trap — Don't Get Fooled

RADIUS combines authentication and authorisation in a single Accept or Reject response. TACACS+ separates them into independent processes. RADIUS uses UDP; TACACS+ uses TCP.

Related 200-301 Terms

Frequently Asked Questions

What does RADIUS mean on the 200-301 exam?

RADIUS is an open-standard AAA protocol that centralises authentication, authorisation, and accounting for network access. It uses UDP ports 1812 (authentication/authorisation) and 1813 (accounting). Only the password is encrypted in RADIUS packets; other attributes (username, accounting data) are sent in cleartext. RADIUS is widely used for Wi-Fi authentication (802.1X), VPN access, and ISP dial-up.

How does RADIUS appear as a trap on the 200-301?

RADIUS combines authentication and authorisation in a single Accept or Reject response. TACACS+ separates them into independent processes. RADIUS uses UDP; TACACS+ uses TCP.

How important is RADIUS on the 200-301 exam?

RADIUS falls under the Security domain of the 200-301 exam. Understanding it in context with related terms like tacacs-plus and aaa is essential for answering scenario-based questions correctly.