next up previous contents
Next: Surfing the Internet Up: Working on the Internet Previous: Working on the Internet   Contents

Host-names and Internet addresses

The Internet is a world-wide network of computers. The computers are divided into domains and sub-domains. Each machine has a name and an address which is unique across the Internet. To check the name of the machine you are logged on use the command hostname. The names of some of the departmental server machines in the labs are:

Hostname Fully Qualified Domain Name Internet Address
onyx onyx.boisestate.edu 132.178.226.68
cs cs.boisestate.edu 132.178.226.55

The suffix boisestate.edu represents the sub-domain comprised of all the machines on campus. To find the Internet address of a machine, use the command host <hostname>. Here are some examples.

[amit@onyx handouts]: host google
Host google not found: 3(NXDOMAIN)
[amit@onyx handouts]: host google.com
google.com has address 216.239.37.99
google.com has address 216.239.57.99
google.com has address 216.239.39.99
[amit@onyx handouts]: host onyx.boisestate.edu
onyx.boisestate.edu has address 132.178.226.68
[amit@onyx handouts]: host www.boisestate.edu
www.boisestate.edu is an alias for cptest-wp3.boisestate.edu.
cptest-wp3.boisestate.edu has address 132.178.213.91



Amit Jain 2013-04-22