ISC2-CC - Network Security (24% of the exam) - Section 4.3

Understand network security infrastructure, including firewalls, IDS/IPS, segmentation, VLANs, VPNs, and cloud and zero-trust concepts.

Distinguish the devices and designs that secure a network - firewalls that filter traffic, intrusion detection and prevention systems (IDS/IPS), network segmentation, VLANs, and VPNs that encrypt traffic over untrusted links. Recognise cloud network models and the zero-trust principle of never trusting, always verifying, regardless of network location.

FirewallIDS/IPSNetwork segmentationVPNZero trust

Practice question for this objective

Free sampleNetwork Securityhard

A cloud architect is explaining the guiding principle of a zero-trust architecture to stakeholders who are used to a traditional perimeter model. Which statement best expresses the central premise of zero trust?

  • ANo user or device is trusted by default regardless of location, and each access request is authenticated and authorised on its own merits. Correct
  • BDevices located inside the corporate network are inherently trusted, so internal traffic can move freely once a user is past the perimeter firewall.
  • CTrust is granted once at initial login and persists for the whole session, avoiding repeated checks that would slow users down.
  • DTrust is established purely by the strength of the network encryption, so a well-encrypted link needs no further identity checks.
Zero trust grants no implicit trust based on network location and verifies every access request explicitly under least privilege. Zero trust replaces perimeter-based implicit trust with continuous verification: each request is authenticated and authorised on its own merits, so being inside the network grants no automatic access.

Why A is correct: Correct. Zero trust assumes no implicit trust based on network position and verifies every access request explicitly, applying least privilege per request.

Why B is wrong: Tempting because it reflects the older perimeter model, but zero trust explicitly rejects the idea that internal location confers trust.

Why C is wrong: Zero trust favours continuous, per-request evaluation rather than a single durable grant; a one-time check contradicts its core stance.

Why D is wrong: Encryption protects data in transit but does not establish identity or authorisation; zero trust still requires verifying who and what is requesting access.

See more ISC2-CC practice questions, answers explained.

Exam traps in Network Security

Answers that look right on this material and are not. Each one is a distractor from a different question in the ISC2-CC bank for this domain.

  • Once a device has connected to the corporate LAN it is treated as trusted for the remainder of its session.

    Why it is wrong: Tempting because it sounds like an efficient default, but implicit trust based on network location is exactly the perimeter assumption that zero trust rejects.

  • Switch the VPN from a full tunnel to a split tunnel so that only office-bound traffic goes through the firewall and general browsing goes direct.

    Why it is wrong: Split tunnelling changes which traffic traverses the tunnel to save bandwidth, but a connected laptop still lands on the internal LAN with the same broad reach, so it does not scope access per resource.

  • Defence in depth achieved by stacking several firewall layers along the perimeter

    Why it is wrong: Layered defences are worthwhile, but stacking perimeter firewalls still tends to treat internal traffic as trusted once it is inside, so it does not remove the implicit LAN trust that let the attacker move freely.

Examworthy is not affiliated with or endorsed by ISC2. Original, blueprint-aligned practice material only.