您的位置:首页 > 理论基础

[Cloud Computing]Mechanisms: Load Balancer

2016-07-19 08:27 393 查看


Load Balancer



The load balancer mechanism is a runtime agent with logic fundamentally based on the premise of employing horizontal scaling to balance a workload across two or more IT resources to increase performance and capacity beyond what a
single IT resource can provide. Beyond simple division of labor algorithms (Figure 1), load balancers can perform a range of specialized runtime workload distribution functions that include:

Asymmetric Distribution – larger workloads are issued to IT resources with higher processing capacities
Workload Prioritization – workloads are scheduled, queued, discarded, and distributed workloads according to their priority levels
Content-Aware Distribution – requests are distributed to different IT resources as dictated by the request content



Figure 1 - A load balancer implemented as a service agent transparently distributes incoming workload request messages across two redundant cloud service implementations, which in turn maximizes performance for
the clouds service consumers.

A load balancer is programmed or configured with a set of performance and QoS rules and parameters with the general objectives of optimizing IT resource usage, avoiding overloads, and maximizing throughput.
The load balancer mechanisms can exist as a:

multi-layer network switch
dedicated hardware appliance
dedicated software-based system (common in server operating systems)
service agent (usually controlled by cloud management software)

The load balancer is typically located on the communication path between the IT resources generating the workload and the IT resources performing the workload processing. This mechanism can be designed as a transparent agent that
remains hidden from the cloud service consumers, or as a proxy component that abstracts the IT resources performing their workload.


Related Patterns:

Load Balanced Virtual Server Instances
Load Balanced Virtual Switches
Service Load Balancing
Storage Workload Management
Usage Monitoring
Workload Distribution
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息