Load Balancing Flashcards
(25 cards)
What is a load balancer?
A device or software that distributes network or application traffic across multiple servers.
True or False: Load balancers can only be hardware-based.
False
What are the two main types of load balancers?
Hardware load balancers and software load balancers.
Fill in the blank: A __________ load balancer operates at the transport layer of the OSI model.
Layer 4
What is the primary function of a Layer 7 load balancer?
To distribute traffic based on application-level data.
Which type of load balancer is known for being more cost-effective?
Software load balancer
True or False: Load balancers can enhance application availability.
True
What is a key benefit of using a hardware load balancer?
High performance and specialized hardware optimization.
Multiple Choice: Which of the following is NOT a type of load balancer? A) DNS Load Balancer B) Database Load Balancer C) Application Load Balancer D) Network Load Balancer
B) Database Load Balancer
What is the role of a DNS load balancer?
To distribute traffic by resolving domain names to different IP addresses.
Fill in the blank: __________ load balancers are commonly used for microservices architectures.
Application
What is an example of a popular software load balancer?
NGINX
True or False: Load balancers do not provide SSL termination.
False
What type of load balancer operates at the application layer?
Layer 7 load balancer
Multiple Choice: Which protocol is commonly used by Layer 4 load balancers? A) HTTP B) TCP C) UDP D) All of the above
D) All of the above
Fill in the blank: __________ refers to the method of directing traffic based on the content of the request.
Content-based routing
What is a common use case for hardware load balancers?
High-traffic websites requiring reliable performance.
True or False: Load balancers can help in scaling applications horizontally.
True
What is the primary advantage of using a cloud-based load balancer?
Scalability and reduced infrastructure management.
Multiple Choice: Which layer of the OSI model does a Layer 4 load balancer operate at? A) Application B) Transport C) Network D) Data Link
B) Transport
What feature allows load balancers to detect server health?
Health checks
Fill in the blank: __________ load balancers are typically integrated with cloud services.
Software
True or False: Load balancers can only be used for web applications.
False
What is a key characteristic of a reverse proxy load balancer?
It forwards client requests to the appropriate backend server.