IoT and Smart Devices Integration

Expert-defined terms from the Professional Certificate in Operational Technology Engineer (United Kingdom) course at London School of International Business. Free to read, free to share, paired with a professional course.

Download PDF Free · printable · SEO-indexed
IoT and Smart Devices Integration

Actuator – Concept #

Device that converts control signals into physical action. Related terms: sensor, controller, field device. Explanation: In IoT‑enabled OT, actuators receive commands from PLCs or edge gateways to open valves, start motors, or adjust positioners. Example: A pneumatic valve in a water treatment plant that opens when a pressure sensor exceeds a setpoint. Practical application: Remote shutdown of hazardous equipment via a secure SCADA interface. Challenges: Ensuring deterministic response time, protecting against unauthorized actuation, and handling wear‑and‑tear in harsh environments.

API (Application Programming Interface) – Concept #

Set of rules and protocols for building and interacting with software applications. Related terms: REST, MQTT, web service. Explanation: APIs enable IoT platforms to exchange data with OT systems, such as sending alarm information from a PLC to a cloud analytics service. Example: A RESTful API that retrieves real‑time temperature data from an edge node. Practical application: Integrating legacy SCADA dashboards with modern data‑visualisation tools. Challenges: Managing version control, securing endpoints, and handling latency in mission‑critical loops.

Asset Management – Concept #

Systematic approach to tracking, maintaining, and optimising physical assets. Related terms: CMMS, digital twin, predictive maintenance. Explanation: IoT sensors provide continuous health metrics (vibration, temperature) that feed into asset‑management software to schedule interventions before failure. Example: Using vibration analysis on rotating equipment to predict bearing wear. Practical application: Reducing unplanned downtime in a manufacturing line. Challenges: Data overload, ensuring data quality, and integrating disparate legacy asset registers.

Authentication – Concept #

Process of verifying the identity of a user or device. Related terms: authorization, PKI, OAuth. Explanation: In smart‑device integration, each edge gateway must prove its legitimacy to the central OT network to prevent rogue devices from injecting false data. Example: Mutual TLS certificates exchanged between a PLC and a cloud broker. Practical application: Enforcing role‑based access to control functions in a refinery. Challenges: Managing certificate lifecycles, scaling authentication for thousands of sensors, and balancing security with operational latency.

Automation Ladder Logic – Concept #

Graphical programming language used to develop control sequences. Related terms: PLC, function block diagram, IEC 61131‑3. Explanation: Ladder logic can be extended with IoT functions, such as publishing tag values over MQTT directly from the PLC program. Example: A ladder rung that triggers an MQTT publish when a limit switch changes state. Practical application: Seamless data flow from traditional control logic to cloud analytics without additional middleware. Challenges: Limited compute resources on PLCs, need for firmware updates, and ensuring deterministic execution.

BLE (Bluetooth Low Energy) – Concept #

Wireless communication protocol designed for low power consumption. Related terms: Wi‑Fi, Zigbee, IoT gateway. Explanation: BLE enables short‑range data collection from sensors in confined spaces like pump rooms where wired connections are impractical. Example: A BLE temperature sensor attached to a motor bearing transmitting data to a nearby gateway. Practical application: Rapid deployment of retrofit monitoring solutions. Challenges: Interference in industrial environments, limited range, and ensuring secure pairing.

Cloud Computing – Concept #

Delivery of computing services over the internet. Related terms: edge computing, SAAS, PaaS. Explanation: Cloud platforms host large‑scale analytics, machine‑learning models, and long‑term storage for IoT data generated by OT assets. Example: Using Azure IoT Hub to ingest sensor streams from a wind‑farm control system. Practical application: Centralised dashboard for multi‑site operational oversight. Challenges: Network reliability, data sovereignty regulations, and latency for real‑time control loops.

Cyber‑Physical System (CPS) – Concept #

