TTechclick
XP 0% All lessons
Zscaler · Zero Trust Segmentation · AirgapInteractive · L1 / L2 / L3

Zscaler Airgap — Turn Every Device Into a "Segment of One"

An agentless DHCP proxy hands each device a unique /32 and a gateway that points at Airgap — so even two PCs on the same switch must hairpin through the policy engine to talk. Skip the wall of text: pick a path, watch east-west traffic get forced through Airgap, and master the Ransomware Kill Switch in 11 minutes.

📅 2026-05-30 · ⏱ 11 min · 1 animated demo + 5 infographics · 🏷 10-Q assessment + AI Tutor inline

⚡ Quick Answer

Zscaler Airgap (Zero Trust Device Segmentation) explained the AI-era way — see how an agentless DHCP proxy turns every device into a 'segment of one', watch east-west traffic get forced through the policy engine, apply the Ransomware Kill Switch, and tell it apart from ZIA/ZPA in 11 minutes.

🎯 By the end you'll be able to
Read at your level:

Pick a path — jump straight to it

1

What's a virtual air gap?

Physical vs virtual, and why "segment of one" beats a flat VLAN.

2

How the DHCP proxy works

Intercept the DHCP request, hand back a /32 + Airgap gateway, force the hairpin.

3

Ransomware Kill Switch

Four escalation levels that block RDP/SMB/SSH without halting business.

4

Airgap vs ZIA/ZPA/microseg

The interview differentiator: east-west, agentless, LAN.

Most engineers think Zscaler is only a cloud proxy that sits between users and the internet. Wrong — and that wrong belief is exactly why so many flat OT networks still get wiped end-to-end by one ransomware foothold. After the 2024 Airgap Networks acquisition, Zscaler also does east-west, device-to-device segmentation inside the LAN — agentless. By the end of this lesson you'll see why that single shift is the answer to a top interview question, and you'll never confuse it with ZPA again.

3-question warm-up — no scoring, just notice what you don't know yet

Don't look anything up. Just feel the gap — your brain learns better when it's already chasing an answer.

1. Two laptops sit on the same /24 subnet and the same switch. With Airgap enabled, can they ping each other directly? (Answer revealed in "What 'air gap' really means".)

2. Airgap needs no endpoint agent. So what does it intercept to give every device its own segment? (Answer revealed in "How the DHCP proxy enforces it".)

3. A PLC has a hardcoded static IP and never sends a DHCP request. Is it still segmented? (Answer revealed in "Common mistakes".)

Why this matters — one foothold, the whole plant gone

Picture an apartment society where, once you're past the main gate, you can walk into any flat — no inner doors, no second guard. That's a flat LAN: once malware lands on one device, it strolls sideways to every other device on the same subnet. Airgap rebuilds the society so each flat has its own private lift and the only way to visit a neighbour is to route back past the guard, who checks every visit.

On a typical OT plant, hundreds of PLCs, HMIs, cameras and printers share a flat Layer-2 network. They implicitly trust each other because they're in the same VLAN. One phished engineering laptop becomes a launch pad, and ransomware uses lateral movement over RDP and SMB to encrypt the entire floor in minutes. That implicit "inside = trusted" assumption is the exact thing Zero Trust says you must never do.

Architecturally, the failure is that east-west firewalls and NAC both still allow free movement within a trust zone. Airgap removes the trust zone itself: there is no "inside" anymore — every device is its own zone of one. The blast radius of any single compromise collapses from "the whole VLAN" to "exactly one device".

👩‍🔧 Scenario · Priya, OT Security at a power utility

Priya runs OT security for a regional power utility. Her SCADA network is one big flat 10.20.0.0/16 with 1,400 devices — RTUs, HMIs, historians, vendor laptops. Last quarter a contractor's laptop carried Conficker in. It spread to 40 historians before anyone noticed, because every device could reach every other device. Re-architecting into VLANs means downtime she cannot get approved. She needs isolation without re-addressing or agents.

What "air gap" really means now

