InterviewSolution
Saved Bookmarks
| 1. |
What Is The Differnece Between Server-side And Client-side Connection Load Balancing? |
|
Answer» Client-side BALANCING happens at client side where LOAD balancing is done USING listener. In case of server-side load balancing listener uses a load-balancing advisory to redirect connections to the instance providing BEST SERVICE. Client-side balancing happens at client side where load balancing is done using listener. In case of server-side load balancing listener uses a load-balancing advisory to redirect connections to the instance providing best service. |
|