ANNOUNCEMENTS
Remember to check this regularly!
STAFF
Professor
Fabián E. Bustamante
Seely Mudd #3905
+1 847 491-2745
fabianb@…
TA
Alex Liu
Seely Mudd #3416
shuchengliu2023@u….
Yihan Zhang
Seely Mudd #3416
shzhangyihan@gmail….
LOCATION AND TIME
Lectures: Mondays and Wednesdays 11:00-12:20PM
Annenberg Hall G21
Professor Office Hours: By appointment
Yihan’s TA Office Hours: Monday 7-8PM or By appointment
Alex’s TA Office Hours: Tuesday 7-8PM or By appointment
TA Sessions: Thursday 7-8PM (Mudd 3534)
Final Exam:Friday, Dec. 13th – 9-11AM
CATALOG DESCRIPTION
A top-down exploration of networking using the 5-layer model and the TCP/IP stack.
COURSE PREREQUISITES
- COMP_SCI 214 and
- COMP_SCI 213 or COMP_ENG 205
In compliance with Section 504 of the 1973 Rehabilitation Act and the Americans with Disabilities Act, Northwestern University is committed to providing equal access to all programming. Students with disabilities seeking accommodations are encouraged to contact the office of Services for Students with Disabilities (SSD) at +1 847 467-5530 or ssd@northwestern.edu. SSD is located in the basement of Scott Hall. Additionally, I am available to discuss disability-related needs during office hours or by appointment.
This course introduces the basics of networking, ranging from sending bits over wires to the Web and distributed computing. We focus on the networking ground between these two extremes, particularly focusing on the engineering of the Internet. Topics include packet switching and routing, flow control, congestion control and quality-of-service, Internet protocols, security, software defined networking, and the design of network services.
COMMUNICATION CHANNELS
There are a number of communication channels set up for this class:
- We will use the course web site to post announcements related to the course and Canvas to post assignments. You should check these regularly for schedule changes, clarifications and corrections to assignments, and other course-related announcements.
- We will use Piazza for class discussion. The system is highly catered to getting you help fast and efficiently from classmates, the TA, and myself. Rather than emailing questions to the teaching staff, I encourage you to post your questions on Piazza
- There is always email for questions that would be inappropriate to post on the newsgroup/discussion-board. When using email to contact the staff please start your subject line with “CS340: helpful-comment” to ensure a prompt response.
COURSE ORGANIZATION
The course is organized as a series of lecture and paper discussions, four projects and a take home exam.
- Lectures – A set of lectures on the core of the material.
- Readings – Textbook and paper reading in preparation for (not substitution of) the lecture.
- Homework assignments – A set of assignments meant as reader enforcers.
- Wireshark Labs – A set of labs to let you see network protocols in action.
- Projects – Three programming projects to give you a better understanding of the subject matter.
- A midterm and final exams (cumulative).
GRADING
I use a criterion-referenced method to assign your grade; in other words, your grade will be based on how well you do relative to predetermined performance levels, instead of in comparison with the rest of the class. Thus, if a test has 100 possible points, anyone with a score of 90 or greater will get an A (90-93: A-), those with scores of 80 or greater will get a B, those with scores of 70 or greater will get a C, and so on. Notice that this means that if everyone works hard and gets >93, everyone gets an A.
Total scores (between 0 and 100) will be determined, roughly, as follows:
- Projects 40%
- Midterm Exam 15%
- Final Exam 20%
- Homework Assignments and Wireshark Labs 20%
- Participation (in class and Piazza) 5%
POLICIES
Late policy:
Unless otherwise indicated, homework assignments and projects are due by midnight on their due date. If you hand in an assignment late, we will take off 10% for each day (or portion thereof) it is late. Assignments that are three or more days latereceive no credit.
Cheating vs. Collaboration:
Collaboration is a really good thing and we encourage it. On the other hand, cheating is considered a very serious offense. When in doubt, remember that it’s OK to meet with colleagues, study for exams together, and discuss assignments with them. However, what you turn in must be your own (or for group projects, your group’s own) work. Copying code, solution sets, etc. from other people or any other sources is strictly prohibited.
The following is our intended calendar with topics, slides (as they become available) and reference material. Notes with the format “KR7 #” refer to chapters/sections of the class textbook Computer Networking: A Top-Down Approach, 7th Ed., J. Kurose and K. Ross.
Date | Topic | Readings/Notes |
Wed 9/25 | Introduction: Overview | Brief history of the Internet [PDF] | KR7 1.1,1.7 |
Mon 9/30 | Edge, core and a bunch of layers [PDF] | KR7 1.2-1.5 |
Wed 10/02 | Application layer: Principles and a few protocols | Socket Programming [PDF] | KR7 2.1-2.3, 2.7 |
Mon 10/07 | Domain Name System [PDF] | KR7 2.4 |
Wed 10/09 | Content distribution: P2P, Video and CDNs [PDF] | KR7 2.5, 2.6 |
Mon 10/14 | Transport Layers, UDP [PDF] | KR7 3.1-3.3 |
Wed 10/16 | Principles of Reliable Data Transfer [PDF] | KR7 3.4 |
Mon 10/21 | TCP [PDF] | KR7 3.5 |
Wed 10/23 | Prof. at ACM IMC 2019 | — |
Mon 10/28 | Congestion Control and TCP [PDF] | KR7 3.6,3.7 |
Wed 10/30 | Midterm (in class) | Up to 3.7 |
Mon 11/04 | Network layer | Inside a Router [PDF] | KR7 4.1-2 |
Wed 11/06 | The Internet protocol [PDF] | KR7 4.3,4.4 |
Mon 11/11 | Routing algorithms [PDF] | KR7 5.1-5.2 |
Wed 11/13 | Prof. out | — |
Mon 11/18 | Internet Routing ]PDF] | KR7 5.3-5.4 |
Wed 11/20 | ICMP, SNMP and SDNs [PDF] | KR7 5.6-5.7 |
Mon 11/25 | Link Layer: Broadcast [PDF] | KR7 6.1-6.3 |
Wed 11/27 | Link Layer: Switched LANs and more [PDF] [pptx] | KR7 6.4-6.7 |
Mon 12/02 | Wireless and Cellular [PDF] | KR7 7.1-7.8 |
Wed 12/04 | Security – Guest lecturer Prof. Yan Chen | Class review [PDF] | KR7 8.1-8.4 |
Fri 12/13 | Final | Cumulative |
ASSIGNMENTS
There are five Wireshark labs, some basic homework assignments, and three team-projects. Projects are to be done in teams of 2 students.
We will post all asignments in the Canvas’ site for the course.
CALENDAR OF ASSIGNMENTS
MATERIALS
REQUIRED
- Computer Networking: A Top-Down Approach, 7th Ed., Jim Kurose and Keith Ross, Pearson
OTHER GOOD TEXTBOOKS
- Computer Networks: A Systems Approach, 5th Ed., by Larry Peterson and Bruce Davie, Morgan Kaufmann
- Computer Networks, 5th Ed.by Andrew Tanenbaum and David Wetherall, Pearson
VERY USEFUL REFERENCES
- 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 and Stephen Rago.
- Advanced Programming in the Unix Environment by W. Richard Stevens, Addison-Wesley, 2013.
- S. Keshav, How to Read a Paper, ACM SIGCOMM CCR, 37(3), 2007.