Network Architecture and Design

Expert-defined terms from the Professional Certificate in Operational Technology Engineer (United Kingdom) course at Greenwich School of Business and Finance. Free to read, free to share, paired with a professional course.

Network Architecture and Design

Access Control List (ACL) #

Access Control List (ACL)

Concept #

A set of rules that define which traffic is permitted or denied on a network device. Related terms: Firewall, Policy, Packet filtering

Explanation #

ACLs are applied to routers, switches, and firewalls to control inbound and outbound traffic based on criteria such as IP address, protocol, and port number. In OT environments, ACLs are used to restrict communication between supervisory control and data acquisition (SCADA) servers and field devices, limiting exposure to unauthorized commands. Example: An ACL on a core router permits only Modbus TCP (port 502) from the engineering workstation to the PLCs, while blocking all other traffic. Practical application: Implementing ACLs on industrial Ethernet switches to enforce zone‑based communication, ensuring that safety‑critical devices only receive traffic from designated monitoring stations. Challenges: Managing ACLs becomes complex in large deployments; rule overlap can unintentionally block legitimate traffic, and frequent changes may lead to configuration drift.

Architecture Reference Model (ARM) #

Architecture Reference Model (ARM)

Concept #

A structured framework that defines layers, functions, and interfaces for designing OT networks. Related terms: ISA‑95, IEC 62443, Reference Architecture

Explanation #

ARM provides a common language for architects to map business processes to network components, aligning control, supervisory, and enterprise layers. It guides decisions on segmentation, redundancy, and security controls. Example: The Purdue Reference Model, an ARM, separates Level 0 (field devices) through Level 5 (enterprise) to clarify where firewalls and demilitarized zones (DMZs) should be placed. Practical application: Using ARM to design a multi‑site water treatment network, ensuring consistent layering across plants for easier management and compliance. Challenges: Translating high‑level models into specific device configurations can be ambiguous; legacy systems may not fit neatly into defined layers, requiring custom adaptations.

Backbone Network #

Backbone Network

Concept #

The high‑capacity segment that interconnects major network nodes and provides primary data transport. Related terms: Core Switch, Fiber Optic, Redundancy

Explanation #

In OT, the backbone often carries real‑time control traffic, historian data, and operator interfaces. It typically uses deterministic Ethernet (e.G., PROFINET IRT) or time‑sensitive networking (TSN) to meet latency requirements. Example: A 10 Gbps fiber backbone linking three sub‑stations, each with its own local area network (LAN) for PLCs and HMIs. Practical application: Designing a backbone that supports both high‑speed data acquisition for predictive maintenance and low‑latency control loops for safety‑critical processes. Challenges: Balancing bandwidth for bursty enterprise traffic with strict timing constraints of control traffic; ensuring resilience against fiber cuts through ring topologies.

Demilitarized Zone (DMZ) #

Demilitarized Zone (DMZ)

Concept #

A neutral network segment that isolates external or less trusted networks from the core OT environment. Related terms: Perimeter Security, Firewall, Industrial DMZ

Explanation #

The DMZ hosts services such as remote access gateways, data historians, or vendor portals, providing a buffer zone where traffic can be inspected before entering the control network. Proper segmentation prevents direct exposure of PLCs to the internet. Example: Placing a web‑based HMI in a DMZ, with bidirectional firewalls allowing only HTTPS from the corporate LAN and read‑only Modbus from the control LAN. Practical application: Deploying a DMZ to host a cloud‑based analytics platform that pulls historian data via a secure API without granting it direct PLC access. Challenges: Misconfiguration can create “back‑doors” that bypass security controls; maintaining synchronization of time and certificates across DMZ and control zones adds operational overhead.

Edge Computing #

Edge Computing

Concept #

Processing data close to the source (e.G., Sensors or PLCs) rather than transmitting it to a central server. Related terms: Fog Computing, Industrial Edge, Latency

Explanation #