Integration of computation, networking, and physical processes. Related terms: IoT, digital twin, SCADA. Explanation: CPS describes the tight coupling of sensors, actuators, and control logic that enables autonomous decision‑making in OT environments. Example: A smart grid that dynamically balances load using real‑time measurements from substations. Practical application: Adaptive process optimisation in chemical plants. Challenges: Complex system modelling, ensuring safety‑critical isolation, and managing cyber‑security risk.

Data Historian – Concept #

Specialized database optimized for time‑series data. Related terms: OPC-UA, SCADA, trend analysis. Explanation: Historian systems store high‑frequency measurements from IoT devices for later analysis, reporting, and compliance. Example: Storing 1‑second pressure readings from a refinery unit for 5 years. Practical application: Generating performance dashboards and feeding predictive‑maintenance algorithms. Challenges: Scaling storage, handling data compression without loss of fidelity, and integrating with cloud‑based analytics.

Device Provisioning – Concept #

Process of configuring a device for network access and security. Related terms: Zero‑Touch Provisioning, certificate enrollment, MDM. Explanation: Automated provisioning scripts assign unique IDs, install firmware, and embed security credentials on each sensor before deployment. Example: Using a DHCP option to deliver a bootstrap script to a new edge node. Practical application: Rapid rollout of thousands of temperature sensors across a plant. Challenges: Preventing mis‑configuration, ensuring secure key distribution, and handling devices that operate offline for extended periods.

Edge Computing – Concept #

Processing data near the source of generation. Related terms: fog computing, cloud offload, real‑time analytics. Explanation: Edge nodes aggregate sensor data, apply filters, and execute control decisions locally to meet latency requirements of OT. Example: A rugged edge gateway that runs anomaly detection on vibration data before sending alerts. Practical application: Reducing bandwidth usage and enabling immediate shutdown of a failing motor. Challenges: Managing limited compute resources, updating edge software securely, and ensuring consistency with central models.

Firmware Over‑The‑Air (FOTA) – Concept #

Remote update mechanism for embedded software. Related terms: OTA, bootloader, version control. Explanation: FOTA allows manufacturers to patch security vulnerabilities or add features to sensors without physical access. Example: Deploying a new encryption routine to all field‑bus transceivers in a refinery. Practical application: Maintaining compliance with evolving standards. Challenges: Ensuring update integrity, handling power loss during flashing, and coordinating updates to avoid process disruption.

Gateway – Concept #

Device that bridges disparate networks and protocols. Related terms: edge node, protocol converter, industrial router. Explanation: Gateways translate OPC‑UA or Modbus traffic from legacy PLCs into MQTT or HTTP for cloud platforms. Example: An industrial PC that aggregates data from three PLCs and publishes to an Azure IoT Hub. Practical application: Consolidating data streams from mixed‑vendor equipment. Challenges: Maintaining protocol compatibility, preventing bottlenecks, and securing the gateway against external threats.

IEC 61850 – Concept #

International standard for communication in electric power sub‑stations. Related terms: GOOSE, SMV, SCADA. Explanation: IEC 61850 defines data models and services that enable fast, reliable exchange of protection and control information, and can be extended with IoT telemetry. Example: A digital protective relay sending a GOOSE message to trip a circuit breaker. Practical application: Integrating renewable‑energy inverters with traditional SCADA. Challenges: Interoperability across vendors, configuring complex data models, and ensuring cyber‑security of high‑speed messages.

IoT (Internet of Things) – Concept #

Network of physical objects embedded with sensors, software, and connectivity. Related terms: OT, smart device, cyber‑physical system. Explanation: In operational technology, IoT devices provide granular visibility into process variables, enabling data‑driven optimisation. Example: A humidity sensor installed in a grain silo transmitting data to a cloud platform. Practical application: Condition‑based maintenance and environmental compliance. Challenges: Managing device heterogeneity, securing large attack surfaces, and integrating with legacy control systems.

