← Back to All FAQs

IIoT Connectivity & Protocols FAQ

Common questions about Industrial IoT connectivity—protocols, networking, wireless technologies, and integration standards.

Protocols

What is the difference between OPC-UA and MQTT?

OPC-UA and MQTT serve different purposes:

OPC-UA:

  • Rich data modeling with semantic meaning
  • Built-in discovery and browsing
  • Comprehensive security framework
  • Best for: Complex integration where data meaning matters

MQTT:

  • Lightweight publish-subscribe protocol
  • Optimized for constrained networks
  • Efficient for high-volume data
  • Best for: Edge-to-cloud communication

Many architectures use both—OPC-UA for shop floor integration, MQTT for cloud connectivity.

What is MQTT and how does it work?

MQTT (Message Queuing Telemetry Transport) is a lightweight publish-subscribe messaging protocol.

How it works:

  1. Devices publish messages to topics (e.g., "factory/line1/motor/temperature")
  2. A broker routes messages to subscribers interested in those topics
  3. QoS levels (0, 1, 2) provide delivery guarantees
  4. Small packet overhead efficient for constrained networks

MQTT is widely used for edge-to-cloud communication due to its simplicity, efficiency, and broad support in cloud platforms.

What is OPC-UA?

OPC-UA (Open Platform Communications Unified Architecture) is an industrial interoperability standard.

Key features:

  • Platform-independent: Runs on any operating system
  • Rich information modeling: Data includes semantic meaning, not just values
  • Built-in security: Encryption, authentication, certificates
  • Complex data types: Supports methods, events, and hierarchical data
  • Companion specifications: Industry-specific data models

OPC-UA is becoming the standard for industrial integration, replacing older OPC-DA and providing a foundation for Industry 4.0 interoperability.

What is Modbus and is it still relevant?

Modbus is a 40-year-old serial communication protocol still widely used in industry.

Why it's still relevant:

  • Supported by most industrial equipment
  • Simple to implement and troubleshoot
  • Low overhead for basic data exchange

Limitations:

  • No built-in security
  • Limited data types (registers only)
  • No standard data models
  • Polling-based (client must request data)

For new systems, modern protocols are preferred. Modbus remains valuable for integrating legacy equipment through gateways.

Networking

Should we use wired or wireless connectivity?

Choose based on application requirements:

Wired (Ethernet) advantages:

  • Higher reliability
  • Deterministic latency
  • No RF interference
  • Better security
  • Higher bandwidth

Best for: Critical control systems, high-data-rate applications, permanent installations.

Wireless advantages:

  • Easier installation
  • Mobile equipment support
  • Retrofit-friendly
  • Remote locations

Best for: Monitoring applications, mobile assets, hard-to-wire locations.

Many deployments use both—wired backbone with wireless for specific use cases.

What wireless technologies are used in industrial IoT?

Common industrial wireless technologies:

  • Wi-Fi: High bandwidth, common infrastructure, indoor coverage
  • Bluetooth/BLE: Short range, low power, asset tracking
  • Zigbee/WirelessHART: Mesh networking, industrial sensors, battery operation
  • LoRaWAN: Long range (km), low power, outdoor coverage
  • Cellular (LTE-M, NB-IoT): Wide area, utility applications, remote sites
  • Private 5G: High bandwidth, low latency, campus-wide coverage

Choose based on range, bandwidth, power consumption, and cost requirements.

How much bandwidth do IIoT systems require?

Bandwidth requirements vary widely:

  • Simple sensors (temperature, pressure): 1-10 KB/hour
  • Vibration monitoring: 1-100 MB/hour depending on resolution
  • Machine vision: 100 MB - 10 GB/hour depending on frame rate
  • Audio/acoustic: 10-500 MB/hour

With edge processing, transmitted data can be reduced 90-99% by sending only meaningful events and summaries rather than raw data streams.

How do we ensure reliable connectivity in industrial environments?

Ensure reliable connectivity through:

  1. Redundant paths: Multiple network routes prevent single points of failure
  2. Industrial-grade hardware: Equipment rated for temperature, vibration, EMI
  3. Network monitoring: Detect and address issues proactively
  4. Edge buffering: Store data locally during connectivity interruptions
  5. Quality of Service: Prioritize critical traffic
  6. Regular maintenance: Keep firmware updated, replace aging components
  7. Site surveys: Understand RF environment before wireless deployment

Integration

How do we connect legacy equipment to IIoT systems?

Options for connecting legacy equipment:

  1. Protocol gateways: Convert older protocols (Modbus, serial) to modern standards (OPC-UA, MQTT)
  2. Add-on sensors: Install new sensors on equipment without built-in connectivity
  3. PLC/DCS integration: Extract data from existing control systems via standard interfaces
  4. Edge devices: Deploy industrial PCs or gateways to aggregate and normalize data
  5. Non-invasive monitoring: Current transformers, clamp-on temperature sensors, external vibration sensors

Most legacy equipment can be connected with appropriate gateways or retrofits.

What is edge computing and why does it matter?

Edge computing processes data near its source rather than sending everything to the cloud.

Benefits:

  • Reduced latency: Milliseconds vs. seconds for time-critical applications
  • Lower bandwidth costs: Local filtering and aggregation reduce data transmission
  • Continued operation: Works during network outages
  • Better security: Sensitive data stays local
  • Compliance: Meets data residency requirements

Edge devices range from simple gateways to powerful industrial PCs running analytics and machine learning models.

Should we use cloud-connected or on-premise IIoT?

Cloud-connected advantages:

  • Scalability without infrastructure investment
  • Reduced IT burden
  • Access from anywhere
  • Advanced analytics services
  • Regular updates and improvements

On-premise advantages:

  • Data sovereignty and control
  • Lower latency
  • Operation during internet outages
  • Predictable costs

Hybrid approach: Many organizations use edge computing for local processing with selective cloud connectivity for advanced analytics, remote access, and multi-site visibility.

What is the role of 5G in Industrial IoT?

5G enables new IIoT capabilities:

  • Ultra-Reliable Low Latency (URLLC): Sub-millisecond latency for real-time control
  • Massive Machine Type Communication (mMTC): Support for thousands of devices per cell
  • Enhanced Mobile Broadband (eMBB): High bandwidth for video and AR applications
  • Private 5G networks: Dedicated campus networks with full control

5G is particularly valuable for mobile equipment, AGVs, AR-assisted maintenance, and applications requiring both mobility and reliability.