Edge nodes perform functions such as data filtering, anomaly detection, and protocol translation, reducing bandwidth consumption and improving response times for safety‑critical actions. In OT, edge devices often run ruggedized hardware with deterministic OS kernels. Example: An edge gateway aggregates vibration data from rotating equipment, runs a machine‑learning model locally to detect early bearing wear, and only forwards alerts to the central SCADA. Practical application: Using edge analytics to trigger an emergency shutdown sequence within milliseconds, bypassing slower enterprise networks. Challenges: Managing software updates and security patches on distributed edge devices; ensuring consistent data models between edge and central systems.

Firewalls #

Firewalls

Concept #

Network security devices that enforce policy rules to permit or deny traffic based on layers 3–7 criteria. Related terms: Stateful Inspection, Next‑Generation Firewall (NGFW), ACL

Explanation #

In OT, firewalls must support industrial protocols (e.G., OPC UA, EtherNet/IP) and maintain deterministic performance. They are placed at zone boundaries, such as between the corporate LAN and the control LAN, or within the DMZ. Example: A NGFW configured to allow only OPC UA over TLS from the engineering workstation to the SCADA server, while blocking all other ports. Practical application: Implementing a firewall to isolate a test bench from the production network, allowing engineers to validate firmware without risking production assets. Challenges: Deep packet inspection can introduce latency; protocol‑specific quirks (e.G., Modbus’s “listen‑only” mode) may cause false positives, requiring custom signatures.

Industrial Control System (ICS) Network Segmentation #

Industrial Control System (ICS) Network Segmentation

Concept #

Dividing an OT network into logical zones to limit the spread of faults or cyber threats. Related terms: Zone, Conduit, IEC 62443

Explanation #

Segmentation uses VLANs, firewalls, and physical separation to enforce “need‑to‑know” communication paths. Zones represent functional groupings (e.G., Safety, control, monitoring), while conduits define the allowed data flow between zones. Example: A safety zone containing emergency‑stop relays is isolated from the control zone, with a unidirectional gateway permitting status messages only. Practical application: Designing a segmentation scheme for a petrochemical plant that satisfies regulatory requirements for safety instrumented systems (SIS). Challenges: Over‑segmentation can hinder legitimate operational workflows; maintaining accurate documentation of zone‑conduit relationships is labor‑intensive.

Internet of Things (IoT) Protocols #

Internet of Things (IoT) Protocols

Concept #

Communication standards used by smart sensors and actuators to exchange data. Related terms: MQTT, CoAP, OPC UA

Explanation #

IoT protocols are lightweight, often employing publish‑subscribe models. In OT, they must be mapped to deterministic networks and secured against spoofing. Integration with legacy fieldbus systems may require protocol gateways. Example: A temperature sensor publishes readings via MQTT to an edge broker; the broker forwards data to a historian using OPC UA. Practical application: Deploying battery‑powered wireless sensors in a refinery to monitor corrosion, using CoAP over DTLS for secure transmission. Challenges: Ensuring time synchronization across devices; managing credential distribution for large numbers of sensors; dealing with intermittent connectivity.

Layered Security (Defense in Depth) #

Layered Security (Defense in Depth)

Concept #

A strategy that employs multiple, overlapping security controls across the network stack. Related terms: Perimeter Defense, Endpoint Protection, Zero Trust

Explanation #

Each layer—physical, network, application, and data—provides a barrier, reducing reliance on any single control. In OT, layered security must respect real‑time constraints while providing robust protection. Example: Physical locks on cabinets, VLAN segmentation, firewall rules, host‑based intrusion detection, and encrypted data storage together form a layered defense for a turbine control system. Practical application: Applying layered security to a distributed generation site, where remote operators access control panels via VPN, and each device runs a hardened OS with signed firmware. Challenges: Coordination between layers to avoid contradictory policies; increased management overhead; potential performance impacts on latency‑sensitive traffic.

Network Topology #

