You have a Modbus PLC that's been running a process for 15 years. It does its job and does it well.
But it has no authentication, encryption, or firewall. And now someone up the corporate ladder wants the data from that PLC for the ERP system, the historian, or a cloud analytics dashboard. IT won't put that device anywhere near the corporate network, and they're right. But the data still has to move.
That PLC was never designed to live on an untrusted network or to be exposed to the internet. Neither were the dozens of other legacy Ethernet devices on your plant floor, such as remote terminal units (RTUs), variable frequency drives with Ethernet ports, and older HMIs. They were designed for isolated process networks where the biggest threat was someone unplugging the wrong cable.
But the business needs the data they produce, and not connecting them is no longer an option.
That's the core tension driving network segmentation in industrial automation: the data must flow upstream, but the devices that produce it can't be exposed. You need to get data off the plant floor without turning every legacy device into an attack surface.
Your legacy devices are already a target
If this were a theoretical risk, you could file it under "someday." It's not.
In 2025, the Cybersecurity & Infrastructure Security Agency (CISA) published 508 Industrial Control Systems (ICS) advisories covering 2,155 individual vulnerabilities across products from Rockwell Automation®, Siemens®, Schneider Electric®, Mitsubishi Electric®, and others [1]. The number of internet-exposed ICS devices rose by ~13% between 2024 and 2025 and will keep growing [2]. State-linked groups and hacktivists exploited new ICS vulnerabilities within weeks of disclosure [1].
But only 22% of ICS vulnerabilities received a formal CISA advisory last year—down from 58% in 2024 [1]. The coverage gap is widening. You can't rely on someone else flagging the risk for you.
Legacy devices are the softest targets in this environment. They have no built-in defenses. They can't be patched. Many of them run protocols like Modbus®/TCP that transmit data in cleartext with no authentication. If they're reachable from an untrusted network, they're exposed.
So how do you protect devices that can't protect themselves? Network segmentation. And the industry standard framework for doing it is IEC 62443.
Zones and conduits: IEC 62443 in plain language
IEC 62443 is the international standard for cybersecurity in industrial automation and control systems. It's a large, multi-part standard, but for network segmentation, two concepts matter most: zones and conduits.
A zone is a group of assets that share common security requirements. You draw a boundary around them and enforce a consistent security policy within that boundary. A trusted OT network with your PLCs and I/O devices is a zone. Your corporate IT network is a different zone. A DMZ (demilitarized zone) between them might be a third.
A conduit is a controlled communication path between zones. It defines what traffic can pass between two zones, under what conditions, and with what level of authentication and encryption. Think of zones as rooms in a building and conduits as the doors between them. Each door has its own lock, its own access list, and you don't leave every door open all the time. Some doors you unlock only when someone needs to walk through, then lock again behind them.

The standard also defines four security levels—from SL1 (protection against unintentional misuse) up to SL4 (protection against sophisticated, well-resourced attacks). Each zone gets assigned a target security level based on a risk assessment, and the conduits connecting it to other zones must enforce that level.
The 2025 updates to IEC 62443 push further into microsegmentation—more granular control at and below security layer 3, in environments that mix TCP/IP with legacy non-IP protocols. Coarser segmentation isn't enough anymore.
IEC 62443 tells you what to do—separate assets into zones based on their security requirements, and control the conduits between them. The how depends on your equipment choices, and that's where the differences between industrial controllers become significant.