|
Illustrated TCP/IP
by Matthew G. Naugle Wiley Computer Publishing, John Wiley & Sons, Inc. ISBN: 0471196568 Pub Date: 11/01/98 |
| Previous | Table of Contents | Next |
|
Example DNS Database
|
A database is made up of records and the DNS is a database. Therefore, common resource record types in the DNS database are:
| A | Hosts IP address, |
| PTR | Hosts domain name, host identified by its IP address |
| CNAME | Hosts canonical name, host identified by an alias domain name |
| MX | Hosts or domains mail exchanger |
| NS | Hosts or domains name server(s) |
| SOA | Indicates authority for the domain |
| TXT | Generic text record |
| SRV | Service location record |
| RP | Responsible person |
When a resolvers requests information from the server, included in the request will be one of the preceding types. In this way, the server will know exactly what the resolver is requesting; this could be a mail server, an IP address translation, or simply a request for some generic information.
I am not going to explain all the records in the database, but some of the more useful ones are discussed next.
| Previous | Table of Contents | Next |