Computer Science, asked by Puppy3075, 11 months ago

Difference between static and dynamic mapping techniques for load balancing

Answers

Answered by navjotn406
0

Answer:

If task sizes are unknown, then a static mapping can potentially lead to serious load-imbalances and dynamic mappings are usually more effective. If the amount of data associated with tasks is large relative to the computation, then a dynamic mapping may entail moving this data among processes.....

Similar questions