Term Kind Topic What it is
A/B Partition Update pattern OTA Updates Writing firmware to an inactive partition and switching on next boot, so a failed update falls back to the previous image rather than bricking the device.
Edge Aggregation pattern Device Telemetry at Scale Summarising or filtering telemetry at the device or gateway so that only what is needed leaves, which is usually the difference between a viable and an unaffordable design.
Last Writer Wins pattern Sync & Conflict Resolution Resolving a conflict by keeping the version with the later timestamp — simple, deterministic, and it silently discards the other change.
Local First Write pattern Offline-First Committing to local storage first and treating the server as an eventual replica, which makes the interface responsive and connectivity an optimisation.
Read Local Write Global pattern Edge Data Consistency Replicating read-only state to every edge location while directing writes to a single authoritative region, which is the arrangement most edge data stores actually provide.
Reported Versus Desired State pattern Digital Twin Holding two representations of a device — what it last said it was, and what it should be — with the gap between them driving reconciliation.
Zero Touch Provisioning pattern Device Provisioning A device obtaining its identity and configuration on first boot without a human configuring it, which is the only approach that scales past a few hundred units.