My company wish to have a web server redundancy. Any way is allow including having two physical server. Except this, is there any other way to have redundancy??

Any idea is appreciated.
Thanks in advance.

link|improve this question
feedback

closed as not a real question by Chopper3 Jun 16 '11 at 15:17

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

Generally, yes you need at least two servers. But with services like Amazon EC2, Rackspace, Softlayer, Slicehost etc. it's easy to set up lots of small, inexpensive servers, or with CloudWatch and similar services it's possible to only have one server running at any time but have a 'live image' avaliable so when the server goes down you can start a new instance from that image and your application can continue running. Although often there will be some downtime, maybe a few seconds, while the applications switch over.

link|improve this answer
feedback

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