IP (Internet Protocol) Addressing – Concept #

Numerical label assigned to each device on a network. Related terms: subnetting, IPv4, IPv6. Explanation: Proper IP scheme design isolates OT traffic, supports segmentation, and facilitates device management. Example: Assigning a /24 subnet to a production line’s PLCs and sensors. Practical application: Simplifying firewall rule creation and device discovery. Challenges: Avoiding address conflicts, planning for future expansion, and handling legacy devices that only support IPv4.

Jitter – Concept #

Variation in packet latency over a network. Related terms: latency, packet loss, QoS. Explanation: High jitter can disrupt time‑sensitive OT communications such as real‑time control loops. Example: A 5 ms jitter spike causing a PLC to miss a critical sensor update. Practical application: Monitoring network performance to guarantee deterministic behaviour. Challenges: Identifying root causes, mitigating with traffic shaping, and ensuring QoS policies are enforced across heterogeneous infrastructure.

KPI (Key Performance Indicator) – Concept #

Metric used to evaluate the success of an operation. Related terms: MTBF, OEE, dashboard. Explanation: IoT data feeds KPI calculations, allowing real‑time visibility of plant efficiency. Example: Calculating OEE from sensor‑derived uptime, speed, and quality data. Practical application: Driving continuous‑improvement programmes. Challenges: Selecting meaningful KPIs, avoiding data misinterpretation, and ensuring data integrity.

Latency – Concept #

Time delay between data generation and its receipt. Related terms: jitter, round‑trip time, real‑time. Explanation: Low latency is essential for closed‑loop control; IoT integration must preserve deterministic timing. Example: A 20 ms latency between a pressure sensor reading and actuator response in a safety shutdown. Practical application: Designing network topologies that meet 30 ms control‑loop requirements. Challenges: Network congestion, protocol overhead, and distance to cloud services.

MQTT (Message Queuing Telemetry Transport) – Concept #

Lightweight publish/subscribe messaging protocol. Related terms: QoS, broker, topic. Explanation: MQTT efficiently transports sensor data from constrained devices to central collectors, supporting retained messages and different QoS levels. Example: A temperature sensor publishing to topic “/plant1/boiler/temp”. Practical application: Real‑time monitoring dashboards and alarm aggregation. Challenges: Securing broker access, handling QoS‑1/2 acknowledgements in unreliable networks, and scaling broker clusters.

Node‑RED – Concept #

Flow‑based development tool for wiring together hardware, APIs, and services. Related terms: visual programming, IoT platform, edge runtime. Explanation: Engineers can rapidly prototype integration logic, such as converting Modbus registers to MQTT payloads, without deep code. Example: A Node‑RED flow that reads a PLC register, applies a calibration factor, and publishes to the cloud. Practical application: Proof‑of‑concept for sensor‑to‑SCADA integration. Challenges: Managing version control, ensuring runtime stability in production, and limiting resource consumption on edge devices.

OPC #

UA (Open Platform Communications Unified Architecture) – Concept: Platform‑independent service‑oriented architecture for industrial communication. Related terms: client, server, information model. Explanation: OPC‑UA provides secure, scalable data exchange between OT equipment and IoT applications, supporting both push and pull models. Example: A PLC exposing a “Temperature” variable via an OPC‑UA server that a cloud client subscribes to. Practical application: Unified data access across heterogeneous vendors. Challenges: Configuring certificates, handling large address spaces, and mapping legacy data structures to OPC‑UA models.

OTA (Over‑The‑Air) Update – Concept #

Remote software/firmware upgrade mechanism. Related terms: FOTA, device management, rollback. Explanation: OTA updates keep devices compliant and secure without manual intervention, essential for large‑scale deployments. Example: Pushing a new encryption algorithm to all field sensors in a water treatment plant. Practical application: Rapid response to newly discovered vulnerabilities. Challenges: Ensuring atomicity, avoiding service interruption, and verifying successful installation.

