Course Information
* Course syllabus can be found here (including the grading scale and expected course schedule).
Course description
A comprehensive study of the principles and practices of computer systems security including operating systems security, software security, network security, and web security. Topics include common attacking techniques such as virus, trojan, worms and memory exploits; applied cryptography and key management; intrusion detection and security analytics; trusted computing; access control; password protection; and legal and ethical issues in computer security.
Instructor information
Email address: chungkim 'at' utdallas 'dot' edu
Office hours: Mon 12-1pm (this could be changed at the instructor's discretion)
Location: ECSS 3.201
Class meetings and modality
Modality: Traditional
When: MW 4-5:15pm
Where: GR 2.530
Video recordings of the class will NOT be provided
Prerequisites
Students are required to satisfy the following prerequisites:
Algorithm Analysis and Data Structures (CS 5343)
Operating System Concepts (CS 5348)
Optionally, the course project would require students with the following skills:
Familiarity with command line Unix/Linux
Understanding and debugging a C/C++ program (e.g., using GDB)
Basic Java, PHP and SQL (tutorials will be provided)
Basic understanding on how a program executes at low machine instructions and operating systems levels (e.g., basic level of IA-32 assemblies, how a process is created, and how system calls are handled)
Student learning objectives/outcomes
Students shall be able to understand what are the common threats faced today, what are the foundational theory behind information security, what are the basic principles and techniques when designing a secure system, how to think adversarially, how today's attacks and defenses work in practice, how to assess threats for their significance, and how to gauge the protections and limitations provided by today's technology.
After completing the course, students are expected to gain the abilities to:
Understand and explain fundamental security concepts
Understand common threats and recognize vulnerabilities of information systems
Understand and apply cryptographic algorithms
Understand and apply security policies
Grading policy
Projects (60%): 3 projects (20% each)
Quizzes (40%): 4 quizzes (10% each)
No midterm or final exam
Extra credits: challenging questions during class (1-2% each)
Evaluation & late policy
Projects and quizzes will be evaluated on a 100-point scale (0-100).
Late project submission will be penalized 10 points per day (24-hour period).
COVID-19 guidelines
Academic integrity
Important
Cheating vs. collaboration
Collaboration is a very good thing. On the other hand, cheating is considered a very serious offense and is vigorously prosecuted. Vigorous prosecution requires that you be advised of the cheating policy of the course before the offending act.
- For this semester, the policy is simple: don't cheat:
Never share code or text on the homeworks and projects.
Never use someone else's code or text in your solutions.
Never consult potential solutions on the Internet (including copying code from GitHub or ChatGPT).
- On the other hand, for this class, you are strongly encouraged to:
Share ideas.
Explain your code to someone to see if they know why it doesn't work.
Help someone else debug if they've run into a wall.
If you obtain help of any kind, always write the name(s) of your sources.
(ref. http://courses.cs.washington.edu/courses/cse451/15au/)
Online resources
Acknowledgment
The materials used in this course are largely based on those originally developed for Prof. Ninghui Li's class at Purdue University.