Skip to content

mosharaf/eecs489

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EECS 489: Computer Networks (W’24)

Administrivia

  • Catalog Number: 30517
  • Lectures: 1013 DOW (Recorded), MW: 10:30 AM – 12:00 PM
  • Discussion 1: 3150 DOW, F 9:30 AM – 10:30 AM
  • Discussion 2: 2147 GGBL, Th 4:30 PM – 5:30 PM
  • Discussion 3: 1311 EECS, F 12:30 PM – 1:30 PM
  • Recordings

Team

Member (uniqname) Role Office Hours
Mosharaf Chowdhury (mosharaf) Faculty 4820 BBB, M 2:00 PM - 3:00 PM
Zachary Goldston GSI BBB Atrium, T TH 10:30 AM - 12:00 PM
Yong Seung Lee GSI BBB Atrium, M W 12:00 PM - 1:30 PM
Alex Zhang IA BBB Atrium, T Th 2:00 PM - 3:00 PM

Office Hour link: https://eecsoh.eecs.umich.edu/

OS Reference:

  • Linux, Windows/WSL: Zach, Alex
  • M2 Mac: Yong

Piazza

All communication regarding this course must be via Piazza. This includes questions, discussions, announcements, as well as private messages.

Course Description

EECS 489 takes a top-down approach to explore how networks operate and how network applications are written. We study how popular distributed systems such as video streaming, content distribution networks (CDNs), and cloud computing systems work in the application layer. We explore how these applications transfer data between their components and end users over the Internet using transport layer protocols such as TCP and UDP. We go deeper to understand what keeps the transport layer running (hint: the network layer routes packets for them); specifically, we look at how packets are routed and how routers work. Finally, we dive one more layer down to understand how the link layer transfer packets using Ethernet. In addition to cutting through the layers and covering the basics, we learn about the state-of-the-art topics in networking such as datacenter networks, software-defined networking (SDN), and programmable networks.

From a practical point of view, we learn what sockets are and how to use them. And we write code. We write code to implement various protocols, to build client-server applications, HTTP proxies, and video distribution applications, and to learn how to use programmable networks.

Prerequisite

The enforced prerequisite for this course is EECS 281 (Data Structures and Algorithms) and EECS 370 (Introduction to Computer Organization).

This course does not assume or require any prior knowledge of EECS 482. Nonetheless, you must have a good working knowledge of C/C++ and Unix family of operating systems.

If needed, you can get an override by signing up here.

Optional Textbook

  • Kurose and Ross, Computer Networking: A Top-Down Approach, 7th. or Earlier Editions, Pearson, 2016. ISBN 978-0133594140.

Tentative Schedule

Week of Monday Wednesday Optional Readings Assignments
01/08/24 No Class Introduction and Overview 1.1, 1.3, 1.4 A1 Out
01/15/24 No Class Protocol Layering 1.5
01/22/24 HTTP and the Web DNS and CDN 2.2, 2.4
01/29/24 Video Streaming and Cloud Systems Transport Layer 2.6, 3.1, 3.2, 3.3, 3.4 A1 Due
A2 Out
02/05/24 TCP Basics Flow and Congestion Control 3.5, 3.6
02/12/24 More Congestion Control Network Layer and IP 3.7, 4.1, 4.3.1, 4.3.2, 4.3.5
02/19/24 IP Routers No Class 4.2 A2 Due
02/26/24 No Class No Class
03/04/24 Midterm Review MIDTERM (90 Min; Online)
Regular time/location
A3 Out
03/11/24 Routing Fundamentals Intra-AS Routing 5.1, 5.2, 5.3
03/18/24 IP Addressing and Inter-AS Routing BGP 4.3.3, 5.4
03/25/24 Software-Defined Networking Link Layer 4.4, 5.5, 6.1, 6.3 A3 Due
A4 Out
04/01/24 Switched LAN Wireless Networking 6.4, 7.1, 7.2, 7.3
04/08/24 Datacenter Networking No Class 6.6
04/15/24 Final Review No Class
04/22/24 No Class FINAL (90 Min; Online)
Tuesday 4/30/2024
1:30 PM - 3:30 PM
A4 Due

Policies

Assignments

Four assignments will be assigned during the semester; the first one will be done individually and the rest will be in groups. Visit this page for detailed policies on assignments (including late submission policies) as well as the assignments themselves.

Exams

There will be two exams during the semester: a midterm exam and the final exam. Both exams will be online. You are expected to take both exams at the scheduled times.

If you miss an exam for reasons other than a documented medical or personal emergency, you will receive a zero for that exam. If you anticipate a conflict with an exam time, talk to the instructor at least one month before the exam date. Exam dates are given at the beginning of the semester so you can avoid scheduling job interviews or other commitments on those days. Outside commitments are not considered a valid reason for missing an exam.

Attendance and Discussion Sections

You are expected to attend lecture regularly and to be at your discussion section weekly. Discussion section meetings will typically involve active participation by discussion, group exercises, or question-and-answer sessions.

Commitment to Equal Opportunity

As indicated in the General Standards of Conduct for Engineering Students, we are committed to a policy of equal opportunity. We ask that all students treat each other with respect. Please feel free to contact us with any problems, concerns, or suggestions.

Lecture Recordings

Course lectures will be recorded and made available via the lecture capturing site.

Students may not record or distribute any class activity without written permission from the instructor, except as necessary as part of approved accommodations for students with disabilities. Any approved recordings may only be used for the student's own private use.

Quizzes

Each lecture has an associated quiz that will be made available sometime after the lecture and will be available for at least 48 hours.

Quizzes are not graded for correctness. hey are for self-evaluating your understanding of the material. Completing all quizzes will result in a total of 2% bonus grade on top of the entire grade.

Grading

Final grades will be based on the total points earned on the assignments and exams. Factors such as class participation may be used to adjust your final grade, especially if it falls on a borderline. The tentative point breakdown is:

Allocation
Assignment 1 5%
Assignment 2 15%
Assignment 3 15%
Assignment 4 15%
Midterm Exam 25%
Final Exam 25%
Total 100%
Quiz (Bonus) 2%

About

EECS 489: Computer Networks @ the University of Michigan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published