Illustrate how to analyze a Web address.
Victims of many past Internet fraud schemes could have protected themselves if they had learned to decode a Web address (URL).
Example
http://www.thoughtpolice.com/bayboyz/1040.html
Components of a Web Address
Variations
While the above steps will serve to decode many Web addresses, some variations exist. Moreover, as Web development moves more toward the use of dynamic data, URLs become more complex, and therefore, more difficult to decipher. Below appear some examples:
http://www.webcom.com/~pinknoiz/coldwar/ciaradiation.html
Follow the decoding steps above, but note the tilde (~) in the Web address. This usually, but not always, indicates a personal folder -- perhaps the customer of a Web host, or a student at a university, etc. The existence of information on a personal page or site does not necessary mean the information is substandard. It should, however, flag the user's attention and underscore the need to learn more about the author's expertise.
http://thomas.loc.gov/cgi-bin/query/z?c107:H.R.2975:
The use of a question mark (?) in a Web address typically means that behind the scenes, a script will call information from the server or a database. It's easy to determine the script used in the above URL because it appears in the address as cgi-bin. It's a CGI script. Everything that follows cgi-bin in the above example means something to the server or database. In this case, it commands the server to return a copy of House bill 107-2975.
The above URL indicates the use of both dynamic data and stylesheets. Read everything before the question mark (?) by following the guidelines above. Following the question mark are a series of commands to the server or database. For example, articleid=CA170412 commands the database to retrieve the article having the unique number, CA170412. Layout=article and display=breakingNews probably indicate the use of stylesheets to display the Web page using a defined format.
COPYRIGHT: © 2001 Ballard Spahr Andrews & Ingersoll, LLP all rights reserved.
This information appears in Teaching Internet Research Skills, a teaching Web of The Virtual Chase at URL https://www.virtualchase.com/researchskills/quality4.html.