Applications & Use Cases · Study deck

Industrial Protocols: Selection and Security

The protocol families and timing calculations are clear, but a real plant still needs one justified choice across old equipment, traffic, recovery, and security.

Blueprint Bina is your guide for this deck.

iiotindustrialprotocols
Blueprint Bina, the module guide, in a scene from this chapter.
iotclass.org

After studying this chapter

Learning objectives

You will be able to:

  • Explain: Legacy system vulnerabilities: Long-lived PLCs, HMIs, engineering stations, and operating systems may have patch constraints that must be handled through segmentation, compensating controls, and maintenance windows.
  • Explain: Scenario: A beverage company is upgrading an older bottling line that currently uses Modbus RTU over RS-485 to connect sensors and actuators to a legacy PLC.
  • Explain: Incidents such as the Ukraine power grid attacks show why remote-access paths, engineering workstations, credentials, and SCADA operations need industrial-specific segmentation and monitoring.
  • Explain: Protocol exploitation: Industrial protocols (Modbus, PROFINET, EtherCAT) were designed for reliability, not security.
iotclass.org

Major section

OT/IT Security Convergence

All traffic must traverse the Industrial DMZ (Level 3.5).

  • Incidents such as the Ukraine power grid attacks show why remote-access paths, engineering workstations, credentials, and SCADA operations need industrial-specific segmentation and monitoring.
  • Protocol exploitation: Industrial protocols (Modbus, PROFINET, EtherCAT) were designed for reliability, not security.
  • OT/IT convergence is inevitable for Industry 4.0 benefits.

Why it matters

Unidirectional gateways (data diodes): For highest-security zones, use hardware that physically prevents traffic from flowing backward into OT.

iotclass.org

Major section

OT/IT Security Convergence (continued)

Legacy system vulnerabilities: Long-lived PLCs, HMIs, engineering stations, and operating systems may have patch constraints that must be handled through segmentation, compensating controls, and maintenance windows.

  • Physical process manipulation: Unlike IT attacks that steal data, OT attacks can cause physical harm (explosions, spills, equipment destruction, product contamination).
  • Supply chain compromise: Compromised firmware, engineering tools, libraries, or vendor update channels can bypass perimeter assumptions and must be controlled through verification and change management.
  • Insider threat amplified: OT systems often use shared credentials, making attribution nearly impossible when incidents occur.
iotclass.org

Major section

Checkpoint: OT/IT Boundary

The final interactive section checks whether you can apply those boundaries without forgetting the timing constraints from the start of the chapter.

  • Carry: Industrial Monitoring System into; use: Field Sensors as its limiting condition.
  • For, that means recording the labelled relationship as evidence, naming the boundary it crosses, and checking the resulting choice against the real operating case.

Why it matters

Together those labels support the visual's specific claim about the Industry 4.0 paradigm integrates previously isolated automation systems into interconnected cyber-physical networks that enable autonomous decision-making, predictive.

Modern industrial monitoring systems aggregate data from thousands of sensors across manufacturing facilities, enabling real-time visibility into equipment health, production rates, and energy consumption with historical trend analysis for optimization.
Modern industrial monitoring systems aggregate data from thousands of sensors across manufacturing facilities, enabling real-time visibility into equipment health, production rates, and energy consumption with historical trend analysis for optimization.
iotclass.org

Major section

Summary

Many remain installed and must be assessed for integration before replacement.

  • Modern industrial Ethernet protocols (PROFINET, EtherNet/IP, EtherCAT) provide deterministic, high-speed communication while maintaining compatibility with standard IT infrastructure.
  • Security considerations are critical as OT/IT convergence exposes previously isolated industrial systems to cyber threats.
  • Brownfield integration is as important as greenfield design.
iotclass.org

Major section

Bottling Plant Protocol Selection

