SACA IIoT and Industrial Networking 4 — Questions and Answers
Question 1: Which IIoT edge computing pattern processes sensor data locally before forwarding aggregated results to the cloud?
- Fog computing (Correct answer)
- Batch processing
- Cold storage tiering
- Centralized SCADA polling
Correct answer: Fog computing
Fog computing places processing nodes at the network edge, reducing latency and bandwidth to the cloud by filtering and aggregating raw sensor data locally.
Question 2: In industrial Ethernet, what is the primary purpose of PROFINET's IRT (Isochronous Real-Time) mode?
- Encrypting PLC-to-PLC communications
- Achieving cycle times under 1 ms with deterministic jitter (Correct answer)
- Bridging legacy PROFIBUS segments
- Providing wireless redundancy for field devices
Correct answer: Achieving cycle times under 1 ms with deterministic jitter
IRT mode uses scheduled, synchronized communication slots to deliver sub-millisecond cycle times with bounded jitter, required for motion control applications.
Question 3: A plant engineer needs to transmit process variable data from a field instrument over a 4–20 mA loop while also sending digital configuration data. Which protocol accomplishes this?
- FOUNDATION Fieldbus H1
- HART (Highway Addressable Remote Transducer) (Correct answer)
- AS-Interface
- IO-Link
Correct answer: HART (Highway Addressable Remote Transducer)
HART superimposes a digital FSK signal onto the existing 4–20 mA analog loop, enabling bidirectional digital communication without replacing legacy wiring.
Question 4: Which OPC UA security mechanism ensures that a client and server mutually authenticate each other before exchanging industrial data?
- RADIUS token
- X.509 certificate exchange (Correct answer)
- LDAP directory binding
- MAC address filtering
Correct answer: X.509 certificate exchange
OPC UA uses X.509 digital certificates for mutual authentication, ensuring both endpoints are trusted before an encrypted session is established.
Question 5: What is the significance of the Purdue Model's Level 3 in an IIoT architecture?
- It hosts field sensors and actuators
- It contains manufacturing operations and MES systems (Correct answer)
- It provides enterprise ERP connectivity
- It defines the DMZ between IT and OT networks
Correct answer: It contains manufacturing operations and MES systems
Level 3 of the Purdue Model encompasses Manufacturing Operations Management, including MES, historians, and batch management systems that coordinate production.
Question 6: An IIoT gateway must translate Modbus RTU data from legacy PLCs into MQTT messages for a cloud broker. Which component in the gateway performs this translation?
- Protocol converter / southbound adapter (Correct answer)
- TLS termination proxy
- Quality of Service (QoS) broker
- Network address translator (NAT)
Correct answer: Protocol converter / southbound adapter
A southbound adapter (protocol converter) reads Modbus RTU frames and maps them to MQTT topics and payloads understood by the northbound cloud broker.
Question 7: Which wireless technology is best suited for low-power IIoT sensors that must transmit small packets over several kilometers in an outdoor industrial campus?
- Wi-Fi 6 (802.11ax)
- LoRaWAN (Correct answer)
- Bluetooth 5.0
- Industrial DECT
Correct answer: LoRaWAN
LoRaWAN is specifically designed for low-power, wide-area sensor networks, offering kilometer-range coverage with minimal battery consumption for infrequent small-payload transmissions.
Which IIoT edge computing pattern processes sensor data locally before forwarding aggregated results to the cloud?