What is an FQDN?

FQDN stands for Fully Qualified Domain Name. It's the complete domain name for a specific computer or host on the Internet.

Components of an FQDN

An FQDN consists of two main parts:

  • Hostname: The name of the specific computer or service
  • Domain name: The domain where the host resides

FQDN Structure

The structure of an FQDN follows this format:

[hostname].[domain].[top-level-domain]

Examples of FQDNs

  • www.amicatek.com
    • Hostname: www
    • Domain: amicatek
    • TLD: .com
  • mail.example.org
    • Hostname: mail
    • Domain: example
    • TLD: .org
  • ftp.company.co.uk
    • Hostname: ftp
    • Domain: company
    • TLD: .co.uk

Why FQDNs are Important

  • Unique identification: Each FQDN uniquely identifies a specific resource on the Internet
  • DNS resolution: FQDNs are used by DNS servers to resolve domain names to IP addresses
  • Email delivery: Mail servers use FQDNs to route emails correctly
  • SSL certificates: Certificates are issued for specific FQDNs

FQDN vs Domain Name

FQDN Domain Name
www.amicatek.com amicatek.com
mail.company.org company.org
blog.example.net example.net
Note: Sometimes a domain name can also function as an FQDN when it directly points to a specific resource, such as when amicatek.com points to a website without a hostname prefix.