. Load Balancing in Parallel Computers
#1

sir i need coplete documentation on this topic pls forward me as early as possible i have to preapare it and tell to students
Reply
#2
i need the load balancing in parallel computers with the summary now na now please
Reply
#3

Load Balancing in Parallel Computers

A parallel compute is a collection of processing elements that communicate and cooperate to solve large problems efficiently. Parallel computers vary in two fundamental architecture facets, (i) Single Instruction Multiple Data (SIMD) Vs Multiple Instruction Multiple Data (MIMD) and (ii) Shared memory Vs Distributed memory. A parallel computer with a logically shared memory system provides a single global address space to all processors, and hence a shared programming paradigm to the users. Such systems ae referred as distributed shared memory (DSM) machines.

Load balancing on DSM machines is a challenging task, even though the shared global address space may be used as a common pool for work-loads awaiting as in centralized memory systems. Accessing remote memory banks are very expensive, an appropriate distribution of work-loads across physically distributed memories helps reduce such costly remote access.

Creating parallel programs involves first decomposing the overall computation into tasks and then assigning the tasks to the processors, this step is also called as partitioning. The optimization objective for partitioning is to balance the work-load among processors and to minimize the inter process communication needs. The number of processes generated by the partitioning step may not be equal to the processors, thus a processor may be idle or loaded with multiple processes. The primary optimization objective of mapping is to balance the workload of processors and to minimize the inter-processor communication cost. Collectively, the problem of load balancing is to develop partitioning and mapping algorithm for the purpose of achieving their respective optimization objectives.

Load balancing algorithms can be broadly categorized as static or dynamic. Static load balancing algorithms distribute the processes to processors at compile time, while dynamic algorithms bind processes to processors at run time. Static load balancing algorithms rely on the estimate execution times of the processes and inter-process communication requirement. It is not satisfactory for parallel programs that are of the dynamic and/or unpredictable kind. Consequently in dynamic load balancing, processes are generated and destroyed without a pattern at run time. A dynamic load balancing algorithm consists of four components, Load Measurement rule, an Information Exchange rule, an Initiation rule and a Load Balancing Operation.

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: load balancing in distrubuting networks or computers seminar abstract, seminar on load balancing in parallel computers, indian contribution to parallel processing in computers, load balancing in parallel computers ppt, load balancing parallel computers,

[-]
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
  load flow solution using newton raphson method using pscad 1 1,530 24-06-2016, 02:53 PM
Last Post: seminar report asees
  load balancing algorithm using cloudsim java code 2 1,325 22-06-2016, 01:04 PM
Last Post: seminar report asees
  matlab code for honey bee algorithm for load balancing 1 1,075 17-06-2016, 12:54 PM
Last Post: dhanabhagya
  matlab code for economic load dispatch using Krill herd Algorithm 1 648 01-06-2016, 04:14 PM
Last Post: dhanabhagya
  short term load forecasting matlab code wiki 1 570 17-05-2016, 12:20 PM
Last Post: dhanabhagya
  gsm based energy meter billing with load control using avr with code 1 577 12-05-2016, 11:34 AM
Last Post: dhanabhagya
  fuzzy regression matlab code example in load forecasting 1 622 10-05-2016, 11:05 AM
Last Post: dhanabhagya
  load flow by pso 1 546 29-04-2016, 09:22 AM
Last Post: dhanabhagya
  load shedding seminars ppt 1 602 26-04-2016, 11:36 AM
Last Post: dhanabhagya
  matlab code for economic load dispatch using genetic algorithm 1 505 26-04-2016, 11:34 AM
Last Post: dhanabhagya

Forum Jump: