Skip to main content

Migliori Pratiche per la Sicurezza delle Reti Scolastiche K-12 con NAC

Questa guida di riferimento tecnico fornisce strategie attuabili per i responsabili IT per architettare, implementare e gestire il Network Access Control (NAC) negli ambienti scolastici K-12. Copre argomenti essenziali dall'autenticazione 802.1X e la segmentazione VLAN alla gestione dei dispositivi IoT con MAB e MPSK, garantendo una solida protezione e conformità.

📖 6 min read📝 1,270 words🔧 2 worked examples3 practice questions📚 8 key definitions

Listen to this guide

View podcast transcript
Best Practices for Securing K-12 School Networks with NAC A Purple WiFi Intelligence Briefing — Approximately 10 Minutes --- INTRODUCTION AND CONTEXT — approximately 1 minute Welcome to the Purple WiFi Intelligence Briefing. I'm your host, and today we're getting into a topic that sits right at the intersection of safeguarding, compliance, and practical network engineering: securing K-12 school networks using Network Access Control, or NAC. If you're an IT manager or network architect working in education, you already know the challenge. You've got a single physical network that needs to serve teachers, students, governors, visiting parents, IoT devices like smartboards and CCTV cameras, and sometimes contractors — all at the same time, all with very different trust levels and access requirements. The stakes are high. Schools hold sensitive personal data on minors. They're subject to GDPR, CIPA in the US context, and increasingly, Ofsted and DfE guidance in the UK. A single misconfigured access point can expose safeguarding records or allow a student to pivot onto the admin network. So today, we're going to walk through exactly how to architect and deploy a NAC solution in a K-12 environment — the standards, the segmentation strategy, the integration points, and the pitfalls that trip up even experienced teams. Let's get into it. --- TECHNICAL DEEP-DIVE — approximately 5 minutes Let's start with the fundamentals. NAC — Network Access Control — is the discipline of controlling who and what can connect to your network, and what they can do once they're on it. In a K-12 context, this means enforcing authentication, authorisation, and policy at the point of network entry, whether that's a wired switch port or a wireless access point. The cornerstone standard here is IEEE 802.1X. This is the port-based authentication protocol that sits between a supplicant — that's the device trying to connect — an authenticator, which is your switch or access point, and an authentication server, typically a RADIUS server. When a device attempts to connect, 802.1X holds it in an unauthenticated state, passes credentials to the RADIUS server, and only grants network access once the server confirms the identity and policy match. In a school, this maps directly to your user populations. Staff authenticate with their Active Directory or Azure AD credentials. Students authenticate with their school-issued credentials or device certificates. Unmanaged devices — a parent's phone at an open evening, a contractor's laptop — get redirected to a captive portal or a restricted guest VLAN. Now, let's talk about VLAN segmentation, because this is where most school networks either get it right or leave themselves exposed. The minimum viable segmentation model for a K-12 network looks like this. You need at least four VLANs. First, a Staff and Administration VLAN — this carries teacher workstations, MIS systems, HR data, and finance applications. Full internet access, but no lateral access to student devices. Second, a Student VLAN — filtered internet access, content filtering enforced, no access to staff resources. Third, an IoT and Infrastructure VLAN — this is where your smartboards, IP cameras, door access controllers, and printers live. Critically, this VLAN should have no internet access at all unless a specific device requires it, and it should be firewalled from both staff and student VLANs. Fourth, a Guest or Visitor VLAN — internet-only, completely isolated, with a captive portal for terms acceptance and identity capture. The RADIUS server is the brain of this operation. In most school deployments, you'll integrate RADIUS with your existing directory service. If you're running Microsoft Active Directory, that's typically done via NPS — Network Policy Server — on Windows Server, or via a cloud RADIUS service if you've moved to Azure AD or Google Workspace. The RADIUS server applies policy based on group membership: a user in the "Staff" security group gets assigned to VLAN 10, a user in "Students" gets VLAN 20, and so on. On the wireless side, the current best practice is WPA3-Enterprise. WPA3 addresses the known vulnerabilities in WPA2, particularly around offline dictionary attacks and the KRACK vulnerability. WPA3-Enterprise uses 192-bit security mode for high-sensitivity environments, which is appropriate for the staff and admin SSID. For student SSIDs, WPA3-Personal with SAE — Simultaneous Authentication of Equals — is a significant improvement over WPA2-PSK, because it prevents offline brute-force attacks even if the pre-shared key is compromised. One architecture decision worth highlighting is whether to run a single SSID with dynamic VLAN assignment, or multiple SSIDs. The single-SSID approach is cleaner operationally — users connect to one network name, and the RADIUS server dynamically assigns them to the correct VLAN based on their credentials. This reduces RF overhead and simplifies device configuration. However, it requires all your access points to support dynamic VLAN assignment via RADIUS attributes, specifically the Tunnel-Type, Tunnel-Medium-Type, and Tunnel-Private-Group-ID attributes in the RADIUS Access-Accept response. Now, IoT device management is a particular challenge in schools. Smartboards, document cameras, environmental sensors — these devices often don't support 802.1X at all. The solution here is MAC Authentication Bypass, or MAB, combined with Multi-PSK, or MPSK. MAB allows you to authenticate devices by their MAC address against a whitelist in your RADIUS server. MPSK goes further — it allows you to assign a unique pre-shared key per device or device group, so each IoT device has its own credential, and compromise of one device's key doesn't affect others. For a detailed walkthrough of this approach, Purple's guide on Managing IoT Device Security with NAC and MPSK covers the configuration specifics in depth. Let's also address endpoint compliance posture checking, because this is where enterprise NAC solutions add significant value over basic 802.1X. Solutions like Cisco ISE, Aruba ClearPass, or Forescout can interrogate endpoints before granting access — checking whether a device has current antivirus definitions, whether the operating system is patched, whether disk encryption is enabled. In a school context, this is particularly valuable for staff-owned devices or BYOD scenarios. A device that fails posture checks can be quarantined to a remediation VLAN where it can only access update servers, rather than being granted full network access. --- IMPLEMENTATION RECOMMENDATIONS AND PITFALLS — approximately 2 minutes Let me give you the practical deployment sequence, and then flag the three pitfalls I see most often. Start with a full network audit. Before you touch a single configuration, you need a complete inventory of every device on the network — wired and wireless — and every SSID currently broadcasting. Use a tool like Nmap or your existing network management platform to enumerate devices. You'll almost certainly find shadow IT: personal hotspots, unmanaged switches, devices nobody knew were there. Phase your rollout. Do not attempt to enforce 802.1X authentication across the entire school on day one. Start with a pilot — typically the staff network in the admin block. Run in monitor mode first, where 802.1X is evaluated but not enforced, so you can identify devices that will fail authentication before you lock anyone out. Then move to enforcement, VLAN by VLAN. Integrate with your directory service before you deploy to users. The most common failure mode is deploying RADIUS and then discovering that your directory integration is broken — either because of firewall rules blocking LDAP traffic, or because the service account used by RADIUS doesn't have sufficient permissions to query group membership. Now, the three pitfalls. First: legacy devices. Every school has them. Older printers, legacy AV equipment, interactive whiteboards from 2012. These devices will not support 802.1X. Have a MAB whitelist strategy ready before you enforce authentication, or you'll be fielding calls from every teacher whose printer stopped working on the first day of term. Second: certificate management. WPA3-Enterprise and EAP-TLS authentication require certificates. If you're using a school-managed PKI, ensure your certificate authority is trusted on all managed devices before deployment. Unmanaged BYOD devices will prompt users to accept an untrusted certificate, which creates a phishing risk — users get trained to click "accept" on certificate warnings. Third: guest network compliance. Under GDPR, if you're capturing any personal data through a captive portal — even just an email address — you need a lawful basis, a privacy notice, and a data retention policy. Purple's guest WiFi platform handles this natively, providing compliant captive portal flows with built-in consent management, which is particularly useful for open evenings and parent events where you're onboarding large numbers of visitors quickly. --- RAPID-FIRE Q AND A — approximately 1 minute Let me run through the questions I get most often on this topic. "Do we need a dedicated RADIUS server or can we use a cloud service?" — Both are valid. On-premises NPS on Windows Server is free and integrates natively with Active Directory. Cloud RADIUS services like Foxpass or JumpCloud RADIUS are better suited to Azure AD or Google Workspace environments, and they reduce your on-premises infrastructure footprint. "What about Chromebooks?" — Chromebooks support 802.1X natively and can be configured via Google Admin Console to use EAP-TLS with device certificates issued through Google's certificate management. This is the cleanest approach for Google Workspace for Education deployments. "How do we handle parents at open evenings?" — Captive portal on an isolated guest VLAN. No 802.1X required. Purple's guest WiFi platform provides a branded, GDPR-compliant portal that captures consent and can push analytics back to your marketing or communications team. "What's the ROI case for NAC in a school?" — Primarily risk mitigation. A data breach involving student records can result in ICO fines, reputational damage, and significant remediation costs. The cost of a properly deployed NAC solution is a fraction of the cost of a single breach investigation. --- SUMMARY AND NEXT STEPS — approximately 1 minute To summarise: securing a K-12 network with NAC comes down to four pillars. Identity — knowing who and what is on your network at all times. Segmentation — ensuring that a compromised student device cannot reach staff data or IoT infrastructure. Compliance — meeting GDPR, CIPA, and DfE requirements for data protection and safeguarding. And visibility — having the logging and analytics capability to detect anomalies and respond quickly. The practical starting point is a network audit and VLAN design. Get that right, and the 802.1X deployment follows a logical sequence. Don't try to do everything at once — phase it, test in monitor mode, and build your MAB whitelist before you enforce. If you're evaluating how a guest WiFi and analytics platform fits into this architecture, Purple's platform integrates directly with your NAC infrastructure to provide compliant guest onboarding, visitor analytics, and policy enforcement — without adding complexity to your core network segmentation. For further reading, Purple's guides on IoT device security with NAC and MPSK, and the broader enterprise network architecture resources, are linked in the show notes. Thanks for listening. Until next time. --- END OF SCRIPT

