This library provided by MiniTool mainly describes the meaning of a fully qualified domain name. It also tells you what is a hostname and partially qualified domain name, as well as how to check a fully qualified domain name.

Define Fully Qualified Domain Name

A fully qualified domain name is distinguished by its lack of ambiguity. In detail, it can be interpreted only in one way. Usually, the FQDN consists of a hostname and at least one higher-level domain label.

Fully Qualified Domain Name Example

A fully qualified domain name consists of a list of domain labels representing the hierarchy from the lowest relevant level in the DNS to the TLD. The domain labels are separated by the full stop “.” Character (period/dot).

The fully qualified domain name always ends in the top-level domain (TLD) due to the DNS root domain is unnamed which is expressed by having an empty label terminated by the dot in the DNS hierarchy.

That is most notable in DNS zone files in which a fully qualified domain name must be specified with a trailing dot. For example, moviemaker.minitool.com explicitly specifies an absolute domain name that ends with the empty top-level domain label. A device with the hostname “moviemaker” in the parent domain minitool.com has the FQDN moviemaker.minitool.com. the FQDN uniquely distinguishes the device from any other hosts called “moviemaker” in other domains.

Tip: A prominent example of a hostname is the “www”. 

Domain Name Resolution

A lot of DNS resolvers process a domain name that contains a dot in any position as being fully qualified or adds the final dot needed for the root of the DNS tree. While the resolvers process a domain name without any dots as unqualified and automatically append the system’s default domain name and the final dot.

Some apps like web browsers, try to resolve the domain name part of a URL (Uniform resource locator) if the resolver can’t find the specified domain or it’s clearly not fully qualified by appending frequently used top-level domains and testing the result.

Yet, some programs never use trailing dots to indicate absoluteness for the underlying protocols require the use of fully qualified domain names. One example of such a program is the simple mail transfer protocol (SMTP).

In Active Directory, What Does Authorization? – LDAP
In Active Directory, What Does Authorization? – LDAP

In Active Directory, what does authorization? Kerberos, RADIUS, LDAP, TACACS+, or SAML? Do you know what is Active Directory? Answer your questions here!

Read More

Partially Qualified Domain Name

In contrast to a domain that is fully specified, a domain name that doesn’t include the full path of labels to the DNS root is known as a partially qualified domain name (PQDN). It is also called a relative domain name. PQDNs are usually simply hostnames, such as the left-most label in a fully qualified domain name.

Fully Qualified Domain Name FAQ

What is the maximum length for a fully qualified domain name, including the trailing period?
255 characters.
How to find fully qualified domain name?

In Windows, go to Start > Programs > Administrative Tools > Active Directory Domains and Trusts. In the left panel, look under Active Directory Domains and Trusts and the FQDN for this computer is there.

Or, you can get your fully qualified domain name via command prompt.

  1. Open CMD.
  2. Type ipconfig and press Enter to show your IP address.
  3. Input ping -a <your IP address> and press Enter to request the domain name of your machine.
Which item is part of a fully qualified domain name (FQDN)?
  • A hostname
  • At least one higher-level domain label: second-level domain (SLD) or top-level domain (TLD).
  • Full stop, period, or dot.
  • linkedin
  • reddit