Recall & Review
beginner
What is scalability in system design?
Scalability is the ability of a system to handle increased load or traffic by adding resources without affecting performance.
Click to reveal answer
beginner
Why is scalability important for growing traffic?
Because as more users or requests come in, a scalable system can grow to meet demand, preventing slowdowns or crashes.
Click to reveal answer
intermediate
Name two common ways to scale a system.
1. Vertical scaling (adding more power to one machine). 2. Horizontal scaling (adding more machines).
Click to reveal answer
intermediate
How does horizontal scaling help handle growing traffic?
It spreads the load across many machines, so no single machine gets overwhelmed, improving reliability and capacity.
Click to reveal answer
beginner
What can happen if a system is not scalable when traffic grows?
The system may slow down, become unresponsive, or crash because it cannot handle the extra load.
Click to reveal answer
What does scalability allow a system to do?
✗ Incorrect
Scalability means the system can handle more traffic or load without losing performance.
Which is an example of vertical scaling?
✗ Incorrect
Vertical scaling means making one machine more powerful, like upgrading CPU or RAM.
What is a benefit of horizontal scaling?
✗ Incorrect
Horizontal scaling spreads the load across many machines, improving capacity and reliability.
If traffic grows but the system is not scalable, what is likely to happen?
✗ Incorrect
Without scalability, increased traffic can cause slowdowns or crashes.
Which of these is NOT a way to improve scalability?
✗ Incorrect
Ignoring traffic growth does not improve scalability; it causes problems.
Explain in simple terms why scalability is important when traffic grows.
Think about a busy store and how it needs more cashiers when more customers come.
You got /4 concepts.
Describe the difference between vertical and horizontal scaling and how each helps with growing traffic.
Imagine upgrading one car vs adding more cars to carry more people.
You got /4 concepts.