SD2
System Architecture Fundamentals Visualizing network and backend concepts exactly as they behave in production environments. Bandwidth vs Throughput 🌐 Bandwidth is your server's 10Gbps max capacity (the dashed box). Throughput is the actual 5Mbps a student receives due to their local ISP limits. Server React App Latency (Round Trip Time) ⚡ The total milliseconds it takes for a student to click "Play Video", the request to reach the .NET API, and the first byte to return. Wait: 120ms Client API IOPS (Input/Output per Sec) 💾 How fast your database can physically read/write rows. High traffic doesn't matter if your DB can only process 500 queries per second. 8,500 IOPS ...