|
Lecture Notes on Computer and Network Security
Note for instructors using these slides/notes: Instructors who use these notes/slides want to know frequently how exactly I use them in class since there is much more information on a typical slide than you will usually find in a powerpoint presentation. Here is the answer: When I teach the theoretical portions of this course, I actually work out the formulas on the chalkboard. And when I teach the systems portion of the course, I spend quite a bit of time demonstrating the issues on my Linux laptop. In that sense, these PDF slide files are as much for showing in class as they are for focused reading by the students. When used as slides, these serve as backdrop to the explanations provided on the chalkboard or through demonstrations on a computer. Regarding homework assignments: Homework assignments typically involve writing Perl or Python scripts in order to gain a deeper understanding of the ideas through actual implementation. (From a pedagogical standpoint, scripting is much more efficient for this than writing code in raw C.) In the part of the course that deals with encryption, students write scripts for implementing DES, AES, RC4, etc. In the part of the course that deals with more system related issues, the students are asked to write scripts that carry out DoS attacks, buffer overflow attacks, etc., against servers (for buffer overflow attacks, that would be a socket program in C with intentionally embedded buffer-overflow vulnerability). If you are an instructor and you'd like to see these homework assignments, send me a note at kak@purdue.edu. If you do so, please place the string "requesting security homework" in your subject line to get past my procmail filter. Useful Resources for Homework Assignments:
When will these slides/notes be updated next?: The 2009 major revision and update of the notes is over. Several of the lecture notes went through significant addition and revision. Much new material was added to the notes that address the systems-oriented issues in computer and network security. The next serious update of this material is scheduled for the January -- April 2010 time frame. |
| A BRIEF HISTORY: These lecture notes, at least several of them, made their first appearance on the web in 2006. They have so far gone through three major revisions. With each revision I have attempted to improve the explanations on the basis of the feedback I receive from the students at Purdue and from other users of these notes. Regarding the notes that deal with the systems side of security, I have tried to seek out the best ways to combine the explanation of the concepts and their demonstration on a laptop keeping in the mind the time constraints of a typical lecture period. |
| EXPERIENCING PROBLEMS? If you experience any problems with downloading or using any of these PDF files, please send an email to kak@purdue.edu with the string "Problem with computer security notes" in the subject line to get past my spam filter. |
| FEEDBACK WELCOME! If you have any comments or any suggestions for improving these notes, please send an email to kak@purdue.edu with the string "Comments on computer security notes" in the subject line to get past my spam filter. Any suggestions that I incorporate would be duly acknowledged. |
| WOULD YOU LIKE TO CONTRIBUTE A HOMEWORK PROBLEM OR A PROJECT? My goal is for these notes to become self-contained as a medium of instruction in computer and network security. Toward that end, I'd like to end the notes for each lecture on a set of homework problems and/or projects. If you send me a problem or a project, your name will be mentioned as the author of that problem or project. If you submit a project, please make sure that it can be done in one or two weeks' time in some high-level language. I'll certainly include the problems and projects I currently give out when teaching this material, but any contributions made by others using these lecture notes would add to the variety. If you choose to send me a problem or a project, email it to kak@purdue.edu with the string "homework for computer security notes" in the subject line. |