By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Zero Trust Architecture (ZTA) is a security model that eliminates implicit trust—no user, device, or system is trusted by default, even inside the network perimeter. Network Access Control (NAC) enforces this by dynamically granting or denying access based on identity, device posture, and context. These concepts are critical because traditional perimeter-based security (e.g., firewalls, VPNs) fails against modern threats like lateral movement attacks (e.g., the 2020 SolarWinds breach, where attackers moved undetected across internal networks) or insider threats (e.g., a compromised contractor account exfiltrating data). ZTA + NAC reduces attack surfaces by enforcing least-privilege access and continuous authentication.
Example: Google’s BeyondCorp (2011) shifted from VPNs to identity-based access.
Network Access Control (NAC): A system that enforces security policies before allowing devices to connect to a network (e.g., Cisco ISE, Aruba ClearPass, Forescout).
Key functions: Authentication, posture assessment (e.g., up-to-date AV), and segmentation.
Least Privilege: Users/devices get only the minimum access needed to perform tasks (NIST AC-6).
Example: A HR employee can’t access finance servers.
Micro-Segmentation: Dividing a network into small, isolated segments to limit lateral movement (e.g., VMware NSX, Cisco ACI).
Example: A compromised IoT camera can’t reach database servers.
Continuous Authentication: Verifying identity throughout a session (not just at login) using behavioral biometrics, MFA, or risk scores (e.g., Okta, Duo).
Example: If a user’s typing speed changes suddenly, re-authenticate.
Software-Defined Perimeter (SDP): A ZTA approach where no network resources are exposed until authentication succeeds (Cloud Security Alliance).
Tools: Zscaler Private Access, Perimeter 81.
Identity-Aware Proxy (IAP): A gateway that grants access to apps based on user identity and context (e.g., Google IAP, Cloudflare Access).
Example: Only employees in the "Finance" group can access QuickBooks.
Device Posture Assessment: Checking a device’s security compliance (e.g., OS patches, AV status) before granting access (NIST IR 8374).
Example: A laptop with outdated Windows can’t access corporate email.
Just-In-Time (JIT) Access: Granting temporary, time-bound access to resources (e.g., CyberArk, BeyondTrust).
Example: A contractor gets 2-hour access to a server for maintenance.
Deperimeterization: The shift from perimeter-based security (firewalls) to identity-based access (ZTA).
Why? Cloud, remote work, and BYOD broke the old model.
MITRE ATT&CK T1550 (Use Alternate Authentication Material): Attackers steal tokens/cookies to bypass MFA. ZTA mitigates this via continuous monitoring.
OWASP API Security Top 10 (A2: Broken Authentication): APIs are a common ZTA attack vector; NAC can enforce API gateways (e.g., Kong, Apigee).
IF (User-"Finance" AND Device-"Corporate" AND AV = "Updated") THEN Grant Access TO "QuickBooks" ELSE Quarantine
Assume breach (micro-segmentation, monitoring).
NAC Workflow:
Pre-admission (posture check)-Authentication-Post-admission (dynamic policies).
Key NAC Tools:
Cisco ISE, Aruba ClearPass, Forescout, Microsoft NPS.
Micro-Segmentation Tools:
VMware NSX, Cisco ACI, AWS Security Groups.
ZTA Attack Vectors (MITRE ATT&CK):
T1550 (Alternate Auth) = Session hijacking.
Ports/Protocols:
RADIUS (1812/1813) = Authentication protocol for NAC.
Exam Trap: ZTA-VPN. VPNs extend the perimeter; ZTA eliminates it.
OWASP API Security Top 10: ZTA applies to APIs (e.g., OAuth 2.0, API gateways).
Cloud ZTA: Use SDP (Zscaler, Cloudflare) instead of VPNs for cloud access.
Real-World Example: SolarWinds (2020) = Lateral movement due to lack of ZTA. Colonial Pipeline (2021) = VPN password reuse (ZTA would have enforced MFA).
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.