CS3611 (Spring 2025): Computer Networks


Course Description:

This course will introduce students to the key concepts underlying wired and wireless networking with a focus on the discussion of the layered architecture of the network protocol. A variety of case studies will be drawn from the Internet, combined with several practical programming exercises. At the end of the semester, students are expected to understand, several concepts, including the Internet architecture, HTTP, DNS, P2P, Sockets, TCP/IP, BGP, Routing protocols, wireless and sensor networking, WiFi, cellular and satellite networks, security, etc., with the ability to analyze and design protocols and algorithms in networking systems.



Lecture Time & Location: Thursday, 8:00-10:45 (Week 1-16), 上院 213.

Instructor: Haiming Jin (jinhaiming@sjtu.edu.cn)

Office Hours: Wednesday, 16:00-17:00, at Software Building No. 1, Room 1108-2.

Course TA:
  • Rong Ding (dingrong@sjtu.edu.cn)
  • Xinyue Fu (fuxinyue@sjtu.edu.cn)
  • Beichen Yu (polarisybc@sjtu.edu.cn)
  • TA Office Hours: Wednesday, 17:00-18:00, at Software Building No. 1, Room 1119.
Primary References:
  • Jim Kurose and Keith Ross, "Computer Networking: A Top-Down Approach", Pearson. (6th/7th/8th Edition)
  • “计算机网络:自顶向下方法”,机械工业出版社,译者:陈鸣。(原书第6/7/8版)
Other References:
  • Andrew S. Tanenbaum, “Computer Networks”, Prentice Hall.
  • Larry L. Peterson and Bruce S. Davie, “Computer Networks: A Systems Approach”, Morgan Kaufmann.
  • Douglas E. Comer, “Computer Networks and Internets”, Prentice Hall.
  • William Stallings, “Data and Computer Communication”, Prentice Hall.


Grading (tentative):
  • Homework and quizzes: 40%.
  • Lab assignments: 30%.
  • Final exam: 30% (The final exam covers all materials taught over the semester).

Note: This schedule is tentative and subject to change over time due to unforeseen events. Please check it regularly.

<
# Date Topics Slides & Notes
1 Feb. 20 Course Logistics, Course Overview
Introduction:
What’s Computer Network?
Slides: [chap0-overview.pdf], [chap1-introduction.pdf]
Reading: Kurose&Ross (Chapter 1)
2 Feb. 27 Introduction:
Protocol layers
Service models
Network edge
Access net
Network core
Slides: Same as above.
Reading: Kurose&Ross (Chapter 1), materials for queueing delay

In this semester, we will have a series of homeworks, which will help you better understand the concepts and protocols discussed during the lectures.

Instructions:
  • You are expected to carry out the homeworks by yourself.
  • For each homework, you are expected to submit a pdf file containing your answers to all questions via Canvas.
  • Your answer file should be written in English, otherwise it will not be graded.
  • Your answer file should be named as "StudentName_StudentID_HomeworkIndex.pdf". For example, HaimingJin_5080309195_Homework1.pdf for Homework 1.
Assignments:
  • Homework 1: Questions, Solutions. (Due: TBD).

In this semester, you are expected to carry out several lab assignments to obtain hands-on experience on computer networks. Specifically, the labs will offer you the opportunity to getting familiar with Wireshark, Mininet, socket programming, NFS, gRPC, etc.

Instructions:
  • You are expected to carry out the labs by yourself.
  • You will not need to go to an actual lab room for the labs, as they could be finished using your own PCs.
  • For each lab, you are expected to submit a report and the corresponding code via Canvas.
  • Your report should be a pdf file written in English, otherwise it will not be graded.
  • Your report should be named as "StudentName_StudentID_LabIndex.pdf". For example, HaimingJin_5080309195_Lab1.pdf for Lab 1. If there are multiple files (e.g., report and code) to be submitted for the same lab, please put all your files in a .zip file named as "StudentName_StudentID_LabIndex.zip".
  • Each lab assignment normally contains a tutorial and several questions. The tutorial will instruct you to set up the basic environment and install the tools necessary for the lab. In your report for each lab, you are expected to provide answers to all questions by using the installed tools or writing additional codes as required.
Assignments:
  • Lab 1: Set up Environment and Test Basic Softwares