queueing
DevOps interview questions tagged queueing, across every topic.
2 questions · 2 unlocked for you
Concepts behind "queueing"
The concept pages behind what these questions are testing.
Foundational
Everything is a queue, and the queue is where the latency livesA packet queues at the NIC, a connection queues in the accept backlog, a request queues for a worker, a query queues for a connection, a write queues at the disk. Queueing is one source of latency; service time, fan-out and network delay matter too. A queueing model is useful only when its assumptions match the workload.🐧 Systems Foundations
Core
Saturation and utilisation targets: why systems fall over before they are fullLittle's law relates average concurrency, throughput and residence time. Queueing models explain why variable demand needs headroom; measurements and the failure case determine the utilization target.⚙️ Infrastructure at ScaleSign in