• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Multiple servers working together for one website?

Nick

Well-Known Member
NLC
Just out of curiosity, I've been wondering how websites such as Facebook, Youtube, Google, etc. who have to have thousands upon thousands of servers get them to work together. How exactly is this accomplished?

An in depth explanation or link to where I could find one would be great.

Thanks :)
 
Load Balancing & most likely "High-availability". I would assume Facebook would use their own soloution or something for this, since they're enormous. It's not cheap either.
 
It is simple if you think like this, your site is accessed in different countries

ex google.com
google.co.in
google.com.sg etc

you need to run multiple DNS servers, web servers to host the files for that particular region, separate data base servers and use hardware load balancers for balancing the traffic using different protocols.

Check in google with load balancers you can get the info on what a load balancer do to divert the traffic to different servers
 
Right... he's not talking about sites being taken down from multiple servers.

Nick, they are called Cluster servers.
http://lmgtfy.com/?q=How+to+setup+a+cluster

A cluster alone is not the option, you would need something to distribute the requests to the different parts in the cluster.

Like Dynash said above it's basicly Load Balancing in combination with High Availability.
You could check out this link for more information on setting it up: http://howtoforge.com/howtos/high-availability
 
Hi, I am new here. I wonder how do we prevent our website down by running two server together? I saw people use dns like

ns1.dnsmadeeasy.com
ns2.dnsmadeeasy.com

WIll it help?
 
Back
Top