The goal of a network load balancer is to distribute a workload evenly amongst a cluster of back-end servers. At present there are a number of standard request allocation schemes to distribute requests but none of these can guarantee an even load distribution. In order to improve the request allocation decisions made, I present an implementation of a dynamic feedback system as an extension for ...