Answer the question
In order to leave comments, you need to log in
How are DNS related?
Hello, can you explain what's going on here? How does this fucking DNS work? The fact that it resolves names in ip addresses is understandable, but what is NS? I'll go crazy soon
Answer the question
In order to leave comments, you need to log in
I recommend reading the primer "DNS and BIND" from the o'reilly publishing house and everything will become clear.
The description of a domain (zone) contains several types of records.
SOA record - domain header, NS records contain domain names of name servers (DNS servers) of the specified domain.
The name servers of one domain are identical from the point of view of an external user, you can refer to anyone. But inside the domain, one of the servers is the primary (master), the rest are secondary (slave). The slaves receive the zone from the master with a corresponding request.
Due to this structure, in fact, not all DNS servers of one zone are identical until the zone update on the master is distributed to all slaves. The zone decay time on the slaves is described in the SOA record.
https://ru.wikipedia.org/wiki/DNS
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question