Question

Difficulty: MediumAAA Framework and Authentication Methods

Which defining operational characteristic correctly corresponds to each authentication protocol or Extensible Authentication Protocol (EAP) framework variant?

  • EAP-TLSRequires PKI digital certificates installed on both the authentication server and client devices for mutual authentication.
  • EAP-FASTUtilizes a Protected Access Credential (PAC) dynamically provisioned to clients to establish a secure tunnel without client certificates.
  • PEAPCreates an encrypted TLS tunnel using only a server-side certificate to protect inner password-based authentication methods.
  • TACACS+Operates over TCP port 49, encrypting the full packet payload while decoupling authentication, authorization, and accounting functions.

Answer

EAP-TLS matches requiring dual digital certificates (server and client); EAP-FAST matches using Protected Access Credentials (PACs); PEAP matches creating a TLS tunnel using a server-side certificate; TACACS+ matches encrypting the full payload and separating AAA over TCP port 49.
Each protocol is matched to its unique operational mechanism: EAP-TLS mandates dual-sided PKI certificates for server and client; EAP-FAST utilizes Protected Access Credentials (PACs) instead of client certificates; PEAP leverages a server-side certificate to build a TLS tunnel for inner credential authentication; TACACS+ provides full payload encryption and separate AAA services over TCP port 49.

Step-by-Step Solution

1
Identify certificate requirements for wireless authentication protocols (EAP-TLS, PEAP, EAP-FAST).
EAP-TLS requires both client and server certificates. PEAP requires only a server-side certificate to tunnel inner protocols. EAP-FAST avoids client certificates by using Protected Access Credentials (PACs).
Differentiating EAP methods by certificate deployment is a core CompTIA Network+ security requirement.
2
Analyze transport and payload encryption mechanisms for network administrative AAA protocols (TACACS+).
TACACS+ operates over TCP port 49, encrypts the entire message body (not just passwords), and separates AAA components.
Contrasting TACACS+ operational properties against RADIUS and EAP types establishes correct framework categorization.
3
Map each protocol name to its corresponding technical specification.
All four protocols are linked to their distinct operational characteristics.
Ensures full verification of network security authentication concepts.

Key Concept

Authentication Protocols and EAP Framework Differentiation
Rate this question