Search the practice set

275 questions, 991 terms and 600 topics in 30 areas.

46 results for “Device Identity”

Terminology · 27
term

Hardware Backed Credential

A private key generated inside a secure element and unable to leave it, so device identity cannot be copied off the device.

Device Identity
term

Zero Touch 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.

Device Provisioning
term

Device Group Rollout

Applying configuration or firmware to a fleet in ordered cohorts with health checks between them, because a bad change applied to everything at once has no remedy.

Fleet Management
term

Identity and Access Management

The system of record for principals, credentials and permissions, and the policy engine that decides what each principal may do.

Security Architecture
term

Workload Identity

Giving a running workload a cryptographically verifiable identity issued by the platform, so it obtains short-lived credentials without a stored secret.

Identity & Access Management
term

Workload Identity Federation

A pipeline proving what it is with a short-lived signed token from its own platform, so no long-lived cloud credential is ever stored.

Pipeline Secrets
term

A/B Partition Update

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.

OTA Updates
term

Account Vending

Automated creation of new cloud accounts pre-configured with the organisation's networking, identity, logging, guardrails and cost allocation.

Landing Zones
term

Authentication

Establishing who a principal is, to a defined level of confidence.

Security Architecture
term

Client Runtime Constraint

The properties of the browser or device you do not control — CPU, network, version, extensions — which make the client a distributed system component rather than a rendering surface.

Frontend & Experience Architecture
term

Clock Drift

Device clocks diverging from real time, which corrupts ordering, expires certificates early or late, and produces data that appears to arrive from the past.

Physical-World Failure Modes
term

Compute Tier Placement

Deciding which of on-device, on-premises, metro, regional or central compute a workload belongs to, from its latency, data volume and autonomy requirements.

Edge Compute Topologies
term

Edge Aggregation

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.

Device Telemetry at Scale
term

Hardware Security Module

A tamper-resistant device that generates and stores keys and performs cryptographic operations without the key material ever being extractable.

Key Management
term

Landing Zone

A pre-configured, governed cloud environment — accounts, networking, identity, logging, guardrails — into which workloads can be deployed safely.

Cloud Architecture
term

Least Privilege

Granting each identity only the permissions it needs, for only as long as it needs them.

Security Architecture
term

Mesh Control Plane

The component that configures and coordinates a service mesh's data plane proxies, distributing policy, identity and routing rules.

Service Mesh
term

NAT Gateway

A managed device that lets instances in a private subnet make outbound connections without being reachable inbound.

Networking
term

OAuth 2.0

An authorisation framework that lets an application obtain scoped, delegated access to a resource without handling the user's credentials.

Security Architecture
term

OpenID Connect

An identity layer over OAuth 2.0 that adds a signed ID token asserting who the user is and how they authenticated.

Security Architecture
term

Permission Boundary

A policy limiting the maximum permissions an identity can have, used so that the ability to create roles does not become the ability to grant unlimited privilege.

Identity & Access Management
term

Port Exhaustion

Running out of available source ports for outbound connections through a NAT device, causing new connections to fail while everything appears healthy.

NAT & Egress
term

Reported Versus Desired State

Holding two representations of a device — what it last said it was, and what it should be — with the gap between them driving reconciliation.

Digital Twin
term

Service Catalogue Entry

The record that makes a service a first-class object in the platform — owner, dependencies, docs, runbooks and health in one place with a single identity.

Internal Developer Platform
term

Service Control Policy

An organisation-level guardrail that limits what any identity in an account may do, regardless of the permissions granted within that account.

Landing Zones
term

Step-Up Authentication

Requiring stronger proof of identity at the moment a consequential action is attempted, rather than applying maximum friction to every session.

Authentication
term

Zero Trust

A security model that grants no implicit trust from network position, and authenticates and authorises every request individually.

Security Architecture