Server configuration and hosting location for a website with 100,000 visitors daily?
-
1. For a website with around 100,000 visitors daily which type of hosting is preferred ? 1. Virtual server hosting 2. Dedicated server hosting 3. Cloud hosting 2. What configuration (ie ram, processor etc) is required in server to handle such an volume of traffic ? 3. Most of the visitors in this site will be from India (ideally the server should be in India) but if this server is hosted outside India ie in US or rest of Asia then what would be impact on the load time of website ? Any help appreciated :) Thanks.
-
Answer:
Hi, The first answer that come to me is : it depends on the website itself. I guess there is no short or magical answer that work in any case. For cloud computing based hosting, your website needs to be designed for it, in order to be scalable (ie you can split some components apart). What about your audience behaviour : does visitors are regrouped in small time windows ? Or it's 1M visitors dilluted in the whole day ? What kind of action users can do on your site ? Do they reads mostly or do they interact and generate a lot of data to store ? What technologies are used for your website development ? It also depends of the money you have, cloud can be expensive if you do not configure it properly. Cloud, VPS or classic servers in clusters can fit your needs, you can even mix all of them. It really depends on your website.
Sébastien Poudat at Quora Visit the source
Other answers
Depends on your server configurations, if you are using a right webserver and do some optimization for your server (especially PHP and database related), you can reduce your server's resource usage. As a startup, I recommend you to use 2 GB RAM VPS to handle it, or if you're not sure enough, you can use 8 GB RAM dedicated server, I prefer in USA, not about speed, but USA servers has a better network quality and lower price.
Rikky Yoelanda Putra
There is no way to know. Deploy, and measure. Buy servers for a day or two on Amazon AWS, Singapore. Do a load test from other machines in India. See if you can survive, only then take a call on what servers to purchase. You will have to spend money to understand how to spend it efficiently. :) There are things you need to consider: What is the visitor load profile? Do you see 100,000 visitors equally divided through the day or does it follow a bell curve kind of a deal? If so, what is the peak requests per second? You need to support atleast twice that volume. Are you okay with running a bunch of very small servers behind a load-balancer? If your host lets you pay by the hour, say AWS, you could consider running a few micro instances and then adding more close to the crucial load hours everyday. This is hectic, probably open to automation, but may save you a bunch of money. What is the CPU load profile? Do you run some jobs at the end of the day? Would you face more CPU usage at the end of the day? Can you spread out the jobs through out the day to see lesser load at any given time? Could you spread out your jobs to other instances that come to live only when they are required? This is also hectic, but again, saves you a lot of money. There is no perceptible delay if your servers are out of India. It is mostly (please don't kill me here) a function of how you host your static assets. Have a look at a CDN like akamai. Also, as I keep telling everybody I know, https://codeascraft.com/2011/02/15/measure-anything-measure-everything/. This will tell you how you are doing and what you should be doing about it.
Dipanjan Mukherjee
100k users under which scenario? How the typical session looks like? If you have 500k pageviews, its 20k pageviews per hour in average, so usually it means 3-6 times more in the peak times. So let's say 120k pageviews per hour as a maximum. It's 33 pageviews per second. Do a benchmark on some development server and start from there. Keep in mind that scaling is not usually just adding RAM and Drives. If you will need a dedicated database (quite likely) benchmark this scenario too. I've seen a project for a very well known brand where they missed to measure the network load to the database servers and their poor design killed the app as soon as about 20 people came to the site.
Petr Chloupek
Related Q & A:
- How do plugins identify what type of server a website is running on?Best solution by Stack Overflow
- What should you expect to pay for a 2001 Ford F-150 long bed pick-up truck with 100,000 miles on it?Best solution by Ask.com old
- Are there jobs that pay over $100,000 in retail?Best solution by indeed.com
- What are tips on attracting visitors to a website?Best solution by 99u.com
- Can Someone Find Your Exact Location From a Website?Best solution by foxnews.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.