15-441 Assignments

There will be three programming projects and four written homework assignments.

Topic Assigned Due Other Info Solutions
Project 1: IRC server 8/31/2010 Lead TA: Wittawat Tantisiriroj
Homework 1 9/09/2010
  • 9/21 @ in class
  • Note: hard copy only
Lead TA: David Neville
  • Grades: max = 50, min = 37.5, med = 45, average = 43.7
Project 2: IRC routing 9/24/2010
  • Checkpoint 1: 10/5
  • Checkpoint 2: 10/22
  • Final: 10/28 @ 11:59pm
Lead TA: Michael Carl Tschantz
Homework 2 9/28/2010
  • 10/7 @ in class
  • Note: hard copy only
Lead TA: Wittawat Tantisiriroj
  • Grades: max = 60, min = 45, med = 54, average = 53.1
Project 3: Congestion Control 11/4/2010 Lead TA: Wittawat Tantisiriroj
Homework 3 11/11/2010
  • 11/18 in class
  • Note: hard copy only
Lead TA: M.C. Tschantz
Homework 4 11/22/2010
  • 12/02 in class
  • Note: hard copy only
Lead TA: M.C. Tschantz

All homework and the first project must be done individually. The second and third programming projects will be done in groups of two students.

The later projects are done in groups for two reasons. The first is the size of the class. The second and more important reason is that this is an opportunity to experience the joys and frustrations of working with others. It is a skill you only get better at with practice.

Since 15-441 fulfills the project-class requirement of the CS degree, you will be expected to learn and practice good software engineering, as well as demonstrate mastery of the networking concepts. Both partners in a project group will need to fully understand the project and your solution in order to do well on those exam questions relating to the projects. For example, a typical question might be: "When you implemented X, you came across a particular situation Y that required some care. Explain why this simple solution Z does not work and describe how you solved it." We will pick questions such that it will take some effort to figure out Y. If you did not take the time to work the problem yourself and just relied on your partner, you will not have enough time during the test to figure it out. Be careful, the insights you will need will come only from actually solving the problem as opposed to just seeing the solution.

By their nature, the assignments are not going to be completely comprehensive of everything you will encounter in the real world or in class. To assist you, we have compiled a list of suggested study problems that you may want to do in addition to the normal homework. They are not graded, but they make great topics to discuss with the course staff during office hours.

Notes on the 15-441 Programming Projects

A key objective of 15-441 is to provide a significant experience with system programming, where you must write programs that are robust and that must integrate with a large, installed software base. Oftentimes, these programs are the ones that other people will build upon or use as tools. Systems programming is very different from the application program development you have done in earlier courses:

Finally, please note that by design, the 15-441 projects do not always specify every corner case bit of behavior or every design decision you may have to make. A major challenge in implementing real systems is in making the leap from a specification that is often somewhat incomplete (e.g., the IRC spec) to a real-world implementation. Do not get frustrated -- our grading will not dock you for making reasonable design decisions! We suggest three general guidelines to follow:

We will go into more detail about each of these points during the recitation sections. But keep in mind: The programming assignments in 15-441 are larger and more open-ended than in other courses. Doing a good job on the project requires more than just producing code that runs: it should have a good overall organization, be well implemented and documented, and be thoroughly tested.


Last updated: Fri Dec 10 17:39:50 -0500 2010 [validate xhtml]