Web Basics

Overview

The Internet is comprised of clients and servers. For example the web page you are reading right now is actually a computer file that is on the College of Engineering’s web server. The computer you are using to view this page is the client computer. The client and the server are connected by what is called the Hypertext Transfer Protocol, or HTTP for short.

Both computers must understand this protocol to communicate with each other. This is done by the programs that are used. On the client side it is your browser and on the server side it is one of many types of web server programs. We use the Apache web server, for example.

HTTP uses the Uniform Resource Locator, or URL, to communicate between the client and the server. This URL tells the server which web page it needs to send to the client. And so the URL is basically an address on the web. If you look at the top of your browser you will see that the URL for this web page is:

http://www.engr.colostate.edu/ets/web-basics

The address can be broken down like this:

  • http://

This tells the server that the client is requesting a web page. The client can also request other things from the server (not discussed in this tutorial).

  • www.engr.colostate.edu

This is the host that the client computer wishes to connect to. It is basically the “name” of the computer that the web pages are stored in.

  • ets/web-basics

This is the path to the specific web page the client computer wants to see. It is basically a listing of the directories on the server computer where the file is stored. So this web page (webbasics.html) is in a directory called “web” that is within a directory called “how” that is in turn within a directory called “ens” that resides at the root of the web server.

Another important protocol that is used to communicate between clients and servers is Hypertext Markup Language, or HTML. This is the language that is used to actually create the web pages. It tells your browser how to display the content of the computer file on your browser window.

Read the HTML Basics tutorials for more information on how to use HTML.

How the Web Works

  1. Your browser tells your computer to send out a request for a specific URL address.
  2. This request is sent to a number of other computers including domain name servers, firewalls, routers and gateways. Each one of these computers have a different task, but the bottom line is that they make sure that the request is sent to the correct server.
  3. The server computer accepts the request and the web server program determines exactly what is wanted.
  4. The server computer then sends out the web file that was requested.
  5. The web file is sent to the computers mentioned in step number 3. These are not necessarily the same physical computers as before, but the tasks that they perform will be the same.
  6. Your computer receives the web file the server sent.
  7. The browser parses the HTML contained in the web file and displays the contents in the browser’s window.
  8. You click a link on the page and it starts all over again with step number 2.
Walter Scott, Jr. College of Engineering logo

Engineering Technology Services

Bookmark and use our online help desk form first.
 

Email help@engr.colostate.edu
Call (970) 491-2917
 

Stop by an ETS Help Desk:
Main Help Desk (Glover 100)
Foothills Campus Help Desk (Atmospheric Science 107)
Academic Village Help Desk (AVB C142, next to the Orion Design Studios)