nerdexam
EC-Council

312-50V12 · Question #216

As the Chief Information Security Officer (CISO) at a large university, you are responsible for the security of a campus-wide Wi-Fi network that serves thousands of students, faculty, and staff. Recen

The correct answer is D. Implement 802.1X authentication. This question tests knowledge of network access control mechanisms that prevent credential sharing on enterprise Wi-Fi networks. 802.1X provides per-user authentication tied to unique identities, making credential sharing both detectable and mitigatable.

Submitted by devops_kid· Mar 4, 2026Wireless Network, Mobile, IoT, and OT Hacking

Question

As the Chief Information Security Officer (CISO) at a large university, you are responsible for the security of a campus-wide Wi-Fi network that serves thousands of students, faculty, and staff. Recently, there has been a rise in reports of unauthorized network access, and you suspect that some users are sharing their login credentials. You are considering deploying an additional layer of security that could effectively mitigate this issue. What would be the most suitable measure to implement in this context?

Options

  • AImplement network segmentation
  • BDeploy a VPN for the entire campus
  • CEnforce a policy of regularly changing Wi-Fi passwords
  • DImplement 802.1X authentication

How the community answered

(20 responses)
  • A
    10% (2)
  • B
    5% (1)
  • C
    15% (3)
  • D
    70% (14)

Why each option

This question tests knowledge of network access control mechanisms that prevent credential sharing on enterprise Wi-Fi networks. 802.1X provides per-user authentication tied to unique identities, making credential sharing both detectable and mitigatable.

AImplement network segmentation

Network segmentation divides the network into zones to limit lateral movement, but it does not authenticate individual users or prevent multiple people from using the same shared credentials to gain access.

BDeploy a VPN for the entire campus

Deploying a campus-wide VPN encrypts traffic and can add an authentication layer, but it does not inherently prevent credential sharing and introduces significant infrastructure complexity without solving the root identity verification problem.

CEnforce a policy of regularly changing Wi-Fi passwords

Regularly changing Wi-Fi passwords (PSK rotation) only temporarily inconveniences unauthorized users; as long as one legitimate user shares the new password, unauthorized access resumes immediately, making this measure ineffective against deliberate credential sharing.

DImplement 802.1X authenticationCorrect

802.1X is a port-based Network Access Control (NAC) standard that requires each user to authenticate individually using unique credentials (typically via EAP methods integrated with RADIUS and an identity provider like Active Directory or LDAP). Because each session is cryptographically tied to a specific user identity, shared credentials can be detected, revoked, or restricted to a single concurrent session, directly addressing the credential-sharing problem. It also enables granular policy enforcement, logging, and certificate-based authentication options that eliminate shared secrets entirely.

Concept tested: 802.1X port-based network access control authentication

Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/nap/nap-overview

Topics

#Wi-Fi security#802.1X#network authentication#credential management

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice