IoT Connectivity Explained

How the layers fit together

Cellular
Licensed mobile networks (2G through 5G, plus low-power variants like NB-IoT and LTE-M). Broad coverage, carrier-grade reliability and global roaming β€” the default for most connected products. The rest of this guide focuses here.
Satellite (NTN)
Non-terrestrial networks extend cellular IoT to places with no ground coverage β€” maritime, remote assets, agriculture. Increasingly delivered through cellular standards like NB-IoT NTN.
LoRaWAN
Unlicensed low-power wide-area networking for low-cost, long-range sensors sending tiny payloads. No carrier needed, but you own the gateways and coverage.
Bluetooth
Short-range, very low power, ideal for on-body and in-room devices that pair to a gateway or phone rather than connecting directly to a wide-area network.
Wi-Fi
High bandwidth over short range using existing local infrastructure. Great where power and a known network are available; less suited to mobile or battery-constrained assets.

Where cellular fits

Cellular wins when you need wide-area coverage you don’t have to build, the ability to roam across borders, and a single SIM that works out of the box anywhere. The trade-offs are module cost and power β€” which is exactly what the low-power cellular standards in the next section are designed to address.

Cellular LPWAN
Low-power cellular designed for devices that send small amounts of data infrequently over long distances, with excellent battery life and deep indoor coverage.

LTE-M is also known as: Cat-M1
High-bandwidth cellular
Full cellular network technologies for high data speeds and low latency, when devices transmit large amounts of data or support advanced applications. RedCap is a reduced-capability profile within 5G NR β€” not a separate technology.
Mid-band cellular IoT
Balances coverage, power consumption and throughput β€” suitable for mobile or moderately data-intensive applications. Cat-1bis is a single-antenna simplification of Cat-1, not a different category.
Legacy cellular (2G / 3G)
Older standards still carrying huge volumes of low-rate IoT traffic. Cheap and well-understood, but being sunset network by network β€” check end-of-life dates before designing them in.
Satellite (NTN)
Non-terrestrial networks extend cellular coverage to oceans, deserts and remote infrastructure, increasingly via the same NB-IoT and 5G standards used on the ground β€” so one device can fall back to satellite where terrestrial coverage ends.

Compare the technologies

Popular comparisons

All comparisons
Click the links in the table to learn more

2G3GNB-IoTLTE-MLTE Cat-14G5G
2G2G vs 3G2G vs NB-IoT2G vs LTE-M2G vs LTE Cat-12G vs 4G2G vs 5G
3G3G vs NB-IoT3G vs LTE-M3G vs LTE Cat-13G vs 4G3G vs 5G
NB-IoTNB-IoT vs LTE-MNB-IoT vs LTE Cat-1NB-IoT vs 4GNB-IoT vs 5G
LTE-MLTE-M vs LTE Cat-1LTE-M vs 4GLTE-M vs 5G
LTE Cat-1LTE Cat-1 vs 4GLTE Cat-1 vs 5G
4G4G vs 5G
5G
Physical SIM cards
Traditional removable SIM cards in four sizes (Full, Mini, Micro, Nano). Functionally identical, but impractical for sealed or hard-to-reach IoT deployments.
Embedded SIMs
SIM hardware permanently installed during manufacture β€” no tray, no swapping. eSIM (MFF2) is a separate soldered chip; iSIM goes further, integrating the SIM into the main processor.
SoftSIM
SIM functionality implemented entirely in software, with no dedicated hardware component. Credentials live in a secure software enclave on the device’s existing processor.

Comparing common IoT SIM form factors

Popular comparisons

eSIM and eUICC are often used interchangeably, but they’re not the same. eUICC is the chip standard that makes a reprogrammable eSIM possible β€” you don’t choose between them, you need both. We unpack eUICC properly in the SIM identity section.

UICC
The Universal Integrated Circuit Card β€” the secure chip that a SIM application runs on. Every modern SIM is a UICC; the term describes the hardware platform beneath the identity.
eUICC
An eUICC is a UICC that can securely hold multiple operator profiles and switch between them remotely. It’s the standard that makes a reprogrammable eSIM β€” and SGP.32 provisioning β€” possible.
IMSI
The International Mobile Subscriber Identity β€” the number that identifies a subscriber on a network. Stored on the SIM, it’s what the network checks to know who you are and which operator you belong to.
Multi-IMSI
A SIM that holds several IMSIs and can switch between them to attach via different operators β€” improving coverage and avoiding permanent-roaming limits without changing the physical SIM.
ICCID
The Integrated Circuit Card Identifier β€” the unique serial number of the SIM itself (the hardware), as opposed to the IMSI which identifies the subscription on it.
IMEI
The International Mobile Equipment Identity β€” identifies the device (the modem/module), not the SIM. Useful for locking a subscription to specific hardware and for fleet management.

