WebsiteGear Logo Log In
New User? Sign Up
About | Contact | FAQ
  Home Content Web Hosting Friday, November 20, 2009 
POPULAR ARTICLES
Nav Subdomain Configuration - How To Setup A Sub Domain
Nav Website Layout - Tips & Tricks
Nav Round Robin DNS Load Balancing
Nav Domain Configuration - How To Setup A Domain Name
Nav Introduction To Server Load Balancing
Nav Server Load Balancing Methods
Nav Tips On Using SubDomain
Nav Breadcrumb Navigation
FEATURED NEWS | POPULAR NEWS
View More News View More News
SPONSORED LINKS
Print| Email| Save| Discuss| Feeds


Server Load Balancing: Algorithms
Published: Monday, May 17, 2004


Types of load balancing

Load balancing of servers by an IP sprayer can be implemented in different ways. These methods of load balancing can be set up in the load balancer based on available load balancing types. There are various algorithms used to distribute the load among the available servers.
  • Random Allocation
    In a random allocation, the HTTP requests are assigned to any server picked randomly among the group of servers. In such a case, one of the servers may be assigned many more requests to process, while the other servers are sitting idle. However, on average, each server gets its share of the load due to the random selection.

    Pros: Simple to implement.

    Cons: Can lead to overloading of one server while under-utilization of others.


  • Round-Robin Allocation
    In a round-robin algorithm, the IP sprayer assigns the requests to a list of the servers on a rotating basis. The first request is allocated to a server picked randomly from the group, so that if more than one IP sprayer is involved, not all the first requests go to the same server. For the subsequent requests, the IP sprayer follows the circular order to redirect the request. Once a server is assigned a request, the server is moved to the end of the list. This keeps the servers equally assigned.

    Pros: Better than random allocation because the requests are equally divided among the available servers in an orderly fashion.

    Cons: Round robin algorithm is not enough for load balancing based on processing overhead required and if the server specifications are not identical to each other in the server group.


  • Weighted Round-Robin Allocation
    Weighted Round-Robin is an advanced version of the round-robin that eliminates the deficiencies of the plain round robin algorithm. In case of a weighted round-robin, one can assign a weight to each server in the group so that if one server is capable of handling twice as much load as the other, the powerful server gets a weight of 2. In such cases, the IP sprayer will assign two requests to the powerful server for each request assigned to the weaker one.

    Pros: Takes care of the capacity of the servers in the group.

    Cons: Does not consider the advanced load balancing requirements such as processing times for each individual request.
The configuration of a load balancing software or hardware should be decided on the particular requirement. For example, if the website wants to load balance servers for static HTML pages or light database driven dynamic webpages, round robin will be sufficient. However, if some of the requests take longer than the others to process, then advanced load balancing algorithms
are used. The load balancer should be able to provide intelligent monitoring to distribute the load, directing them to the servers that are capable of handling them better than the others in the cluster of server.
Previous Article Server Load Balancing: Introduction Server Load Balancing Methods Next Article
Print| Email| Save| Discuss| Feeds
RELATED ARTICLES
Nav Introduction To Server Load Balancing
Load balancing applies to all types of servers (application server, database server), however, we will be devoting this section for load balancing of web servers (HTTP server) .
Nav SubDomain - The Third Level Domain
A subdomain is the part of the website address before the domain name. Learn about using subdomain names.
Nav Server Side Includes - Centralize Common Content
Use server side includes to centralize the common web site content.
Nav Breadcrumb Navigation
A breadcrumb trail provides a quick way for the user to know what section or branch this webpage is in. A good example will be a directory such as Yahoo or DMOZ.
Nav Website Navigation Tips
An effective website navigation is very important for your website. Learn tips and tricks.
RELATED NEWS
News Post News Round-up: 20th November
This week’s movers and shakers in the digital industry: Bebo | Twitter comedy show | IAB | IPC restructure | 3rd Space | Matm...
News Post Tableau Software Named 2009 SQL Server Magazine Editors' Best Award Winner
Tableau Software today announced that Tableau was named as a gold medal winner of the "2009 Editors' Best Awards" in the Busi...
News Post DU team competes in Battle of Brains
On Nov. 7, a team of three Drexel University students participated in the Mid-Atlantic Region semifinal of the Association fo...
News Post Affiliate Marketing Sales Contests for the Holidays from Experience Advertising
SUNRISE, Fla., Nov. 20 /PRNewswire/ -- Experience Advertising, a leader in outsourced affiliate program management , has anno...
News Post LightInTheBox.com Announces Netbook Selections for Christmas Shoppers
BEIJING , Nov. 20 /PRNewswire-Asia/ -- LightInTheBox.com has picked more than 40 models of netbooks (also known as mini lapto...
Submit News | View More NewsView more news
RELATED CLASSIFIED ADS
Classified Ad Community Server Web Hosting - webhostforasp.net
Community Server Hosting is known as online community application built with asp.net. It includes fo ...
Classified Ad WebhostforASP.NET - Microsoft SQL Server 2008
Microsoft SQL Server 2008, an upgrade version of MS SQL 2005. It comes with a brand new range of adv ...
Classified Ad Sales Lead Management System - Part CRM, Part SFA
LeadMaster offers powerfully easy, on-demand, customizable sales lead management software for ever ...
Classified Ad Php Developer India
If a balance of low cost-high performance websites is what you're aiming for then Hire PHP web devel ...
Classified Ad QC Training
ezTrainings.com has expertise in providing online trainings. We prepare trainees to enhance their sk ...
Post Free Ad | View More View more classifieds
RELATED FORUM POSTS
Forum Post example of Server.Transfer and Context Handler
This is an example of Server.Transfer and Context Handler. Through this we can get the multiple val ...
Forum Post Configuring BIND on windows 2003 server VPS
Hi Guys, I have a Windows 2003 Virtual Private Server and I'm trying to configure it with a BIND ...
Forum Post 8 Steps to Choosing the Right Web Host
Here is an article I wrote a while ago but figured I would share this with other people for their co ...
Forum Post Most effective ways to get traffic to your site
Hi everyone! Traffic, Traffic, Traffic! How do we get it? There are lots of possible ways to ...
Forum Post Need help with DNS/Zone File
Cause I'm a freaking idiot when it comes to DNS and getting it right, I need some help. I&s ...
Add New Post | View More View more forum posts


Copyright © 2003-2009 WebsiteGear Inc. All rights reserved.
About | Advertise | Submit Content | Privacy | Agreement | Contact