// cybersecurity & risk · intermediate

Zero Trust Architecture Explained: Never Trust, Always Verify

11 min read· Published 1 September 2026· Updated 1 September 2026 · By TechDirectory Editorial Team

Share with your friends:

In one line: Zero trust architecture drops the old assumption that anything inside the corporate network is safe. Every request — from a user, a device or a service — is verified, granted only the access it needs for that one session, and continuously re-checked. Never trust, always verify.

For decades security worked like a castle: a hard perimeter — firewalls and a VPN — around a soft, trusted interior. Get inside and you were largely free to move. Cloud, remote work and a decade of breaches broke that model: there is no longer a clean inside, attackers who get a foothold move sideways with ease, and the most damaging incidents come from trusted-looking access. Zero trust architecture is the response — a security model that stops trusting the network and starts verifying every request on its own merits.

This article sits under Cybersecurity Basics and is the architecture companion to identity and access management: IAM is the engine, and zero trust is what you build with it.

What zero trust architecture is

Zero trust is not a product — it is a set of principles for designing an environment where no request is trusted because of where it comes from. Being on the office network, or connected through the VPN, earns you nothing. Instead, every access decision is made fresh from the identity of the caller, the posture of their device, and the sensitivity of what they are reaching, and access is granted for that session only. The guiding assumption is "assume breach": design as though an attacker is already inside, so that a single compromised account or laptop cannot open the whole estate.

Not the same as zero trust provisioning

Name clash, different thing: "Zero trust" appears in two unrelated places, and buyers routinely confuse them. Zero trust architecture (this article) is the security model for an entire environment. Zero trust — or zero-touch — provisioning is an operations technique for securely bootstrapping a single network device (a switch, firewall or SD-WAN edge) when it is first plugged in. They share three words and nothing else. If your question is about a box configuring itself on first boot, see zero trust provisioning; if it is about how you secure users and applications across the organisation, you are in the right place.

The tenets (NIST SP 800-207)

The canonical reference is NIST Special Publication 800-207, published in August 2020, which turned "zero trust" from a slogan into an architecture.[1] Its tenets, in plain terms:

  • Treat every data source and computing service as a resource to be protected in its own right.
  • Secure all communication regardless of network location — being "internal" grants no trust.
  • Grant access per session, on least privilege, and only for as long as it is needed.
  • Decide access with dynamic policy — identity, device posture, behaviour and context, evaluated at request time.
  • Continuously monitor the integrity and security posture of every asset; nothing is trusted permanently.
  • Enforce strong authentication and authorization before any access, for all identities — human and machine alike.
  • Collect telemetry on the estate and use it to keep improving the policies that govern access.

How a zero trust decision is made

NIST describes the decision machinery as three logical parts, and understanding them demystifies most vendor pitches:

  • Policy Engine (PE) — the brain. It makes the grant-or-deny decision for each request, drawing on identity, device compliance, threat intelligence and behaviour.
  • Policy Administrator (PA) — the hands. It carries out the PE's decision by establishing or tearing down the connection between the caller and the resource.
  • Policy Enforcement Point (PEP) — the gate. It sits directly between the subject and the resource, and enables, monitors and terminates the connection on the PA's instruction.

The important word is continuous: this loop does not run once at login and then trust you for the day. It re-evaluates as context changes, so a device that falls out of compliance, or behaviour that suddenly looks wrong, can lose access mid-session.

The building blocks

Zero trust is assembled from capabilities you may already own, wired together around identity:

  • Strong IAM — MFA, single sign-on and least privilege. This is the foundation; see identity and access management.
  • Microsegmentation — dividing the network into small zones so a breach in one cannot spread laterally to the rest.
  • ZTNA (zero trust network access) — identity- and device-aware access to individual applications, replacing the broad network access a VPN grants.
  • Device posture — checking that the endpoint is patched, encrypted and healthy before it is allowed in.
  • Continuous verification and telemetry — logging and analytics feeding the policy engine so decisions improve over time.

When ZTNA is delivered together with the network layer as a cloud service, the packaging is usually called SASE — the most common way mid-sized organisations adopt zero trust without building it themselves.

ZTNA vs the VPN

The clearest way to see zero trust in practice is the shift from the VPN to ZTNA — the change most organisations feel first:

VPN vs ZTNA
Traditional VPNZTNA (zero trust)
What it grantsAccess to the network — once connected, you can reach broadlyAccess to a specific application, nothing else
Trust modelTrusted after the initial loginVerified continuously, per request
Blast radius if abusedWide — a stolen VPN credential opens the internal networkNarrow — limited to the one app the identity is authorised for
What it checksMostly the user credentialIdentity, device posture and context together
Visibility of internal appsApps are reachable once you are on the networkApps are invisible until you are explicitly authorised

Zero trust in Singapore