header_image.png

Riepilogo Esecutivo

La messa in sicurezza di una rete scolastica K-12 è fondamentalmente un esercizio di mitigazione del rischio, gestione delle identità e conformità. I responsabili IT affrontano la complessa sfida di fornire un accesso senza interruzioni a una base di utenti altamente diversificata — personale, studenti, visitatori e appaltatori — garantendo al contempo la sicurezza di una gamma sempre più ampia di dispositivi IoT come lavagne interattive e telecamere di sicurezza. Il Network Access Control (NAC) basato su IEEE 802.1X fornisce le fondamenta architettoniche per una robusta segmentazione della rete, assicurando che i dispositivi siano autenticati, autorizzati e opportunamente isolati prima che venga loro concesso l'accesso alla rete.

Questa guida fornisce un quadro tecnico completo per l'implementazione del NAC negli ambienti educativi. Dettaglia le migliori pratiche per l'integrazione RADIUS, l'architettura VLAN, il controllo della postura degli endpoint e l'onboarding sicuro degli ospiti. Implementando queste strategie, i direttori delle operazioni della sede e gli architetti di rete possono ridurre significativamente la loro superficie di attacco, proteggere i dati sensibili di salvaguardia e mantenere una stretta conformità con gli standard normativi come GDPR e CIPA, il tutto senza compromettere l'efficienza operativa della scuola.

