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.208.159 |
| cs | cs.boisestate.edu | 132.178.208.4 |
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.208.159 [amit@onyx handouts]: host www.boisestate.edu www.boisestate.edu is an alias for www.idbsu.edu. www.idbsu.edu is an alias for clark.boisestate.edu. clark.boisestate.edu has address 132.178.235.253 [amit@onyx handouts]: