开发者

Alternative Host (by DNS?) for Web Server Failure Protection

开发者 https://www.devze.com 2022-12-16 15:14 出处:网络
I\'m interested in having a second web host run a copy of my website, such that if my first host goes down, the traffic routes to the second host. Is this possible?

I'm interested in having a second web host run a copy of my website, such that if my first host goes down, the traffic routes to the second host. Is this possible?

My guess would be to add additional nameservers beyond the first two.

I also suspect it's doable with no-ip.com, but I'm not clear on how开发者_开发问答 that works, and if they would require me to leave my first host entirely?


See if your DNS provider will let you do round robbin DNS.

Basically, DNS queries will return more than one IP for your site. Try nslookup google.com to see how it might look.

There are loads of other ways to do geographical load balancing and failover (most are expensive though).


DNS Made Easy provides this service, which is called DNS Failover. For others looking:

http://www.dnsmadeeasy.com/s0306/price/dns.html

0

精彩评论

暂无评论...
验证码 换一张
取 消