Forum Moderators: phranque
[edited by: deMorte at 7:32 am (utc) on April 24, 2008]
Realbrisk, how does "dynamic dns" works? Is it provided my domain registrars?
try this post [webmasterworld.com...]
I use a third party nameserver to handle dns for all of my domains (mainly because I find nameserver issues top the list in host related downtime). I also use a failover service for one important site I own.
Here's how the failover service works (simplified version). The dns service will send a bot to the primary site every 5 - 10 minutes or so. If the bot is unable to reach the primary site it will automatically switch to the backup server ip and your traffic will be routed to the backup server. During the failover period, the bot will continue to try to reach the primary server. When it detects that the site is back up and running it will automatically switch to the primary server ip and route the traffic back to the primary server.
Even with a failover service, you'll still have some downtime but it should be 15 minutes or less (depending on how your dns server is configured and how quickly the failover service detects an issue).
It's important to keep your failover site on a completely different host. Otherwise, if the primary host has problems, it's very possible that that the backup site will also have problems. If you have dynamic content that is regularly updated, you will also want to look into syncing the content between the two sites.
[edited by: Key_Master at 6:24 am (utc) on April 25, 2008]