Network Topology

Concept #

The physical and logical arrangement of network nodes and links. Related terms: Star, Ring, Mesh

Explanation #

OT topologies are chosen to meet reliability, latency, and scalability requirements. Common topologies include ring (e.G., PROFIBUS), which provides automatic failover, and hierarchical star, which simplifies management. Example: A three‑level hierarchy where field devices connect to a distribution switch, which aggregates traffic to a core router, forming a star‑ring hybrid. Practical application: Selecting a ring topology for a conveyor system to guarantee continuous operation even if a cable is cut. Challenges: Complex topologies can be difficult to troubleshoot; adding new devices may require re‑balancing traffic loads.

Redundancy #

Redundancy

Concept #

Duplication of critical network components to ensure continuity of service. Related terms: Failover, High Availability (HA), Spanning Tree Protocol (STP)

Explanation #

Redundancy can be implemented at the link, device, or path level. In OT, redundancy must be deterministic; protocols like Parallel Redundancy Protocol (PRP) and High‑availability Seamless Redundancy (HSR) provide zero‑time failover for time‑critical traffic. Example: Two parallel Ethernet links between a PLC and a supervisory server, with PRP ensuring seamless data flow if one link fails. Practical application: Designing a redundant communication path for safety‑critical interlocks in a nuclear power plant, meeting IEC 61508 SIL‑3 requirements. Challenges: Additional cost and complexity; ensuring that redundant paths do not introduce loops or timing jitter; testing failover scenarios regularly.

Remote Access VPN #

Remote Access VPN

Concept #

A secure tunnel that allows authorized users to connect to internal OT networks from external locations. Related terms: IPsec, SSL/TLS VPN, Multi‑Factor Authentication (MFA)

Explanation #

VPNs encrypt traffic and enforce access policies. For OT, VPN gateways must support industrial protocols without degrading performance, and must be placed behind firewalls or within a DMZ. Example: An engineer uses an MFA‑protected SSL VPN to access a PLC programming interface, with the VPN client restricting access to a single VLAN. Practical application: Providing off‑site maintenance teams with temporary VPN credentials to troubleshoot a remote sub‑station while preserving network integrity. Challenges: Managing credential lifecycles; preventing “VPN creep” where access expands beyond intended scope; monitoring for anomalous remote sessions.

SCADA Network Zones #

SCADA Network Zones

Concept #

Logical groupings within a SCADA architecture that separate functional areas based on risk and communication needs. Related terms: Control Zone, Enterprise Zone, DMZ

Explanation #

Zones may include the field zone (directly connected to sensors/actuators), the control zone (PLCs, HMIs), the supervisory zone (SCADA servers), and the enterprise zone (business IT). Segmentation between zones reduces attack surface and limits fault propagation. Example: A water treatment plant places its historian in the supervisory zone, isolated from the field zone by a firewall that only permits read‑only access. Practical application: Mapping zone boundaries to comply with NIST SP 800‑82 recommendations for industrial control system security. Challenges: Maintaining consistent policy enforcement across multiple firewalls; ensuring time‑synchronization across zones for accurate event correlation.

Secure Remote Access (SRA) #

Secure Remote Access (SRA)

Concept #

A suite of technologies and processes that enable safe external connectivity to OT assets. Related terms: Zero Trust, Jump Server, Privileged Access Management (PAM)

Explanation #

SRA combines VPNs, jump servers, MFA, session recording, and granular authorization to limit exposure. It often incorporates just‑in‑time access, granting rights only for the duration of a task. Example: A technician requests a one‑hour session via a PAM portal; the system provisions a jump server with read‑only rights to a specific PLC, logs all commands, and revokes access after expiry. Practical application: Implementing SRA for a distributed wind farm where third‑party vendors need temporary access to turbine controllers for firmware upgrades. Challenges: Balancing usability with strict controls; integrating SRA solutions with legacy OT devices that lack modern authentication mechanisms.

