Loadbalancer.org glossary
Destination hashing
What is destination hashing?
Destination hashing is a scheduling algorithm which assigns network connections to real servers by looking up their destination IP addresses in a hash table.
It is mostly used when load balancing transparent proxy servers as the efficiency of caching is improved by ensuring traffic for a certain destination is always sent to the same real server.