Recall & Review
beginner
What is load balancing in cloud infrastructure?
Load balancing is the process of distributing incoming network traffic across multiple servers to ensure no single server is overwhelmed, improving performance and reliability.
Click to reveal answer
beginner
Why does load balancing improve application availability?
Because it spreads traffic across servers, if one server fails, others can handle the load, keeping the application running smoothly without interruption.
Click to reveal answer
intermediate
How does load balancing help with scaling applications?
Load balancing allows adding or removing servers easily to handle more or less traffic, helping applications grow or shrink without downtime.
Click to reveal answer
beginner
What is a real-life example of load balancing?
Imagine a busy restaurant where a host seats guests evenly among several waiters so no waiter is overwhelmed and all guests get good service quickly.
Click to reveal answer
beginner
What AWS service is commonly used for load balancing?
AWS Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple targets like EC2 instances.
Click to reveal answer
What is the main purpose of load balancing?
✗ Incorrect
Load balancing distributes incoming traffic evenly to prevent any server from being overloaded.
How does load balancing improve fault tolerance?
✗ Incorrect
Load balancers detect failed servers and stop sending traffic to them, keeping the system running.
Which AWS service provides load balancing?
✗ Incorrect
Elastic Load Balancer (ELB) is the AWS service designed for load balancing.
Load balancing helps applications to:
✗ Incorrect
Load balancing allows applications to handle more or less traffic by distributing requests efficiently.
What happens if there is no load balancing and one server gets too much traffic?
✗ Incorrect
Without load balancing, a single server can become overwhelmed, causing slowdowns or crashes.
Explain why load balancing is important for cloud applications.
Think about how spreading work helps keep things running smoothly.
You got /4 concepts.
Describe how AWS Elastic Load Balancer helps manage traffic.
Focus on how ELB keeps traffic flowing to healthy servers.
You got /4 concepts.