Time‑Sensitive Networking (TSN) #

Time‑Sensitive Networking (TSN)

Concept #

A set of IEEE 802.1 Standards that provide deterministic Ethernet for real‑time industrial traffic. Related terms: IEEE 802.1Qbv, Scheduled Traffic, Latency

Explanation #

TSN enables precise scheduling, traffic shaping, and redundancy on standard Ethernet, allowing control loops to meet microsecond‑level latency requirements. It is increasingly adopted in high‑performance OT domains such as robotics and motion control. Example: A robotic cell uses TSN to guarantee that motion commands arrive within 100 µs, using time‑aware shapers to prioritize traffic over non‑critical video streams. Practical application: Deploying TSN in a factory floor to synchronize multiple drives, achieving tighter coordination without dedicated fieldbus hardware. Challenges: Configuring TSN requires careful network planning; legacy devices may not support TSN, necessitating gateways; interoperability between vendors’ TSN implementations can be problematic.

Virtual LAN (VLAN) #

Virtual LAN (VLAN)

Concept #

A logical subdivision of a physical network that isolates broadcast domains. Related terms: 802.1Q, Trunking, Segmentation

Explanation #

VLANs enable zone separation without additional cabling, allowing different OT functions (e.G., Safety, control, monitoring) to coexist on the same switch infrastructure while maintaining isolation. VLAN tagging must be consistent across all devices to prevent leakage. Example: Assigning VLAN 10 to safety‑instrumented devices, VLAN 20 to regular PLCs, and VLAN 30 to the HMI network, with inter‑VLAN routing controlled by a firewall. Practical application: Using VLANs to separate a test environment from production on a shared Ethernet backbone, simplifying change management. Challenges: Misconfigured trunk ports can expose VLANs unintentionally; VLAN IDs are limited (0‑4095), which may be insufficient for very large deployments; VLAN hopping attacks must be mitigated.

Zero Trust Architecture (ZTA) #

Zero Trust Architecture (ZTA)

Concept #

A security model that assumes no implicit trust for any user, device, or network segment, requiring continuous verification. Related terms: Micro‑segmentation, Identity‑Based Access Control, Policy Enforcement Point (PEP)

Explanation #

ZTA applies strict access controls, least‑privilege principles, and real‑time monitoring to all interactions, including internal traffic. In OT, ZTA must be adapted to respect deterministic communication while still enforcing strong authentication and authorization. Example: A PLC only accepts commands from an HMI after the HMI presents a signed certificate verified by a PEP; any unauthorized device is blocked regardless of network location. Practical application: Implementing micro‑segmentation within a refinery’s control zone, where each device group has its own security policy enforced by software‑defined networking (SDN) controllers. Challenges: Legacy OT devices often lack the ability to authenticate or encrypt; extensive policy definition can be resource‑intensive; ensuring ZTA does not introduce latency that violates control loop timing.

Industrial Demilitarized Zone (Industrial DMZ) #

Industrial Demilitarized Zone (Industrial DMZ)

Concept #

A specialized DMZ designed to host services that need to communicate with both corporate IT and control networks while maintaining strict isolation. Related terms: Data Diode, Gateway, Protocol Converter

Explanation #

Industrial DMZs often contain data historians, remote monitoring portals, and vendor access points. They employ unidirectional gateways (data diodes) when one‑way flow is required, and bidirectional firewalls with protocol‑aware inspection for two‑way traffic. Example: A historian server in the industrial DMZ receives data via OPC UA from the control LAN, then pushes aggregated metrics to a cloud analytics platform over HTTPS, with a data diode ensuring no inbound traffic to the control side. Practical application: Providing a secure conduit for a third‑party vendor to upload firmware updates to PLCs without granting them direct network access. Challenges: Maintaining compatibility with diverse industrial protocols; ensuring that security devices do not become bottlenecks for high‑frequency data; regular testing of one‑way flow devices to verify integrity.

