TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask YC: Server cost estimation

7 pointsby JimEnglandover 16 years ago
I am working on a startup's business plan and am having trouble estimating server costs per active user.<p>The closest model for server usage in my opinion would be Pownce or Facebook. The product will be storing user submitted web content including photos, audio, and URLs.<p>I found an article that tries to estimate Facebook's server costs. These numbers seemed somewhat high to me, however: http://fishtrain.com/2007/11/07/facebook-valuation/<p>Are there any online resources for estimating server capacity and cost? Any educated guesses for the startup to use?<p>Thank you!

3 comments

bpraterover 16 years ago
I think that trying to gauge user load for a startup is about as accurate as figuring out the financials five years in advantage.<p>There are lots of questions: what will the servers be doing? Transcoding video is going to take lots of horsepower. Serving static pages is going to take less. Where are you going to cost? Managed hosting like Rackspace or doing-it-yourself Amazon S3.<p>In the story you linked to, they share this info: '2k active users/compute server, 20k active users/disk server'. I'd grab a number like 2k/server, factor in some Rackspace boxes and you're off to the races.
jwilliamsover 16 years ago
Around $2k per year isn't unreasonable per server in a large data centre. This also roughly correlates with what a colocated server would cost.<p>The way fishtrain has based these figures is all around capital expenditure - most companies wouldn't actually do this.<p>Facebook is running order of magnitude 10k servers. So in that respect his "servers required for the load" figures are about right.<p>Taking $2k, then fishtrain's annual estimates for ~10k plus servers is too low - it would be more like $20m. Again, the way fishtrain has gone about it wrt to CAPEX is different.<p>The electricity consumption seems a bit high, but for a business plan it might not be unreasonable.<p>Bandwidth - well that depends totally on your application.<p>Commissioning a server isn't necessarily cheap - there is the cost of the server itself, the labour, networking, test, etc, etc. This can be a fairly significant one-time cost (and isn't capitalised).<p>People tend to worry about the ongoing cost of storage a bit too much, particularly if you're retaining a lot of data (e.g. keeping people's images). The fact is that the cost of storage steadily decreases, so this usually amortizes this in reality. So I'd say you'd only need to worry about the increments in most cases - unless your application is horrendously storage hungry.
gscottover 16 years ago
I would suggest you think about<p>1. Web Cache Server $3k<p>2. SAN $4k<p>3. A nice Database Server $7k<p>4. 1u dell machines for web serving $1.5k ea.<p>5. Load balancer $3k<p>You need affordable bandwidth and sever colocation.I am not sure about in Ohio, but I utilize calpop.com with a half-rack and 10mbps bandwidth but they are in California.
评论 #313212 未加载