Zonentransfer (EN)
ConceptProcess for synchronizing DNS zone data between master and slave servers
Zonentransfer
The zone transfer is a process in which DNS zone data is synchronized between a primary (master) and secondary (slave) DNS server. This enables redundancy and load distribution in DNS operation by having multiple servers provide the same DNS zone. Zone transfers are typically performed over TCP port 53 and require special configurations to prevent unauthorized data collection.
Architecture
flowchart TD A[Primary DNS Server
(Master)] -->|Zone Transfer| B[Secondary DNS Server
(Slave)] B -->|DNS Queries| C[Client] A -->|DNS Queries| C D[Other secondary
DNS Servers] -->|Zone Transfer| A
In Context
- Typically used together with DNS zones and Resource Records
- Related to: DNS, Resource Records, AXFR-IXFR, DNSSEC
- Example use: Synchronization of domain data between different locations