Assignment #2 for Computer Networks (Fall 2003) ----------------------------------------------- Problem #1 - Solve problem #2 from Kurose and Ross (page 175) Problem #2 - Solve problem #3 from Kruose and Ross (page 175) Problem #3 - Solve problem #10 from Kruose and Ross (page 176) Problem #4 - For this problem you are to modify the weblite web server program to insert a header stating "This page served to you by weblite!" at the top of each html page served. For example, the following shows what can be done. Your implementation must insert this header information dynamically whenever weblite opens and sends an html page. ***************************************************************** ** The 4th line of the below was corrected on 09/13/03 by KJC. ** ** A was changed to . ** ***************************************************************** This page served to you by weblite! Test Page

TEST PAGE



This is a test page that demonstrates how something can be added to the top of an HTML page for the browser to display.


Last updated by Ken Christensen on AUGUST 19, 2003
Submit your source code (modified weblite), test page (obviously, without a header as shown above), and a Windows executable on a diskette. Also submit a document containing a screen shot of a browser showing a served page with the inserted header. Neatness counts. Be sure to see the document on C style rules for this class (on the projects page). ***************************************************************************** ** Please submit your entire assignment in a large envelope. Clipping a ** ** diskette to some loose sheets of paper will not work. ** ***************************************************************************** ---