Penguin
Blame: LoadBalancing
EditPageHistoryDiffInfoLikePages
Annotated edit history of LoadBalancing version 1, including all changes. View license author blame.
Rev Author # Line
1 PhilMurray 1 Spreading the work load of a task over several servers in a fashion that the user doesn't notice. An example would be a high traffic website spreading the requests over a cluster of application servers.
2
3 This can be achieved through the use of commercial products like CiscoDirector or OpenSource free products like LinuxDirector (part of the LinuxVirtualServer project) or ModBackhand.
4
5 They mostly work at different levels of the ISO model (ie, TCP connections or HTTP requests) and all have disadvantages and advantages.
6
7 Commonly combined with HighAvailability.