Approfondimento Tecnico

Al suo interno, il NAC opera sul principio dello zero trust al bordo della rete. Quando un dispositivo (il supplicante) si connette a uno switch di accesso o a un access point wireless (l'autenticatore), viene posto in uno stato limitato. L'autenticatore inoltra le credenziali a un server di autenticazione (tipicamente un server RADIUS) utilizzando il protocollo 802.1X. Solo dopo un'autenticazione e una valutazione della policy riuscite, il dispositivo viene assegnato alla VLAN appropriata con l'applicazione di specifiche liste di controllo degli accessi (ACL).

Il Protocollo 802.1X e i Metodi EAP

Il framework Extensible Authentication Protocol (EAP) fornisce il meccanismo di trasporto per vari metodi di autenticazione all'interno di 802.1X. In un ambiente K-12, le implementazioni più comuni sono:

  • PEAP-MSCHAPv2: Spesso utilizzato per i dispositivi del personale e degli studenti che si autenticano con le credenziali di Active Directory. Sebbene più facile da implementare, è vulnerabile al furto di credenziali se il certificato del server non è strettamente convalidato dal client.
  • EAP-TLS: Lo standard d'oro per la sicurezza aziendale. Si basa sull'autenticazione reciproca basata su certificati, eliminando completamente la necessità di password. Questo è altamente raccomandato per i dispositivi gestiti (come i Chromebook forniti dalla scuola o i laptop del personale) dove una soluzione Public Key Infrastructure (PKI) o Mobile Device Management (MDM) può provvedere automaticamente ai certificati necessari.

Standard di Sicurezza Wireless: WPA3-Enterprise

Per le reti wireless, WPA3-Enterprise è il punto di riferimento attuale. Impone l'uso di Protected Management Frames (PMF) per prevenire attacchi di deautenticazione e offre una modalità di sicurezza a 192 bit per ambienti altamente sensibili (ad esempio, la rete del personale/amministratori). Per le reti studentesche dove WPA3-Enterprise potrebbe essere troppo complesso per scenari BYOD, WPA3-Personal con Simultaneous Authentication of Equals (SAE) fornisce una robusta protezione contro gli attacchi a dizionario offline, un miglioramento significativo rispetto al più vecchio standard WPA2-PSK.

Architettura di Segmentazione della Rete

Un NAC efficace si basa su una rigorosa segmentazione della rete. Un'architettura di rete piatta è una vulnerabilità critica. Un'implementazione K-12 standard dovrebbe, come minimo, implementare la seguente struttura VLAN:

  1. VLAN Personale e Amministrazione: Accesso completo alle risorse interne, ai sistemi MIS e a internet. Movimento laterale altamente limitato da altre VLAN.
  2. VLAN Studenti: Accesso a internet filtrato con rigoroso controllo dei contenuti applicato. Nessun accesso alle risorse del personale o alle interfacce di gestione.
  3. VLAN IoT e Infrastruttura: Ospita lavagne interattive, telecamere IP e sistemi di gestione degli edifici. Questa VLAN non dovrebbe avere accesso a internet in uscita a meno che non sia esplicitamente richiesto da un dispositivo specifico, e dovrebbe essere isolata dalle VLAN utente.
  4. VLAN Ospiti: Accesso solo a internet, isolata da tutte le reti interne, tipicamente preceduta da un captive portal per l'accettazione dei termini e la cattura dell'identità.

nac_architecture_overview.png

Guida all'Implementazione

L'implementazione del NAC richiede un approccio metodico e a fasi per evitare di interrompere le operazioni educative.

Fase 1: Scoperta e Audit

Prima di implementare qualsiasi applicazione, condurre un audit di rete completo. Utilizzare strumenti per scoprire tutti i dispositivi connessi, identificare l'IT ombra (switch o access point non autorizzati) e documentare lo stato attuale della rete. Questa fase è cruciale per costruire liste bianche accurate di MAC Authentication Bypass (MAB) per i dispositivi legacy.

Fase 2: Implementazione dell'Infrastruttura RADIUS

Implementare la propria infrastruttura RADIUS. Se si utilizza Active Directory on-premises, Network Policy Server (NPS) è una scelta comune. Per ambienti cloud-centrici (Azure AD, Google Workspace), le soluzioni RADIUS cloud offrono un'integrazione semplificata. Assicurarsi che il server RADIUS sia configurato correttamente per comunicare con il servizio di directory e che le regole del firewall consentano il traffico LDAP/LDAPS.

Fase 3: Modalità Monitoraggio

Abilitare 802.1X sugli switch di accesso e sui controller wireless in modalità monitoraggio (a volte chiamata modalità aperta). In questo stato, l'autenticatore valuta le credenziali 802.1X e registra il risultato, ma non blocca l'accesso se l'autenticazione fallisce. Ciò consente ai team IT di identificare dispositivi mal configurati, certificati mancanti o apparecchiature legacy che richiedono MAB, senza causare interruzioni di rete.

Fase 4: Applicazione e Segmentazione

Una volta che i log della modalità monitoraggio mostrano un alto tasso di successo e tutte le eccezioni sono state considerate, iniziare ad applicare 802.Autenticazione 1X. Implementare questa soluzione in fasi, iniziando con un gruppo pilota (ad esempio, il reparto IT), quindi estendendo al personale e infine agli studenti. Implementare l'assegnazione dinamica delle VLAN tramite attributi RADIUS (Tunnel-Type, Tunnel-Medium-Type, Tunnel-Private-Group-ID) per garantire che gli utenti siano inseriti nel segmento di rete corretto in base alla loro appartenenza al gruppo di directory.

nac_deployment_checklist.png

Migliori Pratiche

  • Implementare MAB e MPSK per l'IoT: I dispositivi legacy e gli endpoint IoT headless spesso non dispongono di supplicanti 802.1X. Utilizzare il MAC Authentication Bypass (MAB) per le apparecchiature legacy, ma preferire il Multi-PSK (MPSK) per i moderni dispositivi IoT. MPSK assegna una chiave pre-condivisa unica a ciascun dispositivo, garantendo che se una chiave viene compromessa, il resto della rete rimanga sicuro. Per una guida dettagliata alla configurazione, fare riferimento alla guida Gestione della sicurezza dei dispositivi IoT con NAC e MPSK .
  • Applicare il Controllo della Postura degli Endpoint: Andare oltre la semplice autenticazione integrando i controlli di postura. Prima di concedere l'accesso, la soluzione NAC dovrebbe verificare che l'endpoint abbia un software antivirus attivo, sia completamente aggiornato e abbia la crittografia del disco abilitata. I dispositivi non conformi dovrebbero essere collocati in una VLAN di rimedio.
  • Integrare l'Accesso Ospiti con gli Analytics: Le reti ospiti devono essere isolate e conformi. L'integrazione di una piattaforma come Guest WiFi garantisce che l'accesso dei visitatori sia sicuro, conforme al GDPR e fornisca preziosi WiFi Analytics per comprendere l'utilizzo della sede e l'affluenza.
  • Utilizzare l'Autenticazione Basata su Certificati (EAP-TLS) ove possibile: Per i dispositivi gestiti, EAP-TLS elimina la dipendenza dalle password, riducendo significativamente il rischio di furto di credenziali e attacchi di phishing.

Risoluzione dei Problemi e Mitigazione del Rischio

Modalità di Guasto Comuni

  1. Errori di Fiducia del Certificato: Se agli utenti BYOD viene richiesto di accettare un certificato server non attendibile durante l'autenticazione PEAP, ciò li abitua a ignorare gli avvisi di sicurezza, creando una massiccia vulnerabilità al phishing. Mitigazione: Utilizzare sempre un certificato firmato da un'Autorità di Certificazione (CA) pubblicamente attendibile per il server RADIUS, o assicurarsi che il certificato root della CA interna sia distribuito a tutti i dispositivi gestiti tramite MDM.
  2. Errori di Integrazione della Directory: L'autenticazione RADIUS fallirà se il server non può comunicare con il servizio di directory (ad esempio, i controller di dominio AD sono irraggiungibili o la password dell'account di servizio è scaduta). Mitigazione: Implementare server RADIUS ridondanti e monitorare continuamente lo stato dell'integrazione della directory.
  3. Il 'Problema della Stampante' (Blocco dei Dispositivi Legacy): L'applicazione di 802.1X senza una whitelist MAB completa disconnetterà immediatamente stampanti legacy, apparecchiature AV e lavagne interattive più vecchie. Mitigazione: La fase di monitoraggio è critica. Non passare all'applicazione finché tutti i dispositivi non autenticanti non sono stati identificati e profilati.

ROI e Impatto sul Business

Sebbene NAC sia principalmente un investimento in sicurezza e conformità, offre un valore aziendale misurabile:

  • Mitigazione del Rischio: Il costo finanziario e reputazionale di una violazione dei dati che coinvolge i registri degli studenti è catastrofico. NAC riduce drasticamente la superficie di attacco e previene il movimento laterale, contenendo potenziali violazioni.
  • Efficienza Operativa: L'assegnazione dinamica delle VLAN riduce il sovraccarico amministrativo della configurazione manuale delle porte degli switch. Il personale IT dedica meno tempo alla gestione delle VLAN e più tempo a iniziative strategiche.
  • Garanzia di Conformità: Un'implementazione NAC robusta fornisce i registri di audit e i controlli di accesso necessari per dimostrare la conformità con GDPR, CIPA e le normative locali di salvaguardia, semplificando gli audit e riducendo l'esposizione legale.

Key Definitions

Network Access Control (NAC)

A security architecture that enforces policy on devices attempting to access a network, ensuring only authenticated and compliant devices are granted entry.

Essential for IT teams to prevent unauthorized access and segment network traffic based on user roles (e.g., staff vs. student).

IEEE 802.1X

The IEEE standard for port-based Network Access Control, providing an authentication mechanism to devices wishing to attach to a LAN or WLAN.

