WPI Worcester Polytechnic Institute

Computer Science Department
------------------------------------------

Distributed Computer Systems

CS 4513 B-Term 2003

This course extends the study of the design and implementation of operating systems begun in CS 3013 to distributed and advanced computer systems. Topics include principles and theories of resource allocation, file systems, protection schemes, and performance evaluation as they relate to distributed and advanced computer systems. Students are expected to design and implement programs that emphasize the concepts of file systems and distributed computing systems using current tools and languages. The intended audience is computer science and computer engineering majors. The required background is CS 3013, and a knowledge of probability (such as provided by MA 3613), a working knowledge of C and a strong programming background; and an interest in learning about distributed computer systems.

Index


Course Information

Class information:
day: Mo, Tu, Th, Fr
time: 10:00pm - 10:50pm
place: FL320 (Fuller Labs)

Professor: Mark Claypool
email: claypool at cs.wpi.edu
office hours: Tu 2-3, We 12-1, Fr 9:15-10
place: FL-138
phone: x5409

Teaching Assistant: Jae Chung
email: goos at cs.wpi.edu
office hours: M 12-2, Th 1-3
place: Fuller Labs, room FL-B17 (in the Fossil lab)
phone:

Email aliases:
TAs + Prof: cs4513-ta at cs.wpi.edu
Class: cs4513-all at cs.wpi.edu
Fossil admin: fossil at cs.wpi.edu

Required Textbooks:

There will be no formal text-book required for the distributed systems material for the course. Instead, chapters selected from several text books and research papers will be copied and made available. Details will be given out on the first day of class. You can find this list of paper at the online reading list.

Good Reference Textbooks:


Grading Policy

Final grades will be computed as follows:

Final grades will reflect the extent to which you have demonstrated understanding of the material, and completed the assigned projects. The base level grade will be a "B" which indicates that the basic objectives on assignments and exams have been met. A grade of "A" will indicate significant achievement beyond the basic objectives and a grade of "C" will indicate not all basic objectives were met, but work was satisfactory for credit. No incomplete grades will be assigned unless there exist exceptional, extenuating circumstances. Similarly, no makeup exams will be given unless there exist exceptional, extenuating circumstances.

Exams

There will be two in-class exams. The first is roughly mid-way through the term and the second is during the last week. Exams will generally be closed book and closed notes, with the exception of a single sheet of paper (front and back) on which you can write (hand-written, not typed) whatever notes you wish. The majority of each exam will cover basic ideas and objectives of the class with a few questions testing additional understanding and insight.

Late Policy

Late assignments will be be penalized 10% of total assignment value per day (with the weekend counting as one day) or partial day, and no assignments will be accepted after seven days beyond the due date. All assignments are due as indicated when handed out. Exceptions to these rules can be made only beforehand.


Topics

Here is the list of topics covered in this course:

You should check out the assignment timeline to help you plan for doing projects and exams.


Slides

Slides from the in-class lectures will be available shortly after they are presented, depending upon how things go. Here is what we have so far:

Admin pdf ppt
File Systems pdf ppt
Sockets pdf ppt
Flo00 pdf ppt
HLM02 pdf ppt
Introduction pdf ppt
TS02 pdf ppt
HJS03 pdf ppt
SKH02 pdf ppt
BT01 pdf ppt
MKL+02 pdf ppt
SGG022 pdf ppt
Review pdf ppt


Projects

There are 4 projects. The projects are the programming assignments you will have for the course. You must work individually for the projects. For some of the projects, you will be using the Fossil Lab, which has only 30 machines. You will be assigned a machine to use for the projects, although you can use alternate machines (when they are free) for browsing, etc. Note that each user will have priority on his/her machine, even if someone else is using it. Please see the Fossil Web page for more information.

You will need to turn in your assignments on-line using turnin.

Projects and due-dates will be placed here as they are defined. Here is what we have so far:


Samples

In this section are any code samples discussed in class, practice exams or any other demonstration-type class materials.

Final Exam Stuff:

Mid-Term Exam Stuff:

Some curses examples:

In order to compile a program that uses curses you will need the -lncurses flag on the command line. Better yet, put it in your Makefile.

Some basic Unix samples:

The mini-HOWTO on how to undelete ext2 files.


Hotlinks

The Fossil Lab

From the minds of professors Claypool, Finkel and Wills comes the Free/Open Source Laboratory (aka the "Fossil lab"). The Fossil lab is funded under an NSF grant designed for laboratory use in the cs3013 (Operating Systems) and cs4513 (Distributed Computer Systems) courses. The lab includes 30 PC's running Linux on a dedicated network and a server running Linux for use as a router and firewall. Students using the Fossil lab have the opportunity to run experiments on a dedicated machine, do some kernel "hacking" and gain valuable system administration experience that is not possible in current CS laboratory environments.

Linux

Linux is a completely free Unix operating system. Linux runs primarily on 386/486/Pentium PC's, but has been ported to various other architectures. If you like Unix, want to learn more about system administration and have access to a PC, I recommend checking it out. Read a short info sheet or a more detailed info sheet for more information. You might also want to check out The Cathedral or the Bazaar, by Eric Raymond, an interesting look at open source software development (such as is Linux). Robert Cringely also had a related October 2003 article on How Microsoft's Misunderstanding of Open Source Hurts Us All.

You might also try the Linux Source Navigator, a CGI interface to browse the entire Linux kernel source. The Navigator formats the raw source tree on-the-fly, using italics, bolds, colors and hyperlinks to present the source in a much more manageable format. Right now, there's just a 2.0.0 kernel set up to use i386 architecture, but more versions may be there shortly.

I, Cringely

A weekly column by Robert X. Cringely that provides a humorous but profound look at the world of Information Technology.
"What makes Cringely such an interesting writer is the way he combines a solid understanding of technology, the ability to explain it simply, and an irreverence for those who, at the highest levels, hawk it" IEEE Spectrum, May 1997.

Nachos

Nachos is a simulated environment for operating system programming. Although simulated, startup in the Nachos environment can be considerable. Still, keen students may like to look further into the Nachos software.


[Return to the WPI Homepage] [Return to the CS Homepage] [Return to Mark Claypool's Homepage]


Mark Claypool (claypool at cs.wpi.edu)