Term Kind Topic What it is
Best Effort Delivery concept Push & Background Work The guarantee push notification services actually offer — which is none — and the design consequences of building on a channel that may silently drop.
Clock Drift concept Physical-World Failure Modes Device clocks diverging from real time, which corrupts ordering, expires certificates early or late, and produces data that appears to arrive from the past.
Cold Start at the Edge concept Edge Functions The initialisation delay when a request reaches a location with no warm instance, which at the edge occurs far more often because traffic is spread across many locations.
Compute Tier Placement concept Edge Compute Topologies Deciding which of on-device, on-premises, metro, regional or central compute a workload belongs to, from its latency, data volume and autonomy requirements.
Convergence Without Coordination concept CRDTs The property that replicas applying the same set of updates in any order reach the same state, which is what removes the need for a central arbiter.
Hardware Backed Credential concept Device Identity A private key generated inside a secure element and unable to leave it, so device identity cannot be copied off the device.
Ingest Fan-In concept IoT Ingest Architecture The shape of a system receiving many small messages from very many senders, where connection count rather than data volume is the primary constraint.
Message Overhead Budget concept Constrained Protocols The proportion of each transmission spent on protocol rather than payload, which on a metered or battery-powered link determines the running cost.
Platform Lifecycle Constraint concept Mobile App Architecture The operating system's rules about when your process runs, which are not negotiable and invalidate most assumptions carried over from server code.
Unreachable Node concept Edge, Mobile & IoT A component you cannot log into, restart or inspect, which removes every operational technique that assumes access to the running system.