Day 1 Overview of the Web

The web is a global information retrieval system which is organized by hypertext documents with links to other files which can be other hypertext documents, sound files, audio files (movies), and graphics files.

The web is based on the TCP/IP protocols that define (among other things) how computers on the Internet communicate with each other. The Internet existed first, then the web -- and some special protocols-- were developed around 1991.

What can be done on the web?

Publishing on the web is a lot like publishing in any other medium. You are trying to convey information to an intended audience, and as you would expect, fitting the content to the audience is the primary consideration. But there are things you can do that are difficult or impossible in any other medium.

A number of specialized terms and concepts will be discussed during this seminar. If you are not already familiar with them, you may wish to browse through the glossary. These terms include: Client/Server, Global Information Resources, Home Page, HTML (HyperText Markup Language), Hypertext, Internet, Multimedia, Network, Port Number, Protocols and Standards, URL (Uniform Resource Locator) , and World-Wide Web (WWW) .

How the Web works

Briefly, when you access a document on the World Wide Web, the browser (the software on your computer) contacts the server (the software on the computer where the page lives) and retrieves the document your requested, along with the associated files, such as images and sounds, that the document called for. The browser then presents the document to you by either interpreting the commands (markup) in the file, if it is an HTML document, and/or launching another program, if the document (or one of its related files) is not HTML. Documents that are 'on the web' are actually accessed through a 'web server', either on the same machine as the web server, or accessible to the server and served as if they were on the same machine. So putting a document 'on the web' is simply a matter of putting it in the proper format (usually HTML for documents, and .jpg or .gif for images) and putting it in the proper place on the proper server.

HTML

Most documents on the web are in HTML, Hypertext Markup Language. Hypertext Markup language is a way of taking a file of plain text and telling the browser about the structure of the document and about how to display the document. It's a sort of computerized 'typist's instructions'. HTML is NOT a programming language. HTML documents can include sections of programming, like Javascript, and can also 'include' related image files (.gifs and .jpgs).

The Lehigh Web Server

The Lehigh Web server lives on the machine called www.lehigh.edu. Lehigh web spaces, however, live in AFS space (reachable from the machines called 'UNIX workstations'), in special subdirectory on each account (/public/www-data/). For editing and uploading purposes, these directories can be reached from the AFS workstations, the Compute server, and the Network Server.

Topics in this Seminar

This seminar will cover:
 Previous  Top  Next
jahb, September 5 1997.