Search the practice set

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

30 results for “Device Provisioning”

Terminology · 17
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

Provisioning Self-Service

Teams obtaining infrastructure without a ticket, within bounds that make the request safe by construction rather than by review.

Self-Service Provisioning
term

Test Data Provisioning

Getting each test the data it needs, in a state it can rely on, without copying production personal data into a weaker environment.

Test Data Management
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

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 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

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

Managed Service

A capability the provider operates — provisioning, patching, backup, scaling and failover — leaving you the configuration and the data.

Cloud Architecture
term

N+1 and 2N Redundancy

Provisioning one spare beyond required capacity versus provisioning double, and the failure assumptions each encodes.

Redundancy
term

NAT Gateway

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

Networking
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

Pre-Scaling

Provisioning capacity in advance of a known traffic event rather than relying on autoscaling to react to it.

Peak Event Readiness
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