Ring + MRP for production
Ring topology with MRP is the standard for industrial automation. Ring topology delivers fast switchover and simple cabling.
The previous chapter covered the standards governing industrial networks. Those standards define protocols and security requirements. The standards do not dictate how switches connect physically. Topology choices are driven by physical constraints, redundancy requirements, and protocol support.
In IT networks, a brief outage is an inconvenience. In OT networks, a 200 ms outage causes a PLC watchdog timeout and stops production. The topology determines how quickly the network recovers from a disruption — and whether the network recovers.
A central switch connects to the other switches. Star topology is simple and easy to manage. The core switch is a single point of inoperability. Mitigate with redundant core switches and LACP or RSTP.
Use star topology for office areas, small machine cells, and non-production applications.
Switches connect in a closed loop. 1 link is blocked under normal operation. When a link becomes inoperable, the blocked link opens and traffic flows the other direction around the ring. MRP delivers recovery in less than 200 ms.
Ring topology is the most common in industrial automation: production lines, conveyor systems, and applications requiring fast redundancy.
Switches connect in a line with no loop. Daisy-chain topology has no redundancy. A single inoperable link splits the network. The topology is simple and low-cost.
Use daisy-chain for simple machine cells, temporary installations, and non-production monitoring.
The choice between these topologies depends on the scale of the plant. Large plants combine the topologies into a hierarchical architecture.
Modern industrial networks follow a hierarchical cell architecture aligned with the Purdue Model. Each cell (Level 1) is a ring of switches serving 1 production area. Cells connect to the plant network (Level 2 to 3) through a distribution switch or firewall.
| Requirement | Recommended Topology |
|---|---|
| Fast switchover (< 200 ms) | Ring with MRP |
| Maximum redundancy | Redundant star with RSTP/LACP |
| Simple, no redundancy needed | Daisy-chain or star |
| Large multi-cell plant | Hierarchical (rings at cell level, redundant star at plant level) |
| Substation (IEC 61850) | HSR or PRP |
Ring + MRP for production
Ring topology with MRP is the standard for industrial automation. Ring topology delivers fast switchover and simple cabling.
Hierarchical for large plants
Use rings at the cell level and a redundant star at the plant level. Align with the Purdue Model.
Daisy-chain lacks redundancy
Daisy-chain has no redundancy. A single inoperable link splits the network. Reserve daisy-chain for non-production systems.
The topology defines the physical layout. The protocols running on the topology define how devices exchange data in real time. The next chapter covers the Industrial Ethernet protocols: PROFINET, EtherNet/IP, HSR/PRP, and TSN.