courses > Cellular IoT Foundations > Connectivity and network fundamentals

4.1

SIM, eSIM, and iSIM concepts

TL;DR

Key takeaways

1

A SIM is a digital passport.

It holds the IMSI and cryptographic keys that let the network verify a device is authorized; no cellular device connects without one.

2

Form factor shrank, then architecture changed.

SIMs miniaturized from credit-card size to the nano-SIM, but the real shift came with the eSIM (2016) and iSIM (2023), which are different architectures, not just smaller cards.

3

eSIM is remote and sealed.

A soldered eUICC with Remote SIM Provisioning enables over-the-air carrier switching, multiple stored profiles, and fully sealed, high-ingress-rated hardware.

4

iSIM is integrated and lean.

Folding the SIM into the modem SoC removes a component entirely, cutting power by ~70 percent and BOM cost by ~50 percent while strengthening security.

5

Single SKU, longer life.

eSIM and iSIM let you ship one global hardware variant and reprovision it over the air, avoiding SKU sprawl and extending usable life to ten years or more.

Every cellular device needs a way to prove who it is before a network will carry its data. But the plastic card that did that job for decades becomes a liability once you deploy sensors inside concrete, shipping containers, or sealed enclosures you can never physically reach. This page explains the three generations of SIM technology and why the shift from a removable card to silicon inside the chip is one of the most important changes in cellular IoT. By the end, you will understand what a SIM (Subscriber Identity Module) actually does and when to choose a card, an eSIM, or an iSIM.

What you'll learn

What a SIM is and why every cellular device needs one

A SIM (Subscriber Identity Module) stores a unique identifier called the IMSI (International Mobile Subscriber Identity) along with cryptographic keys that prove a device is authorized to use a network. Think of it as a digital passport: without it, the network will not let your device through the door. Every cellular device, from a smartphone to a tiny asset tracker, needs one to connect.

How SIM form factors shrank from a credit card to a nano-SIM

The SIM has been shrinking continuously since 1991:

  • Full-size SIM (1991): the size of a credit card, 85 by 54 mm, built for early GSM car phones.
  • Mini-SIM (1996): 25 by 15 mm.
  • Micro-SIM (2003): 15 by 12 mm.
  • Nano-SIM (2012): 12.3 by 8.8 mm, the format used in modern smartphones.

Miniaturization alone, however, did not solve the operational problem of physically touching devices in the field.

How an eSIM works as a software-defined identity

The eSIM, technically an eUICC (embedded Universal Integrated Circuit Card), is not just a smaller SIM. It is a chip soldered directly onto the circuit board in an MFF2 package measuring about 5 by 6 mm, and it acts as a software-defined identity layer. Its breakthrough is Remote SIM Provisioning (RSP): you can download, activate, and switch carrier profiles over the air with no physical access to the device. A single eSIM can hold multiple carrier profiles at once, letting an enterprise move a fleet of ten thousand devices to a new carrier without touching a unit.

For hardware design, soldering the SIM down removes the tray, the exposed contacts, and a mechanical failure point. That allows fully sealed devices rated to IP68 or IP69K and reduces PCB footprint to roughly 30 square millimeters. The ecosystem relies on standardized components: the SM-DP+ (Subscription Manager Data Preparation server) encrypts and stores profiles, the eIM (eSIM IoT Manager) orchestrates fleet-wide operations, and the IPA (IoT Profile Assistant) is the device-side software that executes provisioning commands.

How remote SIM provisioning standards evolved (SGP.02, SGP.22, SGP.32)

The GSMA developed three generations of Remote SIM Provisioning, each for a different deployment model:

  • SGP.02 Consumer eSIM: the original architecture for smartphones, tablets, and wearables, where a person actively chooses a profile, often by scanning a QR code. It assumes someone is interacting with the device.
  • SGP.22 Consumer technical specification: the reorganized, consolidated technical specification for the consumer model, keeping the same user-driven provisioning.
  • SGP.32 IoT eSIM: an architecture built for devices with no display, keyboard, or user present. It lets enterprises, not end users, manage profiles across thousands or millions of devices, adding components such as the eIM to orchestrate profile lifecycle and the IPA running on the device.

A simple way to remember the progression: SGP.02 is "a person manages one device," SGP.22 is "the standardized consumer implementation," and SGP.32 is "an enterprise manages an entire fleet."

How an iSIM integrates identity into the modem silicon

The iSIM takes integration further by building SIM functionality directly into the modem's System-on-Chip (SoC), so the SIM no longer exists as a discrete component. The impact is dramatic: board-space overhead drops to zero beyond the SoC footprint, power consumption falls by roughly 70 percent because the external bus to a discrete SIM is eliminated, and bill-of-materials cost drops by roughly 50 percent because there is no separate part to source, solder, and test. Security improves too, since there are no exposed PCB traces between the modem and SIM to tap, and the Tamper-Resistant Element (TRE) is isolated with its own secure memory and cryptographic engine.

Why eSIM and iSIM eliminate SKU sprawl and extend device life

With traditional SIMs, a global asset tracker might need dozens of hardware variants, one per country and carrier combination. With an eSIM, you build a single global SKU carrying a generic bootstrap profile: the device ships with just enough connectivity to wake up, reach the provisioning platform, and download the correct local profile at deployment. If a batch bound for Germany is rerouted to Brazil, the change is software-only. This same approach extends device lifespan. When a carrier sunsets its 2G or 3G network, you can remotely reprovision to another carrier or technology, potentially reaching ten to fifteen years of service.

quiz

Lesson 4.1 Self-assessment

1. What does a SIM (Subscriber Identity Module) do for a cellular device?

2. How is an eSIM physically different from a traditional SIM card?

3. What key advantage does an iSIM provide by integrating the SIM into the modem's System-on-Chip?

faq

Frequently asked questions

next lesson

APNs and network attachment

Discover how Access Point Names (APNs) route traffic and walk through the handshake process a device uses to authenticate and attach to a mobile network.

Start lesson