CS 2510 - Advanced Operating Systems

[Mosse]
Class: MW 9:30-10:45am, SENSQ 5129
Instructor: Prof. Daniel Mosse (mosse@cs.pitt.edu)
Office Hours: 6423 SENSQ, M W from 11:00-12:00 and 3-4:30pm
TA: Chang Liu (changliu at cs dot pitt dot edu)
Office Hours: 5503 SENSQ, TH from 12:00-3:00pm (or by appointment)
Phone: 412-624-8414(O)

Projects Announcement

NEW: Project1 has been released. Please start on it as early as possible.


Mailing List Announcement
A class mailing list will be compiled, and will be used for important announcements. It is VERY important that you be included in this list. It is therefore your responsibility to e-mail one of the TAs and request to be included on the CS1550 class mailing list.

  1st midterm Exam March 1, 9:30am, in the classroom
  2nd midterm Exam April 19, 9:30am, in the classroom


Grading

  • 30% Midterm exam
  • 30% 2nd Midterm exam
  • 30% Programming projects. The projects have an estimated 10 hours per week for a good programmer.
  • There will be assignemnts and pop quizzes throughout the term. These will be worth 10% of your final grade.
  • An additional 5% bonus is possible based on class participation.
     
  • Note: You must average above 50% on the programming assignments and on the exams in order to pass the class. Lower than 50% on either portion of the class will result in a failing grade regardless of the overall score.


    List of Topics (tentative):


    Available classnotes (PDF format <2 slides/page>):

  • Intro to Distributed Systems (size: 515K)
  • Remote Procedure Calls (size: 150K)
  • More on Distributed Communication (size: 151K)
  • Streams and intro to QoS (size: 180K)
  • Distributed Mutual Exclusion (size: 860K)
  • Clocks (logical and sync) (size: 93K)
  • Load Balancing: slides-1 and slides-2 (sizes: 5K and 12K)
  • More on Naming (size: 256K)
  • Consistency (size: 112K)
  • Replication (size: 245K)
  • Intro to security (size: 245K)
  • More on security (size: 245K) RSA example (size: 245K)
  • Even more on security (size: 245K)
  • Real-time scheduling (size: 33K), borrowed from Rami Melhem's course

  • If you have any problems viewing or downloading any of the files on this page, drop me a line. Thank you, come again! Void where prohibited, must be 18 or older to play, Hawaii residents add 12.4762% sumo tax

    Daniel Mosse mosse@cs.pitt.edu



    Attendance

    Class attendance is officially mandatory. Homeworks, assignments, and important dates will be posted on the class web page, but this is provided as a courtesy and is not always complete. It is your fault if you miss something important because you skipped class.

    Office hours are optional. They are your chance to ask the professor and the TA questions about the material being covered, the programming assignments, etc.


    Academic Honesty: Collaboration vs. Cheating copied from Ahmed Amer

    This really should not be an issue, but to make things as clear as possible the following is necessary.

    You are encouraged to discuss the course material and concepts with other students in the class. However, all work that you submit must be your own. Under no circumstances may you look at anyone else's code or show anyone else your code. And while you may discuss the concepts used in the programming assignments, you may not discuss implementation details of the assignments themselves.

    If you are caught copying or otherwise turning in work that is not solely your own, you will fail the course.

    The bottom line is that you are expected to conduct yourself as a person of integrity - you are expected to adhere to the highest standards of academic integrity. This means that plagiarism1 in any form is completely unacceptable. As a (soon to be) computing professional, I encourage you to consult the code of ethics appropriate to your discipline2.

    Plagiarism will be assumed until disproved on work that is essentially the same as that of other students. This includes identically incorrect, off-the-wall, and highly unusual duplicate answers where the probability of a sheer coincidence is extremely unlikely. All parties to this unacceptable collaboration will receive the same treatment.

    You should bring a picture identification with you to all examinations and be prepared to show it upon request.

    If you are unsure of what is and is not allowed by this policy, talk to the instructor.

    1 pla-gia-rize vt. to steal and pass of as one's own (the ideas or words of another) to present as one's own an idea or product derived from an existing source - pla-gia-riz-ern. (source: Webster's New World Dictionary).
    2 The Association for Computing Machinery is http://www.acm.org/, the IEEE is http://www.ieee.org/ and the IEEE Computer Society is http://www.computer.org/.



    SAMPLE   MATERIALS

    SAMPLE 2nd midterm study guide here . Note that this is just set of things that you should know. you're actually responsible for all the stuff in the reading list (book chapters, classnotes, handouts, and class discussions).


    SAMPLE 1st midterm Exam study guide here. Note that this is just set of things that you should know. you're actually responsible for all the stuff in the reading list (book chapters, classnotes, handouts, and class discussions).

    OLD Project descriptions (they are in Postscript and PDF formats):
  • Project 3
      Project 3 clarifications
  • in ps (size: 43K) and in pdf (size: 69K) - Distributed Mutual Exclusion
    this is a list of the changes to the original (not shown) project description
    this is an updated list of the requirements.
  • SELF ASSESSMENT (if you cannot do this, then you should drop the class)
    Client/Server Programming
    submission instructions
    ps (size: 44K) or pdf (size: 66K)
    clarifications and grading sheet and sample expect script (not mandatory)
    sample makefile and makefile stuff from GNU (Mark S.)