Protocol Converter #

Protocol Converter

Concept #

A device that translates between different industrial communication protocols. Related terms: Gateway, OPC UA Wrapper, Fieldbus

Explanation #

Protocol converters enable interoperability between legacy field devices (e.G., Modbus RTU) and modern networks (e.G., Ethernet/IP). They must preserve timing and data integrity, often providing buffering to accommodate differing transmission rates. Example: A converter that maps Modbus TCP requests to a Profibus DP network, allowing a PLC to read sensor data from a legacy device. Practical application: Integrating a batch of older temperature transmitters into a new SCADA system without replacing the hardware. Challenges: Potential introduction of latency; conversion errors can corrupt data; security considerations must ensure the converter does not become a back‑door.

Network Management System (NMS) #

Network Management System (NMS)

Concept #

Software that monitors, configures, and troubleshoots network devices and services. Related terms: SNMP, SCADA, Telemetry

Explanation #

In OT, NMS tools must support industrial protocols and provide real‑time visibility of network health, bandwidth utilization, and device status. Integration with SCADA platforms allows operators to see network alerts alongside process alarms. Example: An NMS polling Ethernet switches via SNMPv3, logging port errors, and generating a ticket when a link flaps beyond a threshold. Practical application: Using NMS dashboards to correlate network latency spikes with production slowdowns, enabling proactive maintenance. Challenges: Over‑reliance on polling can add traffic; securing NMS access is critical, as it can become a vector for attackers; legacy devices may only support insecure SNMP versions.

Secure Shell (SSH) #

Secure Shell (SSH)

Concept #

A cryptographic network protocol for secure remote command execution and file transfer. Related terms: SFTP, Key‑Based Authentication, Port Forwarding

Explanation #

SSH replaces insecure protocols like Telnet and FTP in OT environments. It provides encrypted channels for configuring PLCs, routers, and switches. Key‑based authentication enhances security by eliminating password transmission. Example: An engineer logs into a PLC via SSH using an RSA key, then uploads a new configuration file using SFTP. Practical application: Automating firmware upgrades across multiple PLCs with scripted SSH sessions, ensuring each device’s authenticity via host keys. Challenges: Managing key distribution and revocation; some legacy devices only support password authentication; ensuring that SSH sessions do not interfere with time‑critical control loops.

Industrial Ethernet Switch #

Industrial Ethernet Switch

Concept #

A network switch designed for harsh environments and deterministic traffic handling. Related terms: Ruggedized, Ring Redundancy, Port Mirroring

Explanation #

These switches support features such as PRP/HSR, rapid spanning tree, and IEC 62443‑compliant security settings. They are built to withstand temperature extremes, vibration, and electromagnetic interference common in plant settings. Example: A 24‑port industrial Ethernet switch with dual redundant power supplies, supporting both standard Ethernet and PROFINET IRT. Practical application: Deploying switches throughout a refinery to interconnect safety‑instrumented systems while providing built‑in redundancy for continuous operation. Challenges: Higher cost compared to commercial switches; firmware updates must be carefully scheduled to avoid disrupting deterministic traffic; limited port density may require additional hardware.

Network Time Protocol (NTP) #

Network Time Protocol (NTP)

Concept #

A protocol for synchronizing clocks of networked devices to a common time source. Related terms: Precision Time Protocol (PTP), Time Server, Clock Drift

Explanation #

Accurate timestamps are essential for event correlation, logging, and coordinated control actions. In OT, NTP is often supplemented with PTP for sub‑microsecond precision required by time‑sensitive processes. Example: All PLCs synchronize to a master NTP server located in the control room, which itself receives time from a GPS receiver. Practical application: Aligning alarms from multiple devices in a SCADA historian to enable root‑cause analysis of a process upset. Challenges: Network congestion can delay NTP packets; reliance on external time sources introduces a single point of failure; securing NTP against spoofing requires authentication extensions.

