Note regarding waitlist
If you are on the waitlist, we encourage you to attend the first few classes. Typically there is a lot of churn in enrollment in the beginning of the semester. It is possible that the waitlist will clear somewhat in the initial few weeks. Of course, this cannot be guaranteed since it depends on other enrolled students dropping the course.
Course Information
- This semester (Fall 2026), the course will closely follow previous Fall offerings. In particular, the projects will use the Go programming language.
- Lectures are Tuesdays and Thursdays from 11:00AM-12:20PM in CUC McConomy Auditorium.
- Online class communication should use the 15-440 EdStem forum. For in-depth discussions with TAs, we strongly encourage you to come to office hours.
- The course content and deadlines for all assignments will be listed in our course schedule.
Course Staff
Instructor
Instructor
Instructor
Lead TA
Course Assistants
Prerequisites
Because this course has a substantial project component, you must be proficient in C and programming on UNIX systems and have gotten a “C-“ or higher in 15-213/15-523. We will use the Go programming language, but we do not assume you have had any programming experience in Go.
Learning Objectives
After this course, students will have learned to…
- Implement and structure distributed systems programs.
- Write programs that can interoperate using well-defined protocols.
- Debug highly concurrent code that spans multiple programs running on multiple cores and machines.
- Reason about distributed algorithms for locking, synchronization and concurrency, scheduling, and replication.
- Use standard network communication primitives such as UDP and TCP.
- Understand the general properties of networked communication necessary for distributed systems programming in clusters and on the Internet.
- Employ and create common paradigms for easing the task of distributed systems programming, such as distributed filesystems, RPC, and MapReduce. Be able to clearly elucidate their benefits, drawbacks, and limitations.
- Identify the security challenges faced by distributed systems programs.
- Be able to select appropriate security solutions to meet the needs of commonly encountered distributed programming scenarios.
Course Policies
For all of the course policies, including grading policies, please head to the syllabus.
15-440 Distributed Systems