Difference between revisions of "Load balancer"

From LVSKB
Jump to: navigation, search
m
Line 1: Line 1:
Load balancer is a type of computer or component that provides [[load balancing]] service. Load balancer assigns work loads to a set of networked computer servers or components in such a manner that the computing resources are used in an optimal manner.
+
Load balancer is a type of computer or component that provides [[load balancing]] service. Load balancer assigns work loads to a set of networked computer servers or components in such a manner that the computing resources are used in an optimal manner, and provides high availability by detecting server or component failure and reconfiguring the system appropriately.
 +
 
 +
== Introduction ==
 +
 
 +
== Load Balancer Type ==
 +
 
 +
=== Web Load Balancer ===
 +
 
 +
Web load balancer is a type of computer or component used at web sites to balance the load across a set of web servers. The load balancer accepts an incoming HTTP request, and chooses a server to which it should be redirected.
  
 
[[Category:Load Balancing]]
 
[[Category:Load Balancing]]

Revision as of 12:21, 4 February 2006

Load balancer is a type of computer or component that provides load balancing service. Load balancer assigns work loads to a set of networked computer servers or components in such a manner that the computing resources are used in an optimal manner, and provides high availability by detecting server or component failure and reconfiguring the system appropriately.

Introduction

Load Balancer Type

Web Load Balancer

Web load balancer is a type of computer or component used at web sites to balance the load across a set of web servers. The load balancer accepts an incoming HTTP request, and chooses a server to which it should be redirected.