uocis  CIS 432/532 Introduction to Computer Networks - Winter 2003

Announcements


7 March: Homework 4 is available

Please refer to the Assignment web page.


6 March:Turn in project 2

Only source files should be submitted. You must provide us a Makefile to compile your project if the project is coded with c/c++, otherwise you need to provid a compile script or a REAME file specifying how I compile your Java file.
Put all your project files together in a folder, in that folder. Using "tar cvf p2.tar *", then "gzip p2.tar" to compress all your project files into a file p2.tar.gz. Before turning your files, do "gunzip p2.tar.gz" and then “tar xvf p2.tar” to check if all the files you want to turn in are included in the tar file. Then you are ready to turn in the project. using the following command to submit your project: /nfs/cs/classes/cis432/w03/project/turnin -s ix -p 4898 p2 p2.tar.gz
After you have submitted your project file, a folder named after your login name will be created inside folder /nfs/cs/classes/cis432/w03/project/p2/. That folder contains your project file.
Test your projects (compile and run) on a Unix machine, as I will grade them on Unix.


4 March: On late submission of Program 2

If you turn in the program 2 after the deadline, there will be a deduction of your score for this assignment.


If (submitted on or before 3/7, Friday) no deduction
else if (submitted on or before 3/9, Sunday) 10% deduction
else if (submitted on or before 3/11, Tuesday) 30% deduction
else if (submitted on or before 3/13, Thursday) 50% deduction
else if (submitted on or before 3/15, Saturday) 70% deduction
else if (submitted on or before 3/17, Sunday) 90% deduction
else 100% deduction

The clock time on machine ix will be used for this purpose. The grading policy will be similar to that of program 1.


3 March: The lecture on network layer's second half is now available

You can download it from http://www.cs.uoregon.edu/classes/cis432/ch4-2nd-half.pdf


24 February: Program 2 assignment is available now and due on March 7

Please refer to the Assignment web page.


21 February: The lecture on network layer's first half is now available

You can download it from http://www.cs.uoregon.edu/classes/cis432/ch4-1st-half.pdf


19 February: Homework 3 assignment is available and due on February 28 in class

Please refer to the Assignment web page.


19 February: On late Submission of Program 1

Late submission of Program 1 will still be accepted. However, your grade will be duducted as the deadline has passed.

If (submitted before 2/24 5pm) 20% deduction else if (before 3/3 5pm ) 40% deduction else if (before 3/10 5pm) 60% deduction else if (before 3/17 5pm) 80% deduction else 0 /* 100% deduction */

18 February: Midterm results are to be announced in class tomorrow


14 February: Instructions for turn in Program 1

Only source files (.cc, .h and Makefile) should be submitted. You must provide us a Makefile to compile your project, otherwise we would regard the project as incompleted.

Using "tar cvf p1.tar ", then “gzip p1.tar” to compress all your project files into a file p1.tar.gz. After you have created the file p1.tar.gz,using the following command to submit your project: /nfs/cs/classes/cis432/w03/project/turnin -s ix -p 4898 p1 p1.tar.gz

After you have submitted your project file, a folder named after your login name will be created inside folder /nfs/cs/classes/cis432/w03/project/p1/. That folder contains your project file. You can submit as many times as you wish before the deadline (2/17 5:00 pm).


14 February: Program 1 is due on 2/17, Monday, 5:00 p.m.


11 February: To those who have not received email from Jun recently

I notice some people are not reachable through emails. If you haven't heard from me through emails in the last couple days, you may be in a disadvantageous position, as I may push out important info through emails for fastest notification.


29 January: Sample source code for Programming Assignment #1

You can find sample source-code for programming assignment #1 in the /cs/classes/cis432/sample-code directory. The code implements a simple timeserver, but it should give you a good start for the assignment.


27 January: Homework Assignment #2 is available

The second homework assignment is available from the Assignments link.


19 January: Programming Assignment #1 is available

The first programming assignment is available from the Assignments link.


6 January: Prof. Li in China

Prof. Jun Li is unable to leave China at this time, so Prof. Zappala is subsituting this week.

Created by: Daniel Zappala March 10, 2003