Fully Qualified Domain Name [FQDN]

Fully Qualified Domain Name [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 bbs server might be bbs.cnblogs.com. The hostname is bbs and the host is located within the domain cnblogs.com.

    When connecting to a host (using an SSH client, for example), you must specify the FQDN. The DNS server then resolves the hostname to its IP address by looking at its DNS table. The host is contacted and you receive a login prompt.

    If you are using only the hostname (without the domain information) to connect to a server, the application you‘re using may not be able to resolve the hostname. This can happen if either the DNS suffix search order in your computer‘s TCP/IP properties is incorrect, or the DNS table is corrupted. In these cases, entering the host‘s FQDN will allow DNS to locate the server. Also, if you are trying to connect to a remote host that is not local to your internet service provider (ISP), you will probably have to use the FQDN. For example, it‘s unlikely that a DNS server at IU would have a listing for remote hosts at another university or an unrelated ISP.

bbs.baidu.com.

apple.xilinx.com.

[Host name].[Domain].[TLD].[Root]

相关推荐