Scenario: A beverage company is upgrading an older bottling line that currently uses Modbus RTU over RS-485 to connect sensors and actuators to a legacy PLC.

  • Existing bottle sensors/actuators: adequate for the current filling and capping sequence -- no immediate need to replace.
  • New vibration sensors: high-rate sampling locally, but only quality-checked alerts and summaries need to cross into operations systems.
  • Cloud dashboard subscribes to MQTT topics published by edge gateway.
iotclass.org

Deck summary

Key takeaways

All traffic must traverse the Industrial DMZ (Level 3.5).

  • Legacy system vulnerabilities: Long-lived PLCs, HMIs, engineering stations, and operating systems may have patch constraints that must be handled through segmentation, compensating controls, and maintenance windows.
  • The final interactive section checks whether you can apply those boundaries without forgetting the timing constraints from the start of the chapter.
  • Many remain installed and must be assessed for integration before replacement.
  • Scenario: A beverage company is upgrading an older bottling line that currently uses Modbus RTU over RS-485 to connect sensors and actuators to a legacy PLC.
iotclass.org

Retrieval practice

Recall check 1 of 4

Blueprint Bina says: answer from memory, then check your reasoning.

Q1A regulated batch-processing line needs bounded timing for ingredient dosing, safety-rated controls, long service life, and historian/MES integration. Which protocol combination is most appropriate?

AMQTT + Wi-Fi for flexibility and easy IT integration
BEtherCAT for motion control + OPC-UA for IT integration
CModbus TCP for simplicity and wide device support
DStandard Ethernet with custom protocols for maximum speed
Show answer

Answer: B EtherCAT fits the bounded motion/control path, while OPC UA handles structured historian, MES, and IT integration.

iotclass.org

Retrieval practice

Recall check 2 of 4

Blueprint Bina says: answer from memory, then check your reasoning.

Q2According to the Purdue Model (ISA-95/IEC 62443), what is the most critical security principle for converged IT/OT environments?

AAll OT devices should be directly connected to the internet for remote monitoring
BIT and OT networks should share the same firewall and security policies for simplicity
CRoute IT-to-OT traffic through a controlled industrial DMZ
DOT systems should be completely air-gapped with no connection to IT networks whatsoever
Show answer

Answer: C Enterprise, cloud, and remote-access traffic should not reach process-control networks directly.

iotclass.org

Retrieval practice

Recall check 3 of 4

Blueprint Bina says: answer from memory, then check your reasoning.

Q3Place each control where it lives so you can choose a protocol whose traffic, radio, and lifecycle evidence survives the approval gate.

ATraffic profile
BFirmware image
CPacket checksum
DCloud invoice
Show answer

Answer: A These regions connect the decision from evidence to action so you can choose a protocol whose traffic, radio, and lifecycle evidence survives the approval gate.

iotclass.org

Retrieval practice

Recall check 4 of 4

Blueprint Bina says: answer from memory, then check your reasoning.

Q4Complete the industrial protocol routing gate:

Aif message.get('loop') == 'motion' and message.get('cycle_ms', 999) <= 1:
Bif message.get('loop') == 'dashboard' and message.get('cycle_ms', 999) <= 1:
Cif message.get('owner') == 'marketing' and message.get('cycle_ms', 999) <= 1:
Dif message.get('encoding') == 'json' and message.get('cycle_ms', 999) <= 1:
Show answer

Answer: A A routing gate should keep bad-quality data out, route bounded motion traffic to the real-time field layer, and expose semantic integration only through the controlled DMZ path.

iotclass.org

Print reference

Answers 1 of 2

Answer key.

  1. B · EtherCAT fits the bounded motion/control path, while OPC UA handles structured historian, MES, and IT integration.
  2. C · Enterprise, cloud, and remote-access traffic should not reach process-control networks directly.
  3. A · These regions connect the decision from evidence to action so you can choose a protocol whose traffic, radio, and lifecycle evidence survives the approval gate.
iotclass.org

Print reference

Answers 2 of 2

Answer key.

  1. A · A routing gate should keep bad-quality data out, route bounded motion traffic to the real-time field layer, and expose semantic integration only through the controlled DMZ path.
iotclass.org