International Conference on Emerging Technology Trends |
Foundation of Computer Science USA |
ICETT2011 - Number 2 |
None 2011 |
Authors: R.Bindhuja, G.Arul Dalton, Dr.T.Jebarajan |
8a9103c2-3521-4031-9d57-47766491c3fc |
R.Bindhuja, G.Arul Dalton, Dr.T.Jebarajan . Load Balancing using Selection Method in Grid Environment. International Conference on Emerging Technology Trends. ICETT2011, 2 (None 2011), 28-33.
Load balancing involves assigning to each processor, work proportional to its performance, minimizing the execution time of the program. The proposed methodology is designed for task graphs that are dynamic in nature due to the presence of conditional tasks and tasks whose execution times are unpredictable but bounded. Three-phase strategy as Equal Load Balancing, Dynamic Load Balancing and Selection Method. In first phase, task nodes are mapped to the processors. In second phase, Dynamic Load Balancing is a runtime scheduling algorithm that performs list scheduling based on the actual dynamics of the schedule up to the current time. In the third phase, selection method or DLB/JR method is performed that some critical nodes are identified and duplicated for possible rescheduling at runtime, depending on the code memory constraints of the processors. The third technique provides better schedule length compared to previous two techniques, which are predominantly static in nature, with low overhead and a complexity comparable with existing techniques.