Load Balancing on Multimedia Client-Server Communication Networks: Computer Experiments

von: Roger Doss

GRIN Verlag , 2012

ISBN: 9783656309680 , 140 Seiten

Format: PDF, ePUB

Kopierschutz: frei

Windows PC,Mac OSX geeignet für alle DRM-fähigen eReader Apple iPad, Android Tablet PC's Apple iPod touch, iPhone und Android Smartphones

Preis: 29,99 EUR

Mehr zum Inhalt

Load Balancing on Multimedia Client-Server Communication Networks: Computer Experiments


 

Project Report from the year 2001 in the subject Computer Science - Applied, grade: A, , course: Server Load Balancing, language: English, abstract: To design and implement an algorithm which, given the inputs of work cost, backlogs, and tasks for multiple servers, produces an output of work distributions (loads) for all servers and tasks in the system such that the time spans are minimal and, if possible, balanced. That is, the algorithm ?nds the optimal distribution for M tasks and N servers. The project focuses on an algorithm for three server load balancing, and then attempts to generalize the algorithm to four and ?ve servers. The system being considered consists of multiple servers represented as rows of a matrix, and multiple tasks, represented as columns of a matrix. Backlogs indicate the amount of work already being handled by a given server. Time spans indicate the run time associated with running several tasks on a server. Tasks can be of any type of work; however, the algorithm is conceptually focused on multimedia tasks. The data initially has been provided as integers. The system is mathematically modeled as a system of linear inequalities, therefore it is a member of the 'Linear Programming' class of problems.