![]() |
![]() |
Technical Library |
|
12 Oct 2000
Domain Name System |
AddressAddress records are used to convert host names into IP addresses and usually make up the majority of the resource records in the named.hosts zone file. The format of the A records is:
host IN A address
The components of the A records are described below: host: This is the name of the host associated with the address contained in the address field.
address: This is the IP address of the host given in the host field. |