Assignment Set 2 - Submission Guidelines (Spring 2005)
To submit your assignment, you will need to show a run
of specific input for Part 1 and your design document for Part 2. To receive partial credit
for any portion, you will need to demonstrate parts of Part 1function correctly. Here are the required runs to be
be captured.
- Part 1: Run your network analysis 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-sp05-sniff-1.data
- ~tmont/cs453-sp05-sniff-2.data
- ~tmont/cs453-sp05-sniff-3.data
- ~tmont/cs453-sp05-sniff-4.data
Analyze 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
in all.
- Analyze file normally (Part 1.A)
- Analyze file and also report data bytes (Part 1.E)
- Analyze file for UDP (Part 1.C)
- Analyze file for TCP and port 22 (Part 1.A, Part 1.B and Part 1.D)
- Part 2: Your design document should be submitted as normal. The document
must detail all aspects of your design and also include justification of design decisions.
Your document may be written in plain text, HTML, PDF, or RTF. Microsoft Word documents
will NOT be accepted.
- Extra Assignment: Run your TFTP server and use the TFTP client mentioned
in class to test your server with a file of your own choosing.
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 04.25.2005)