Which of the following best explains why load balancing is important in cloud infrastructure?
Think about how traffic is managed when many users visit a website at the same time.
Load balancing helps by spreading user requests across multiple servers, so no single server gets too busy and slows down or crashes.
What happens when AWS Elastic Load Balancer (ELB) receives more traffic than a single server can handle?
Consider how ELB helps keep websites responsive during busy times.
ELB balances traffic by sending requests to multiple servers that are healthy, preventing overload on any one server.
You want to design a web application that stays available even if one server fails. Which architecture best achieves this?
Think about spreading risk across locations and servers.
Using a load balancer with servers in different zones ensures traffic is shared and the app stays online if one server or zone fails.
Which security feature is commonly provided by cloud load balancers?
Think about how encryption is handled between users and servers.
Load balancers often handle SSL/TLS termination, decrypting traffic so backend servers donβt have to, improving performance and security management.
You run a global app with users in many countries. Which load balancing method best reduces latency for users?
Think about how to make websites load faster for users far apart.
Geo-based routing directs users to the closest data center, reducing delay and improving experience worldwide.