An air gap classically meant a network with no physical connection to anything else — unplugged, unreachable. Secure, but impractical: real plants need to patch, monitor and exchange data. Airgap's idea is a virtual air gap — keep the wires, but make every device behave as if it were alone on its own private network.

The mechanism is the segment of one (also called a "network of one"). Every device gets a unique /32 — a network containing exactly one host. There is no shared broadcast neighbourhood to roam. To reach any other device, traffic must leave the device, hit the Airgap gateway, get checked against identity-and-context policy, and only then be forwarded. Two devices on the same physical switch can no longer see each other at Layer 2.

Think of it like a mobile carrier: every SIM on the network is fully isolated from every other SIM by default, even though they share the same radio infrastructure. Calls between two phones still route through the carrier's core, which applies policy. Airgap brings that telco isolation model to the office and OT LAN — without you re-cabling or re-IP-ing anything.

Infographic 1 of 5 — Flat VLAN vs Airgap "segment of one"
Left: four devices on a flat VLAN with direct mesh links between every pair, so lateral movement is free. Right: the same four devices each isolated as a slash-32 segment whose only path is up through the Airgap policy engine, which allows or denies every east-west flow. FLAT VLAN — everyone talks to everyone HMI 10.20.1.5 PLC 10.20.1.6 Camera 10.20.1.7 Laptop 10.20.1.8 🦠 lateral movement = free AIRGAP — every device a segment of one Airgap Policy Engine default gateway for all /32s HMI /32isolated PLC /32isolated Camera /32isolated Laptop /32isolated ✓ every east-west flow checked by policy
Same wires, same switch. On the left, any compromised device reaches all others. On the right, the only path between any two devices is up through the Airgap policy engine — so a foothold is contained to one /32.

The foundation vocabulary — tap to flip

🧱
Segment of one (/32)
tap to flip

Each device gets a unique /32 — a network of exactly one host. So what: there's no shared neighbourhood to roam; isolation is the default, not an add-on.

🛂
DHCP proxy
tap to flip

Airgap intercepts each DHCP request and hands back a /32 plus itself as the gateway. So what: no agent, no re-cabling — it inserts itself into the path the device already follows.

↔️
East-west traffic
tap to flip

Device-to-device traffic inside the LAN (HMI↔sensor), not user→internet. So what: this is exactly what firewalls at the perimeter never see — and what ransomware abuses.

🦠
Lateral movement
tap to flip

An attacker hopping device→device after the first foothold. So what: kill the east-west path and a breach stays at one device instead of the whole floor.

🪶
Agentless
tap to flip

No software installed on endpoints. So what: works on legacy PLCs, cameras, printers and medical devices that physically cannot run an agent.

🏭
Purdue model
tap to flip

The OT layering model (Levels 0–5) separating field devices from business IT. So what: Airgap can enforce Purdue-layer separation without you re-cabling into physical zones.

👨‍🔧 Scenario · Sneha at a Tata Steel plant

Sneha manages network security at a Tata Steel plant. Her rolling-mill floor has 600 devices on one flat 172.16.40.0/22. Auditors flagged that any device can reach the historian. With Airgap she enables segmentation overnight; next morning every device still pings its historian (allowlisted), but a camera can no longer reach a PLC — and nobody had to touch a single IP address.

Pause & Predict

Two devices sit on the same /24 and the same switch. Before you read on — with Airgap enabled, can they ARP and ping each other directly at Layer 2?

No. Each device's effective subnet is a /32, so the other device is "off-subnet". Its only route is the default gateway — which is Airgap. The traffic hairpins up to the policy engine, which decides allow/deny. Two devices on the same switch are no longer L2-adjacent in any useful way. (Pre-quiz Q1, answered.)

How the DHCP proxy enforces it

Here's the clever bit, and the answer to pre-quiz Q2. Airgap is a DHCP proxy. Every device, when it boots, broadcasts a DHCP request asking "what's my IP and gateway?" Airgap intercepts that request and answers it. It hands the device a unique /32 address and sets the default gateway to Airgap itself. The device thinks it has a normal address — but its subnet mask says "you are alone", so it sends everything to the gateway.

Because the gateway is Airgap, every packet — even one destined for a device on the same physical switch — must travel up to the policy engine first. The engine identifies both endpoints (by MAC, fingerprint, classified asset type) and evaluates the east-west flow against policy. Allowed flows (HMI → its sensor) are forwarded; everything else is dropped. This is enforcement at line rate, distributed across the LAN — not a hairpin out to a distant cloud.

Airgap also auto-discovers and classifies every asset as it appears — IT / OT / printer / camera / medical — and can baseline normal behaviour before you enforce. A brand-new device that joins is fingerprinted, slotted into a class, ring-fenced into its own /32, and policy-governed from packet one. No CMDB import, no manual tagging required to start.

Infographic 2 of 5 — The DHCP-proxy enforcement flow
Five-step left-to-right flow: device boots and broadcasts DHCP, Airgap intercepts the request, Airgap replies with a slash-32 plus itself as the gateway, the device sends all traffic to the gateway, and the policy engine allows or denies each east-west flow. ① Device boots DHCP DISCOVER (broadcast) ② Airgap intercepts the request ③ Reply IP = /32 gw = Airgap "you are alone" ④ All traffic goes to the gateway (hairpin) ⑤ Policy allow / deny E-W Agentless: Airgap inserts itself via DHCP — no software on the device The /32 mask is the whole trick: every destination looks "off-subnet", so the device routes it all to Airgap.
No agent touches the endpoint. The DHCP reply alone reshapes the device's view of the network into a segment of one.

▶ Watch a packet get forced through Airgap

Aditya at an Infosys campus pings the printer from his laptop. Click Play — each stage lights up as the packet moves.

① INTENT Laptop 10.30.4.21/32 wants to reach Printer 10.30.4.90/32
Same switch, same old /24 — but both now carry a /32 mask.
② ROUTE DECISION /32 mask ⇒ printer is "off-subnet" ⇒ send to default gateway = Airgap
③ HAIRPIN Packet leaves the laptop, goes up to the Airgap policy engine — not directly to the printer
④ POLICY CHECK Airgap identifies both ends · "laptop → printer : print (TCP 9100)" is allowlisted ⇒ ALLOW; "laptop → PLC : RDP" would be DENY
⑤ FORWARD Allowed flow forwarded to the printer. Every east-west packet was inspected — no implicit trust.
Press Play to step through. Notice stage ③ — the packet never goes device-to-device directly; it always hairpins through Airgap first.
👨‍💻 Scenario · Aditya at an Infosys campus

Aditya runs the campus network at an Infosys facility. He has 4,000 devices on a flat fabric. After enabling Airgap, a desktop infected via a malicious USB tries to scan 10.30.0.0/16 for open SMB. Every scan packet hairpins to Airgap, which sees "host → 4,000 unknown peers : SMB" — not in any baseline — and drops it. The malware can't even enumerate neighbours, let alone spread.

Quick check · Q1 of 10 · Remember

Giving each device a unique /32 turns it into a segment of ___.

Correct: c — one. A /32 contains exactly one host address, so the device becomes a "segment of one" (network of one). A VLAN still groups many devices that trust each other; the whole subnet is the opposite of isolation. There's no redundant-pair concept here.
Pause & Predict

If Airgap is the gateway for thousands of devices, won't that one box be a latency bottleneck for every conversation?

No — enforcement is distributed and line-rate at the LAN, not a hairpin out to a distant cloud. Airgap segments traffic locally; the "gateway" is logical. East-west decisions happen at the edge of the LAN, so the latency added is microseconds, not the round-trip to a cloud region. If you ever see real latency, investigate sizing/flows — don't assume a per-packet cloud trip.

Deploying it — agentless, no re-addressing, hours not months

Because the only thing Airgap changes is the DHCP reply, deployment is fast. You don't install agents. You don't re-IP devices. You don't redesign VLANs or buy a hardware refresh. You drop Airgap into the LAN, let it auto-discover and classify every asset, baseline normal behaviour, then flip enforcement on — typically in hours to a few days, not a months-long re-architecture.

It replaces three things that all assumed implicit internal trust: east-west firewalls, NAC, and manual VLAN microsegmentation. Discovery first, classify by type and Purdue layer, baseline, then enforce — that order is the whole game.

