0
0
HLDsystem_design~5 mins

Why scalability handles growing traffic in HLD - Quick Recap

Choose your learning style9 modes available
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?
AHandle more traffic without performance loss
BReduce the number of users
CMake the system slower
DLimit the system to one user
Which is an example of vertical scaling?
AAdding more servers to share the load
BCaching data on the client side
CDistributing traffic to multiple data centers
DUpgrading a server's CPU and RAM
What is a benefit of horizontal scaling?
ASpreading load across multiple machines
BDecreasing system capacity
CSingle point of failure
DReducing network bandwidth
If traffic grows but the system is not scalable, what is likely to happen?
ATraffic decreases automatically
BSystem performance improves
CSystem crashes or slows down
DUsers get faster responses
Which of these is NOT a way to improve scalability?
AOptimizing code
BIgnoring traffic growth
CAdding more servers
DUsing load balancers
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.