Multiple choice technology

When we hosted important critical web Application on multiple web server in NLB is called as ?

  1. Web Guard

  2. Web Farm

  3. Application Pool

  4. Silos

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Web Farm (or Web Garden at the process level) is when the same application is hosted across multiple servers using Network Load Balancing (NLB). This provides redundancy, scalability, and improved performance by distributing requests across servers. Application Pool is a worker process isolation boundary, not a multi-server architecture.