Hosting a web site

To host a website it is needed to have hosting. It depends on the complexity of the website and the volume of traffic which machine you need to get.

If volume of web traffic is low, then a single virtual server maybe sufficient, if web traffic grows then it may be necessary to get better virtual machine or even dedicated server.

If website traffic grows even more, then you may need to think about getting several hosts.

If traffic grows even more, then it maybe necessary to invest in host in several geographical locations. These locations need to be close where your users are. It is possible to determine geographical location of the request, and send that user to closest geographical location to minimize latency.

To comply with laws of a specific country, server may need to placed in the physical location of that country.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator