Fully Qualified Domain Name (FQDN) or Absolute Domain Name (ADN)
- contains both a host name and a domain name (which are separated by a period)
- a domain name that includes the top-level domain
- example: a device with the hostname
myhostin the parent domainexample.comhas the fully qualified domain namemyhost.example.com
Partially Qualified Domain Name (PQDN) or Relative Domain Name (RDN)
- a domain name that doesn’t include the top-level domain
- types of PQDN:
- Host Name or Hostname
- the left-most label in a FQDN
- the host name represents the network or system used to deliver a user to a certain address or location
- Domain Name
- the domain name represents the site or project that the user is accessing
- Host Name or Hostname
related to: URL, URI, and URN
FQDN Syntax
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 top-level domain (TLD). The domain labels are concatenated using the full stop “.” character (dot or period) as a separator between labels.
The DNS root is unnamed, expressed as the empty label terminated by the dot. This is most notable in DNS zone files in which a fully qualified domain name must be specified with a trailing dot. For example, somehost.example.com. explicitly specifies an absolute domain name that ends with the empty top level domain label.
-model/7---application-layer/domain-name-system/service-(dns)/host-name-/-hostname---domain-name---fully-qualified-domain-name-(fqdn)---absolute-domain-name-(adn)---partially-qualified-domain-name-(pqdn)---relative-domain-name-(rdn)/protocol-hostname-domainname-tld-file-path.png)
-model/7---application-layer/domain-name-system/service-(dns)/host-name-/-hostname---domain-name---fully-qualified-domain-name-(fqdn)---absolute-domain-name-(adn)---partially-qualified-domain-name-(pqdn)---relative-domain-name-(rdn)/dns-schema.png)