码迷,mamicode.com
首页 > 其他好文 > 详细

Fully Qualified Domain Name [FQDN]

时间:2020-02-19 05:50:04      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:new   oca   ble   size   log   ali   this   likely   int   

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]

Fully Qualified Domain Name [FQDN]

标签:new   oca   ble   size   log   ali   this   likely   int   

原文地址:https://www.cnblogs.com/xilongcn/p/12329552.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!