Load Balancers 2.1 Flashcards
What do they do?
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.
Removes More Loads
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.
Methods of Balancing
Round robins, dynamic round robin, dynamic distribution, .
Affinity
The load balancer will always use the same server for a particular user or a particular application.