Search This Blog

Wednesday, December 16, 2009

WLM Algorithm?

Sol:
A. WLM algorithm is of two types
1. Round robin
2. Random
1. Example: Server1 has 4 weight and server2 has 1 and here the algorithm works likeThe first request will route to the server2 as it has less weight than server1, then the second request will route to the server1 executes the request and then 3rd request will route to servev2 then the counter decrements to 0, here the note is the requests will not route to that server, then all the requests will route to that server1 until the counter reaches 0 then the weights gets reset.

2 comments:

  1. The above example is for Round robin or else Random?

    ReplyDelete
  2. Hi Suresh, plaese let me know the above explained example for which algorithm?
    or send explaination of both algorithms to sudhkarteju43@gmail.com

    ReplyDelete