Airgap admin — asset discovery snapshot (illustrative CLI)
airgap> show assets summary --site lucknow-plant
airgap> show segments status
Expected output
Discovered assets ............ 612
  IT (laptops/desktops) ...... 184
  OT (PLC/RTU/HMI) ........... 271
  Printers ................... 38
  Cameras (IoT) .............. 119
Segments of one (/32) ........ 612 / 612  (100%)
Mode ......................... BASELINE (learning, not enforcing)
Unclassified ................. 0
Branch Connector lab Cloud Connector lab Troubleshooting lab
Pause & Predict

Sneha enables segmentation on Day 1 and immediately enforces a deny-all-east-west policy. What's the most likely outcome on the SCADA floor?

She breaks production. Legitimate east-west flows (HMI↔sensor, broadcast/multicast discovery used by PROFINET/BACnet) get blocked, and operators report "the HMI lost its sensors". The correct order is baseline first, allowlist the legitimate east-west flows, then enforce. Enforcement before baselining is the classic Day-1 self-inflicted outage.

The Ransomware Kill Switch™ — contain without halting

Think of a building's fire shutters. When a fire starts, shutters seal each floor so the fire can't spread — while every other floor keeps working normally. The ransomware kill switch is exactly that for your network.

It is a four-level graduated escalation. You don't jump straight to full lockdown — you raise the level only as far as the incident demands, so you contain the blast radius without taking the business offline. It instantly blocks the lateral protocols ransomware loves — RDP (3389), SMB (445), SSH (22) — and integrates with your SIEM/SOAR so a detection can trigger the right level automatically.

The graduated design exists precisely so an automated SOAR playbook doesn't over-react. Level 1 throttles east-west of the suspect class; Level 4 is full lockdown. Over-escalating to Level 4 will also cut the flows your own management/patch server needs — which is its own incident at 02:00.

Infographic 3 of 5 — Kill Switch: 4-level graduated escalation
A four-step ladder rising left to right. Level 1 alerts and throttles the suspect class. Level 2 blocks lateral protocols RDP SMB SSH for the suspect class. Level 3 isolates the suspect segments fully. Level 4 is full east-west lockdown, used as a last resort because it also blocks management and patch flows. Level 1 · Alert Flag + throttle the suspect device class business: fully up Level 2 · Block lateral Deny RDP/SMB/SSH for suspect class business: mostly up Level 3 · Isolate Fully ring-fence the infected segments business: scoped impact Level 4 · Lockdown Full east-west deny (last resort) ⚠ blocks patch server too Escalate only as far as the incident demands → SIEM/SOAR picks the level
Graduated, not binary. The whole point of four levels is to contain the blast radius without taking the plant offline — Level 4 is the last resort, because it cuts your management and patch flows too.
👨‍⚕️ Scenario · Rahul, SOC at Apollo Hospitals

Rahul works the SOC at Apollo Hospitals. At 02:00 the SIEM flags an infusion pump segment beaconing SMB to 30 other medical devices. He can't power anything off — these are life-critical. He engages the Kill Switch at Level 2, blocking RDP/SMB/SSH for that device class. Pumps keep dosing; the ransomware can't spread; the on-call team investigates without a single patient device going dark.

Quick check · Q2 of 10 · Apply

Sneha must segment a flat OT plant — no downtime allowed, and the legacy PLCs/cameras cannot run any agent. Which approach fits?

Correct: b. Airgap is agentless and works without re-IP-ing or VLAN redesign — exactly the "no downtime, no agents" constraint. VLAN re-architecture needs the downtime she can't get. Legacy PLCs/cameras physically can't take an EDR agent. ZPA is north-south user→app access, not east-west device segmentation.

Airgap vs ZIA vs ZPA vs workload microsegmentation

This is the interview differentiator, so get it crisp. All four are "Zero Trust", but they guard different directions and layers.

