Industrial OT Network Design: The Engineering Guide to the Purdue Model
Deconstructing ISA-95 Architecture, Media Redundancy Protocols (MRP/PRP), and Secure Industrial IoT Integration
1. The Purdue Model (ISA-95/99): The Functional Backbone
The most critical concept in OT network design is the **Purdue Model**. Originating from the work of Theodore Williams and the Purdue University Consortium in the early 1990s, this hierarchical framework (codified by ISA-95) divides the industrial environment into logical levels. The objective is segmentation: ensuring that a security breach in the "Enterprise" (Office) cannot reach the "Process" (Factory Floor), while maintaining deterministic flow for control signals.
Level 0: The Physical Process
This is the raw physical environment. Sensors (RTDs, pressure transducers), actuators, and motors. Communication at this level is often Non-IP, relying on 4-20mA current loops, 0-10V analog signals, or basic Fieldbus protocols like IO-Link.
Level 1: Basic Control
Level 1 contains the Programmable Logic Controllers (PLCs) and Distributed Control Systems (DCS) that execute the control logic. These devices poll Level 0 sensors and command Level 0 actuators in a continuous "Scan Cycle."
Deterministic Control (Level 0-2)
- Ultra-low jitter requirement (< 1ms)
- Industrial Protocol: PROFINET / EtherNetIP
- Priority: High Availability / Safety
Management Plane (Level 3-4)
- Data Historian / Asset Management
- standard TCP/IP protocols (MQTT, SQL)
- Priority: Data Integrity / Security
2. High-Precision Timing: PTP (IEEE 1588) vs. NTP
| Comparison Feature | NTP | PTP |
|---|---|---|
| Accuracy | 1 ms to 100 ms | < 1 Microsecond |
