CSE 30341 is the one of the core classes in the Computer Science and Engineering program at the University of Notre Dame. This course introduces all aspects of modern operating systems. Topics include process structure and synchronization, interprocess communication, memory management, file systems, security, I/O, and distributed files systems.
Upon successful completion of this course, students will be able to:
Describe the basic components of a modern operating system.
Understand the symbiotic relationship between computer architecture and operating system design.
Discuss how operating systems provide abstractions for virtualization, concurrency, and persistence.
Construct applications that utilize processes, threads, and sockets to solve problems requiring concurrent or parallel computation.
Explain how resources such as memory is allocated and managed by the operating system.
Evaluate the trade-offs embedded in different operating system techniques, algorithms, and data structures.
Analyze the performance of applications in a variety of system contexts.
Unit | Date | Topics | Assignment |
---|---|---|---|
Introduction | 08/22 | Syllabus, Computer Hardware, OS Themes Slides Slides | Reading 00 |
08/24 | OS Taxonomy, OS History, Boot Sequence Slides | ||
System Calls | 08/29 | System Calls Slides | Reading 01 |
08/31 | I/O, Files, Directories, Busybox | ||
Processes | 09/05 | Processes, Signals, Direct Execution Slides | Reading 02 |
09/07 | IPC, Pipes, Domain Sockets Slides | Project 01 | |
09/12 | Scheduling (FIFO, Round Robin) Slides | Reading 03 | |
09/14 | Scheduling (MLFQ, Lottery) Slides | ||
Threads | 09/19 | Events Slides | Reading 04 |
09/21 | Threads Slides | Project 02 | |
09/26 | Locks Slides | Reading 05 | |
09/28 | Condition Variables Slides | ||
10/03 | Semaphores Slides | Reading 06 | |
10/05 | Concurrency Bugs Slides | ||
Midterm | 10/10 | Review Checklist | Project 03 |
10/12 | Midterm Exam | ||
Fall Break | |||
Memory | 10/24 | Address Spaces, Translation Slides | Reading 07 |
10/26 | Free-Space Management Slides | ||
10/31 | Segmentation Slides | Reading 08 | |
11/02 | Paging Slides | Project 04 | |
11/07 | TLBs, Page Tables Slides | Reading 09 | |
11/09 | Swapping Slides | ||
Filesystems | 11/14 | I/O Devices Slides | Reading 10 |
11/16 | RAID Slides | ||
11/21 | File Systems Slides | Reading 11 | |
11/23 | Thanksgiving | Project 05 | |
11/28 | FFS, LFS Slides | Reading 12 | |
11/30 | Consistency and Integrity Slides | ||
12/05 | Review Checklist | ||
12/07 | Sprint | Project 06 | |
Final | 12/14 | Final Exam |
Component | Points |
---|---|
Readings Weekly reading assignments. | 12 × 3 |
Projects Periodic group projects. | 6 × 24 |
Exams Midterm and Final Exams. | 50 + 70 |
Total | 300 |
Grade | Points | Grade | Points | Grade | Points |
---|---|---|---|---|---|
A | 280-300 | A- | 270-279 | ||
B+ | 260-269 | B | 250-259 | B- | 240-249 |
C+ | 230-239 | C | 220-229 | C- | 210-219 |
D | 195-209 | F | 0-194 |
All Readings are to be submitted to your own private GitLab repository. Unless specified otherwise:
Students are expected to attend and contribute regularly in class. This means answering questions in class, participating in discussions, and helping other students.
Foreseeable absences should be discussed with the instructor ahead of time.
Any academic misconduct in this course is considered a serious offense, and the strongest possible academic penalties will be pursued for such behavior. Students may discuss high-level ideas with other students, but at the time of implementation (i.e. programming), each person must do his/her own work. Use of the Internet as a reference is allowed but directly copying code or other information is cheating. It is cheating to copy, to allow another person to copy, all or part of an exam or a assignment, or to fake program output. It is also a violation of the Undergraduate Academic Code of Honor to observe and then fail to report academic dishonesty. You are responsible for the security and integrity of your own work.
In the case of a serious illness or other excused absence, as defined by university policies, coursework submissions will be accepted late by the same number of days as the excused absence.
Otherwise, there is a penalty of 25% per day late (except where noted). You may submit some parts of an assignment on time and some parts late. Each submission must clearly state which parts it contains; no part can be submitted more than once.
Any student who has a documented disability and is registered with Disability Services should speak with the professor as soon as possible regarding accommodations. Students who are not registered should contact the Office of Disabilities.
For the assignments in this class, you may discuss with other students and consult printed and online resources. You may quote from books and online sources as long as you cite them properly. However, you may not look at another student's solution, and you may not look at solutions.
For further guidance please refer to the CSE Honor Code or ask the instructor.