Web Worksheet

Use the web, your own knowledge, or that of your neighbor to answer the following questions.

1. What network communication occurs when a person visits a website? Draw a picture of this process. Use the words browser, server, client, DNS, cache, domain, URL, IP, HTTP, and HTML in your answer, and define those terms.

 

 

 

 

 

2. What is the the IP address of USF's web page? See http://www.hcidata.co.uk/host2ip.htm for help.

 

3. What is ICANN?

 

 

4. What is a static web page? What is a dynamic web page? How are dynamic web pages created?

 

 

5. The following questions concern HTML code. One way to answer them is to use Dreamweaver and click on the 'Split' tab. In 'Split' mode, you can see both a page and the underlying HTML codes. Another way to answer them is to open a browser and select View | Page Source. This will show you the HTML code for any page on the web (including this one-- the URL is at the top).


a. What is the HTML code to link to USF's home page?

b. What is the HTML code for a table with two rows and two columns, where each cell contains the row and column number, i.e.,
0,0 0,1
1,0 1,1