My Subject Matter
Technology

Edge Computing & IoT New

Edge devices, IoT platforms, 5G, and distributed computing

What is edge computing and how does it differ from cloud computing?

Edge computing processes data near its source — on local devices or nearby servers — rather than sending it to a centralized cloud data center. This reduces latency and bandwidth use. Unlike cloud computing, which centralizes resources remotely, edge computing distributes computation to the network's periphery. [Source: NIST]

Sources
Fog Computing Conceptual Model — NIST Special Publication 500-325
primary · National Institute of Standards and Technology (NIST) · 2020-03-01
·
Edge Computing: Vision and Challenges
academic · IEEE Internet of Things Journal · 2016-10-01
·

What is the Internet of Things (IoT)?

The Internet of Things refers to a network of physical objects embedded with sensors, software, and connectivity that enables them to collect and exchange data with other devices and systems over the internet. NIST defines IoT as infrastructure of interconnected entities and information resources. [Source: NIST]

Sources
Networks of Things — NIST Special Publication 800-183
primary · National Institute of Standards and Technology (NIST) · 2016-07-01
·
Internet of Things Global Standards Initiative
official · International Telecommunication Union (ITU) · 2023-01-01
·

How many IoT devices are there worldwide?

The number of connected IoT devices globally reached approximately 16.7 billion active endpoints in 2023, with projections exceeding 29 billion by 2030. This growth is driven by industrial automation, smart cities, and consumer electronics adoption. [Source: ITU]

Sources
Internet of Things Global Standards Initiative
official · International Telecommunication Union (ITU) · 2023-01-01
·
Ericsson Mobility Report
official · Ericsson · 2023-11-01
·

What is an IoT platform and what does it do?

An IoT platform is middleware that connects edge devices to applications and back-end systems, handling device management, data ingestion, security, and analytics. It abstracts hardware complexity so developers can build IoT solutions without managing low-level connectivity protocols. Standards like MQTT and AMQP are commonly supported. [Source: IEEE]

Sources
Networks of Things — NIST Special Publication 800-183
primary · National Institute of Standards and Technology (NIST) · 2016-07-01
·

How does 5G enable edge computing?

5G's ultra-low latency (as low as 1 millisecond), high bandwidth (up to 20 Gbps peak), and network slicing capabilities make Multi-access Edge Computing (MEC) viable at scale. By hosting compute resources at 5G base stations, operators can process data within milliseconds of its generation. [Source: ETSI]

Sources
MEC in 5G Networks — ETSI White Paper No. 28
official · European Telecommunications Standards Institute (ETSI) · 2018-06-01
·
3GPP Release 15 — The First 5G Specification
official · 3rd Generation Partnership Project (3GPP) · 2018-06-01
·

What is Multi-access Edge Computing (MEC)?

Multi-access Edge Computing (MEC), standardized by ETSI, is an architecture that places IT and cloud-computing capabilities at the edge of mobile networks. It enables applications to access local radio network information and run in real time, reducing backhaul traffic and enabling ultra-low-latency services. [Source: ETSI]

Sources
MEC in 5G Networks — ETSI White Paper No. 28
official · European Telecommunications Standards Institute (ETSI) · 2018-06-01
·
Multi-access Edge Computing — ETSI Technology Overview
official · European Telecommunications Standards Institute (ETSI) · 2022-09-01
·

What is fog computing and how does it differ from edge computing?

Fog computing, defined by the OpenFog Consortium (now IEEE), extends cloud services to the network edge using a hierarchical, multi-layer architecture between end devices and the cloud. Unlike edge computing — which processes data on or immediately near the device — fog computing may use intermediate nodes such as gateways or local servers. [Source: IEEE]

Sources
·
OpenFog Reference Architecture for Fog Computing
official · IEEE Standards Association / OpenFog Consortium · 2018-02-01
·

What is the Industrial Internet of Things (IIoT)?

The Industrial Internet of Things (IIoT) applies IoT technology to industrial sectors including manufacturing, energy, and logistics. It uses networked sensors, actuators, and control systems to improve operational efficiency and enable predictive maintenance. The U.S. Department of Energy identifies IIoT as a key driver of industrial decarbonization and efficiency. [Source: U.S. DOE]

Sources
Networks of Things — NIST Special Publication 800-183
primary · National Institute of Standards and Technology (NIST) · 2016-07-01
·

How does IoT enable predictive maintenance?

IoT sensors continuously monitor equipment parameters like vibration, temperature, and pressure, feeding data to analytics platforms that detect anomalies before failures occur. NIST research shows predictive maintenance can reduce downtime by up to 50% and maintenance costs by 10–25% compared to scheduled maintenance. [Source: NIST]

Sources
Measurement Science for Prognostics and Health Management
primary · National Institute of Standards and Technology (NIST) · 2021-04-01
·

What is edge AI and why does it matter?

Edge AI runs machine learning inference directly on edge devices — such as cameras, sensors, or gateways — without sending data to the cloud. This enables real-time decisions with minimal latency, improved privacy, and reduced bandwidth costs. IEEE identifies edge AI as critical for autonomous vehicles, industrial robotics, and healthcare monitoring. [Source: IEEE]

Sources
·
Edge Computing: Vision and Challenges
academic · IEEE Internet of Things Journal · 2016-10-01
·

What hardware is used for edge computing devices?

Edge computing hardware ranges from microcontrollers and single-board computers (like Raspberry Pi) to purpose-built edge servers and ruggedized gateways. Key components include low-power CPUs, FPGAs, and AI accelerator chips (GPUs, NPUs). NIST guidelines highlight hardware security modules (HSMs) as essential for secure edge deployments. [Source: NIST]

