Network Security - II |
|
Homework #1
IRC Implementation
Homework #2
–
Homework #3
Homework #4
General Guidelines Here are few suggestions to avoid problems in this course. These suggestions are put here just because we encountered them so much in previous years. First and The Most Important suggestion Read the academic policy carefully and follow them!!! If there is a specification provided with the homework, you are supposed to follow that specification. Not following the specification may result in a very bad grade for that homework. Make sure your code compiles at remote servers. DO NOT ASSUME THAT WE ARE USING VISUAL STUDIO or ANY OTHER EDITOR and do not include any editor specific files in your source code and directory. You can use Windows, Linux MAC whatever you want BUT submit your code in a way that allows it to run on servers. Provide a Makefile to compile your code. If you don't know how to write a Makefile search the web with make tutorial. Do not write excuses or any other unrelated materials in the README files. Write only useful information about your code, i.e. on which servers your code runs. You should not write how to compile or run your code in README files, since your Makefile will compile the code and we will run your code based on the specification files. Write legible or use a typesetting program. Properly attach your papers, show your work rather than just giving the answer. This will help us to give partial credit to you. We will read the homeworks, exams, projects after 1 week later than the submission of them. If you have any questions regarding your grades you should come to our office and contact with us no later than 1 week after we post the grades. |
|
|