Distributed Systems

Most software is now distributed in some sense. This course is meant to serve as an introduction to distributed systems, emphasizing techniques for creating functional, usable, and high-performance distributed systems.

This course aims to: (1) provide students with an understanding of the principles and techniques behind the design of distributed systems, such as locking, concurrency, scheduling, and communication across the network. (2) provide students with practical experience designing, implementing, and debugging real distributed systems.

Major themes covered in this course include scarcity, scheduling, concurrency and concurrent programming, naming, abstraction and modularity, imperfect communication and other types of failure, protection from accidental and malicious harm, optimism, and the use of instrumentation and monitoring and debugging tools in problem solving. As the creation and management of software systems is a fundamental goal of any undergraduate systems course, students will design, implement, and debug large programming projects.

Syllabus Edstem Gradescope PollEv

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 2025), the course will follow closely along the previous Fall versions of this course. In particular, the projects will use the Go programming language.
  • This semester (Fall 2025), lectures are going to be on Tuesdays and Thursdays from 11:00AM-12:20PM in CUC McConomy Auditorium.
  • All class communication happens on the 15-440 Edstem forum. For longer discussions with TAs and to get help in person, we strongly encourage you to come to office hours.
  • The course content and deadlines for all assignments will be listed in our course schedule and on the assignments page.

Course Staff

Heather Miller
Instructor
heather.miller@cs.cmu.edu
Elizabeth Gilbert
Head TA
evgilber@andrew.cmu.edu

Course Assistants

Aditri Gupta
aditrig@andrew.cmu.edu
Alexa Lowe
alexal@andrew.cmu.edu
Andy Zhao
ziyaoz@andrew.cmu.edu
Daniel Zhang
dzhang3@andrew.cmu.edu
Gonzalo De Hermenegildo Sordo
gdeherme@andrew.cmu.edu
Gabriel Sha
gsha@andrew.cmu.edu
Lucy Wang
lexinw@andrew.cmu.edu
Matthew Feraru
mferaru@andrew.cmu.edu
May Paek
mpaek@andrew.cmu.edu
Matthew Booth
mwbooth@andrew.cmu.edu
Maxwell Feng
mzf@andrew.cmu.edu
Nithya Arun
nkarun@andrew.cmu.edu
Rhea Kripalani
rkripala@andrew.cmu.edu
Stephen Chien
shchien@andrew.cmu.edu
Steven Shi
sshi2@andrew.cmu.edu
Tianhao Gu
tgu3@andrew.cmu.edu
Tanisha Mehta
tsmehta@andrew.cmu.edu
Varshini Subramanian
varshins@andrew.cmu.edu
Xinyu Li
xinyul3@andrew.cmu.edu

Prerequisites

Because this course has a big project component, you must be proficient in C and programming on UNIX systems. We will use the Go programming language throughout the term. It is required that you have taken 15-213/15-513 and gotten a “C-“ or higher since many of the programming skills you will need are taught in that course. However, if you received a C in 15-213, you must meet with your academic advisor to discuss your background before taking 15-440/640, perhaps taking an additional course to sharpen your systems skills. Your advisor must email us approval and an explanation of why you have sufficient background to take 15-440/640.

If you have not taken 15-213/15-513 but believe you have taken an equivalent course (for example, master’s students might have taken a similar course during their undergrad), you may join the waitlist. This year (Fall 2025) exceptionally, we have decided to allow these students to join the course after the waitlist clears for students who have the proper prerequisites (if it clears).

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.