Round-Robin- A simplistic load balancing approach. Traffic is sent to each node in series, one after the other, jumping back to the beginning of the list once the end is reached. (e.g., Node 1 → Node 2 → Node 3 → Repeat)

Load Balancing Tricks

Check out my most recent authored article on the Liquid Web Knowledge Base where I go into detail about various Load Balancing Techniques and Optimization tricks.

Load Balancing for Every Environment | Liquid Web
Our easy to understand tutorial highlights and recommends the different types of load balancing for a variety of server/client-server setups.
www.liquidweb.com