Please Whitelist This Site?
I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)
If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads.
If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK.
Thanks for your understanding!
Sincerely, Charles Kozierok
Author and Publisher, The TCP/IP Guide
|
NOTE: Using software to mass-download the site degrades the server and is prohibited. If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.
|
|
|
|
DNS Zone Management, Contacts and Zone Transfers
(Page 3 of 3)
Zone Transfer Mechanism
When a zone transfer is required,
it is accomplished using a DNS query sent to the master server using
the regular DNS query/response messaging method used for name resolution
(discussed in the next section). A special DNS question type, called
AXFR (address transfer) is used to initiate the zone transfer.
The server will then transfer the resource records for the zone using
a series of DNS response messages (assuming that the server that requested
the transfer is authorized to do so). Since it's important that zone
transfers be received reliably, and since the amount of data to be sent
is large and needs to be managed, a TCP session must first be established
and used for zone transfers. This is in contrast to the simpler UDP
transport used for regular DNS messages. This is discussed in the
topic discussing the use of UDP and TCP for DNS.
Once the zone transfer is complete,
the slave name server will update its database and return to regular
operation. It will continue to perform regular polls of the master server
every Refresh seconds. If it has a problem with a regular poll,
it will try again after Retry seconds. Finally, if an amount
of time equal to Expires seconds elapses, the master name server
will stop serving data from the zone until it re-establishes contact
with the primary name server.
Key Concept: Slave name servers do not have their DNS information managed directly by an administrator. Instead, they obtain information from their master name server on a periodic basis through a process called a zone transfer. Several fields in the Start Of Authority DNS resource record control the zone transfer process, including specifying how often transfers are done and how slave name servers handle problem conditions such as an inability to contact the master server. |
Note that the DNS Notify feature
is an enhancement to the basic zone status check / zone transfer model.
It allows the master server to notify a slave server when the masters
database has changed. Another new feature allows only part of a zone
to be transferred instead of the entire zone. See
the topic on DNS name server enhancements for more.
If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support! |
|
|
Home -
Table Of Contents - Contact Us
The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005
© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.
|