A comparison of load balancing techniques for scalable Web servers

Citation
H. Bryhni et al., A comparison of load balancing techniques for scalable Web servers, IEEE NETW, 14(4), 2000, pp. 58-64
Citations number
7
Categorie Soggetti
Information Tecnology & Communication Systems
Journal title
IEEE NETWORK
ISSN journal
08908044 → ACNP
Volume
14
Issue
4
Year of publication
2000
Pages
58 - 64
Database
ISI
SICI code
0890-8044(200007/08)14:4<58:ACOLBT>2.0.ZU;2-E
Abstract
Scalable Web servers can be built using a network of workstations where ser ver capacity can be extended by adding new workstations as the workload inc reases. The topic of our article is a comparison of different methods to do load-balancing of HTTP traffic for scalable Web servers. We present a clas sification framework the different load-balancing methods and compare their performance. In addition, we evaluate in detail one class of methods using a prototype implementation with instruction-level analysis of processing o verhead. The comparison is based on a trace driven simulation of traces fro m a large ISP (Internet Service Provider) in Norway. The simulation model i s used to analyze different load-balancing schemes based on redirection of request in the network and redirection in the mapping between a canonical n ame (CNAME) and IP address. The latter is vulnerable to spatial and tempora l locality, although for the set of traces used, the impact of locality is limited. The best performance is obtained with redirection in the network.