|
|
|
Course Description
Despite our increasing reliance on computing platforms, making reliable software systems remains difficult. Software errors have been reported to take lives and cost billions of dollars annually. Making reliable software is one of the most important problems in computer science. In recent years, this problem has drawn huge attention from researchers in systems, software engineering, and programming language communities. A number of automated techniques have been developed to increase system reliability. In this course, we will study the most practical and most important of these reliability techniques. This semester we will focus on the following topics: program analysis, web, mobile, concurrency, and distributed systems.
For details, please go to the Course Syllabus page.
Course Goal
The general goal of this course is to help you make reliable systems. It will help you gain a better understanding of software bugs and techniques to detect, debug, and fix them. This understanding will make you a more effective programmer.
If you are interested in doing research in the area of software reliability, this course can help you get started; if you work in other areas such as operating systems, networking, security, and databases, the concepts and techniques you learn from this course may help you create interesting projects that span both your area and software reliability.
Course Format and Student Workload
This course will center around readings and discussions; it has 2 programming labs and a final project . The course readings include a list of research papers selected from top system, software engineering, and programming language conferences. We will discuss roughly two to three papers every class meeting. For the in-depth discussions to be possible, you will have to read the papers carefully before class. To help achieve this, I will post reading questions and you will have to answer these questions and turn in your answers before the day of the class.
You have three basic responsibilities for the papers covered in the course:
- Read the assigned papers carefully, before class. One of the main goals of the course is to have interesting in-class discussions so that students can hopefully understand the topics better. This goal is reflected in grading: 40% of the total grade will come from class participations: this includes talking in class, as well as how you do on pop quizzes and (possibly) pop presentations. To truly understand a paper, I recommend you read each paper at least three times: twice very carefully, the last time focusing on the hard parts. You should also form reading groups and discuss the papers before class. Reading and thoroughly understanding a paper is not easy; you can find reading advice on the advice page.
- Answer the reading questions. I will post one or two reading questions for each paper when it is assigned. The purpose of these questions is to make you think and think critically when you read the papers. You are encouraged to discuss these questions within your reading group, but you must write the answers individually. Your answer for each question must be less than 100 words. Turn in your answers via email (reliability-course@lists.cs) before the day of the class to discuss the paper, with the class and date in the subject line (E6121 Reading 9/9). You should turn in a plain text email with no attachments so I can easily parse them with any mailer.
- Complete programming labs. The programming labs are designed to get you familiar with the available software reliability tools and better learn the techniques covered by the papers we read. They will also prepare you for your final project.
- Complete the final project. The final project is essentially a mini-research project that may involve building a new system, designing a new algorithm, improving an existing technique, or performing a large case study. You are encouraged to come up with a topic of your own, which I'll help refine; alternatively, you can choose one of the projects I suggest.
Prerequisite
COMS W3137 Data Structures and Algorithms, COMS W3157 Advanced Programming (or good working knowledge of C/C++), and COMS W3827 Fundamentals of Computer Systems; or equivalents of these three courses.
Linux environment. For instance, you should know how to write a make file.
Enrollment
This semester's enrollment for this class will be limited. Please register early if you plan to take this class in this semester. If the class is full and you would like to take the class, please email the instructor and come to the first day of class.
The enrollment is open to PhD, MS and undergraduate students. If you are an undergraduate and would like to take the course, please email the instructor for permission.
Materials
There is no required textbook; all relevant materials will be made available online at the Course Syllabus page.
Grading
40%: | Class participation. To encourage in-depth discussion, 40% of the grade will be assigned to in-class participations. |
60%: | Final project. |
0%: | Reading questions and programming labs. These are meant to help you understand papers and complete your final project. We will read your answers and solutions but won't grade them because we trust that you'll do that right thing when taking this advanced graduate-level course. |