Your Ad Here

Sunday, November 15, 2009

A fully qualified domain name (FQDN),

A fully qualified domain name (FQDN), sometimes referred to as an absolute domain name[1], is a domain name that specifies its exact location in the tree hierarchy of the Domain Name System (DNS). It specifies all domain levels, including the top-level domain, relative to the root domain. A fully qualified domain name is distinguished by this absoluteness in the name space.

For example, given a device with a local hostname myhost and a parent domain name example.com, the fully qualified domain name is written as myhost.example.com. This fully qualified domain name therefore uniquely identifies the host — while there may be many resources in the world called myhost, there is only one myhost.example.com.

In the Domain Name System, and most notably, in DNS zone files, a fully qualified domain name is specified with a trailing dot, for example: somehost.example.com.

The trailing dot denotes the empty label for root domain, which is unnamed. Many DNS resolvers will process a domain name that contains a dot in any position as being fully qualified[2] or add the final dot needed for the root of the DNS tree. Resolvers will process a domain name without a dot as unqualified and automatically append the system's default domain name and the final dot.

Some applications, such as web browsers will try to resolve the domain name part of a Uniform Resource Locator (URL) if the resolver cannot find the specified domain or if it is clearly not fully qualified by appending frequently used top-level domains and testing the result. Some applications, however, never use trailing dots to indicate absoluteness, because the underlying protocols require the use of FQDNs, such as Simple Mail Transfer Protocol (e-mail).[3]

0 comments: