This chapter introduces basic Internet concepts. The objectives important to this chapter are:
Concepts:Before discussing chapter one, we should talk about historical aspects of the Internet: The Internet started as a computer network to be used by research entities who needed to contact and send information to each other about defense projects. There are many different methods that were used to find and transfer information across the Internet before it became graphic and consumer oriented. They can still be used. Some are:
Current web browsers are programs that are used to view Internet or network based information. That information may be stored in various formats. Browsers can use various methods, or protocols, to get the information. Different protocols are required by the browser because different servers, computers that provide the files to other computers, use various protocols. Some are:
HTML is Hypertext Markup Language. Hypertext itself is a concept that has been around for a while and it means having links in documents that allow a reader to jump from one part of the document to another, or to jump to another document. HTML is the document language that WWW documents are written in. HTTP is the protocol that allows such jumping around in documents to take place. Some important features of the Web:
Browsers find their way to Web documents by using URLs, Uniform
Resource Locators. (They are also called Universal Resource Locators.)
This is a fancy name for the location name of a Web document. A full URL
includes the protocol used to reach it, such as HTTP. The protocol
is followed by a colon and two forward slashes. Just consider
this as necessary punctuation for now. The URL for this site is: http://stevevincent.info which means to use the http protocol, contact the WWW server called "home" at the network called att.net, and open the default page in the directory called ~s.k.vincent. So, when you give a URL to a browser, you are telling it where to look and how to read the document it finds there. |