The foundational protocol that allows switches and access points to verify user identity before granting network access.

RADIUS (Remote Authentication Dial-In User Service)

A networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users who connect and use a network service.

The 'brain' of the NAC deployment, responsible for verifying credentials against a directory (like Active Directory) and assigning VLANs.

MAC Authentication Bypass (MAB)

A technique used to authenticate devices that do not support 802.1X by using their MAC address as the credential against a pre-approved whitelist.

Crucial for allowing legacy devices like older printers and smartboards onto the network without compromising the 802.1X requirement for modern devices.

Multi-PSK (MPSK)

A wireless security feature that allows multiple unique Pre-Shared Keys to be used on a single SSID, with each key assigning specific network policies or VLANs.

The best practice for securing modern IoT devices that cannot perform 802.1X authentication, isolating them securely.

Dynamic VLAN Assignment

The process where a RADIUS server instructs the switch or access point to place an authenticated user into a specific VLAN based on their directory group membership.

Reduces administrative overhead by allowing a single SSID or switch port configuration to serve multiple user types securely.

EAP-TLS (Extensible Authentication Protocol - Transport Layer Security)

An 802.1X authentication method that requires mutual certificate authentication between the client and the server, eliminating the use of passwords.

The most secure authentication method, highly recommended for school-issued managed devices to prevent credential theft.