Singapore is not just adopting zero trust — its government has published its own architecture for it. The Government Zero Trust Architecture (GovZTA), developed by GovTech and being evaluated for adoption across the public sector, assumes no user, application or device is trusted and requires constant verification.[2] It is governed by four principles — apply least privilege and enforce access control, limit lateral movement, integrate security automation and orchestration, and enhance detection and response — and built on an implementation framework of five technical pillars (identity, devices, networks, applications and data) plus two enablers (visibility and automation, and governance). It is a useful, publicly documented reference model for any Singapore organisation planning its own programme.

For regulated firms, the direction is reinforced by the regulators. The Monetary Authority of Singapore's Technology Risk Management Guidelines point institutions towards zero-trust principles where appropriate,[3] and CSA's Cyber Trust mark — recently expanded to cover cloud, AI and operational technology — sets access-control expectations that a zero-trust design satisfies naturally.

Worth borrowing: GovZTA's five pillars — identity, devices, networks, applications and data — are a good backbone for scoping your own programme. Most organisations already have projects in each pillar; zero trust is often less about buying new tools than about making those pillars enforce a single, identity-driven policy.

How to start

Zero trust is a journey, not a switch you flip, and the fastest way to stall is to try to boil the ocean. A workable order:

  1. Fix identity first. MFA everywhere, SSO, and least privilege — the single highest-leverage step. Nothing else in zero trust works without it.
  2. Inventory and classify. Know your users, devices, applications and — above all — your data, so you can decide what deserves the tightest control.
  3. Put ZTNA in front of one high-value application. Prove the pattern on something that matters before rolling it out; retire the broad VPN access to it.
  4. Microsegment to stop lateral movement between systems that never need to talk to each other.
  5. Add device posture so unhealthy endpoints are refused, not merely logged.
  6. Measure and expand. Feed telemetry back into policy and extend the model pillar by pillar.

Planning a zero trust programme?

Zero trust is an architecture, not a purchase — the design and integration decide whether it works. Compare Singapore cybersecurity providers and integrators who deliver ZTNA, microsegmentation and identity.

Browse Cybersecurity Providers in Singapore

Frequently asked questions

What does "zero trust" actually mean?

It means no request is trusted because of where it comes from. Being on the corporate network or connected through the VPN grants nothing; every access is verified afresh from the caller's identity, their device's health and the context, and granted only for that session. The shorthand is "never trust, always verify", underpinned by "assume breach".

Is zero trust a product you can buy?

No. Zero trust is an architecture and a set of principles, assembled from capabilities — IAM, microsegmentation, ZTNA, device posture, telemetry — that work together. Vendors sell tools that help you get there (a ZTNA gateway, an identity platform), but no single box makes you "zero trust". Treating it as a product is the most common way programmes go wrong.

Zero trust architecture vs ZTNA vs SASE — how do they relate?

Zero trust architecture is the overall model. ZTNA (zero trust network access) is one component of it — identity-aware access to individual applications, the modern replacement for VPN access. SASE is a delivery model that bundles ZTNA with cloud-delivered networking and other security services, and is the most common way mid-sized organisations buy zero-trust access without building it themselves.

Does zero trust replace the VPN?

For remote access to applications, largely yes — ZTNA gives a user access to a specific app rather than the whole network, verifies identity and device continuously, and keeps internal apps invisible until access is granted. A stolen VPN credential opens the internal network; a compromised ZTNA session is limited to one authorised app. Many organisations run both during a phased migration.

Is this the same as "zero trust provisioning"?

No — they share the name and nothing else. Zero trust architecture (this article) is the security model for an entire environment. Zero trust, or zero-touch, provisioning is an operations technique for securely bootstrapping a single network device — a switch, firewall or SD-WAN edge — when it is first plugged in. See our separate zero trust provisioning article if that is what you need.

Where do we start with zero trust?

Start with identity: MFA everywhere, single sign-on and least privilege. It is the foundation the rest depends on and the highest-leverage step. Then inventory and classify your assets and data, put ZTNA in front of one high-value application to prove the pattern, microsegment to limit lateral movement, add device posture, and expand pillar by pillar. It is a journey, not a single project.

Sources

  1. NIST SP 800-207: Zero Trust Architecture — National Institute of Standards and TechnologyNIST official checked 2026-09-01
  2. Government Zero Trust Architecture (GovZTA) — Singapore Government Developer Portal (GovTech)GovTech official checked 2026-09-01
  3. Technology Risk Management Guidelines — Monetary Authority of SingaporeMAS official checked 2026-09-01

Related resources

Go deeper on this topic

Research cluster

Related analysis

Recent TechDirectory Insights coverage from the same research cluster.

New to this cluster? Start with the foundation article: Cybersecurity Basics: Core Concepts, Controls and How They Fit Together.