Managed vs Unmanaged Ethernet Switch in Industrial Networks
"Should I use a managed or unmanaged Ethernet switch?" is the most-asked networking question on PLCS.net and similar forums. The default IT-side answer used to be "use unmanaged unless you know you need managed" — that hasn't been true for a decade. Modern industrial networks almost always need at least some managed switches because of multicast traffic from PLC-to-PLC communication.
Quick decision rule
Use managed at any level where PLCs do producer/consumer (multicast) communication or where you have more than ~10 connected devices. Use unmanaged for tiny isolated machine-level segments (one PLC + a handful of devices). When in doubt, use managed — the cost premium is small (~$200-400 per switch) and the diagnostic capability is enormous.
What managed switches do that unmanaged don't
- IGMP snooping — managed switches learn which ports want which multicast streams and only forward to those ports. Without snooping, multicast floods every port (a single chatty PLC saturates the whole network).
- VLANs — segment one physical switch into multiple logical networks. Useful for separating control traffic from corporate traffic on shared infrastructure.
- QoS (Quality of Service) — prioritise PROFINET RT or EtherNet/IP CIP Sync traffic over best-effort TCP/IP. Critical for IRT and motion control.
- Redundancy (MRP, RSTP) — ring topologies that fail over in <200 ms vs RSTP's 1-30 second recovery on unmanaged switches.
- Port mirroring — copy traffic to a diagnostic port for Wireshark capture. Essential for troubleshooting weird intermittent network issues.
- Diagnostics — link status, port utilisation, error counters, broadcast storm detection, all available via SNMP or web UI.
- Security — port-based 802.1X authentication, MAC filtering, ACLs.
- PROFINET LLDP — automatic topology discovery within TIA Portal.
Where each belongs in a typical plant network
Following the Purdue Enterprise Reference Architecture (PERA):
| Layer | Recommendation | Why |
|---|---|---|
| L0/L1 (machine) | Unmanaged or basic managed | Single machine, low device count, isolated from rest of plant |
| L2 (cell/area control) | Managed (mandatory) | PLC-to-PLC multicast, motion synchronisation, redundancy |
| L3 (operations / SCADA) | Managed (mandatory) | VLANs separating SCADA, historian, MES traffic |
| L3.5 (IDMZ) | Managed enterprise-grade with firewall | Air-gap-equivalent OT/IT segmentation |
| L4/L5 (enterprise IT) | Standard IT managed | Out of scope for OT but interconnects via IDMZ |
When unmanaged is OK (and when it's a trap)
OK uses for unmanaged
- One PLC + 4-8 IO modules + an HMI in a small machine, isolated from the plant network
- Test bench / development stations not connected to production
- Simple Modbus TCP / EtherNet/IP unicast networks with no producer/consumer multicast
- Adding more I/O modules to an existing managed-switch backbone (the unmanaged switch sits behind the managed switch)
Where unmanaged becomes a trap
- Allen-Bradley ControlLogix produced/consumed tags between PLCs — multicast floods the unmanaged switch
- EtherNet/IP CIP I/O — the producer/consumer model multicasts
- PROFINET RT segments above ~10 devices
- Any motion control over Ethernet (CIP Sync, EtherCAT through-managed-switch)
- Networks where you need diagnostic visibility for troubleshooting
Symptoms of an unmanaged-switch-with-multicast-traffic problem: random packet loss, intermittent fault codes, "the PLC works on the bench but not in the panel", network utilisation pegged at 80-100% even when production is idle.
Major industrial switch vendors
- Allen-Bradley Stratix — Stratix 5400, 5700, 5800. Tight ControlLogix/Studio 5000 integration.
- Siemens Scalance — XB, XC, XR, XM ranges. PROFINET-native, TIA Portal integration.
- Hirschmann (Belden) — vendor-neutral, exceptional reliability. Common backbone in mixed-vendor plants.
- Phoenix Contact — FL Switch range, strong PROFINET support, good price/performance.
- Cisco Industrial Ethernet (IE) — IE 4000, 5000 series. Strong for plants with Cisco IT skills.
- Moxa — cost-effective, broad range, common in Asian markets and OEM applications.
- Schneider TCSESM / ConneXium — Modicon-aligned managed switches.
- Westermo — high reliability for harsh environments (rail, marine, mining).