I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Air-gapped network\nClosed network"] -- "Growing IT/OT convergence\nand connectivity" --> B["Layered defense\nPurdue Model"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: A security framework for protecting the operational technology ( OT ) and industrial control systems ( ICS ) that run national infrastructure and industrial processes — manufacturing, energy, transportation, and more — from cyber threats.

Features:
( Availability first ) Unlike IT security, which prioritizes confidentiality, OT security’s top priority is uninterrupted, 24/7 operation and service continuity ( Availability ).
( Safety-centric ) Because a cyberattack can translate directly into a physical accident, ensuring the safety ( Safety ) of people and equipment is essential.
( Limits of the air gap ) To respond to the breakdown of air-gapped environments, layered network segmentation and control based on the Purdue model is applied.

II. Mechanism & Components

Purdue Model-Based OT/ICS Network Structure

flowchart TD
    L5["Level 4-5\nEnterprise IT\nCorporate network / external internet"]
    IDMZ["Level 3-3.5\nIndustrial DMZ (IDMZ)\nIT to OT isolation zone"]
    L2["Level 1-2\nControl\nPLC / SCADA / HMI"]
    L0["Level 0\nProcess\nSensor / Actuator"]

    L5 <-->|"NGFW\nfirewall"| IDMZ
    IDMZ <-->|"Unidirectional gateway\nprotocol conversion"| L2
    L2 <-->|"Physical access control"| L0

Key point: Layers are separated from Level 0 (field devices) up to Level 5 (enterprise network), with the Industrial DMZ (IDMZ) isolating the IT and OT segments.

Components and Security Measures by Level

LevelName and ComponentsKey Security Measures
Level 4-5Enterprise (IT)Corporate network and external connectivity segment; apply next-generation firewalls (NGFW)
Level 3-3.5Site Operations (IDMZ)Intermediate buffer zone; patch management servers, data replication, strengthened authentication
Level 1-2Control (PLC, SCADA)Control-loop segment; whitelist-based intrusion detection, protocol inspection
Level 0Process (Sensor/Actuator)Field physical devices; physical access control and monitoring for equipment anomalies

III. Advanced Topics & Comparison

  • Achieving protocol visibility: Deep packet inspection (DPI) is essential for vendor-specific industrial protocols such as Modbus, S7, and EtherNet/IP.
  • Overcoming the limits of the air gap: Even closed networks can be penetrated through USB drives or maintenance terminals, making zero-trust-based device authentication necessary.
  • Complying with global standards: Establish security governance by obtaining certification under IEC 62443, the international standard for industrial control system security.

Last updated 18 Aug 2026, 00:00 UTC. history