Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Recall that in the basic Load Balancing Problem from Section 11.1, were interested in placing jobs on machines so as to minimize the makespan the

Recall that in the basic Load Balancing Problem from Section 11.1, were interested in placing jobs on machines so as to minimize the makespan the maximum load on any one machine. In a number of applications, it is natural to consider cases in which you have access to machines with different amounts of processing power, so that a given job may complete more quickly on one of your machines than on another. The question then becomes: How should you allocate jobs to machines in these more heterogeneous systems?

Heres a basic model that exposes these issues. Suppose you have

a system that consists of m slow machines and k fast machines. The

fast machines can perform twice as much work per unit time as the

slow machines. Now youre given a set of n jobs; job i takes time ti to

process on a slow machine and time 1t to process on a fast machine. 2i

You want to assign each job to a machine; as before, the goal is to minimize the makespanthat is the maximum, over all machines, of the total processing time of jobs assigned to that machine.

Give a polynomial-time algorithm that produces an assignment of jobs to machines with a makespan that is at most three times the opti- mum.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions

Question

How do you interpret these statistics?

Answered: 1 week ago