Henri van den Bulk edited Simulate_different_computing_bandwidths_of__.tex  about 9 years ago

Commit id: 064808525f55566aca869315919b0ecd89532934

deletions | additions      

       

Simulate different computing bandwidths of the servers  For that, you can add one more parameter to control how many times the server needs to do the matrix multiplication. For example, if you’d like server 1 to be two times faster than server 2, you can ask server 1 to do the multiplication 100 times, and server 2 to do it 200 times.  \begin{itemize}  \item Resource Manager is responsible for knowing the state of the resources. In our model that will include the current bandwidth of the resource. The higher the bandwidth the higher weight \{ \alpha \} it will be assigned. 

\item Net Manager is responsible for knowing the topology. It queries switches periodically to get link usage and monitors the latency experienced by packets traversing the links. In our approach the net manager will need to know latency such that the system can ensure resources are made available as close as possible to the consumers.  \end{itemize}  Perform a matrix manipulation as the activity to be done.