We had an issue where our DNS (who is hosted by 1 and 1) was down due to DDOS.
What would help alleviate this? Can we create an A record on another DNS like Godaddy?
Basically is it possible to have two separate DNS servers host the same A record?
We had an issue where our DNS (who is hosted by 1 and 1) was down due to DDOS.
What would help alleviate this? Can we create an A record on another DNS like Godaddy?
Basically is it possible to have two separate DNS servers host the same A record?
What would help alleviate this?
Move to a better DNS provider.
Can we create an A record on another DNS like Godaddy?
Well, you could, but it won't do you any good. Your registrar nameserver records are pointing to 1and1. Sure, you could update your registrar to point to the other DNS provider, but you will have to deal with not only propogation delay there, but also having to ensure that records are kept in sync between providers.
A much better plan would be to migrate from the rather feeble 1and1 provider to someone like Cloudflare or AWS Route 53 for DNS, either of which are going to have many orders of magnitude more resilience to DDoS attacks.
Just to clarify something...
The only DNS records with a "backup" feature built in are MX records with their administrator-defined metrics. NS records, like A records, are generally served round-robin or randomly. So if you were considering sharing the load between a few providers, there is no mechanism for failover. You'd still have a certain percentage of failed requests.
As EEAA said, moving to a more robust DNS provider is about all you can do. Increasing the TTL on the records will help with cached entries if the site's not moving any time soon.