Skip to content

IoT Technology Overview

The Internet of Things is not a single technology — it is a layered system that brings the physical world into the digital one. This part walks through the core knowledge of IoT along the industry's classic four-layer reference architecture — perception, network, platform, and application, plus security that cuts across all four — and shows at every layer how IoT DC3 implements it. By the end you will hold a complete map from "sensor to AI-driven operations," and know exactly where DC3 sits on that map.

The Four-Layer Reference Architecture

Take an IoT system apart and data flows bottom-up while control flows top-down: the perception layer turns physical quantities into digital signals, the network layer carries those signals reliably, the platform layer stores, manages and computes over the data at scale, and the application layer turns data into business value. Security belongs to no single layer — it is a cross-cutting concern that runs through all of them.

data upcommand downApplicationOperations · Alarms · Analytics · AIoTIn IoT DC3Operations · Agentic Center · MCPPlatformDevice mgmt · Storage · Rules & computeIn IoT DC3Center services · Data plane · TimescaleDBNetworkFieldbus · IoT protocols · Wireless/WANIn IoT DC328 protocol drivers · Gateway · RabbitMQPerceptionSensing · Auto-ID · ActuatorsIn IoT DC3Profile · Device · PointSecurity (cross-cutting)Device · Comms · Platform · DataDC3: Auth · Tenant · RBAC · TLS

This layering is not dogma but a set of responsibility boundaries: each layer solves only its own problem and collaborates with its neighbors through clear interfaces. Its value is that any IoT platform, any IoT product, can be located on this map. IoT DC3 is no exception.

How DC3 Sits on the Four Layers

IoT DC3 is not another restatement of "generic IoT theory" — it is a runnable implementation of this four-layer architecture. Layer by layer:

How to Read This Part

You can read this part straight through as a structured primer on IoT, or jump in by layer: to learn how sensors are chosen, read the perception layer; to weigh MQTT against NB-IoT, read the network layer; to sort out how edge and cloud split the work, read the platform layer. Each chapter opens with "what this layer is, key technologies and trade-offs, engineering notes," and closes with "how it lands in IoT DC3," so theory and implementation form a loop.

Further Reading

Released under the AGPL-3.0 License