Joe Bloggs wrote:
>
> Finally, I would like a web site, and host it here, as I believe I can with
> a static IP address from my chosen ISP. Is there any point/benefits with
> this?? I see most ISPs offer web space. Out of interest, what sort of spec
> machine would work well as a web server??
Mostly you have to consider a few things with running home servers.
1) accrding to your terms of service, does your ISP allow this?(most
people ignore this, as long as its not for a business, for residential
cable/dsl they don't care much)
2) do they block the ports that you are going to use? some ISPs block
ports such as 80(http) and 25(smtp) which would prevent you from running
those services on the standard ports.
3) how much bandwidth will you use up? most ISPs will send you a letter
telling you to use less bandwidth if you use far more than the average,
depends on the ISP. Also all that bandwidth being used won't be
available for your own personal use.
4) speaking of bandwidth, most dsl is _max_ 1.5Mbps download, 256Kbps
upload, usually lower if you don't have a great connection. this means
that when people get the webpages and such from you, there is a much
lower maximum than if you hosted from a real server. usually not a
problem unless its large video files or such.
5) yes indeed, security. I would recommend _not_ a windows server, and
especially not IIS considering the effort you have to take to even have
a slightly secure server, not to mention the patching always going on.
6) in order to get a static IP, you usually have to get the 'business'
service from your ISP, which means you'll pay more, but then they also
won't care about what you run on it. However, you can get a free
subdomain name from places like
http://www.no-ip.com which you can have
adjust to your dynamic IP as it changes through some tools of theirs.
usually if you have a gateway/router, it won't change much due to the
fact that it is on pretty much 24/7 so it usually will just keep the one
it originally gets
good luck with everything!
Aaron