Data Communication and Networking CH
Data Communication and Networking CH
25.1
Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
25.2
25.3
25.5
25.6
25.7
25.8
25.10
25.11
Note
A primary server loads all information from the disk file; the secondary server loads all information from the primary server. When the secondary downloads information from the primary, it is called zone transfer.
25.12
25.14
25.15
25.16
25.17
25.18
25-5 RESOLUTION
Mapping a name to an address or an address to a name is called name-address resolution. Topics discussed in this section:
Resolver Mapping Names to Addresses Mapping Addresses to Names Recursive Resolution Caching
25.19
25.20
25.21
25.22
25.23
25.24
25.25
25-8 REGISTRARS
How are new domains added to DNS? This is done through a registrar, a commercial entity accredited by ICANN. A registrar first verifies that the requested domain name is unique and then enters it into the DNS database. A fee is charged.
25.26
25.27
25-10 ENCAPSULATION
DNS can use either UDP or TCP. In both cases the well-known port used by the server is port 53. UDP is used when the size of the response message is less than 512 bytes because most UDP packages have a 512-byte packet size limit. If the size of the response message is more than 512 bytes, a TCP connection is used.
25.28
Note
DNS can use the services of UDP or TCP using the well-known port 53.
25.29