PLC (Programmable Logic Controller) – Concept #

Industrial digital computer for automation control. Related terms: HMI, ladder logic, fieldbus. Explanation: Modern PLCs often embed IoT protocols (MQTT, OPC‑UA) enabling direct data export to cloud platforms. Example: A Siemens S7‑1500 publishing tag values to an MQTT broker. Practical application: Reducing middleware layers and simplifying data pipelines. Challenges: Firmware compatibility, managing legacy I/O modules, and maintaining deterministic cycle times.

QoS (Quality of Service) – Concept #

Set of service quality parameters for network traffic. Related terms: latency, jitter, bandwidth. Explanation: In MQTT, QoS levels (0, 1, 2) define delivery guarantees, balancing reliability against overhead. Example: Using QoS‑1 for critical alarm messages to ensure at‑least‑once delivery. Practical application: Tailoring communication reliability for different data classes. Challenges: Configuring appropriate QoS per topic, avoiding unnecessary network load, and handling duplicate messages.

Raspberry Pi – Concept #

Low‑cost single‑board computer often used as an edge gateway. Related terms: Linux, GPIO, Docker. Explanation: Its flexibility allows rapid prototyping of protocol conversion, local analytics, and device management. Example: Running Node‑RED on a Raspberry Pi to collect Modbus data and forward to Azure IoT Hub. Practical application: Low‑budget pilot projects in laboratories. Challenges: Industrial‑grade durability, ensuring sufficient processing power for complex analytics, and securing the OS.

SCADA (Supervisory Control And Data Acquisition) – Concept #

System for high‑level monitoring and control of industrial processes. Related terms: HMI, historian, alarm management. Explanation: Integration of IoT devices enriches SCADA with granular sensor data, enabling smarter alarms and predictive insights. Example: Adding a BLE‑based gas sensor to an existing SCADA alarm list. Practical application: Enhancing operator situational awareness. Challenges: Scaling SCADA servers, avoiding data silos, and preserving real‑time performance.

SDN (Software‑Defined Networking) – Concept #

Decoupling of control plane from data plane to enable programmable network management. Related terms: NFV, VLAN, QoS. Explanation: SDN allows dynamic segmentation of IoT traffic, isolating OT from IT while maintaining policy consistency. Example: Using an OpenFlow controller to create a dedicated VLAN for sensor traffic. Practical application: Rapid reconfiguration during plant upgrades. Challenges: Compatibility with legacy switches, ensuring deterministic routing, and protecting the SDN controller from cyber threats.

Sensor Fusion – Concept #

Combining data from multiple sensors to produce more accurate information. Related terms: data aggregation, Kalman filter, machine learning. Explanation: Fusion algorithms reconcile temperature, vibration, and pressure readings to detect early signs of equipment degradation. Example: Merging accelerometer and acoustic emission data to identify bearing faults. Practical application: Improving reliability of predictive‑maintenance models. Challenges: Synchronising timestamps, handling differing sample rates, and managing increased computational load.

Tag – Concept #

Named data point representing a specific measurement or status. Related terms: variable, point, address. Explanation: In OT, tags are mapped to PLC registers; IoT platforms often treat them as MQTT topics or REST endpoints. Example: Tag “Pump1_RPM” representing the rotational speed of a pump. Practical application: Providing a unified naming scheme across control and analytics layers. Challenges: Maintaining consistency across systems, avoiding name collisions, and ensuring proper data type mapping.

Telemetry – Concept #

Automated collection and transmission of measurements from remote devices. Related terms: monitoring, data streaming, edge analytics. Explanation: Telemetry streams from sensors feed dashboards, alerts, and machine‑learning pipelines. Example: Continuous pressure telemetry from a high‑pressure vessel sent via MQTT to the cloud. Practical application: Real‑time process optimisation. Challenges: Bandwidth management, data security, and handling intermittent connectivity.

