Skip to main content

Traffic Estimation

Traffic estimation is a crucial first step in system design interviews. It involves calculating the expected load on the system.

Traffic Estimation

Key Metrics

  • Daily Active Users (DAU): The number of unique users who engage with the product each day.
  • Requests Per Second (RPS): The average and peak number of requests the system must handle every second.
  • Bandwidth: The amount of data transferred per second.