Assignment Set 2 - Submission Guidelines (Spring 2004)
To submit your assignment, you will need to show a run
of specific input for Part 1 and general input for Part 2 and Part 3. To receive partial credit
for any portion, you will need to demonstrate those parts function correctly. Here are the required runs to be
be captured.
- Part 1: Run your packet filtering tool on the input files given
below. You may copy
the files to your home directory or open them directly. However, it must be obvious
from the script what file is being opened and parsed.
- ~tmont/cs453-sp04-sniff-1.data
- ~tmont/cs453-sp04-sniff-2.data
- ~tmont/cs453-sp04-sniff-3.data
- ~tmont/cs453-sp04-sniff-4.data
Filter all these files separately with the following restrictions. Each run
should filter each file with one of the restrictions. So, you should have 16 runs.
- destination address in the range 132.151.6.0/24
- source port of TCP port 80
- protocol of UDP
- TCP flag SYN
- Part 2 and Part 3: Run your client and server applications. Perform
10 ask queries and 10 bid queries with stock symbols of your choice. Some suggestions
are CSCO, MSFT, and TIBX.
You must use script to start capturing your runs.
If you do not know how to use script, examine its man page.
You will need to submit all script runs and source code.
Please use the following command to submit your assignment from the shell
servers ONLY.
perl ~tmont/sub_cs453.pl file1 file2 file3 . . .
Some restrictions:
- You should include a README file that explains the files
and the usage of your programs.
- You must include a script of your program in operation with specific
input as given above.
- Do not include any binary files.
- Do not include any additional directories.
- Do not include any native code if using Java (JNI).
Please follow this procedure. If you do not follow this procedure
your programs will not be graded!
Todd L. Montgomery (revised 03.29.2004)