vote up -3 vote down star
1

Is there a standard method for approximating or estimating the hosting costs of a new website?

I know I'll need to estimate the number of visitors as well as other things, I'm just looking for a framework to guide me.

flag

Not a programming question - check out the many websites dedicated to addressing webmaster questions. – Adam Davis Oct 6 '08 at 14:26

closed as not programming related by blowdart, George Stocker, Gulzar, mmyers, Marc Gravell Jun 17 at 21:41

4 Answers

vote up 2 vote down

I know this is probably obvious, but it's dramatically dependent on:

  • The cost of the provider you choose, be it hosted server(s) or bandwidth for your own server(s)
  • Average page load bandwidth cost
  • Not just how many users you have but how long they stay if that incurs additional page loads or streaming content

It's pretty difficult to even begin to estimate that until you've written a draft of the site and can measure the average page load cost as (a) test user(s) browse it.
One factor that can take some of the pressure off is that if you're looking at an advertising model to recoup operating costs, your ad revenue grows in a linear fashion with your users and therefore hopefully your costs.

link|flag
vote up 1 vote down

There's no standard method for estimating hosting costs, too many variables like app stack (OS, platform, database, etc.), app complexity, number of users, etc.

Here's a very rough guideline to get you started:

  • Static website, not business critical $10/mo shared hosting
  • Simple web app, casual use/prototyping $20/mo VPS hosting
  • Complex web app or medium use simple app $100/mo VPS hosting
  • Complex, medium use web app, $100-$250/mo server hosting
  • High use web apps - $$$
link|flag
vote up 0 vote down

There are very cheap VPS solutions available - if you speak German that is. Hosteurope.de is incredibly cheap, you can get a VPS deal there for under $10 / mo. I'm not spamming this on their behalf or something, just a satisfied customer.

link|flag
vote up 0 vote down

Advertisement revenue is difficult to estimate because it depends on different areas:

1) Number of visitors

2) Smart ad placement and how aggressive you place those ads

3) Content (credit refinancing generally brings a higher return than basic political commentary)

4) Optimization of choosing the right advertisements for your visitors.

The number of visitors also doesn't grow linearly with advertisement revenue at the beginning of your website. http://www.stevepavlina.com/blog/2006/01/2005-traffic-adsense-revenue-growth/ is a example of a blog that grew it's advertisement revenue faster than it grows it's readership. Through having more readers Google Adsense could better target the ads to get people to click on the ads. In addition the guy who runs the blog also tweaked his ad placement to increase revenue.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.