Load Balancers 2.1 Flashcards

1
Q

What do they do?

A

Distributes traffic to multiple servers for destinations that have high amounts of traffic. Also good for situations where a server goes down, the balancer can re-distribute the traffic to alternate servers.

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

Removes More Loads

A

Load balancers can go as far as handling SSL encryptions and decryptions to take strain off the web servers. They can also do caching. It can also prioritize certain applications to the server over others and even redistribute traffic based on application switching.

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

Methods of Balancing

A

Round robins, dynamic round robin, dynamic distribution, .

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

Affinity

A

The load balancer will always use the same server for a particular user or a particular application.

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