Thread – Concept #

Low‑power mesh networking protocol developed by the Thread Group. Related terms: IPv6, border router, IoT device. Explanation: Thread provides reliable, self‑healing networks for sensors in environments where Wi‑Fi is unreliable. Example: Deploying Thread‑enabled temperature sensors in an oil‑rig control room. Practical application: Simplifying network topology with automatic device joining. Challenges: Limited ecosystem in industrial settings, ensuring interoperability with existing OT protocols.

Time‑Series Database (TSDB) – Concept #

Optimised storage for sequential data points indexed by time. Related terms: historian, influxDB, query language. Explanation: TSDBs enable fast retrieval of sensor trends for analytics and reporting. Example: Storing 10 Hz vibration data from a turbine in InfluxDB. Practical application: Generating heat‑maps of equipment health over weeks. Challenges: Retention policy design, balancing write throughput with query performance, and integrating with security policies.

Uptime – Concept #

Duration a system remains operational without failure. Related terms: MTBF, availability, reliability. Explanation: IoT integration should not reduce the overall uptime of critical OT assets; monitoring helps quantify impact. Example: Measuring the percentage of time a PLC remains reachable over a month. Practical application: SLA compliance for plant operators. Challenges: Distinguishing between planned maintenance windows and unplanned outages, and correlating IoT‑induced latency spikes with downtime events.

VPN (Virtual Private Network) – Concept #

Encrypted tunnel that extends a private network across public infrastructure. Related terms: IPsec, TLS, remote access. Explanation: VPNs secure communication between remote edge sites and central OT networks, protecting IoT data in transit. Example: A site‑to‑site IPSec tunnel linking a wind‑farm’s edge gateways to the corporate data centre. Practical application: Enabling remote diagnostics while maintaining confidentiality. Challenges: Managing key rotation, latency introduced by encryption, and ensuring compatibility with firewalls.

Wi‑Fi 6 (802.11Ax) – Concept #

Latest Wi‑Fi standard offering higher throughput and lower latency. Related terms: 802.11Ac, MU‑MIMO, IoT gateway. Explanation: Wi‑Fi 6 supports dense deployments of sensors and cameras, making it suitable for smart‑factory environments. Example: Deploying Wi‑Fi 6 access points to serve hundreds of Bluetooth‑enabled temperature probes. Practical application: Reducing cable costs in retrofit projects. Challenges: Interference from industrial machinery, ensuring coverage in metal‑laden facilities, and securing the wireless network against rogue devices.

XML (eXtensible Markup Language) – Concept #

Text‑based format for structured data representation. Related terms: JSON, SOAP, schema. Explanation: Some legacy OT devices expose configuration or alarm data via XML over HTTP, requiring parsers in IoT gateways. Example: Retrieving a device status page that returns XML with tags. Practical application: Integrating older equipment into modern dashboards. Challenges: Parsing overhead, handling inconsistent schemas, and migrating to more efficient formats.

Zero‑Touch Provisioning (ZTP) – Concept #

Automated method where devices configure themselves upon first network connection. Related terms: device provisioning, DHCP, cloud onboarding. Explanation: ZTP reduces manual effort by having a device download its configuration from a central server based on its MAC address. Example: A new sensor contacts a provisioning server, receives its MQTT credentials, and starts publishing. Practical application: Scaling deployments across multiple plant sites without on‑site engineers. Challenges: Secure bootstrapping, handling network failures during provisioning, and ensuring the correct configuration is applied.

3‑GPP (3rd Generation Partnership Project) – Concept #

Global standards body for mobile telecommunications. Related terms: LTE, 5G, NR. Explanation: 5G networks, defined by 3‑GPP, offer ultra‑reliable low‑latency communication (URLLC) suitable for time‑critical OT tasks. Example: Using a 5G private network to transmit robotic arm position data with sub‑10 ms latency. Practical application: Enabling high‑speed automation in large warehouses. Challenges: Spectrum licensing, infrastructure cost, and ensuring deterministic performance in a shared spectrum environment.