Security Information and Event Management (SIEM) #

Security Information and Event Management (SIEM)

Concept #

A platform that aggregates, correlates, and analyzes security logs from multiple sources. Related terms: Log Aggregation, Threat Detection, Incident Response

Explanation #

SIEMs ingest logs from firewalls, IDS/IPS, NMS, and OT devices, applying rules to detect anomalies such as unauthorized command sequences or unusual traffic patterns. Integration with OT protocols may require custom parsers. Example: A SIEM correlates a sudden increase in Modbus write requests from an external IP with a failed VPN login, generating an alert for the security team. Practical application: Providing a unified dashboard for both IT and OT security analysts to monitor cross‑domain incidents in a manufacturing plant. Challenges: High volume of data can overwhelm the system; creating accurate detection rules for industrial protocols without excessive false positives is difficult; ensuring that the SIEM itself is hardened against attacks.

Intrusion Detection System (IDS) #

Intrusion Detection System (IDS)

Concept #

A device or software that monitors network traffic for signs of malicious activity. Related terms: Signature‑Based Detection, Anomaly‑Based Detection, Passive Monitoring

Explanation #

In OT, IDS must understand industrial protocols and operate without introducing latency. Passive IDS sensors tap into network links to analyze traffic, while inline IDS can block threats but may affect deterministic timing. Example: An IDS sensor detects a Modbus command sequence that attempts to write to a safety‑critical register from an unauthorized source and raises an alarm. Practical application: Deploying IDS at the boundary between the corporate LAN and the control LAN to detect lateral movement attempts by compromised workstations. Challenges: Developing comprehensive protocol signatures; tuning thresholds to avoid alert fatigue; ensuring that IDS deployment does not interfere with real‑time control communications.

Network Redundancy Protocols #

Network Redundancy Protocols

Concept #

Protocols that provide automatic failover and load balancing for network links. Related terms: PRP, HSR, RSTP

Explanation #

PRP and HSR create duplicate frames on parallel networks, delivering zero‑time failover for critical traffic. Rapid Spanning Tree Protocol (RSTP) offers fast convergence for Ethernet networks but may introduce brief outages. Example: A PLC connected to two switches via PRP receives identical frames on both paths; if one link fails, the PLC continues receiving data without interruption. Practical application: Implementing HSR in a high‑speed motion control network for a packaging line to meet < 1 ms latency requirements. Challenges: Doubling bandwidth requirements; ensuring synchronization of duplicate frames; compatibility with devices that only support standard Ethernet.

Data Diode #

Data Diode

Concept #

A hardware device that enforces one‑way data flow, preventing information from traveling back in the opposite direction. Related terms: Unidirectional Gateway, Industrial DMZ, Air Gap

Explanation #

Data diodes are used in high‑security OT environments to transmit monitoring data to external systems while guaranteeing that no commands can be injected back into the control network. They operate at the physical layer, making them immune to software attacks. Example: A data diode sends real‑time sensor readings from a nuclear plant to a remote analytics server, while any inbound traffic is physically blocked. Practical application: Exporting SCADA historian data to a cloud‑based AI service for anomaly detection without exposing the plant network to the internet. Challenges: Configuring applications to work with one‑way flow; handling acknowledgments or error reporting that normally require bidirectional communication; cost and limited vendor options.

Industrial Protocol Gateway #

Industrial Protocol Gateway

Concept #

A device that enables communication between disparate industrial protocols, often acting as a bridge between legacy and modern systems. Related terms: Protocol Converter, OPC UA Wrapper, Edge Device

Explanation #

Gateways translate message formats, timing, and security attributes, allowing a PLC speaking EtherNet/IP to exchange data with a DCS using OPC UA. They may also provide security functions such as authentication and encryption. Example: An OPC UA gateway aggregates data from multiple Modbus devices, exposing them as a single OPC UA address space for the SCADA server. Practical application: Consolidating sensor data from a plant retrofit project where older field devices cannot be replaced immediately. Challenges: Maintaining deterministic performance; ensuring that translation does not introduce protocol‑specific vulnerabilities; keeping gateway firmware up‑to‑date.

