The DNS nameservers govern and maintain DNS resource records that contain information related to the name.
Item | Description |
---|---|
Name | full domain name |
Class | Class, really only IN meaning Internet |
TTL | Time-to-Live before this record expires |
Data length | Length of the data |
Data | The value of the record |
Record types
DNS supports various types of DNS records, each serving a specific purpose in the DNS infrastructure.
- A (address) record Maps a domain name to an IPv4 address.
- AAAA (IPv6 address) record Map a domain name to an IPv6 address.
- CNAME (Canonical Name) record Creates an alias or pointer from one domain name to another, used for creating subdomains, alias, or redirects.
- MX (Mail Exchanger) record Specifies the mail servers responsible for receiving email message from a domain. Includes priority values to indicate the order in which mails servers should be used.
dig
command
dig
command in bash is used for querying DNS servers to retrieve information about domain names and DNS records. (more details on Operating Systems (OS)/Querying DNS records (dig))
Back to parent node: DNS Resolution
Computer_networks INFO1112 IP_model Application_layer Domain_Name_System_DNS DNS_resolution DNS_record Network_config_and_troubleshooting Shell_command Network_config_and_troubleshooting