Which Authentication Component Is Required for Wired and Wireless NAC?
A company's management team wants to implement NAC on the wired and wireless networks. Which of the following is an authentication component that must be used in this solution?
Community Votes
100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Tests understanding of NAC frameworks, with the common trap being the confusion between 802.1X (the port-control protocol) and EAP (the underlying authentication method).
Implementing Network Access Control (NAC) requires a standardized port-based authentication mechanism to secure both wired and wireless endpoints. The community unanimously agrees that IEEE 802.1X is the mandatory foundational component for this architecture.
Option C (EAP) is frequently selected because it handles credential exchange, but it functions only as an authentication framework layered inside 802.1X rather than the NAC enforcement protocol itself.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
802.1X is the IEEE standard for port-based network access control, serving as the mandatory authentication backbone for modern NAC deployments. It ensures that devices cannot communicate on the network until their identity is verified by an authentication server. Top-voted discussions confirm that 802.1X directly bridges identity verification with physical and logical port control.Why the Other Options Are Wrong
IPSec secures data in transit through encryption and peer authentication but does not manage initial network access rights. EAP is an authentication framework that facilitates credential validation but lacks the port-enforcement capabilities required for NAC. TACACS+ is exclusively designed for authenticating and authorizing administrative access to network infrastructure devices, not end-user endpoints.Community Comment Notes
Users consistently validate 802.1X as the definitive NAC component, emphasizing its role in enforcing access policies before connectivity is granted. Comment [2] effectively breaks down why IPSec and EAP do not fulfill the NAC requirement, while comment [3] highlights its integration with policy enforcement engines. The consensus reinforces that while EAP handles the math of authentication, 802.1X provides the necessary architectural gatekeeping.Official Reference
Exam Strategy
When studying NAC architectures, clearly separate the access control framework (802.1X), the authentication method (EAP), and the backend database (RADIUS). Focusing on the handshake sequence and the specific responsibility of each component will prevent overlap errors on certification exams.