Industrial Wireless Sensor Network (IWSN) #

Industrial Wireless Sensor Network (IWSN)

Concept #

A network of wireless sensors deployed in industrial environments to collect process data without extensive cabling. Related terms: IEEE 802.15.4, WirelessHART, Security Mesh

Explanation #

IWSNs use low‑power radio technologies optimized for reliability and interference resistance. They often incorporate built‑in security (AES‑128 encryption) and mesh routing to ensure coverage. Example: A wireless temperature sensor network using WirelessHART to monitor a refinery’s heat exchangers, with each node forwarding data to a central gateway. Practical application: Rapid deployment of additional sensors during a plant expansion, avoiding costly trenching for new wiring. Challenges: Managing radio interference from heavy machinery; ensuring battery life meets maintenance schedules; protecting against rogue devices that could inject false data.

Industrial Control System (ICS) Cybersecurity Framework #

Industrial Control System (ICS) Cybersecurity Framework

Concept #

A structured set of guidelines and best practices for protecting OT assets from cyber threats. Related terms: NIST SP 800‑82, IEC 62443, Risk Management

Explanation #

The framework outlines phases such as identification, protection, detection, response, and recovery, tailored to the unique constraints of OT (e.G., Safety impact, availability priorities). It emphasizes asset inventory, zone‑conduit modeling, and continuous monitoring. Example: Applying IEC 62443‑3‑3 to define security levels for a chemical plant’s safety‑instrumented system, then mapping those levels to firewall rules and authentication mechanisms. Practical application: Conducting a gap analysis against the framework to prioritize remediation actions for a legacy manufacturing line. Challenges: Aligning the framework with existing operational procedures; achieving executive buy‑in for necessary investments; adapting generic recommendations to site‑specific technology stacks.

Network Segmentation Policy #

Network Segmentation Policy

Concept #

A documented set of rules that define how network zones are separated and how traffic is allowed between them. Related terms: ACL, VLAN, Zone‑Conduit Model

Explanation #

The policy specifies VLAN IDs, firewall rule sets, and authentication requirements for each segment. It serves as the baseline for configuring devices and for audit purposes. Example: A policy that mandates all traffic from the corporate IT subnet to the control LAN must pass through a firewall with a whitelist of approved IP addresses and encrypted OPC UA sessions only. Practical application: Using the policy to automate configuration generation for new switches, ensuring consistent enforcement across the plant. Challenges: Keeping the policy up‑to‑date as devices are added or retired; reconciling conflicting requirements from production and IT stakeholders; verifying compliance through regular scans.

Industrial Router #

Industrial Router

Concept #

A routing device built for harsh environments that supports both IT and OT protocols. Related terms: Ruggedized, VPN, Redundancy

Explanation #

Industrial routers provide WAN connectivity (e.G., 4G/LTE, satellite) for remote sites, often integrating firewalls and VPN endpoints. They support deterministic protocols and may include serial ports for legacy fieldbus connections. Example: A router at a remote oil field aggregates Modbus TCP traffic from local PLCs and forwards it over a VPN to the central SCADA server. Practical application: Enabling secure remote monitoring of a distributed pumping station without exposing the field network to the public internet. Challenges: Managing bandwidth constraints of cellular links; ensuring firmware security; dealing with latency that can affect real‑time control loops.

Security Zones and Conduits #

Security Zones and Conduits

Concept #

The IEC 62443 model that defines logical groupings (zones) and the allowed communication paths (conduits) between them. Related terms: Zone‑Based Architecture, Policy Enforcement, Risk Assessment

Explanation #

