Operating Systems (Fall 2019)

From Soma-notes
Jump to navigation Jump to search

Course Outline

Here is the course outline for COMP 3000: Operating Systems.

Lectures & Tests

Note that the topics below are primarily chapters from the class textbook, Operating Systems: Three Easy Pieces. Note that while introductory and summary dialogues are not linked below, they are worth reading for an informal take on the material.

Assigned readings are subject to change, please check this page each week.

Date

Topic

Sept. 4

Lecture 1: Introduction

Sept. 6

Lecture 2: Process API

Sept. 11

Lecture 3: Processes

Sept. 13

Lecture 4: Files

Sept. 18

Lecture 5: Address Spaces (Dialogue)

Sept. 20

Lecture 6

Sept. 25

Lecture 7

Sept. 27

Lecture 8

Oct. 2

Lecture 9: I/O Devices, Hard disk drives, Filesystem implementation, FSCK and Journaling

Oct. 4

Lecture 10

Oct. 9

Lecture 11

Oct. 11

Lecture 12: Midterm Review

Oct. 16

Midterm Exam

Oct. 18

Lecture 13

Oct. 30

Lecture 14

Nov. 1

Lecture 15

Nov. 6

Lecture 16

Nov. 8

Lecture 17

Nov. 13

Lecture 18

Nov. 15

Lecture 19

Nov. 20

Lecture 20

Nov. 22

Lecture 21

Nov. 27

Lecture 22

Nov. 29

Lecture 23

Dec. 4

Lecture 24

TBD

Final Exam

Tutorials

Date

Tutorials

Sept. 9-13

Processes

Sept. 16-20

3000shell

Sept. 23-27

3000test

Sept. 30-Oct. 4

Filesystems

Oct. 28-Nov. 1

Kernel modules

Nov. 4-8

Kernel memory management

Nov. 11-15

EBPF: bcc tools

Nov. 18-22

3000pc

Nov. 25-29

TOCTTOU

Assignments

Assignments are due before class on the due dates (2:30 PM).

Due Date

Assignments

Sept. 27

Assignment 1

Oct. 11

Assignment 2

Nov. 15

Assignment 3

Dec. 6

Assignment 4

Course Software

In this course we will primarily working with Ubuntu, a widely-used family of Linux distributions. We will be using Ubuntu Server on the SCS's Openstack installation (accessible only from the Carleton network).

You may use other Linux distributions to complete the assigned work; there will be differences, however, in some aspects (such as installing software), particularly if you use a distribution not based on Ubuntu or Debian.

Online Resources

Other than the textbook, there are many, many other good online sources of information about operating systems. Here are a few that may be of interest:

Tutorial Grading

Each week you will get a progress grade from 0-4, given to you by a TA. If you are being diligent, you should be able to get 4's every week. The easiest way to get your grade is to come to tutorial and meet with your TA; alternately, you can meet a TA in their office hours or, at their discretion, discuss things with them online. Tutorials from before the Midterm must be completed by the Midterm, and Tutorials after the Midterm must be completed by the last day of classes (if you wish to receive credit).

Tutorial grades will be given out as follows:

  • 2: student attended the tutorial (50%)
  • 3: student worked on most of the tutorial material (75%)
  • 4: student is learning the material in a way that should lead to success on assignment and the exams (100%)

It should be easy to get a 3 if you show up and attempt the material. To get a 4, however, you need to be demonstrating that you are conducting experiments and actively engaging with the material in a way that is likely to lead to success.

It is possible to upgrade your grade on a tutorial at any time before the midterm (for the first four tutorials) or before the last day of classes (for the last five tutorials).

How to Succeed and How to Fail in COMP 3000

While the use of outside resources is acceptable, even encouraged, use them to achieve understanding rather than answers.

It is very possible to get full tutorial marks by doing little more than showing up, and assignments can be quickly finished (and you can even get most of the marks) by working with partners, looking at old assignments, and doing lots of online searches. If this is all you do, however, you will fail the tests and you won't get a very good grade in the course.

Successful students use the tutorials and assignments as learning opportunities. They look at the code and ask "what does that do?" - not just in a general sense, but by looking at every line and asking why it is there. They modify the code in order to better understand it, and when they are confused they ask questions until they get the answers they need. This sort of learning takes time, generally much more than the time allocated for lectures and tutorials. A tutorial is only "finished" when you understand essentially all the material in it - not when 80 minutes are up.

If you find you are confused about the concepts, make sure to read and review the textbook and the Linux man pages. They provide much deeper answers than most online resources. The tutorials are designed to help you ask the right questions - the textbook and manual pages (and the lectures) help provide the answers.

Take the tutorials seriously. Understand the answers for all the questions on the assignments. Use the textbook and manual pages. Ask questions.

Good luck!