Endpoint Posture Checking

The process of evaluating a device's security state (e.g., antivirus status, OS patch level) before granting it network access.

Ensures that even authenticated users cannot introduce malware into the network via compromised or unpatched devices.

Worked Examples

A 1500-student secondary school needs to deploy 200 new wireless environmental sensors across the campus. These sensors only support WPA2-Personal and do not have an 802.1X supplicant. How should the network architect secure these devices without compromising the main network?

The architect should deploy a dedicated hidden SSID for IoT devices and implement Multi-PSK (MPSK). Each sensor (or group of sensors) is assigned a unique, complex pre-shared key. The wireless controller or RADIUS server is configured to map these specific keys to the isolated 'IoT & Infrastructure VLAN'. This VLAN must have strict ACLs applied, denying all access to the Staff and Student VLANs, and restricting outbound internet access only to the specific cloud endpoints required by the environmental sensors.

Examiner's Commentary: This approach isolates the vulnerable IoT devices while avoiding the operational nightmare of managing a single shared PSK. If a sensor is stolen or compromised, its individual key can be revoked without affecting the other 199 devices. This aligns with the best practices outlined in the [Managing IoT Device Security with NAC and MPSK](/guides/managing-iot-device-security-with-nac-and-mpsk) guide.

During the rollout of 802.1X (PEAP-MSCHAPv2) for BYOD student devices, the IT helpdesk is overwhelmed with tickets from students reporting that their devices are warning them about an 'untrusted network certificate'. How should this be resolved?

