
Sometimes, a final domain identifier identifies the country in which the site's server is located. Generally, no country code is used for sites in the United States, but the initials ".us" can be added to the URL address with no effect on the web browser's abilitiy to find the site. (The home web page at Kansas State Univeristy, for example, can be entered as www.ksu.edu.us. Sites on servers outside the USA generally (but not always) have a two-letter country code which helps the servers find the site. For example, this URL address -- HTTP://coombs.anu.edu.au -- leads NETSCAPE to a server at the Australian National University, as the initials au indicated.
After the site URL address, there will often be a "slash" -- / -- and some other subdirectory names. Everything after the first "slash" identifies the "path" to the indicated file.
Occasionally, administrators at a site will move files around within the server, and the subdirectories on the path you have selected may not be there. It is helpful to know that you can sometimes delete the subdirectories and find your way to the "root directory" of the server, generally identified by a slash with nothing after it. For example, given this address --
http://www.ncsa.uiuc.edu/Edu/MSTE/internationalprojects.html
you may get a "404" error message from the Internet saying that the file you have requested does not exist. If that happens, you can remove some or all of the subdirectories from the path, and sometimes get onto the server at the site. From there, you can sometimes find the new location of the desired file.