Web Hosting Help - Advanced Web Hosting
You're currently browsing the answers and replies to a question asked related to advanced web hosting. If you wish to post a better answer or share greater insight into this question, feel free to post it.
Posted On: Tue 13 January, 2004
Asked By: Anonymous |
Can you briefly describe the architecture of a virtual server and the purpose of it? |
Posted On: Tue 13 January, 2004
Answered By: Anonymous |
| A virtual server is a highly scalable and highly available server built on a cluster of real servers typically for content delivery. The architecture of cluster is transparent to end users, and the users interact with the system as if it were only a single virtual server.
For example, it can be deployed in a environment where the real servers may be interconnected by high-speed LAN or by geographically dispersed WAN. The front-end of the real servers is a load balancer, which schedules requests to the different servers and make parallel services of the cluster to appear as a virtual service on a single IP address.
Scalability is achieved by transparently adding or removing a node in the cluster.
High availability is provided by detecting node or daemon failures and reconfiguring the system appropriately.
|
Do you have an answer or something to share as well regarding this question?
|