InterviewSolution
| 1. |
What Is Web Farm? |
|
Answer» When we hosted our web Application on multiple web SERVER under a load balancer call the Web Farm. This is generally used for HEAVY load web application where there are many user requests at a time. So When Web Application is hosted on Different IIS Server over a load balancer, Load balancer is RESPONSIBLE for DISTRIBUTE the load on different server. When we hosted our web Application on multiple web server under a load balancer call the Web Farm. This is generally used for heavy load web application where there are many user requests at a time. So When Web Application is hosted on Different IIS Server over a load balancer, Load balancer is responsible for distribute the load on different server. |
|