Question
What is the goal of load balancing on a multiprocessor system?
Select an option. Your answer will be checked instantly.
Correct Answer: A. To distribute runnable work so processors are used effectively
Explanation:
Load balancing moves or assigns tasks so no processor is overloaded while another remains underused.
The policy must also consider migration cost and cache locality.
Leave a Reply