Load balancing (computing): Difference between revisions

Content deleted Content added
Undid revision 1211182651 by 2409:4072:503:8817:EF91:4D0C:543D:270D (talk)
Static: added internal link for wikipedia
Line 32:
Static load balancing techniques are commonly centralized around a router, or [[Master/slave (technology)|Master]], which distributes the loads and optimizes the performance function. This minimization can take into account information related to the tasks to be distributed, and derive an expected execution time.
 
The advantage of static algorithms is that they are easy to set up and extremely efficient in the case of fairly regular tasks (such as processing [[HTTP]] requests from a website). However, there is still some statistical variance in the assignment of tasks which can lead to the overloading of some computing units.
 
====Dynamic====