Infographic 4 of 5 — Airgap vs ZIA vs ZPA vs workload microseg
A four-column matrix comparing direction, agent requirement, where it runs and what it protects. Airgap is east-west, agentless, on the LAN, protecting device-to-device. ZIA is north-south, agent or connector, in the cloud, protecting user-to-internet. ZPA is north-south, agent or connector, in the cloud, protecting user-to-private-app. Workload microsegmentation is east-west, agent-based, in the datacenter, protecting server-to-server. DIRECTION AGENT? RUNS / PROTECTS Airgap East-West ↔ Agentless 🪶 On the LAN device ↔ device stops lateral movement ZIA North-South ↕ Agent/connector In the cloud user → internet proxy, SSL, sandbox ZPA North-South ↕ Agent/connector In the cloud user → private app ZTNA, no inbound Workload microseg East-West ↔ Agent-based In the datacenter server ↔ server Illumio-style
Memorise the highlighted column. The two questions that separate them: which direction (east-west vs north-south) and does it need an agent. Airgap is the only east-west and agentless option for the LAN.
Quick check · Q3 of 10 · Apply

A new IP camera joins Aditya's campus LAN. With Airgap running, how is it automatically isolated?

Correct: a. Airgap auto-discovers and classifies the new device, and the DHCP-proxy reply hands it a /32 plus Airgap as gateway — so it is a segment of one immediately. No manual VLAN, no agent. ZIA is north-south internet inspection, not east-west device isolation.

Common mistakes — name the symptom

Four gotchas trip up almost every first Airgap rollout. Tap each card to see the trap, then read the symptom-led callouts below.

📌
Static-IP PLC
tap to flip

A hardcoded-IP PLC sends no DHCP request, so there's nothing to intercept. So what: map static devices explicitly (ARP/gateway/static policy) — don't assume DHCP is the only mechanism.

📡
OT broadcast breakage
tap to flip

Day-1 deny-all kills PROFINET/BACnet discovery. So what: baseline first, allowlist the legit east-west flows, then enforce — or "the HMI loses its sensors".

🛑
Kill-switch over-escalation
tap to flip

Jumping to Level 4 lockdown blocks RDP/SMB your own patch server needs. So what: use graduated levels and cap SOAR automation below full lockdown.

🧭
"It's not ZPA"
tap to flip

Airgap is east-west device-to-device on the LAN. So what: it is not ZPA (user→private app) or ZIA (user→internet) — right tool, different job.

Symptom: "Why isn't this PLC segmented?"

A legacy PLC has a hardcoded static IP and never sends a DHCP request. There's nothing for the DHCP proxy to intercept, so admins panic that it slipped through. Reality (and pre-quiz Q3): static-IP devices are handled via ARP / gateway / static policy — but the assumption "DHCP proxy = the only mechanism" causes the confusion. Map static devices explicitly.

Symptom: "The HMI lost its sensors after we turned segmentation on"

Over-aggressive Day-1 blocking killed legitimate east-west broadcast/multicast (PROFINET, BACnet, discovery). SCADA HMI↔sensor comms broke. Fix: baseline first, allowlist the legitimate east-west flows, then enforce.

Symptom: "Our patch server can't reach endpoints at 02:00 maintenance"

The kill switch was over-escalated to Level 4 lockdown, which also blocked the RDP/SMB the management/patch server legitimately needs. Use the graduated levels — escalate only as far as the incident demands.

Symptom: "We bought it expecting user→app access and it doesn't do that"

Confusing Airgap with ZPA/ZIA. Airgap is east-west, device-to-device, on the LAN — not north-south user→app (that's ZPA) or user→internet (that's ZIA). Right tool, wrong job description.

Pro tips

1. Baseline before you enforce. Run in learning mode, capture normal east-west flows, allowlist them, then flip enforcement — never the reverse.
2. Classify by Purdue layer. Use the Purdue model so field devices, supervisory and business IT get policy that matches their layer, not one flat rule.
3. Wire the kill switch to SOAR. Let a detection trigger the right graduated level automatically — and cap the automation at Level 3 so a 02:00 false positive can't lock out your own patch server.

Verification — confirm devices are truly segmented

After enforcement, prove it. Check segmentation status and the kill-switch level so you know "good" looks like this:

