Imagine there are two zones in one network, zone A and Zone B. host1 and host2 are both in zone A.
host1 is the dns authoritative server for zone A and host2 is the dns authoritative server for zone B. host1 is configured as the dns slave server for zone B and the zone transfer finishes without errors. host2 goes down. How do other hosts in zone B find host1 so they can send the DNS queries?
I tried to capture with Wireshark but couldn't understand how it happens. Do dns slave servers announce by broadcast they are the slave servers?
Edit: I made a new simulation and captures. I noticed a series of MDNS packets with source in the slave. Does the slave broadcast he is the slave after receiving the zone transfer?