Zones represent collections of assets with similar security requirements (e.G., Safety, control, monitoring). Conduits are the controlled interfaces that permit specific data flows, each governed by security policies and technical controls. Example: A conduit between the control zone and the safety zone allows only read‑only status messages, enforced by a firewall with strict protocol inspection. Practical application: Designing a conduit that carries firmware updates from a maintenance server to PLCs, with cryptographic verification and a one‑time use token. Challenges: Accurately mapping assets to zones; maintaining conduit documentation as the network evolves; ensuring that conduit controls do not impede necessary operational data exchange.

Industrial IoT (IIoT) Edge Gateway #

Industrial IoT (IIoT) Edge Gateway

Concept #

A device that aggregates sensor data from IIoT devices and provides connectivity to cloud services. Related terms: Edge Computing, Protocol Translation, Security

Explanation #

The gateway performs data preprocessing, encryption, and may host lightweight analytics. It must support industrial protocols and provide robust security features such as TPM‑based key storage. Example: An edge gateway collects MQTT telemetry from wireless temperature sensors, converts it to OPC UA, and forwards it to a cloud‑based analytics platform via TLS. Practical application: Deploying edge gateways in a steel mill to enable real‑time monitoring of furnace temperatures while keeping raw sensor data on‑premises for compliance. Challenges: Ensuring the gateway’s firmware is kept current; handling intermittent connectivity; balancing processing load to avoid delaying critical control messages.

Network Intrusion Prevention System (IPS) #

Network Intrusion Prevention System (IPS)

Concept #

An inline security device that not only detects but also blocks malicious traffic. Related terms: IDS, Deep Packet Inspection, Signature Updates

Explanation #

In OT, IPS must be capable of protocol‑aware inspection for Modbus, DNP3, and OPC UA, and must operate with minimal latency impact. Inline deployment means traffic passes through the IPS, which can drop or quarantine suspicious packets. Example: An IPS identifies a malformed DNP3 command that could cause a PLC to enter an unsafe state and blocks it before it reaches the device. Practical application: Protecting a substation’s protective relay network from targeted attacks that attempt to manipulate trip signals. Challenges: Configuring IPS rules to avoid false positives that could disrupt normal operations; maintaining performance for high‑throughput, low‑latency traffic; updating signatures without causing service interruptions.

Time‑Division Multiplexing (TDM) #

Time‑Division Multiplexing (TDM)

Concept #

A method of transmitting multiple data streams over a single communication channel by allocating distinct time slots. Related terms: Deterministic Scheduling, Ethernet Ring, TSN

Explanation #

TDM is used in fieldbus technologies (e.G., PROFIBUS) to guarantee bandwidth for each device. In Ethernet‑based OT, TSN implements a form of TDM through time‑aware shapers, enabling precise control over packet transmission. Example: A PROFIBUS network assigns 2 ms time slots to each sensor, ensuring predictable data delivery. Practical application: Coordinating multiple motion controllers on a robotic assembly line, where each controller receives its control frames in a pre‑allocated slot to avoid collisions. Challenges: Rigid scheduling can reduce flexibility; adding new devices may require reconfiguration of the entire time table; synchronization errors can degrade deterministic behavior.

Virtual Private Network (VPN) Topology #

Virtual Private Network (VPN) Topology

Concept #

The arrangement of VPN endpoints, tunnels, and routing paths within a network. Related terms: Hub‑and‑Spoke, Full‑Mesh, Site‑to‑Site

Explanation #

Choosing the right topology impacts performance and manageability. A hub‑and‑spoke model centralizes access through a single gateway, while a full‑mesh offers direct site‑to‑site tunnels for lower latency. OT environments often prefer site‑to‑site tunnels to avoid bottlenecks at a central hub. Example: A refinery with three remote processing units establishes site‑to‑site IPsec tunnels to the central control center, enabling direct, encrypted communication. Practical application: Reducing latency for critical control traffic by avoiding a central VPN concentrator that could become a single point of failure.

June 2026 intake · open enrolment
from £99 GBP
Enrol