Textbooks

The required textbook for the course is Computer Networks: A Systems Approach, fifth edition, by Larry Peterson and Bruce Davie. Almost all the material that we will cover is in the textbook.

Other good textbooks that you can use as a substitute are Computer Networking: A Top-Down Approach, Jim Kurose and Keith Ross, Addison Wesley, and Computer Networks, Andrew Tanenbaum and David Wetherall, Prentice Hall.

For the programming projects, please see Dave's Notes on Software Engineering for Systems Hackers.

There are a few recommended texts which are useful references (especially if networking becomes your career).

  • TCP/IP Illustrated, Volume 1: The Protocols by W. Richard Stevens.
  • Unix Network Programming: Networking APIs: Sockets and XTI (Volume 1) by W. Richard Stevens.
  • Advanced Programming in the Unix Environment by W. Richard Stevens, Addison-Wesley, 1993.

Finally, if you have not taken 15-213, you may find its textbook useful as a gentle, software-focused introduction to computer architecture.

  • Computer Systems: A Programmer's Perspective by Randal E. Bryant and David R. O'Hallaron. Prentice Hall, 2003

Recitations

This semester we will again have recitations for 15-441. Recitations will cover systems hacking techniques designed to save you time and pain on the projects, will go into more detail about certain topics such as TCP, and will serve as review sessions before exams.

Grading

Your final grade for the course will be based on the following weights for the individual assignments:

  • 15% Project 1
  • 15% Project 2
  • 15% Project 3
  • 15% Homework
  • 15% Midterm
  • 25% Final Exam

The midterm will be an in-class, closed-book exam, covering all material up to that point in the course. The final exam will be a closed-book exam, covering m aterial from the whole year, with emphasis on the second half of the course.

Project 1 will focus on the implementation of a standards-compliant HTTP 1.1 server, ensuring familiarity with socket programming. Project 2 will build upon your web server from the first project by supporting it with a distributed, CDN-like backend. Project 3 will focus on file transfers and the protocol components necessary for efficient and reliable file transfer (retransmission, congestion control, caching, etc.) Project 1 is a solo project; projects 2 and 3 are to be done in groups of two students.

The homework will combine both textbook-like questions as well as hands-on experimental exercises. There will be three homework assignments.

Because of the importance of understanding both the theoretical and hands-on elements of networking, students must pass all three components of the course (homeworks, exams, and the projects) in order to receive a passing grade for the course.

Schedule (dates and topics are subject to change)

Date Instructor Topics Notes Readings
Tue 08/30 PS Introduction
[pdf]
1.1-1.2
Thu 09/01 PS Applications and protocol stacks
[pdf]
1.3, 1.5
Fri 09/02 TAs Project 1 overview, Q&A
[pdf]
git Cheatsheet
Tue 09/06 PS Packet switched networking
[pdf]
2.1-2.3
Thu 09/08 PS IP addresses
[pdf]
2.4-2.5
Fri 09/09 Rajul Lex and Yacc
[pdf]
HTTP Parser Starter Lex and Yacc
Tue 09/13 PS IP protocol
[pdf]
2.4-2.5
Thu 09/15 PS NATs
[pdf]
2.6
Fri 09/16 PS IP in Practice
[pdf]
3.1
Tue 09/20 No class - P1 time
3.2
Thu 09/22 PS DNS
[pdf]
3.2
Fri 09/23 TAs SSL
[pdf]
Tue 09/27 PS Routing
[pdf]
3.3
Thu 09/29 PS Routing Hierarchy and BGP
[pdf]
4.1
Fri 09/30 Rajul,Priyaranjan,Kshitiz Project 1 CP3
[pdf]
Tue 10/04 PS Virtual Circuits
[pdf]
4.1
Thu 10/06 PS Transport and TCP
[pdf]
5.1-5.2
Fri 10/07 PS Congestion control
[pdf]
6.1-6.4
Tue 10/11 PS Performance and Future of TCP
[pdf]
5.2, 6.5.4
Thu 10/13 No class
Fri 10/14 TBD TBD
Tue 10/18 PS MIDTERM EXAM
Thu 10/20 PS Web and peer-to-peer
[pdf]
9.1, 9.4
Fri 10/21 No Class TBD
Tue 10/25 PS Peer-to-peer and CDNs
[pdf]
9.4
Thu 10/27 PS Content Delivery Networks
[pdf]
9.4
Fri 10/28 PS Video Streaming
[pdf]
Tue 11/01 PS QoS
[pdf]
6.2, 6.5
Thu 11/03 TBD No lecture
Fri 11/04 PS Video Streaming
Tue 11/08 PS Security 1
[pdf]
Readings End to End Arguments in System Design and
Internet Protocols Design Philosophy.
8.1-8.3
Thu 11/10 PS Security 2
[pdf]
Helpful reference Tor: The Second Generation Onion Router.
Fri 11/11 PR P3 intro
[pdf]
Tue 11/15 PS Security 3
[pdf]
8.4
Thu 11/17 PS Physical layer
[pdf]
Fri 11/18 Serhat Project 3
[pdf]
Tue 11/22 PS Datalink layer
[pdf]
Thu 11/24 Thanksgiving
Fri 11/25 Thanksgiving
Tue 11/29 PS Ethernet and wireless
[pdf]
2.7, 4.4
Thu 12/01 PS Wifi and Cellular
[pdf]
2.7, 4.4
Fri 12/02 TBD TBD
Tue 12/06 PS Wireless and the Internet
[pdf]
7.2, 9.2
Thu 12/08 PS Future directions
[pdf]
Fri 12/09 No class - P3 time

Last updated: 2016-12-15 17:49:03 -0500 [validate xhtml]