Brian Cryer's Glossary of IT Terms with Links
Web farm
- Web farm
- Web server environment using many servers each hosting the same website
(or website application) so any one of the servers can respond to a http
(web) request.
Web farms are used where either high resilience is required (so web requests can continue to be responded to even though one server has failed) or for hosting busy websites where a single server would not be able to cope with the load.
Also known as a server farm or server cluster.
cf web garden.
For more information see:
- http://everything.explained.at/Server_farm - Server farm explained.