Airgap admin — verify enforcement + kill-switch state
airgap> show segments status --enforce
airgap> show killswitch level
airgap> show flows denied --last 10m | head
Expected output
Segments enforced ............ 612 / 612  (100%)
Mode ......................... ENFORCE
Kill switch .................. LEVEL 0 (normal)
Denied flows (last 10m):
  10.30.4.21 -> 10.30.4.55 : SMB/445   DENY (not baselined)
  10.20.1.8  -> 10.20.1.6  : RDP/3389  DENY (lateral block)
  10.30.4.21 -> 10.30.4.90 : print/9100 ALLOW (allowlisted)
Infographic 5 of 5 — Airgap in one glance (revision card)
Six summary tiles: DHCP proxy gives each device its address, slash-32 makes a segment of one, agentless means no endpoint software, the kill switch contains ransomware, it replaces east-west firewalls and NAC, and it secures OT and IoT devices. Zscaler Airgap — the whole idea on one card 🛂 DHCP proxy intercepts & assigns the address 🧱 /32 = segment of one every device its own network 🪶 Agentless no endpoint software, no re-IP 🛑 Kill switch (4 levels) contains ransomware spread 🔁 Replaces E-W FW + NAC no implicit VLAN trust 🏭 OT / IoT ready PLCs, cameras, medical devices
Screenshot this one for revision. If you can explain all six tiles in your own words, you can answer the interview question.

Quick-reference table

ConceptWhat it doesWhy it matters
Segment of one (/32)Each device gets a unique /32Blast radius of a breach = one device
DHCP proxyHands back /32 + Airgap gatewayAgentless way to force the hairpin
East-west enforcementEvery device-to-device flow checkedKills lateral movement
Auto-discoveryClassifies IT/OT/printer/cameraNo CMDB import to start
Kill switch (4 levels)Graduated block of RDP/SMB/SSHContain without halting business
Airgap vs ZIA/ZPAEast-west LAN vs north-south cloudThe interview differentiator

🤖 Ask the AI Tutor

Tap any question — instant context-aware answer scoped to this lesson. No login, no waiting.

Pre-curated answers from Zscaler docs + community Q&A, scoped to this blog only. For deeper / live questions, ask at chat.techclick.in.

📝 Wrap-up assessment

You've answered 3 inline. Seven left. 70% (7 of 10) total marks the lesson complete on your profile. Tap Submit all answers at the end.

Q4 · Apply

Rahul must instantly halt SMB/RDP-based ransomware spread across medical IoT — without taking life-critical devices offline. What does he do?

Correct: d. The kill switch blocks the lateral protocols (RDP/SMB/SSH) at the right graduated level, stopping spread while devices keep running. Powering off life-critical devices is unacceptable; you can't agent legacy medical IoT mid-incident; rebooting Airgap would drop enforcement exactly when you need it.
Q5 · Analyze

Right after enabling segmentation on a SCADA floor, operators report the HMI "lost its sensors". What happened and what's the fix?

Correct: b. PROFINET/BACnet/discovery use broadcast/multicast east-west; Day-1 deny-all kills HMI↔sensor comms. The fix is baseline → allowlist → enforce. Airgap doesn't re-IP devices (no manual re-IP needed), ZIA is north-south, and a kill-switch level wasn't engaged here.
Q6 · Analyze

A legacy PLC with a hardcoded static IP is not segmented as expected. Why, and how is it handled?

Correct: a. The DHCP proxy only acts on DHCP requests; a static-IP device sends none, so admins must map it explicitly (ARP/gateway/static policy). PLCs absolutely can be segmented; they can't take agents; and Airgap doesn't forcibly convert a device's static config to DHCP.
Q7 · Analyze

At 02:00 during patch maintenance, the management/patch server suddenly can't reach any endpoints over RDP/SMB. Logs show the Kill Switch is engaged. What's the most likely cause?

Correct: c. Jumping to the lockdown level blocks RDP/SMB universally — including the management/patch server's legitimate flows. The graduated levels exist precisely to avoid this; cap automation below full lockdown. DHCP-lease and ZPA explanations don't fit east-west RDP/SMB at the LAN.
Q8 · Analyze