4‑20 mA Loop – Concept #

Analog current signal standard for transmitting sensor data over long distances. Related terms: signal conditioning, isolated transmitter, fieldbus. Explanation: Despite digital trends, many legacy OT devices still use 4‑20 mA, requiring conversion to digital for IoT platforms. Example: A pressure transmitter outputting 4‑20 mA that is digitised by an analog‑to‑digital converter in an edge gateway. Practical application: Integrating proven analog sensors into modern analytics pipelines. Challenges: Calibration drift, signal noise, and maintaining loop integrity during retrofits.

5‑GNR (5G New Radio) – Concept #

Radio interface specification for 5G mobile communications. Related terms: URLLC, massive MIMO, edge cloud. Explanation: 5‑GNR supports high‑bandwidth, low‑latency links essential for remote control of heavy‑duty equipment. Example: Streaming high‑resolution video from an inspection drone to a control centre via 5‑GNR. Practical application: Real‑time visual inspection of pipelines. Challenges: Network planning, interference mitigation, and ensuring continuity of service in underground or shielded locations.

6LoWPAN (IPv6 over Low #

Power Wireless Personal Area Networks) – Concept: Adaptation layer enabling IPv6 packets over IEEE 802.15.4 Radios. Related terms: CoAP, mesh networking, BLE. Explanation: 6LoWPAN allows resource‑constrained sensors to be addressed directly in IP networks, simplifying integration with cloud services. Example: A humidity sensor using 6LoWPAN to send UDP packets to an edge router. Practical application: Large‑scale environmental monitoring with minimal gateway overhead. Challenges: Header compression efficiency, fragmentation handling, and ensuring security on low‑power devices.

7‑segment Display – Concept #

Visual indicator consisting of seven LED or LCD segments to represent numerals. Related terms: HMI, operator interface, status indicator. Explanation: Often used on field devices to provide quick visual feedback of operating status, and can be driven by PLC outputs. Example: A pump controller showing speed in RPM via a 7‑segment display. Practical application: Immediate on‑site status verification without network access. Challenges: Limited information density, susceptibility to harsh lighting, and ensuring correct segment mapping in software.

ACL (Access Control List) – Concept #

Set of rules defining which users or devices can access particular resources. Related terms: firewall, RBAC, policy engine. Explanation: ACLs on gateways and switches restrict IoT device traffic to authorised destinations, reducing attack surface. Example: An ACL permitting only MQTT traffic from sensor subnets to the broker IP. Practical application: Enforcing least‑privilege principles in plant networks. Challenges: Keeping ACLs up‑to‑date with device additions, avoiding accidental service disruption, and scaling rule management.

BLE Mesh – Concept #

Extension of Bluetooth Low Energy that supports many‑to‑many communication. Related terms: BLE, routing, gateway. Explanation: BLE Mesh enables large deployments of sensors to relay data hop‑by‑hop to a central collector, useful when wiring is impractical. Example: A network of BLE‑mesh temperature sensors in a refinery’s pipework sending data to a gateway. Practical application: Retrofitting existing installations with minimal cabling. Challenges: Managing mesh topology, ensuring reliable delivery in noisy environments, and securing each hop.

CoAP (Constrained Application Protocol) – Concept #

Lightweight REST‑like protocol for constrained devices. Related terms: UDP, DTLS, IoT. Explanation: CoAP enables low‑power sensors to expose resources such as “/temp” that can be queried by edge servers. Example: A soil moisture sensor responding to a GET request with a JSON payload. Practical application: Efficient data collection from battery‑operated devices. Challenges: Handling message retransmission over unreliable networks, integrating with existing HTTP‑based services, and ensuring end‑to‑end security.

Digital Twin – Concept #

