Instructor | David Ferry, Homepage |
Course Web Site | http://cs.slu.edu/~dferry/courses/csci3500/ |
Course meeting times | Monday, Wednesday, & Friday from 11:00 - 11:50, ISE 230 |
Midterm exam |
October 8th, During Class |
Final exam |
December 15th, 9:00AM |
Office hours | See my schedule |
Contact | You may contact me in person during office hours or during class time, or you may email me at dferry@slu.edu. I am also available to meet by appointment, see my schedule. |
Operating systems are the bridge between computer hardware and the software programs we create and use. As a concept, operating systems are one of the oldest software disciplines, yet they continue to adapt and reinvent themselves as the computing landscape evolves. Modern operating systems must tackle the same challenges of the original mainframes, but must also meet the varied needs of personal computers, severs, mobile/embedded devices, and virtualized systems.
The four elements of this course are lectures, studios, labs, and exams. Studios are short assignments intended to be completed primarily within class time and to augment lecture topics. Labs are longer assignments that will ask students to apply and analyze OS mechanisms. Lectures will be delievered asynchronously via recording. Most class periods will be a mix of questions and answers over lecture material, deep-dives into one or more of the lecture topics or practical demonstrations, and pair programming time for studios. Expect a lab assignment approximately every two weeks.
Topical outline:
Assessment Objectives- at the completion of this course, students will be able to:
fork()
and Pthreads)
Catalog Description:Theory and practice of operating systems, with emphasis on one of the UNIX family of operating systems. File organization and database systems. Focus on a multi-user system in the client-server model. Hands-on experience.
Please see the instructor if you're missing a prerequisite or uncertain about your preparation for this course.
Computer science is an eminently practical discipline, and studios are daily assignments intended to complement and reinforce lectures through practice. Studios will be completed in a team of two students. Students from different teams may discuss studios, but sharing of code or solutions is strictly prohibited.
Studios will be submitted via the Git repository. Every student should have a copy of their studio solutions in their own repository, even if you work with a group.
Studios are due Friday of the week after they are assigned. The midterm exam and other cirumstances may modify this, see the complete course schedule below.
Studios will be graded on a trimodal scale: complete, partial credit, or no credit. Studios that are turned in late or not turned in at all will receive no credit, studios graded as partial will receive 60% credit.
There will be five lab assignments for this course. These are programming assignments whose purpose is to apply course concepts and to analyze operating system mechanisms. As such, each lab will require a written report detailing your findings in addition to a code submission.
Some labs will require a team of two students, while others are individual projects. Students from different teams may discuss the lab assignments only during course meeting times. Students from the same team are of course encouraged to discuss and work on lab assignments at any time.
Labs submitted on time (as determined by electronic time stamp) are eligible for full credit. Labs submitted up to 24 hours late will be given a ten percent penalty. Labs submitted between 24 and 48 hours late will be given a twenty percent penalty. Labs submitted after 48 hours late will not be given credit, except in the case of extenuating circumstances pre-approved by the instructor.
Date | Day | Topic | Readings | Studios | Labs |
---|---|---|---|---|---|
Aug 25 | Wed | Intro to OS | MOS 1.1 - 1.3 | Make sure you can login for next time | Lab 1 Assigned |
Aug 27 | Fri | What is an OS? | MOS 1.4 and 1.5 | Studio 1 | |
Aug 30 | Mon | Lab 1 Discussion open_demo.c |
Git Setup Documentation Git Submission Tutorial |
Studio 2 | |
Sep 01 | Wed | System Calls | MOS 1.6 - 1.8man syscalls |
Studio 3 | |
Sep 03 | Fri | Processes | MOS 2.1 | Studio 4 Studio 1 Due |
Lab 1 Due |
Sep 06 | Mon | fork() , exec() , wait() , and kill() |
Studio 5 | Lab 2 Assigned | |
Sep 08 | Wed | Lab 2 Discussion | Studio 6 Studios 2-4 Due |
||
Sep 10 | Fri | Pipes, stdin , stdout fork_demo.c pipe_demo.c dup2_demo.c strtok_demo.c |
MOS 2.2 | Studio 7 | |
Sep 13 | Mon | Threads | Studio 8 | ||
Sep 15 | Wed | Pthreads, C++11 threads thread_demo.c c11threads.cpp |
MOS 2.3 | Studio 9 Studios 5 and 6 Due |
|
Sep 17 | Fri | Race Conditions | MOS 2.5.1 | Studio 10 | Lab 2 Due |
Sep 20 | Mon | Locks, Mutexes, Deadlock, Atomic Instructions | Studio 11 | Lab 3 Assigned crypt_demo.c |
|
Sep 22 | Wed | fork_benchmark.c thread_benchmark.c lock_benchmark.c atomic_benchmark.c |
Studio 12 Studios 7-9 Due |
||
Sep 24 | Fri | Schedule Adjustment | |||
Sep 27 | Mon | Schedule Adjustment | |||
Sep 29 | Wed | Lab 3 Discussion | |||
Oct 01 | Fri | OpenMP, Cilk Plus | MOS 2.4 | Studio 13 | |
Oct 04 | Mon | Batch and interactive scheduling | Studio 14 Studios 10-12 Due |
||
Oct 06 | Wed | Midterm Review | |||
Oct 08 | Fri | Real-Time Scheduling | |||
Oct 11 | Mon | Midterm Exam | Studios 13 and 14 Due | ||
Oct 13 | Wed | Memory management in real mode (Zoom Recording) |
MOS 3.1 | Studio 15-a | |
Oct 15 | Fri | Address spaces, protected mode, and allocation | MOS 3.2 | Studio 15-b | Lab 3 Due |
Oct 18 | Mon | Paging | Studio 16 | Lab 4 Assigned | |
Oct 20 | Wed | Page tables and the TLB | Studio 17 | ||
Oct 22 | Fri | Page Replacement Algorithms | Studio 18 | ||
Oct 25 | Mon | Lab 4 Discussion | Studios 15-16 Due | ||
Oct 27 | Wed | Files and the File System | Studio 19 | ||
Oct 29 | Fri | File systems and allocation on disk | Studio 17 and 18 Due | ||
Nov 01 | Mon | Linux Memory Maps | |||
Nov 03 | Wed | Directories | |||
Nov 05 | Fri | More Lab 4 Discussion | Studio 19 Due | ||
Nov 08 | Mon | OSI Model of Networking | Studio 20 | ||
Nov 10 | Wed | Physical and Data Link Layers | Studio 21 | Lab 4 Due | |
Nov 12 | Fri | Network Layer | Studio 22 | Lab 5 Assigned | |
Nov 15 | Mon | Sockets Demo client.c server.c |
Studio 23 Studios 20-22 Due |
||
Nov 17 | Wed | Transport Layer | Studio 24 | ||
Nov 19 | Fri | Sockets Interface | Studio 25 Studios 23-24 Due |
||
Nov 22 | Mon | Session, Presentation and Application Layers | |||
Nov 24 | Wed | Security Concerns - CIA | Studio 25 Due | Lab 5 Due | |
Nov 26 | Fri | Secure Systems and a Trusted Computing Base | |||
Nov 29 | Mon | Permission Domains and Permission Management | |||
Dec 01 | Wed | Final Exam Review | |||
Dec 15 | Wed | Final Exam |
All studios and labs will be submitted via individual course Git repositories that are housed at SLU. You will find your repository already has a directory structure that provides a place for all lab and studio assignments. Your work must be in the appropriate location for the instructor to find it and count it for credit.
A short guide to using SLU's git resources
Reccomended Course textbook: Modern Operating Systems by Tanenbaum and Bos. Either the 3rd or 4th Edition works fine. A classic computing textbook on the fundamentals of operating systems, with a bent towards Unix-like operating systems. This book is not required for the course, rather it is a secondary source of information that provides a more comprehensive and textbook-like presentation of the material for students who prefer this. I will not be assigning homework from the book or taking test questions from the book. Access to the book's companion website is not required and will not be used during this course.
Linux skills references:
References for Linux software development.
vi
tutorial
vi
tutorial
emacs
tutorial
emacs
tutorial
Software resources:
scp
manual page: Transfer files between your Mac/Linux machine and the departmental Linux machines.
Linux kernel hacking references:
We aren't doing any kernel hacking in this course, but these are great references if you're interested.
There are three activities for which you will receive credit in this course: studios, labs, and exams. Studios are daily guided assignments primarily designed to familiarize students with course concepts and development tools (i.e. knowledge and comprehension tasks). Lab assignments will ask students to apply general course concepts and analyze OS design alternatives. A midterm and final exam will evaluate your technical understanding of course concepts.
Studios are graded on the following scale: complete, partial credit, or no credit. Studios will not be turned back with detailed comments. Labs and exams will be graded on a points scale and will be turned back with comments. My goal is to return lab assignments to you within nine days of the deadline, which is an additional 48 hours for late submissions plus one week for grading time. Similarly, my goal is to return exams to you within one week.
Extensions on labs and studios are generally not granted aside from major unexpected events. You have at least a week to complete and submit any studio in this course, and at least two weeks for any lab assignment- it is assumed that this is sufficient for you to work around things such as sporting events or academic conferences on your own time. Please note the automatic 48-hour late policy for lab assignments.
I am happy to work with you on rescheduling exams if you are away from campus for slu-sponsored travel, but you must notify me at least two weeks ahead of time (and note that the exam dates are provided as of the first day of class). Make up exams outside of this policy will only be given for severe and documented reasons.
Your grade will be determined as follows:
Activity | Grade Percentage |
---|---|
Studios | 20% |
Labs | 50% |
Midterm | 15% |
Final | 15% |
Grading is done on a straight scale (uncurved). The following scores are guaranteed. The grading scale may be curved upwards (in your favor) at the discretion of the instructor.
Most work assigned in this course, other than exams and some labs, is expected to be completed collaboratively. Student teams may change from assignment to assignment, but the sharing of written work or significant portions of code between teams is strictly prohibited.
Some specific guidelines for this course:
Successful students attend all or mostly all class sessions. This is true in my experience and has been demonstrated in large scale studies as well. In that study, even students who attended nine out of ten class periods had measurably lower class performance than those who attended all classes. However, there is no attendance requirement for this class, and you do not need to get permission when you do miss class. You are an adult and have the freedom to manage your time in whatever way you feel is most useful. Job interviews, conferences, tests in other courses, etc. are all reasonable cases for being absent.
Note that in-class assignments such as tests or quizes cannot be made up outside of class without prior approval from the instructor. All such activities will be listed course schedule with ample time to prepare (i.e. there are no "pop quizes").
If you do miss class you should refer to the course schedule to see what was missed and arrange to get course notes from another student. I am always happy to answer questions but I do not repeat full class periods in office hours.
2021-2022 Mandatory Syllabus Statement on In-Person Class Attendance and Participation
The health and well-being of SLU’s students, staff, and faculty are critical concerns, as is the quality of our learning environments. Accordingly, the following University policy statements on in-person class attendance are designed to preserve and advance the collective health and well-being of our institutional constituencies and to create the conditions in which all students have the opportunity to learn and successfully complete their courses.
Notification of absences: You do not need to notify the instructor that you are missing a regular class meeting. Notify the instructor as early as possible if you have a conflict with exam times.
Student Absences: It is the responsibility of the student to accommodate their absence. Make arrangements in advance with another student to get a report of synchronous class activities and their notes for the day.
Late work: Severe illness is a reasonable basis to request an extension on lab assignments. However, my experience is that extensions tend to do more harm than good for many as once you get behind on work it can be difficult to catch up. All students would be well-served by starting assignments early especially with the uncertainty due to COVID-19.
Grading policy changes: If circumstances require it, certain graded elements of the course may be eliminated or replaced with a substitute. In the case of substitution the new assignment will have the same point-values as the old assignment: for example if the midterm exam is replaced with a programming project that programming project will be worth 15% of your final grade. In the case of elimination the point-values assigned to the activity group will not change: for example if we eliminate one of the five lab assignments then the remaining four will collectively still be worth 50% of the final grade.
Throughout the COVID-19 pandemic, key safeguards like face masks have allowed SLU to safely maintain in-person learning. If public health conditions and local, state, and federal restrictions demand it, the University may require that all members of our campus community wear face masks indoors.
Therefore, any time a University-level face mask requirement is in effect, face masks will be required in this class. This expectation will apply to all students and instructors, unless a medical condition warrants an exemption from the face mask requirement (see below).
When a University-wide face mask requirement is in effect,the following will apply:
When a University-wide face mask requirement is not in effect, students and instructors may choose to wear a face mask or not, as they prefer for their own individual comfort level.
ADA Accommodations for Face Mask Requirements
Saint Louis University is committed to maintaining an inclusive and accessible environment. Individuals who are unable to wear a face mask due to medical reasons should contact the Office of Disability Services (students) or Human Resources (instructors) to initiate the accommodation process identified in the University’s ADA Policy. Inquiries or concerns may also be directed to the Office of Institutional Equity and Diversity. Notification to instructors of SLU-approved ADA accommodations should be made in writing prior to the first class session in any term (or as soon thereafter as possible).
Academic integrity is honest, truthful and responsible conduct in all academic endeavors. The mission of Saint Louis University is "the pursuit of truth for the greater glory of God and for the service of humanity." Accordingly, all acts of falsehood demean and compromise the corporate endeavors of teaching, research, health care, and community service via which SLU embodies its mission. The University strives to prepare students for lives of personal and professional integrity, and therefore regards all breaches of academic integrity as matters of serious concern.
The governing University-level Academic Integrity Policy was adopted in Spring 2015, and can be accessed on the Provost's Office website at: https://www.slu.edu/provost/policies/academic-and-course/policy_academic-integrity_6-26-2015.pdf.
Additionally, each SLU College, School, and Center has adopted its own academic integrity policies, available on their respective websites. All SLU students are expected to know and abide by these policies, which detail definitions of violations, processes for reporting violations, sanctions, and appeals. Please direct questions about any facet of academic integrity to your faculty, the chair of the department of your academic program, or the Dean/Director of the College, School or Center in which your program is housed. Specific College of Arts and Sciences Academic Honesty Policies and Procedures may be found here.
Saint Louis University and its faculty are committed to supporting our students and seeking an environment that is free of bias, discrimination, and harassment. If you have encountered any form of sexual harassment, including sexual assault, stalking, domestic or dating violence, we encourage you to report this to the University. If you speak with a faculty member about an incident that involves a Title IX matter, that faculty member must notify SLU’s Title IX Coordinator and share the basic facts of your experience. This is true even if you ask the faculty member not to disclose the incident. The Title IX Coordinator will then be available to assist you in understanding all of your options and in connecting you with all possible resources on and off campus.
Anna Kratky is the Title IX Coordinator at Saint Louis University (DuBourg Hall, room 36; anna.kratky@slu.edu; 314-977-3886). If you wish to speak with a confidential source, you may contact the counselors at the University Counseling Center at 314-977-TALK or make an anonymous report through SLU’s Integrity Hotline by calling 1-877-525-5669 or online at http://www.lighthouse-services.com/slu. To view SLU’s policies, and for resources, please visit the following web addresses: https://www.slu.edu/about/safety/sexual-assault-resources/index.php and https://www.slu.edu/general-counsel.
IMPORTANT UPDATE: SLU’s Title IX Policy (formerly called the Sexual Misconduct Policy) has been significantly revised to adhere to a new federal law governing Title IX that was released on May 6, 2020. Please take a moment to review the new policy and information on the following web address: https://www.slu.edu/about/safety/sexual-assault-resources/index.php. Please contact the Anna Kratky, the Title IX Coordinator, with any questions or concerns.
In recognition that people learn in a variety of ways and that learning is influenced by multiple factors (e.g., prior experience, study skills, learning disability), resources to support student success are available on campus. The Student Success Center, a one-stop shop, which assists students with academic and career related services, is located in the Busch Student Center (Suite 331). Students can visit https://www.slu.edu/life-at-slu/student-success-center/ to learn more about tutoring services, university writing services, disability services, and academic coaching.
Students with a documented disability who wish to request academic accommodations must contact Disability Services to discuss accommodation requests and eligibility requirements. Once successfully registered, the student also must notify the course instructor that they wish to access accommodations in the course.
Please contact Disability Services, located within the Student Success Center, at Disability_services@slu.edu or 314-977-3484 to schedule an appointment. Confidentiality will be observed in all inquiries. Once approved, information about academic accommodations will be shared with course instructors via email from Disability Services and viewed within Banner via the instructor’s course roster.
Note: Students who do not have a documented disability but who think they may have one are encouraged to contact Disability Services.
Students are encouraged to take advantage of University Writing Services in the Student Success Center; getting feedback benefits writers at all skill levels. Trained writing consultants can help with writing projects, multimedia projects, and oral presentations. University Writing Services offers one-on-one consultations that address everything from brainstorming and developing ideas to crafting strong sentences and documenting sources. For more information, visit https://www.slu.edu/life-at-slu/student-success-center/ or call the Student Success Center at 314-977-3484.
Students in personal or academic distress and/or who may be specifically experiencing challenges such as securing food or difficulty navigating campus resources, and who believe this may affect their performance in the course, are encouraged to contact the Dean of Students Office (deanofstudents@slu.edu or 314-977-9378) for support. Furthermore, please notify the instructor if you are comfortable in doing so, as this will enable them to assist you with finding the resources you may need.