Random load balancing directs traffic to any available server.
Round Robin load balancing distributes inbound traffic across the available servers in a set order. This cycle continously repeats itself.
Sticky load balancing ensures that a returning visitor lands on the same server again. This is extremely useful when user sessions are present on your page as is the case when using a shopping cart, for example.