
Important categories of data stored in DNS include the following:
Other types of records simply provide information (for example, a LOC record gives the physical location of a host), or experimental data (for example, a WKS record gives a list of servers offering some well known service such as HTTP or POP3 for a domain).
When sent over the internet, all records use the common format specified in RFC 1035 shown below.
| Field | Description | Length (Octets) |
|---|---|---|
| NAME | Name of the node to which this record pertains. | (variable) |
| TYPE | Type of RR. For example, MX is type 15. | 2 |
| CLASS | Class code. | 2 |
| TTL | Signed time in seconds that RR stays valid. | 4 |
| RDLENGTH | Length of RDATA field. | 2 |
| RDATA | Additional RR-specific data. | (variable) |
For a complete list of DNS Record types consult IANA DNS Parameters.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.