Domain exemple-domain.com has two DNS server: dns1.exemple.com (master) and dns2.exemple.com (slave).
questions: If dns1.exemple.com temporarily disabled and dns2.exemple.com works, is it possible that some attempts to define ip addresses fails?
I try it many times in succession
dig @8.8.8.8 exemple-domain.com | awk '/^;; ANSWER SECTION:$/ { getline ; print $5 }'
and part of the query does not receive a reply
Could there be a part of that traffic would be lost if dns1.exemple.com not working and dns2.exemple.com work?