Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

difference in ratio algorithm and dynamic ratio

rifki
Altocumulus
Altocumulus

what is the difference between ratio and dynamic ratio algorithm in F5 BIG-IP LTM?

2 REPLIES 2

,

 

In Ratio Algorithm, admin configure weight to each pool member depending upon the capacity of the server. So the no of connection requests sent to each pool member / server is according to assigned ratio. This method belongs to Static type of Load balancing as it is controlled by Administrator. Irrespective of server real time status/performance, the F5 will act according to the static ratio defined by Admin.

 

In Dynamic Ratio type, weight assigning decisions are taken by F5 itself. Assigned Ratio Weights are system generated. And it is based on various aspects of real-time server performance analysis. As this method is based on continuous monitoring of the servers, so ratio weights changes continuously.

 

Hope it helps!

Mayur

rifki
Altocumulus
Altocumulus

Thank you very much, you are very helpful