Virtual replica of a physical asset or process. Related terms: simulation, model‑based engineering, predictive analytics. Explanation: IoT data continuously updates the twin, enabling scenario testing and performance optimisation without impacting the real system. Example: A digital twin of a centrifugal pump receiving vibration data to forecast wear. Practical application: Reducing commissioning time and testing control strategies offline. Challenges: Maintaining model fidelity, data latency, and synchronising state between twin and asset.

Edge AI – Concept #

Running artificial‑intelligence algorithms on edge devices. Related terms: inference, TensorFlow Lite, real‑time analytics. Explanation: Edge AI processes sensor streams locally to detect anomalies before forwarding only relevant alerts, conserving bandwidth. Example: An edge gateway using a neural network to identify abnormal motor current signatures. Practical application: Immediate fault detection with sub‑second response. Challenges: Limited compute resources, model optimisation, and updating models securely.

Fail‑Safe – Concept #

Design principle ensuring a system defaults to a safe state on failure. Related terms: redundancy, Safety‑Instrumented System (SIS), shutdown. Explanation: IoT integration must preserve fail‑safe behaviour; for instance, loss of network connectivity should not prevent a safety valve from closing. Example: A PLC programmed to close a valve if MQTT heartbeat is missed. Practical application: Maintaining compliance with IEC 61508 safety standards. Challenges: Designing graceful degradation paths, testing under simulated failures, and avoiding unintended interactions between IoT and safety logic.

Gateway Redundancy – Concept #

Deploying multiple gateways to provide fault tolerance. Related terms: high availability, load balancing, failover. Explanation: Redundant gateways ensure continuous data flow if one device fails or requires maintenance. Example: Two parallel edge gateways synchronising state via a cluster protocol. Practical application: Maintaining uninterrupted monitoring in critical process lines. Challenges: State synchronisation, avoiding split‑brain scenarios, and managing increased network traffic.

HTTPS (Hypertext Transfer Protocol Secure) – Concept #

Encrypted version of HTTP using TLS. Related terms: SSL, certificate, REST API. Explanation: HTTPS secures web‑based dashboards, firmware downloads, and API calls between OT devices and cloud services. Example: Accessing a web‑based HMI over HTTPS with client‑side certificates. Practical application: Protecting sensitive process data from eavesdropping. Challenges: Certificate lifecycle management, performance overhead on constrained devices, and compatibility with older industrial browsers.

IEC 62443 – Concept #

International series of standards for OT security. Related terms: risk assessment, defense in depth, security zones. Explanation: IEC 62443 provides a framework for securing IoT‑enabled OT networks, covering policies, architecture, and component hardening. Example: Classifying a sensor network as Level 2 security zone and applying appropriate firewalls. Practical application: Demonstrating compliance during audits. Challenges: Mapping standard requirements to existing plant practices, achieving cross‑vendor consistency, and balancing security with operational continuity.

IEC 61508 – Concept #

Functional safety standard for electrical/electronic/programmable systems. Related terms: SIL, risk reduction, hazard analysis. Explanation: When IoT devices influence safety‑related functions, they must be designed to meet IEC 61508 safety integrity levels. Example: A safety‑rated pressure sensor with built‑in redundancy communicating via a certified protocol. Practical application: Ensuring that IoT enhancements do not degrade safety performance. Challenges: Certification costs, rigorous testing, and maintaining documentation throughout the device lifecycle.

IEC 61850 GOOSE – Concept #

Generic Object Oriented Substation Event, a high‑speed messaging protocol. Related terms: SV, substation automation, multicast. Explanation: GOOSE transmits critical protection data (e.G., Trip commands) within microseconds; IoT gateways must preserve timing when bridging to other networks. Example: Forwarding a GOOSE trip signal to a cloud‑based analytics engine for post‑event analysis. Practical application: Enhancing fault investigation with enriched data. Challenges: Maintaining deterministic latency, handling multicast traffic in VLANs, and ensuring protocol compliance.