It’s easy to conflate these. ICCID and IMEI identify things (the SIM chip and the device); IMSI identifies a subscription; UICC and eUICC are the chip platform that carries them. Form factors like eSIM and iSIM β€” covered above β€” are about where that chip physically sits, not who it is.

M2M (SGP.02)
The original eSIM standard, built for machine-to-machine deployments. Profile switching is managed server-side by the operator β€” no user interaction on the device. Still widely deployed in industrial IoT.
Consumer (SGP.22)
Introduced user-initiated profile management, letting devices switch operators without a physical SIM swap. Familiar from smartphones, and relevant for IoT devices that have a UI and a person to drive it.
IoT (SGP.32)
The newest standard, designed for constrained IoT devices β€” low power, intermittently connected, no display. Enables remote profile management without the device needing to be always-on or user-driven. We cover its architecture in the next section.

Comparing eSIM provisioning

Popular comparisons

A consumer SIM is built for one user switching between a handful of operators. An IoT SIM is built for scale β€” bulk management, extended temperature ranges, longer product lifecycles, and remote profile switching without physical access to the device.

Remote SIM Provisioning (RSP)
The umbrella concept: downloading, enabling, disabling and deleting operator profiles on an eUICC over the air. SGP.32 is the IoT-specific flavour of RSP.
eIM (eSIM IoT Manager)
The new control point introduced by SGP.32. The eIM issues profile-management commands to fleets of devices remotely β€” replacing the user tap that consumer eSIM relies on.
SM-DP+
The Subscription Manager Data Preparation server that prepares and securely delivers operator profiles to the eUICC. Carried over from consumer RSP and reused by SGP.32.
IPAd (device IPA)
An IoT Profile Assistant that runs on the device, handling profile download and installation on behalf of a device that has no user interface.
IPAe (eUICC IPA)
The alternative where the IoT Profile Assistant runs inside the eUICC itself rather than on the device β€” useful for the most constrained modules.

Consumer eSIM assumes a screen and a human. IoT devices often have neither. SGP.32 re-architects remote provisioning around an eIM and on-device or in-eUICC IPA so profiles can be managed at fleet scale, remotely, on devices that may only wake up occasionally.

Public APN
The shared gateway most SIMs use to reach the internet. Simple and zero-config, but your devices share address space with everyone else and are typically reached outbound-only.
Private APN
A dedicated gateway that routes your traffic into your own network rather than the open internet. Gives you control over addressing, isolation and security policy across the fleet.
Static / fixed IP
A persistent IP address per SIM, so each device is reachable at a known location for inbound connections and management. Usually paired with a private APN.

An APN decides where your traffic is routed; a VPN encrypts it. They operate at different layers, so they’re not alternatives β€” deployments on a public APN often add a VPN for secure transport, while a private APN can reduce or remove that need by keeping traffic off the open internet entirely.

Steered SIMs
The provider directs which network the SIM attaches to, prioritising commercial agreements. Predictable cost, but the device may not always land on the strongest local network.
Non-steered SIMs
The SIM is free to select the best available network at each location. Better resilience and coverage β€” particularly valuable for mobile or globally deployed assets.
Permanent roaming
An IoT device that never returns to a home network and roams permanently in one country. Some markets restrict this, which is where multi-IMSI and local profiles matter.
PLMN & FPLMN
A PLMN identifies a specific mobile network. The FPLMN list records networks a SIM is forbidden from using β€” a frequent and easily-missed cause of devices failing to attach.
MNO (Mobile Network Operator)
Operators who own and run their own physical infrastructure β€” towers, spectrum and core network. These are the networks your IoT SIMs ultimately connect through, regardless of who you buy from.
MVNO (Mobile Virtual Network Operator)
Operators who lease capacity from MNOs and resell it, often with added services or specialisation. Most IoT connectivity providers β€” including Onomondo β€” operate as MVNOs, which is what enables multi-network SIMs and platform-level control.

An MVNE (Mobile Virtual Network Enabler) provides the infrastructure and backend that MVNOs run on. You wouldn’t buy from one directly, but they sit behind many IoT SIM offerings.

Low-volume IoT
Sensors, meters and trackers sending small, infrequent payloads. Here the priorities are battery life, deep coverage and per-SIM cost β€” which is why low-power standards like NB-IoT and LTE-M dominate.
High-volume IoT
Cameras, gateways, vehicles and rich-media devices moving large amounts of data. Here throughput, latency and data pricing dominate, pushing you toward LTE Cat-1, 4G and 5G.

How much data your device sends, and how predictably, ripples back through every layer: it decides which cellular technology makes sense, how you’re billed, whether pooled or per-device plans fit, and how aggressively you need to optimise payloads.

Get Started with Onomondo Today

Build your
own network

Secure, reliable device connectivity anywhere with our efficientΒ IoT SIMs. Gain complete control and leave behind unreliable networks.

Start testing IoT SIMs for free

  • 440+ networks
  • 10 MFF2s or 5 Plastic SIMs
  • 50 MB per SIM included
  • Full platform access