ReviseAlgo Logo
Beginner8 min readFoundations of Distributed Systems

Latency vs Throughput vs Bandwidth

Comparing packet delay benchmarks, overall network transport capacities, and data volume processing rates.

What you'll learn

  • Latency
  • Throughput
  • Bandwidth

TL;DR

Comparing packet delay benchmarks, overall network transport capacities, and data volume processing rates.

Concept Overview

Latency and Throughput are two vital metrics of system performance. Latency measures the time delay of a single action from start to finish, while Throughput measures the total volume of actions processed in a given timeframe.

Key Architectural Pillars

1

Latency

The time delay for an operation to complete. Typically measured in milliseconds (ms).

2

Throughput

The rate of successful operations completed per second. Measured in Requests Per Second (RPS) or Queries Per Second (QPS).

3

Bandwidth

The maximum theoretical capacity of a communication channel to transmit data.

AI Tutor

Ask about the topic

Sign in Required

Please sign in to use the AI tutor

Sign In
Latency vs Throughput vs Bandwidth - Module 1: Foundations of Distributed Systems | System Design | Revise Algo