By Peter Brittain
It is considered as one of the tricky propositions to build a scaleable website. It includes lot of repetition, multiple web servers, with different database servers and backup servers. Initially the connection to Internet flows through a load balancer. Then the load balancer dispenses the traffic as per the procedures, which you will set up as a Webmaster. Usually multiple web servers are used to make the system fault proof. Otherwise, if the server crashes, the traffic could be easily deflected to the other servers. The same policy applies to the database, where you will find a replicated backup, if the database goes offline. But this kind of set up needs a strong financial background.
Although there are various ways to design a scaleable website, some of the easiest ways are discussed, which may help your website to grow:
Creating master and duplicated sites: this is one of the easiest ways. You need to create one master site or a main site and some slave sites. The logic behind is to create one main site and then creating replicated
|
|
Read more...
|