Internet of Things (IoT)

IoT verbindet Sensoren und Geräte, um Daten zu sammeln und auszutauschen, was Automatisierung und Überwachung in verschiedenen Branchen ermöglicht und sorgfältiges Security- und Privacy-Design erfordert.

IoT umfasst vernetzte Geräte (Sensoren, Aktoren, Gateways und Software), die über Connectivity-Protokolle Daten generieren und remote verwaltet werden können. Typische Architekturen kombinieren Edge/Fog-Layer mit Cloud-Services zur Verarbeitung von Streams, Speicherung von Telemetrie und Orchestrierung von Aktionen. Gängige IoT-Plattformen unterstützen Device Provisioning, Identity, Policy-based Access Control und End-to-End Security. Die Kommunikation erfolgt über Protokolle wie MQTT, CoAP, AMQP oder HTTP(S), oft unter Verwendung von TLS oder DTLS für Transport Security. Daten werden durch Event Streams oder Time-Series-Datenbanken modelliert, vereinheitlicht und gesteuert. Wichtige Security-Praktiken umfassen Secure Boot, Hardware-backed Keys, Mutual Authentication, verschlüsselte Kanäle, Secure Over-the-Air Updates und robustes Lifecycle Management. Privacy-Überlegungen erfordern Data Minimization, Access Controls, Anonymisierung und transparente Data [Governance](/de/terms/data-governance). Standards Bodies und Interoperabilitätsbemühungen zielen darauf ab, Datenformate, APIs und Referenzarchitekturen zu harmonisieren, um End-to-End Trust und Portabilität zu ermöglichen.

        graph LR
  Center["Internet of Things (IoT)"]:::main
  Rel_edge_computing["edge-computing"]:::related -.-> Center
  click Rel_edge_computing "/terms/edge-computing"
  Rel_iot_security["iot-security"]:::related -.-> Center
  click Rel_iot_security "/terms/iot-security"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Erkläre es wie einem 5-Jährigen

Generated ELI5 content

🤓 Expert Deep Dive

Generated expert content

❓ Häufig gestellte Fragen

What is IoT?

IoT is a network of physical devices with sensors and connectivity that share data to enable automation and insights.

Which protocols are commonly used?

MQTT, CoAP, AMQP, and HTTP(S) are common; TLS/DTLS secures transport; authentication and identity management are essential.

How is security addressed in IoT?

Secure onboarding, device identity, encrypted communications, authenticated updates, and continuous vulnerability management are required.

What is IIoT?

Industrial IoT applies IoT to manufacturing and critical infrastructure, emphasizing reliability, safety, and deterministic performance.

How can privacy be protected?

Data minimization, anonymization/pseudonymization, strict access controls, and clear data governance policies are needed.

📚 Quellen