Hi thanks
about your comments :
You can use DNS for failover though: use a DNS record with short (f.e. 60 second TTL). Then utmost 60 seconds after updating DNS the last record will expire all caches in the world. Do prepare for quite a bit more DNS traffic though.
-> with this dns failover, still there would be a problem is not it ?? if https trafiq come via isp1, then suddently isp1 stops so those existing request will fail.. is that right ??
If you can have a private IP registerd with your provider, that will inject BGP records into the internet then you can make use of a virtual IP for your services, no need to use DNS failover then. But both your ISP's have to do the BGP lifting.
-> i never hard of this theory!! will you be able to explan little bit or sent some article ...
I see other company , they have A record of 2 Ip. so are they doing BGP ??
Main Topics
Browse All Topics





by: nociPosted on 2009-09-18 at 05:46:22ID: 25365334
load balancing over 2 ISP's will become difficult.
you ask for a name www say it gives ip1 & ip2
the next query will give ip2 & ip1 (rond robin fashion) this is at all levels in DNS queries (when forwarded to a provider, which uses the same technique etc). (and does a browser reuse a known address or ask a new one every time...etc).
All your remote users will see a different switching preference. (you can help a bit by f.e. user ip1, ip1, ip2; then on average 2/3 of all connections will enter on ip1.
Because the remote user goes over separate networks the routing decision for ip1 or ip2 is out of reach for your organisation....
You can use DNS for failover though: use a DNS record with short (f.e. 60 second TTL). Then utmost 60 seconds after updating DNS the last record will expire all caches in the world. Do prepare for quite a bit more DNS traffic though.
If you can have a private IP registerd with your provider, that will inject BGP records into the internet then you can make use of a virtual IP for your services, no need to use DNS failover then. But both your ISP's have to do the BGP lifting.