DNS provides for domain name to IP address resolution. Host names are not case sensitive and can contain alphabetic or numeric letters or the hyphen. Avoid the underscore. A fully qualified domain name (FQDN) consists of the host name plus domain name as in the following example:
computername.domain.com
Top level domains are .com, .edu, .net, .org, and more. Second level domains may contain other domains and hosts.DNS Files
DNS and WINSFor the system to use WINS if DNS resolution cannot supply the IP address for a name, all DNS servers must be configured to use WINS. It cannot be done with just the primary DNS server.Types of DNS ServersThree types of name servers:
DNS Queries
|
WINS Reverse Lookup
A WINS-R record at the root zone of DNS allows WINS to be used by DNS for reverse lookup. WINS reverse lookup is enabled at the "WINS Reverse Lookup" property page by doing the following:
- Check the "Use WINS Reverse Lookup" checkbox.
- Enter the DNS Host Domain to be added to the NetBIOS name.
WINS TTL
The "WINS Lookup" property page (in DNS?) is used to set the WINS TTL(Time to Live) for returned queries.
DNS Record Types
- A - Address record allowing a computer name to be translated into an IP address. Each computer must have this record for its IP address to be located. These names are not assigned for clients that have dynamically assigned IP addresses, but are a must for locating servers with static IP addresses.
- CNAME - Canonical name allowing additional names or aliases to be used to locate a computer.
- HINFO - Host information record with CPU type and operating system.
- MX - Mail Exchange server record. There may be several.
- NS - Name server record. There may be several.
- RP - Responsible person.
DNS Transport protocol
DNS resolvers first attempt to use UDP for transport, then use TCP if UDP fails.
0 comments:
Post a Comment