load balancing
Controllable per-Flow Load Balancing
Wed, 01/05/2011 - 14:22 by Gregory Detal • Categories:
Controlable per-Flow Load Balancing (CFLB) is an initiative to revisit current load-balancing techniques. These techniques suffer from the fact that they use hash-based functions to balance packet. This prevent hosts to control the path taken by their packets.
CFLB consists of an invertible mechanism that allows sources to easily steer packets over any load-balanced path. CFLB consists in multiple implementation parts:
* A Linux kernel implementation of the CFLB-router forwarding path.
A tool for path computation algorithms
Fri, 12/18/2009 - 18:30 by Pascal Mérindol • Categories:
Multipath computation algorithms
On-the-fly TCP path selection algorithm in access link load balancing
Mon, 03/24/2008 - 13:35 by Damien Saucez • Categories:
The paper "On-the-fly TCP path selection algorithm in access link load balancing" written by Lin et al. proposes a new way to implement load balancer based on NAT.
Traditional load-balancer uses weighted round robin to define the uplink to use for a given stream. The model proposed by the authors deals only with TCP flows.