
A Fully Qualified Domain Name (FQDN) is a unique identifier for a computer on the internet.
It's made up of several parts, including the hostname, domain name, and top-level domain (TLD).
A hostname is the name given to a device on a network, while a domain name is the name of the network itself.
The TLD is the last part of the FQDN, indicating the type of organization or country the domain belongs to.
For example, the FQDN "www.example.com" breaks down into "www" as the hostname, "example" as the domain name, and ".com" as the TLD.
Recommended read: Network Domain
What is a Fully Qualified Domain Name (FQDN)?
A Fully Qualified Domain Name (FQDN) is the complete address of an internet host or computer, specifying the hostname, domain name, and top-level domain (TLD).
It provides the exact location within the domain name system (DNS) and is essential for a device to be accessible on the internet. For an FQDN to be complete, it must meet specific criteria.
For more insights, see: Internet Domain Name Index
The FQDN structure consists of three main elements: hostname, domain, and TLD. The hostname is the part of the FQDN that comes before the domain, often represented by symbols like www. The domain is the part that comes after the hostname, and the TLD is the part at the very end of the FQDN, such as .com or .org.
Here are some key characteristics of an FQDN:
- The entire FQDN has a maximum length of 255 characters.
- It uses only letters, numbers, and hyphens.
- A number or letter must take the first position on each label.
What Is a Domain
A domain is a crucial part of a Fully Qualified Domain Name (FQDN), which is the complete address of an internet host or computer. It provides the domain name and top-level domain (TLD).
A domain name is usually short and easy to remember, like example.com. It's often created to represent a company, organization, or individual on the internet. For instance, if you're accessing a website, the domain name is the part you type in the address bar, such as example.com.
Related reading: IP Address Management
In a Fully Qualified Domain Name, the domain name is the part that comes right after the Top-Level Domain (TLD). For example, in the FQDN www.example.com, "example.com" is the domain name. This structured hierarchy plays a key role in browsing and email routing, as well as services like reseller hosting.
Here are some common types of domain names:
- Example: example.com
- Subdomain: sub.example.com
- Domain with TLD: example.co.uk
A domain can have multiple hostnames, each related to the domain. For example, a website might have different hostnames like www, ftp, and mail, all pointing to the same domain. This allows for different services to be accessed using the same domain name.
What Is Pqdn?
A Partially Qualified Domain Name (PQDN) is an incomplete web address that doesn't include the full path specified by an FQDN. It might just be the hostname or part of the domain structure, often missing pieces like the subdomain or even the top-level domain.
Website developers often set up their DNS to handle these redirects automatically. This is because PQDNs work because they're shorter and easier for users to type and remember.
The short acronym PQDN represents an FQDN with a missing part. It does not include all of the elements that provide the precise position on the DNS hierarchy.
Many users use PQDN daily without even knowing it. They might type in just the domain name, like "example.com", without realizing it's a PQDN.
PQDN is more accessible and easy to use, making daily searches quicker and easier.
FQDN Structure and Components
The FQDN is a hierarchical structure that shows the exact location of a computing resource inside the Domain Name System (DNS) hierarchy. It's typically written as a list of domain labels, separated by dots or periods.
The top-level domain (TLD) is the highest level in the hierarchical structure of domain names, representing the most general categorization of the domain. Common generic TLDs include .com, .org, .net, and .info.
The second-level domain (SLD) is located immediately to the left of the TLD and is typically chosen by the owner or administrator of the domain. It's often associated with the name or brand of the organization, website, or service.
Subdomains are used to organize and categorize different sections or services within a domain, providing a way to create distinct namespaces and hierarchical organizations under a primary domain. For example, "shop.example.com" could be the address of an online store.
The hostname is the leftmost element of a domain name, used for identifying web servers, mail servers, ftp servers, and more. Hostnames can be used to organize and categorize different services within a domain.
The maximum length for any single label in an FQDN is 63 bytes, and the total length of an FQDN cannot exceed 255 bytes.
Here's a breakdown of the FQDN structure:
This structured hierarchy plays a key role in browsing, email routing, and services like reseller hosting, where managing multiple customer domains efficiently relies heavily on a well-structured DNS setup.
FQDN Usage and Purpose
FQDNs are used to uniquely identify network resources on the Internet, such as servers, routers, and devices. Each resource can be assigned a distinct FQDN to facilitate precise locating and communication.
FQDNs are also used in email addressing, where the domain name is represented by the site's FQDN. For example, in the email address "[email protected]", "example.com" represents the mail server's domain.
Web server hosting relies heavily on FQDNs, as they are used to identify and access web servers. This allows users to access specific web pages by entering the complete address, such as "www.example.com." This is critical for hosting multiple websites on a single server, each with its own FQDN.
FQDNs are used in DNS resolution, which translates human-readable domain names into IP addresses, enabling computers to locate and communicate with each other on the Internet. FQDNs are fundamental for DNS resolution, as they are used in DNS queries and responses, allowing systems to resolve hostnames to their corresponding IP addresses.
Here are some key uses of FQDNs:
- Identifying network resources
- Email addressing
- Web server hosting
- DNS resolution
FQDNs are used to connect to remote hosts, configure DNS and IP addresses, get SSL certificates, and migrate to new servers. They are also beneficial for branding potential, search engine optimization (SEO), and accessing domain services.
FQDN and URLs
FQDN and URLs are often used interchangeably, but they serve distinct roles.
A Fully Qualified Domain Name (FQDN) is a complete domain name that specifies the exact location of a resource in the DNS. It's like a precise address that helps the internet find the correct resource.
In contrast, a Uniform Resource Locator (URL) is a comprehensive descriptor used to locate a specific resource on the internet. It includes the protocol (e.g., HTTP/HTTPS), the FQDN, and additional components like resource path and query parameters.
Most hosting providers, including Hostinger, automatically set up basic FQDNs when you add a domain to your account. Your primary domain (yoursite.com) and the www version (www.yoursite.com) will typically work right out of the box.
Adding the prefix http:// or https:// to the FQDN turns it into a full URL. URLs can specify directory paths, file names, and TCP port numbers, which FQDNs don't include.
FQDNs are not limited to the internet, but each PC and server has its own FQDN. It's easy to find the FQDN of any device, depending on which operating system is being used.
Discover more: DNS over HTTPS
FQDN in Operating Systems
To find the Fully Qualified Domain Name (FQDN) on a Windows OS, you'll need to open the Control Panel and click on System and Security > System. The FQDN is listed under Device specifications.
You can also find the FQDN on a Linux system by opening the terminal and entering the command hostname -A, where the A is case-sensitive. This will return the FQDN.
On a macOS, you can find the FQDN by selecting the Apple menu, System Settings and clicking General in the sidebar. The full computer name or FQDN appears at the top of the About settings. Alternatively, you can type hostname -f into the terminal prompt to return the FQDN.
Related reading: Changing Dns over Https Settings
Windows OS
To find the FQDN on a Windows OS, you'll want to head to the Control Panel. Click on System and Security, then select System. From there, you'll find the See the name of this computer option. This is where you'll discover the Full device name, also known as the FQDN.
Worth a look: Domain Name System Blocklist
The FQDN is listed under Device specifications, so make sure you're looking in the right place. It's a crucial piece of information, especially if you're trying to troubleshoot connectivity issues or set up a network.
Here's a simple step-by-step guide to finding your FQDN on a Windows OS:
- Open the Control Panel.
- Click System and Security > System.
- Select the See the name of this computer option.
- The Full device name (i.e., the FQDN) is listed under Device specifications.
Linux
Linux is a great example of how to get your FQDN. Opening the terminal and entering hostname -A, where the A is case-sensitive, will return the FQDN.
This method works because the hostname command is used to display the hostname of the system, and the -A option tells it to return the fully qualified domain name.
macOS hostname
To find the FQDN on a macOS device, you can use the System Settings or the terminal.
Selecting the Apple menu and clicking System Settings, then General, and finally About will display the full computer name or FQDN at the top of the About settings.
Alternatively, opening the terminal and typing hostname -f into the prompt returns the FQDN. This is a quick and easy way to find the FQDN, especially if you prefer working in the terminal.
FQDN and Domain Names
A fully qualified domain name (FQDN) is the complete address of an internet host or computer, specifying the hostname, domain name, and top-level domain (TLD).
The maximum length of an FQDN is 255 characters, and it can only contain letters, numbers, and hyphens. A number or letter must take the first position on each label.
An FQDN is always labeled in the format of hostname.domain.TLD, such as mail.yahoo.com. This structure is crucial for internet interactions, including getting an SSL certificate, connecting to a remote host, and accessing specific domain services.
Here are some examples of FQDNs:
It's worth noting that FQDNs are different from partially qualified domain names (PQDNs), which lack the complete hierarchy of labels necessary to make them a FQDN.
What Is the Difference Between?
A fully qualified domain name (FQDN) is just one type of domain name, and there are others that serve different purposes. An FQDN specifies all domain levels, including the top-level domain (TLD), in hostname.domain.tld format.
FQDNs are used in various internet interactions, such as getting an SSL certificate, connecting to a remote host, accessing specific domain services, and migrating to a new server. They are easier to remember than IP addresses.
An FQDN is not the same as a partially qualified domain name (PQDN), which lacks the complete hierarchy of labels necessary to make it a FQDN. A PQDN does not provide the full path needed to locate a specific resource on the Internet.
For example, while www.example.com is an FQDN, "example.com" would be that site's PQDN. Most website developers configure their site's DNS to redirect visitors to the same page whether they key in the FQDN or PQDN.
Here's a comparison of FQDN and other types of domain names:
What Is a Partial Name?
A Partial Name is just a nickname for a Partially Qualified Domain Name (PQDN). A PQDN is an incomplete web address that doesn't include the full path specified by a Fully Qualified Domain Name (FQDN).
Expand your knowledge: Fully Qualified Name
For example, if you type "example.com" into your browser, it's a PQDN because it lacks the subdomain or top-level domain. Most website developers configure their site's DNS to redirect visitors to the same page whether they key in the FQDN or PQDN.
A PQDN is typically used for convenience and is applicable where the full name isn't required to resolve the host. In those special scenarios, only the hostname is required for a particular task.
Think of a phone number, where the PQDN is the three-digit area code and the FQDN is the 10-digit phone number. This analogy helps to illustrate the difference between a PQDN and an FQDN.
PQDNs are commonly used because they're shorter and easier for users to type and remember.
FQDN and Security
A Fully Qualified Domain Name (FQDN) is essential for obtaining SSL/TLS certificates, which secure online communications by encrypting data between servers and clients.
An accurate FQDN is crucial to ensure compatibility, avoid browser warnings, and establish trust with users. This is because a certificate issued for one domain won't secure subdomains unless a wildcard or SAN certificate is used.
A Certificate Authority Authorization (CAA) Record is a type of DNS record that specifies which Certificate Authorities are allowed to issue certificates for a particular domain. This helps prevent unauthorized certificate issuance and ensures that only trusted CAs can issue certificates for your domain.
Without an accurate FQDN, SSL/TLS certificates cannot validate ownership or secure subdomains properly. This can lead to browser warnings and undermine trust with users.
Providing the precise FQDN in your Certificate Signing Request (CSR) is essential to ensure that the certificate is tied to the correct domain. This ensures secure connections and prevents unauthorized access.
For more insights, see: List of DNS Record Types
Finding and Registering a Domain
To find a fully qualified domain name (FQDN), you can use the operating system's built-in tools. On Windows, you can find your FQDN in the System tab under Advanced system settings, or by using the command prompt with the ipconfig /all command.
The command prompt is a powerful tool that reveals a wealth of information about your computer's network configuration. To access it, open the Start menu and type "Terminal" to open the Command Prompt.
To register a domain, you'll need to meet the following criteria: your FQDN must include a hostname, domain name, and top-level domain (TLD). For example, "www.whatis.com" is a complete FQDN because it includes "www" as the hostname, "whatis" as the domain name, and ".com" as the TLD.
Check this out: Open Wordpress Site by Ip Instead of Domain Name
When to Register a Domain
You'll want to register a domain when you're setting up a new website or online service that requires a unique identity on the internet. This is especially true if you're planning to secure your connection with an SSL certificate, which verifies your server's identity.
Getting an SSL certificate requires a Fully Qualified Domain Name (FQDN), which is a more memorable and user-friendly alternative to IP addresses. Without an FQDN, your SSL protocol won't operate properly.
Connecting to a remote host or virtual machine also benefits from using an FQDN, as it helps DNS locate the server accurately and prevents resolution failures.
To access specific domain services like FTP or email, you'll need a registered domain name with a corresponding FQDN. This ensures that DNS directs traffic to the correct server.
Migrating to a new server is another situation where registering a domain is crucial. With a registered domain, you can update only the DNS records for the new IP address, minimizing downtime due to IP address changes.
Here are some scenarios where registering a domain is essential:
- Setting up an SSL certificate
- Connecting to a remote host or virtual machine
- Accessing specific domain services like FTP or email
- Migrating to a new server
Finding a Domain
To find a domain, you'll need to know what a fully qualified domain name (FQDN) is. An FQDN is the complete address of an internet host or computer, including its hostname, domain name, and top-level domain (TLD).
The FQDN must meet certain criteria, including a maximum length of 255 characters, using only letters, numbers, and hyphens, and having a number or letter in the first position of each label.
A well-structured FQDN has three main elements: the hostname, domain, and TLD. The TLD is usually short, with 2 or 3 letters, such as .com or .edu. The domain is the part of the FQDN that comes after the TLD, and the hostname is the part that comes before the domain.
Here are some examples of FQDNs, including their hostnames, domains, and TLDs:
- www.example.com (hostname: www, domain: example, TLD: .com)
- ftp.example.com (hostname: ftp, domain: example, TLD: .com)
- mail.example.com (hostname: mail, domain: example, TLD: .com)
To find your own FQDN, you can use the operating system you're using. For example, on Windows, you can open the Start menu and select View your PC name, then select Advanced system settings to find your FQDN. Alternatively, you can use the command prompt and enter the ipconfig /all command to reveal your Windows IP configuration, including your FQDN.
On macOS, you can select the Apple menu, System Settings, and click General, then About, to find your FQDN. Alternatively, you can open the terminal and type hostname -f to return your FQDN.
Next Steps: Implementing
Now that you have your FQDN, it's time to implement it. You can do this by setting up email services, which can be incredibly simple with Hostinger's hPanel.
To start, you'll need to set up your DNS records, including MX, SPF, and DKIM records. Don't worry, Hostinger makes this process easy, and you won't need to configure anything manually.
For more advanced DNS management, you can use hPanel's DNS zone editor. This is where you can add custom A records, CNAME records, and other DNS entries if you need specific FQDNs for third-party integrations.
To create FQDNs for different parts of your website, you can use subdomains like blog.yoursite.com, shop.yoursite.com, or api.yoursite.com. This is a great way to organize your website and make it easier to manage.
Here are some common use cases for FQDNs to keep in mind as you implement them:
- Connecting to a remote host, especially if it doesn't share the same internet service provider
- Configuring the DNS and IP address, making it easier to remember than IP addresses
- Getting an SSL certificate to encrypt the connection between the browser and the web server
- Migrating to a new server, where an FQDN can help prevent communication issues and outages
- Branding potential, helping site visitors know the identity, location, and presence of a website
- Search engine optimization (SEO), which can improve a website's rankings in web browsers
- Accessing domain services, such as email or File Transfer Protocol
By implementing your FQDN correctly, you'll be able to take advantage of these benefits and more.
Frequently Asked Questions
What is the difference between DNS and FQDN?
DNS (Domain Name System) is a directory that translates domain names into IP addresses, while a FQDN (Fully Qualified Domain Name) is a specific domain name that includes all levels of the DNS hierarchy, providing its exact location. Think of DNS as a map and FQDN as a specific address on that map.
Is FQDN the same as IP address?
No, FQDN (Fully Qualified Domain Name) and IP address are not the same, with FQDN being a human-readable website address and IP address being a numerical identifier. Understanding the difference between FQDN and IP address is key to navigating the internet effectively.
What is the difference between FQDN and PQDN?
A Fully Qualified Domain Name (FQDN) provides the complete path to locate a resource online, while a Partially Qualified Domain Name (PQDN) lacks this full path, making it incomplete for internet navigation.
What is the FQDN of a server example?
The FQDN of a server is the combination of its hostname and domain name, typically in the format "hostname.domain.com". For example, a server named "example" in the "example.com" domain would have an FQDN of "example.example.com
Featured Images: pexels.com


