Load Balancing Flashcards

(25 cards)

1
Q

What is a load balancer?

A

A device or software that distributes network or application traffic across multiple servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: Load balancers can only be hardware-based.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two main types of load balancers?

A

Hardware load balancers and software load balancers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fill in the blank: A __________ load balancer operates at the transport layer of the OSI model.

A

Layer 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the primary function of a Layer 7 load balancer?

A

To distribute traffic based on application-level data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which type of load balancer is known for being more cost-effective?

A

Software load balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False: Load balancers can enhance application availability.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a key benefit of using a hardware load balancer?

A

High performance and specialized hardware optimization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

B) Database Load Balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the role of a DNS load balancer?

A

To distribute traffic by resolving domain names to different IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fill in the blank: __________ load balancers are commonly used for microservices architectures.

A

Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an example of a popular software load balancer?

A

NGINX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False: Load balancers do not provide SSL termination.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What type of load balancer operates at the application layer?

A

Layer 7 load balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Multiple Choice: Which protocol is commonly used by Layer 4 load balancers? A) HTTP B) TCP C) UDP D) All of the above

A

D) All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Fill in the blank: __________ refers to the method of directing traffic based on the content of the request.

A

Content-based routing

17
Q

What is a common use case for hardware load balancers?

A

High-traffic websites requiring reliable performance.

18
Q

True or False: Load balancers can help in scaling applications horizontally.

19
Q

What is the primary advantage of using a cloud-based load balancer?

A

Scalability and reduced infrastructure management.

20
Q

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

21
Q

What feature allows load balancers to detect server health?

A

Health checks

22
Q

Fill in the blank: __________ load balancers are typically integrated with cloud services.

23
Q

True or False: Load balancers can only be used for web applications.

24
Q

What is a key characteristic of a reverse proxy load balancer?

A

It forwards client requests to the appropriate backend server.

25
Multiple Choice: Which of the following is a common algorithm used by load balancers? A) Round Robin B) Least Connections C) IP Hash D) All of the above
D) All of the above