Hardware load balancer
#1

What is a Hardware load balancer?
A network load balancer is an appliance device that is used to split network load across multiple servers.

Why use a hardware load balancer?
The main reasons for using a load balancer are:
• To increase capacity of the system,
• To improve performance (normally related to increasing concurrency ),
To provide resilience

How does Hardware load balancing work?

The basic principle is that network traffic is sent to a shared IP in many cases called a virtual IP (VIP), or listening IP. This VIP is an address that it attached to the load balancer. Once the load balancer receives a request on this VIP it will need to make a decision on where to send it.
This decision is normally controlled by a “load balancing method/ strategy”, a “Server health check” or, in the case of a next generation device in addition a rule set.

The request is then sent to the appropriate server and the server will produce a response (hopefully). Depending on the type of device, the response will be sent either back to the load balancer, in the case of a Layer 7 device, or more typically with a layer 4 device directly back to the end user (normally via its default gateway).

In the case of a proxy based load balancer, the request from the web server can be returned to the load balancer and manipulated before being sent back to the user. This manipulation could involve content substitution, compression. Indeed some top end devices offer full scripting capability.
Depending on the capability of the load balancer, in many cases it is desirable for the same user to be sent back to the same web server. This is generally referred to as persistence.

What are load balancing methods/strategies/ schedules?

Typically a load balancing method or strategy is used to decide how the load balancer chooses where to send the request. There are many strategies available depending on the vendor, however a few common ones are listed below:

Round robin: The most simple method, each server takes a turn.

Least number of connections: The load balancer will keep track of the number of connections a server has and send the next request to the server with the least connections.

Weighted: Typically servers are allocated a percentage capability as one server could be twice as powerful as another. Weighted methods are useful if the load balancer does not know the real and actual performance of the server.


for more details, please visit
http://hardwareloadbalancer

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: hadoop balancer, network load balancer, failed to load hardware monitor driver, blade balancer, javaranch hardware load balancer, java code client side load balancer using cloud source, hardware load balancer,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Hardware for image processing - Basics Eye – Human vision sensor ppt computer topic 0 7,763 25-03-2014, 11:12 PM
Last Post: computer topic
  Grasshopper - A Persistent Operating System for Conventional Hardware full report project topics 1 2,923 09-02-2012, 10:13 AM
Last Post: seminar addict
  Java Debug Hardware Modules Using JBits smart paper boy 0 1,020 18-08-2011, 02:00 PM
Last Post: smart paper boy
  Incorporation of FACTS Controllers in Newton Raphson Load Flow for Power Flow seminar class 0 2,476 07-05-2011, 10:47 AM
Last Post: seminar class
  Network PC Hardware Manager seminar class 0 901 23-03-2011, 11:15 AM
Last Post: seminar class
  A HARDWARE ARCHITECTURE FOR MULTIMEDIA ENCRYPTION AND AUTHENTICATION USING THE DISCR seminar class 2 14,829 19-03-2011, 03:26 PM
Last Post: seminar class
  HAProxy The Reliable, High Performance TCP/HTTP Load Balancer science projects buddy 0 1,503 16-12-2010, 01:31 PM
Last Post: science projects buddy
Thumbs Down Hardware Abstraction Layer - HAL Computer Science Clay 1 2,133 12-10-2010, 04:39 PM
Last Post: projectsofme
  HARDWARE AND SOFTWARE SYSTEMS AND NETWORKS seminar surveyer 0 972 09-10-2010, 12:13 PM
Last Post: seminar surveyer
Thumbs Up SCALLOP:A SCALABLE AND LOAD-BALANCED PEER-TO-PEER LOOKUP PROTOCOL projectsofme 0 927 08-10-2010, 09:29 AM
Last Post: projectsofme

Forum Jump: