What is the difference between pqdn and fqdn?

1 answer

Answer

1180672

2026-04-30 13:35

+ Follow

FQDN

A fully qualified domain name (FQDN) is the complete domain name for a specific computer, or host, on the internet. The FQDN consists of two parts: the hostname and the domain name. For example, an FQDN for a hypothetical mail server might be mymail.somecollege.edu. The hostname is mymail, and the host is located within the domain somecollege.edu.

PQDN

If a label is not terminated by a null string, it is called a partially qualified domain name (PQDN). A PQDN starts from a node, but it does not reach the root. It is used when the name to be resolved belongs to the same site as the client. Here the resolver can supply the missing part, called suffix, to create an FQDN.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.