IEC 62351 – Concept #

Security extensions for power system communications. Related terms: encryption, authentication, SCADA. Explanation: IEC 62351 defines how to secure protocols like IEC 61850, DNP3, and Modbus, making them suitable for IoT deployments. Example: Applying TLS to IEC 61850 communications between a substation IED and a remote monitoring system. Practical application: Protecting critical infrastructure from cyber‑attacks. Challenges: Legacy device incompatibility, performance impact of encryption, and managing key distribution.

Industrial Ethernet – Concept #

Ethernet variants designed for deterministic, robust industrial communication. Related terms: PROFINET, EtherCAT, Time‑Sensitive Networking (TSN). Explanation: Industrial Ethernet provides the backbone for IoT gateways, supporting high‑speed data transfer while meeting real‑time constraints. Example: A PROFINET‑enabled PLC exchanging data with an edge computer at 100 Mbps. Practical application: Consolidating multiple sensor streams onto a single network fabric. Challenges: Configuring QoS, ensuring cable durability, and integrating with non‑industrial IT infrastructure.

IoT Hub – Concept #

Centralised service for device registration, telemetry ingestion, and command delivery. Related terms: device twin, cloud broker, edge module. Explanation: The hub abstracts device identities, manages security certificates, and routes messages between devices and back‑end applications. Example: Azure IoT Hub handling MQTT connections from thousands of PLCs. Practical application: Scalable device management across multiple plant sites. Challenges: Handling connection limits, preventing device spoofing, and ensuring high availability.

Latency Budget – Concept #

Allocation of permissible delay across each segment of a communication path. Related terms: jitter, QoS, network design. Explanation: Engineers compute a latency budget to guarantee that sensor‑to‑actuator loops meet control‑system timing requirements. Example: Allocating 5 ms for sensor acquisition, 10 ms for network transport, and 15 ms for actuator response to stay within a 30 ms total budget. Practical application: Designing network topology and selecting protocols that satisfy the budget. Challenges: Accounting for variable network load, protocol overhead, and processing delays at edge nodes.

LoRaWAN (Long Range Wide Area Network) – Concept #

Low‑power, long‑range communication protocol for IoT devices. Related terms: gateway, chirp spread spectrum, network server. Explanation: LoRaWAN enables battery‑operated sensors to transmit small payloads over kilometres, ideal for remote asset monitoring. Example: A water‑level sensor in an outdoor reservoir sending hourly readings via LoRaWAN to a central server. Practical application: Reducing wiring costs for dispersed infrastructure. Challenges: Limited data rate, duty‑cycle regulations, and ensuring secure key management.

MQTT‑TLS – Concept #

MQTT communication secured with Transport Layer Security. Related terms: mutual authentication, certificate, broker. Explanation: MQTT‑TLS encrypts payloads and authenticates both client and server, protecting OT data from interception. Example: A PLC establishing an MQTT‑TLS session using client certificates to publish alarm data. Practical application: Meeting regulatory requirements for data confidentiality. Challenges: Managing certificate renewal, handling TLS handshake latency on constrained devices, and ensuring compatibility with legacy brokers.

Modbus TCP/IP – Concept #

Ethernet‑based implementation of the Modbus protocol. Related terms: master, slave, register. Explanation: Modbus TCP/IP provides a simple, widely‑supported method for reading and writing process variables, often used as a bridge to IoT platforms. Example: An edge gateway polling a temperature register from a Modbus‑enabled RTU. Practical application: Rapid integration of existing field devices into a cloud analytics pipeline. Challenges: Lack of built‑in security, limited data types, and potential for network congestion on large deployments.

Network Segmentation – Concept #

Dividing a network into isolated zones to improve security and performance. Related terms: VLAN, firewall, DMZ.

June 2026 intake · open enrolment
from £90 GBP
Enrol