A team complains of "latency after deploying Airgap on a 5,000-device campus, because every packet now hairpins to the cloud". How should you analyze this claim?

Correct: d. Airgap enforces east-west locally at line rate; it is not a per-packet trip to a cloud region. The complaint's premise is the misconception. Don't disable security or chase NAT-style fixes (public IP pools are a north-south concept) — measure the real flow path and appliance sizing.
Q9 · Evaluate

For a flat OT plant that needs lateral-movement protection fast, a team debates Airgap vs the traditional east-west firewall + NAC approach. Which is right, and why?

Correct: b. Airgap delivers true Zero Trust east-west on the LAN agentlessly and without re-architecture — and unlike FW+NAC it removes the implicit "inside a VLAN = trusted" assumption that lets ransomware spread. A physical air gap breaks the connectivity OT needs; ZIA is north-south.
Q10 · Evaluate

When is agent-based workload microsegmentation (Illumio-style) the better choice than Airgap?

Correct: c. Workload microseg shines where you control the hosts and can install agents — managed servers/workloads in the datacenter — giving process- and label-level granularity. For agentless LAN devices (OT/IoT) Airgap is the fit; north-south is ZIA's job; and "always superior" ignores the right-tool-for-the-job principle.
Lesson complete — saved to your profile.
Almost! You need 70% (7 of 10) — re-read the section that tripped you up and tap "Try again".
🧠 In your own words

In two lines: why does giving every device a /32 stop ransomware from spreading? Type it, then tap to compare with the expert version and get a one-liner you can paste to a colleague.

📩 Quiz me on this in 7 days

Opt in and we'll send 3 micro-questions on Day 1, Day 7 and Day 30 to lock this into long-term memory. Unsubscribe anytime.

✓ You're in. We'll quiz you on Airgap on Day 1, 7 and 30.

— Techclick Team

Glossary

Air gap
Classically, a network with no physical connection to any other. Airgap delivers a virtual air gap — same wires, but every device behaves as if alone.
Segment of one
Each device gets a unique /32, forming a one-host network; all traffic to anyone else must route through the Airgap policy engine.
DHCP proxy
A device that intercepts DHCP requests and answers them, controlling the address and gateway each client receives. Airgap's agentless insertion point.
East-west traffic
Device-to-device communication inside the LAN (HMI↔sensor), as opposed to north-south traffic leaving for the internet.
Lateral movement
An attacker hopping device→device after the first foothold — the spread mechanism Airgap is designed to stop.
Purdue model
The OT reference architecture (Levels 0–5) separating field devices from supervisory and business IT layers.
NAC
Network Access Control (e.g. Cisco ISE, Forescout) — controls which devices join the network, but usually allows free movement once admitted to a VLAN.
Ransomware kill switch
A graduated escalation that instantly blocks the lateral protocols (RDP/SMB/SSH) ransomware uses, containing spread without halting the business.

📚 Sources

  1. Zscaler — Zero Trust Device Segmentation. zscaler.com/products-and-solutions/zero-trust-device-segmentation
  2. Zscaler — Zscaler Acquires Airgap Networks, Extends Zero Trust SASE (11 Apr 2024). zscaler.com/blogs/company-news
  3. Airgap Networks — Ransomware Kill Switch. airgap.io/blog/ransomware-kill-switch
  4. SiliconANGLE — Zscaler goes east-west with acquisition of Airgap Networks (11 Apr 2024). siliconangle.com
  5. Help Net Security — Zscaler Zero Trust Everywhere (Zenith Live 2025) (4 Jun 2025). helpnetsecurity.com
  6. WWT — Zscaler introduces a game-changing solution for simplifying Zero Trust on LANs. wwt.com
  7. Zscaler Cyber Academy — Digital Transformation Administrator (ZDTA). zscaler.com/zscaler-cyber-academy

What's next?

Next we open up the ZDTA → Zero Trust Branch exam objectives — how Branch Connector, Cloud Connector and Device Segmentation fit one architecture, and the exact interview phrasing that wins the OT-segmentation question.