The issue occurs because the RADIUS server is using a certificate signed by the school's internal, private Certificate Authority (CA), which the BYOD devices do not natively trust. The immediate fix is to replace the RADIUS server's certificate with one issued by a widely recognized public CA (e.g., DigiCert, Let's Encrypt). Long-term, the school should implement an onboarding portal that securely configures the supplicant and installs the necessary trust anchors before the device attempts to connect.

Examiner's Commentary: Instructing users to manually 'accept' or 'trust' an unknown certificate is a critical security failure, as it trains them to fall victim to Evil Twin or Man-in-the-Middle (MitM) attacks. Using a public CA for BYOD RADIUS authentication is a standard industry best practice to ensure seamless and secure onboarding.

Practice Questions

Q1. A school district is migrating its directory services entirely to Google Workspace and phasing out on-premises Active Directory. They currently use NPS for RADIUS. What architectural change is required to maintain 802.1X authentication for their fleet of managed Chromebooks?

Hint: Consider how Chromebooks authenticate natively and what infrastructure is needed when AD is removed.

View model answer

The district should migrate to a cloud RADIUS provider (e.g., SecureW2, Foxpass) that integrates natively with Google Workspace, or utilize Google's own Cloud RADIUS capabilities if available in their licensing tier. They should configure the Chromebooks via the Google Admin Console to use EAP-TLS, leveraging device certificates automatically provisioned by Google's certificate management, completely removing the reliance on passwords and on-premises NPS servers.

Q2. During a network audit, the IT team discovers a consumer-grade wireless router plugged into a classroom wall port, broadcasting a hidden SSID. How does a properly configured NAC solution prevent this shadow IT from compromising the network?

Hint: Think about what happens at the switch port level when an unmanaged device is connected.

View model answer

With 802.1X enforced on the wired switch ports, the consumer router will fail authentication because it lacks valid credentials or a certificate. The switch port will either remain in an unauthorized state (blocking all traffic) or dynamically assign the port to an isolated remediation VLAN. Additionally, enterprise NAC solutions can detect the presence of NAT or multiple MAC addresses behind a single port, triggering an automatic port shutdown to isolate the rogue device.

Q3. A venue operations director at a large educational campus wants to provide seamless WiFi access for visiting parents during a sports tournament, but the IT team is concerned about GDPR compliance and network security. What is the recommended approach?

Hint: Consider the balance between ease of access and the legal requirements for capturing user data.

View model answer

The IT team should provision a dedicated Guest VLAN that is strictly isolated from all internal resources and has internet-only access. They should deploy a captive portal solution, such as Purple's Guest WiFi platform, to handle onboarding. This ensures that visitors must accept the terms and conditions and provide explicit consent for data processing before gaining access, satisfying GDPR requirements while keeping the core network secure.