A network security specialist is implementing an 802.1X Port-based Network Access Control architecture across an enterprise Ethernet infrastructure. In this deployment, network switches operate as authenticators that relay authentication requests from supplicants to a centralized backend server. Which TWO of the following statements accurately describe the operational and security characteristics of the RADIUS protocol in this AAA environment?
- RADIUS combines authentication and authorization into a single functional service process while isolating accounting to a separate operational port.Answer
- BRADIUS establishes connection-oriented TCP sessions over port 49 to provide reliable transmission and encrypts the entire packet payload.
- RADIUS encrypts only the password attribute within the packet payload, leaving attributes such as usernames and NAS identifiers in cleartext.Answer
- DRADIUS utilizes TCP port 1812 to guarantee connection-oriented, acknowledged delivery of authentication packets between authenticators and servers.
Answer
The RADIUS protocol combines authentication and authorization into a single operational process while separating accounting to a distinct port, and it encrypts only the password field within packet payloads while leaving other header attributes exposed in cleartext.
RADIUS integrates authentication and authorization within a unified packet structure while isolating accounting services to a separate UDP port. Furthermore, RADIUS enforces encryption strictly on the password attribute using a pre-shared key, leaving contextual attributes like usernames visible in cleartext over the network.
Step-by-Step Solution
Key Concept
RADIUS AAA Protocol Characteristics and Security Boundaries