zeng zeng, bharadwaj, ieee trasaction on computers, vol. 55, no. 11, november 2006

31
Design and Performance Evaluation of Queue-and-Rate- Adjustment Dynamic Load Balancing Policies for Distributed Networks Zeng Zeng, Bharadwaj, IEEE TRASACTION ON COMPUTERS, VOL. 55, NO. 11, NOVEMBER 2006 Presented by 張張張

Upload: jolene-sutton

Post on 30-Dec-2015

22 views

Category:

Documents


1 download

DESCRIPTION

Design and Performance Evaluation of Queue-and-Rate-Adjustment Dynamic Load Balancing Policies for Distributed Networks. Zeng Zeng, Bharadwaj, IEEE TRASACTION ON COMPUTERS, VOL. 55, NO. 11, NOVEMBER 2006 Presented by 張肇烜. Outline. Introduction - PowerPoint PPT Presentation

TRANSCRIPT

Design and Performance Evaluation of Queue-and-Rate-Adjustment Dynamic Load Balancing Policies for Distributed Networks

Zeng Zeng, Bharadwaj, IEEE TRASACTION ON COMPUTERS, VOL. 55, NO. 11,

NOVEMBER 2006Presented by 張肇烜

Outline Introduction Classification of Dynamic Load

Balancing Algorithms Comparative Study on the Algorithms Performance Evaluation and

Discussions Extension to Large Scale Cluster

Systems Conclusions

Introduction

Centralized dynamic load balancing. Scheduler can handle most of the

communication and computation overheads efficiently.

Introduction (cont.)

Distributed dynamic load balancing. More advantages, such as scalability,

flexibility, and reliability.

Introduction (cont.)

A distributed computer system.

Introduction (cont.)

In this paper, we classify the dynamic distributed load balancing algorithms for heterogenous distributed computer systems into three policies: Queue Adjustment Policy (QAP) Rate Adjustment Policy (RAP) Queue and Rate Adjustment Policy (QRA

P)

Introduction (cont.)

QAP: Estimated Load Information

Scheduling Algorithm (ELISA). Perfect Information Algorithm (PIA).

RAP: Rate-based Load Balancing via Virtual

Routing (RLBVR).

Introduction (cont.)

QRAP: Queue-based Load Balancing via

Virtual Routing (QLBVR).

Classification of Dynamic Load Balancing Algorithms

Queue Adjustment Policy:

Classification of Dynamic Load Balancing Algorithms (cont.)

Rate Adjustment Policy:

Classification of Dynamic Load Balancing Algorithms (cont.)

Queue and Rate Adjustment Policy:

Comparative Study on the Algorithms

In distributed dynamic load balancing algorithms, the nodes in the system exchange their status information at a periodic interval of time Ts ,which is called the status exchange interval.

The instant at which this information exchange takes place is called a status exchange epoch.

Comparative Study on the Algorithms (cont.)

Each status exchange interval is further divided into equal subintervals denoted as estimation intervals, Te.

The points of division are called estimation epochs.

Comparative Study on the Algorithms (cont.)

Intervals of estimation and status exchange.

Comparative Study on the Algorithms (cont.)

ELISA: Each node computes the average

load on itself and its neighboring nodes.

Nodes in the neighboring set whose estimated queue length is less than the estimated average queue length by more than a threshold θ form an active set.

Comparative Study on the Algorithms (cont.)

ELISA: The node under consideration

transfers jobs to the nodes in the active set until its queue length is not greater than θ and more than the estimated average queue length.

Comparative Study on the Algorithms (cont.)

RLBVR:

Comparative Study on the Algorithms (cont.)

QLBVR caries out coarse adjustment on job transferring and processing rates and fine adjustment on queue length. Coarse adjustment (on transfer and

processing rates). Fine adjustment (on queue lengths).

Comparative Study on the Algorithms (cont.)

QLBVR: When the job incoming rates change

slightly, coarse adjustment can work well.

When the system load is very high and job incoming rates change rapidly, fine adjustment can balance the queue lengths in a short time.

Performance Evaluation and Discussions

Effect of system loading:

Performance Evaluation and Discussions (cont.)

When the load of the system is light or moderate, RLBVR and QLBVR have a better performance than ELISA.

When the rate of jobs becomes high, ELISA and QLBVR have a much better performance than RLBVR.

Performance Evaluation and Discussions (cont.)

Effect of Ts :System loading is light.

Performance Evaluation and Discussions (cont.)

Effect of Ts :System loading is moderate.

Performance Evaluation and Discussions (cont.)

Effect of Ts :System loading is moderate.

Extension to Large Scale Cluster Systems The mesh-connected cluster

system.

Extension to Large Scale Cluster Systems (cont.)

Mean response time of jobs for five different algorithms under different system utilization. System utilization is light or

moderate. System utilization is high.

Extension to Large Scale Cluster Systems (cont.)

System utilization is light or moderate.

Extension to Large Scale Cluster Systems (cont.)

System utilization is high.

Extension to Large Scale Cluster Systems (cont.)

Experiments when the arrival of loads is varying rapidly.

Extension to Large Scale Cluster Systems (cont.)

Conclusion

With our rigorous experiments, we have shown that, when the system loads are light or moderate, algorithms of the Rap policy are preferable with longer Ts.

When the system loads are fairly high, QAP policy and QRAP policy have better performance than RAP policy.