A network analyst inspecting a packet capture between a wireless access point and a centralized authentication server observes that while the user password field within the Access-Request frame is obscured, the username and assigned VLAN attributes are visible in cleartext. Which operational characteristic of the RADIUS protocol accounts for this observed behavior?
- RADIUS encrypts only the password attribute within the packet body, leaving the remaining header and attribute-value pairs unencrypted over UDP.Cevap
- BRADIUS encrypts the entire packet body using TCP, but the packet analyzer lacked the decryption key required for transport header parsing.
- CRADIUS relies on TCP port 49, which transmits authentication credentials in cleartext unless an external TLS tunnel is explicitly configured.
- DRADIUS uses UDP transport, which inherently prohibits any form of payload encryption above Layer 3.
Cevap
RADIUS encrypts only the password attribute within the packet body, leaving the remaining header and attribute-value pairs unencrypted over UDP.
The RADIUS protocol (RFC 2865) operates over UDP (typically ports 1812 for authentication/authorization and 1813 for accounting) and encrypts only the User-Password attribute using an MD5-based algorithm with the shared secret. Other attributes such as User-Name, NAS-IP-Address, and vendor-specific attributes (like VLAN assignments) remain unencrypted in the packet body.
Adım Adım Çözüm
Anahtar Kavram
RADIUS vs TACACS+ Payload Encryption Boundaries