What is a Hostname (or System's hostname)?

Map Of Internet 1973

About

A hostname is a DNS name for a host (ie for the operating system) that is composed of:

  • a label (generally called the short name)
  • and a domain

The hostname or computer name:

  • is a logical name for the host itself
  • is set in the operating system (used to initialize the OS kernel hostname)
  • is unique for the host (but it may have several logical name called IP name)

The operating system knows its own host under its host name.

Hostname vs IP Name

A hostname is not an IP name because a host:

If the relevant host only has one network adapter, the host name and the IP name are normally identical. In this case, there is a unique relationship between the logical host name and the IP name. This means that this host can be addressed by other computers using its host name.

Virtual

A Hostname may be virtual meaning that a service hosted on a system with:

  • the hostname foo can answer a request
  • for the virtual hostname bar.

This is used for instance to host several web server. See What is and how works a virtual host / custom domain / vanity hostnames

Value

Long

The value of the hostname is a full qualified format.

hostname
myname.example.com

Short

But you can query also the relative format.

hostname -s
myname

Type

Static

The static hostname is the hostname that is defined on the host itself (generally in a file).

Linux: it is configured in the /etc/hostname file.

If the static hostname is not set, the transient hostname is the default one.

Transient

The Transient hostname represents the name that is set by network configuration such as:

  • HostFile
  • DHCP
  • or DNS

after a system boot.

If the Transient hostname is not set, the system uses the Static hostname.

Management

Query

You can query the hostname under UNIX or Windows by using the command hostname. Linux - Hostname (Kernel, Static)

Default

If a static hostname is not set, the default hostname is the one defined by the network configuration and is also known as transient hostname

Set

The hostname that is set is called the static hostname.

If not set, the hostname of the network configuration is taken, see default

The hostname should be set with a full qualified format.

To set it on linux, see Linux - Hostname (Kernel, Static)

Documentation / Reference





Discover More
Map Of Internet 1973
DNS - rDNS - Reverse DNS (lookup|resolution) - from IP to name

A reverse dns lookup is a dns lookup that: query the PTR record with a reverse map name in order to get the DNS name (known also as the reverse DNS name) from a IP address forward dns lookup...
Email - Mail User Agent (MUA) - Mail Client

A Mail User Agent (MUA) is the technical term from a email client application. User agentMail User Agent (MUA)user applicationuser agent on the web A MUA can: read and write in the mailbox and...
How to create and manipulate an URL in Javascript? (Browser URL Object)

This article shows you how to get and manipulate an URL with Javascript. URL You can manipulate an URL with the URL web API object Build an URL object Print a URL properties (...host, hostname,...)...
Web Site Certificate
How to enable SSL on a server (ie HTTPS on a web server) ?

This page shows you how to configure a certificate and a private key for a server in order to enable SSL or a web server (http) (ie web site) in order to enable https (ie HTTP over SSL).
Certificate Validity Period Not Before Not After Portecle
Identification Material - Certificate (or Public Key Certificate)

A certificate is a document which permits to define with certainty the owner of the private key (ensures that the party you are communicating with is whom you think.) because it's digitally signed A certificate...
Linux - Directory /proc/sys/kernel/

This directory contains configuration files that directly affect the operation of the Kernel acct — Controls the suspension of process accounting based on the percentage of free space available...
Linux - Hostname (Kernel, Static)

How to manage the hostname under Linux. FQDN The static hostname is stored in /etc/hostname. Historically this file was supposed to only contain the hostname and not the full canonical FQDN....
Linux - Network

Network management on Linux See Setting the hostname DNS See Enter this parameter: See also Dhcp Check: see Set up the ethernet network adapter interface (local connection) The...
Map Of Internet 1973
NetWork

Maps of the Internet in 1973 This section groups all articles over networking. In the internet age, all networks may be considered as subnet. To transmit data between two hosts in one network,...
Map Of Internet 1973
Network - (Internet) Apex Domain (also known as Zone domain)

An apex domain is the domain name that: is composed of the two top-level label of a name (the first being the top level domain) does not contain a subdomain For example: example.com is an apex domain....



Share this page:
Follow us:
Task Runner