Difference between revisions of "Hostname"
Karl Jones (Talk | contribs) (Created page with "In computer networking, a '''hostname''' is a label that is assigned to a device connected to a computer network. == Description == This label is used to ide...") |
Karl Jones (Talk | contribs) (→External links) |
||
(One intermediate revision by the same user not shown) | |||
Line 38: | Line 38: | ||
* [https://en.wikipedia.org/wiki/Hostname Hostname] @ Wikipedia | * [https://en.wikipedia.org/wiki/Hostname Hostname] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer networks]] | ||
+ | [[Category:Computing]] | ||
+ | [[Category:Domain Name System]] | ||
+ | [[Category:Web hosting]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 03:32, 25 April 2016
In computer networking, a hostname is a label that is assigned to a device connected to a computer network.
Contents
Description
This label is used to identify the device in various forms of electronic communication such as the World Wide Web, e-mail or Usenet.
Hostnames may be simple names consisting of a single word or phrase, or they may be structured.
Domain Name System
Hostnames that include DNS domains are often stored in the Domain Name System together with the IP addresses of the host they represent for the purpose of mapping the hostname to an address, or the reverse process.
On the Internet, hostnames may have appended the name of a Domain Name System (DNS) domain, separated from the host-specific label by a period ("dot").
In the latter form, a hostname is also called a domain name.
Fully qualified domain name
If the domain name is completely specified, including a top-level domain of the Internet, then the hostname is said to be a fully qualified domain name (FQDN).
See also
- Computer network
- Computer networking
- Device
- Domain name
- Domain Name System
- Electronic communication
- Fully qualified domain name
- Internet
- IP address
- Label
- World Wide Web
- Usenet
External links
- Hostname @ Wikipedia