Sources
IoT Device Cybersecurity Guidance for the Federal Government — NIST SP 800-213
primary · National Institute of Standards and Technology (NIST) · 2021-11-01
·
Edge Computing: Vision and Challenges
academic · IEEE Internet of Things Journal · 2016-10-01
·

How is IoT data secured at the edge?

IoT security at the edge relies on device authentication, end-to-end encryption (TLS/DTLS), secure boot, and over-the-air (OTA) update mechanisms. NIST's SP 800-213 guidelines recommend a zero-trust architecture for IoT, mandating unique device identities and least-privilege access controls across all networked endpoints. [Source: NIST]

Sources
IoT Device Cybersecurity Guidance for the Federal Government — NIST SP 800-213
primary · National Institute of Standards and Technology (NIST) · 2021-11-01
·
IoT Device Cybersecurity Guidance for the Federal Government — NIST SP 800-213
primary · National Institute of Standards and Technology (NIST) · 2021-11-01
·

What does zero-trust security mean for IoT networks?

Zero-trust security for IoT means no device, user, or network segment is trusted by default — every request must be authenticated and authorized continuously. NIST's Zero Trust Architecture (SP 800-207) establishes that IoT deployments must enforce micro-segmentation, strong identity verification, and continuous monitoring to minimize attack surfaces. [Source: NIST]

Sources
Zero Trust Architecture — NIST Special Publication 800-207
primary · National Institute of Standards and Technology (NIST) · 2020-08-01
·
IoT Device Cybersecurity Guidance for the Federal Government — NIST SP 800-213
primary · National Institute of Standards and Technology (NIST) · 2021-11-01
·

What are the biggest cybersecurity challenges for IoT devices?

The most significant IoT cybersecurity challenges include weak default credentials, infrequent firmware updates, lack of encryption, and constrained device resources that limit security software. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) identifies legacy protocol use and poor supply chain security as systemic vulnerabilities affecting millions of deployed devices. [Source: CISA]

Sources
Internet of Things (IoT) Security — CISA Resources
primary · U.S. Cybersecurity and Infrastructure Security Agency (CISA) · 2022-06-01
·
IoT Device Cybersecurity Guidance for the Federal Government — NIST SP 800-213
primary · National Institute of Standards and Technology (NIST) · 2021-11-01
·

What is the MQTT protocol and why is it used in IoT?

MQTT (Message Queuing Telemetry Transport) is a lightweight, publish-subscribe messaging protocol designed for constrained devices and low-bandwidth, high-latency networks. Standardized by OASIS as an official standard (OASIS MQTT Version 5.0), it is widely used in IoT deployments for its minimal code footprint and efficient battery and bandwidth usage. [Source: OASIS]

Sources
MQTT Version 5.0 — OASIS Standard
official · OASIS Open · 2019-03-07
·

What communication protocols do IoT devices use?

IoT devices use a layered set of protocols depending on range, power, and data needs. Common options include Zigbee and Z-Wave (short-range, low-power), LoRaWAN (long-range, low-power), Bluetooth Low Energy (BLE), Wi-Fi, and cellular (LTE-M, NB-IoT). The ITU and IEEE maintain standards governing most of these protocols. [Source: ITU]

Sources
ITU-T Y.4000 — Overview of the Internet of Things
official · International Telecommunication Union (ITU) · 2012-06-01
·
IEEE 802 LAN/MAN Standards Committee
official · IEEE Standards Association · 2023-01-01
·

What is network slicing in 5G and how does it support IoT?

Network slicing allows a single physical 5G infrastructure to be partitioned into multiple virtual networks, each optimized for specific use cases — such as massive IoT (low data, many devices) or ultra-reliable low-latency communications (URLLC) for industrial control. The 3GPP Release 15 standard introduced network slicing as a core 5G capability. [Source: 3GPP]

Sources
3GPP Release 15 — The First 5G Specification
official · 3rd Generation Partnership Project (3GPP) · 2018-06-01
·
MEC in 5G Networks — ETSI White Paper No. 28
official · European Telecommunications Standards Institute (ETSI) · 2018-06-01
·

What is LoRaWAN and what IoT applications does it support?

LoRaWAN is a low-power, wide-area networking (LPWAN) protocol managed by the LoRa Alliance, enabling long-range communication (up to 15 km in rural areas) at very low data rates and minimal power consumption. It is widely deployed in smart cities, agriculture, utilities, and asset tracking where battery life of years is required. [Source: LoRa Alliance]

Sources
LoRaWAN L2 1.0.4 Specification
official · LoRa Alliance · 2020-10-01
·
ITU-T Y.4000 — Overview of the Internet of Things
official · International Telecommunication Union (ITU) · 2012-06-01
·

How is IoT used in smart cities?

Smart cities use IoT networks to monitor and manage infrastructure including traffic signals, streetlights, water systems, waste collection, and air quality. The U.S. Department of Transportation's Smart City Challenge demonstrated that sensor-based data integration can reduce traffic congestion by up to 20% and significantly cut municipal energy costs. [Source: U.S. DOT]

Sources
Smart City Challenge
primary · U.S. Department of Transportation · 2016-12-01
·

What is distributed computing in the context of IoT and edge networks?

Distributed computing in IoT refers to spreading processing tasks across multiple edge nodes, gateways, and cloud systems rather than centralizing them. This architecture improves fault tolerance, reduces latency, and scales with device density. IEEE 2413-2019 provides a standardized architectural framework for distributed IoT systems across domains. [Source: IEEE]

Sources
·
Edge Computing: Vision and Challenges
academic · IEEE Internet of Things Journal · 2016-10-01
·