A hostname is a label assigned to a device (a host) on a network.It distinguishes one device from another on a specific networkorover the internet.Thehostname for a computer on a home network may be something likenew laptop,Guest-Desktop, or FamilyPC.
Hostnames are also used by DNS servers, so you can access a website by a common, easy-to-remember name.This way, you don't have to recall a string of numbers (an IP address) to open a website.
A computer's hostname may instead be referred to as a computer name, sitename, or nodename. You may also see hostname spelled as host name.
Each of the following is an example of a Fully Qualified Domain Name with its hostname written off to the side:
The hostname (likelearn) is the text that precedes the domain name (e.g.,microsoft), which is the text that comes before the top-level domain (.com).
Executing hostname from the Command Prompt is the easiest way to show the hostname of a computer.
Never used Command Prompt before? See our How to Open Command Prompt tutorial for instructions. This method works in a terminal window in other operating systems, too, like macOS and Linux.
Using the ipconfig command to execute ipconfig /all is another method. Those results are more detailed and include information in addition to the hostname that you might not be interested in.
The net viewcommand, one of the several net commands, is another way to see your hostname and the hostnames of other devices and computers on your network.
Another easy way to see the hostname of the computer you're using is through System Properties, which also lets you change the hostname.
System Properties can be accessed from the Advanced systemsettings link inside the System applet in Control Panel. Or, pressWin+Rand entercontrol sysdm.cplto go to the correct screen. The hostname here is called theFull computer name.
Hostnames can't contain a space because these names can only be alphabetical or alphanumerical. A hyphen is the only allowed symbol.
The wwwportion of a URL indicates a subdomain of a website, similar tolearnbeing a subdomain ofmicrosoft.com.
To access google.com's imagessection, you must specify theimages hostname in the URL. Likewise, the www hostname is always required unless you're after a specific subdomain.
For example, entering www.lifewire.com is technically always required instead of only lifewire.com. This is why some websites are unreachable unless you enter the www portion before the domain name.
However, most websites you visit open without specifying thewwwhostname-either because the web browser does it for you or because the website knows what you're after.
DDNS services like No-IP are available that can create a hostname for your public IP address. This is useful if you have a dynamic IP address (it changes), but you need to have access to your home network even when the address updates. The service will tie a hostname to it that's easy for you to remember and that updates automatically to always refer to your current IP address.
FAQOpen the Linux terminal, typehostname, and pressEnter. To change the hostname, entersudo hostname NEW_HOSTNAME, replacing "NEW_HOSTNAME" with the name you want.
When accessing Gmail in Outlook or a similar program, the incoming hostname isimap.gmail.com or pop.gmail.com(depending on how you have it set up). The outgoing hostname is smtp.gmail.com.
The name of a Minecraft server is called the hostname. If you create a Minecraft server, give it a custom hostname so you don't have to remember the IP address.