Syllabus
Contents
Fall 2019 Syllabus & Schedule (subject to change as needed) - (REVISED FOR FALL 2019)
Schedule at-a-glance
Legend
Lab | Quiz | Exam | No class |
---|---|---|---|
Mon | Wed | Mon | Wed | Mon | Wed | Mon | Wed | Mon | Wed | |
---|---|---|---|---|---|---|---|---|---|---|
August | 26 | 28 | ||||||||
September | 2 | 4 | 9 | 11 | 16 | 18 | 23 | 25 | 30 | |
October | 2 | 7 | 9 | 14 | 16 | 21 | 23 | 28 | 30 | |
November | 4 | 6 | 11 | 13 | 18 | 20 | 25 | 27 | ||
December | 2 | 4 |
Detailed Schedule & Syllabus
NOTE: This schedule is TENTATIVE, and may change as certain topics may end-up being harder or easier than anticipated. Changes to the schedule will be reflected as quickly as possible on this page.
The different columns in the schedule are as follows:
- The Scope column provides a brief description of the material to be covered in each lecture.
- As its name indicates, the Reading Assignments column identifies what you need read ahead of the corresponding lecture. It usually consists of chapters or sections in the textbook, or some external material from IETF RFCs. It also includes optional reading material (in the line starting with "FYI") that can provide additional useful insight into the topic at hand.
- The Slides column gives a pointer to the set of slides (in PowerPoint format) that will typically be covered during the lectures. The slides also include some useful exercises to test understanding of the material they cover.
- The Review Questions column provides pointers to review questions (in MS Word format) that need to be handed-in at the start of the corresponding class and that are based on the reading material for the class. Review Question i is due at the beginning of Lecture i.
- Finally the Labs/Quizzes column identifies dates when either quizzes will be given at the start of class (blue-colored entries), or when labs are due (green-colored entries).
August
Date | Scope | Reading Assignments | Slides | Review Questions | Labs/Quizzes |
---|---|---|---|---|---|
8/26 | A brief overview of the Internet, its components, and performance aspects | Chapter 1, RFC 1958 FYI: RFC 3439 (especially Section 5) |
Lecture 1 | - | - |
8/28 | Transport layer overview and socket programming (mostly UDP, but we'll quickly cover TCP as well) | Sections 2.7.1, 3.1-3.3 FYI: Java sockets tutorial, TCP/IP Socket in Java (book) |
Lecture 2 | Review Questions for lecture 2 (rq2.docx) |
September
Date | Scope | Reading Assignments | Slides | Review Questions | Labs/Quizzes |
---|---|---|---|---|---|
9/2 | LABOR DAY | NO CLASS | |||
9/4 | Network applications & the web | Chapter 1, Sections 2.1, 2.2 FYI: RFC 2616, RFC 7540 |
Lecture 3] | Review Questions for lecture 3 (rq3.docx) | Lab1 Due, Notes about lab1 from 2015] , Feedback about lab1 from 2014 |
9/9 | The Domain Name System (DNS) | Section 2.4 FYI: RFC 1034, RFC 1035, A useful discussion of the need for and use of GLUE records |
Lecture 4 | Review Questions for lecture 4 (rq4.docx) | Quiz 1 |
9/11 | File transfer application (FTP) and email application (SMTP) | Sections 2.3, RFC 959, RFC 4254 FYI: RFC 2821, A discussion of the difference between active and passive FTP |
Lecture 5 | Review Questions for lecture 5 (rq5.docx) | |
9/16 | P2P applications - BitTorrent and DHTs | Section 2.5 CMU Lecture on DHTs |
Lecture 6 | Review Questions for lecture 6 (rq6.docx) | |
9/18 | Principles of reliable data transport | Section 3.4 | Lecture 7 | Review Questions for lecture 7 (rq7.docx) | Lab 2 Due |
9/23 | Principles of reliable data transport (contd.) | Section 3.4 | Lecture 8 | NO REVIEW QUESTIONS | |
9/25 | A closer look at TCP | Sections 3.5, 2.7.2 | Lecture 9 | Review Questions for lecture 9 (rq9.docx) | |
9/30 | TCP flow and congestion control | Sections 3.6, 3.7 FYI: RFC 5681, RFC 6582 |
Lecture 10 | Review Questions for lecture 10 (rq10.docx) | Quiz 2 |
October
Date | Scope | Reading Assignments | Slides | Review Questions | Labs/Quizzes |
---|---|---|---|---|---|
10/2 | TCP flow and congestion control (contd.) | Sections 3.6, 3.7 FYI: RFC 5681, RFC 6582 |
Lecture 11 Lecture 11 - Alternate slide-deck |
Review Questions for lecture 11 (rq11.docx) | |
10/7 | Other useful Internet protocols & mechanisms: ICMP, DHCP, NATs | Sections 5.6, 4.3.4, pp. 342-345 FYI: RFC 792, RFC 2131, RFC 2131, RFC 2663 |
Lecture 12 | Review Questions for lecture 12 (rq12.docx) | |
10/9 | IPv4 protocol and Internet routers (IP addresses & subnets, router architecture) | Sections 4.1-4.3 (up to p. 341) FYI: RFC 1812 |
Lecture 13 | Review Questions for lecture 13 (rq13.docx) | Lab 3 Due |
10/14 | FALL BREAK | NO CLASS | |||
10/16 | Review session | Exam 1 review | - | - | - |
10/21 | Exam 1 (in class) | ||||
10/23 | Routing (shortest path) algorithms | Section 5.2 | Lecture 14 | Review Questions for lecture 14 (rq14.docx) | |
10/28 | Intra-domain rouging protocols, i.e., OSPF, IS-IS, (MAY SKIP THIS LECTURE IF WE HAVE FALLEN BEHIND. IT'S MOSTLY DETAILS ABOUT OSPF AND IS-IS) |
Section 5.3, FYI: RFC 2328, RFC 1195 |
Lecture 15 | Review Questions for lecture 15 (rq15.docx) | Lab 4 Due |
10/30 | Inter-domain routing (BGP) | Section 5.4 FYI: RFC 4271, Avi Freedman BGP tutorials (BGP1 and BGP2) |
Lecture 16 | Review Questions for lecture 16 (rq16.docx) |
November
Date | Scope | Reading Assignments | Slides | Review Questions | Labs/Quizzes |
---|---|---|---|---|---|
11/4 | Multicast routing | RFC 5110, Cisco Multicast Technology Overview FYI: RFC 2236 (Sections 1-3), RFC 3376 (Sections 1-6), RFC 4541 (Section 2), RFC 4601 (Sections 1-3), RFC 4607 (Sections 1-6) |
Lecture 17 | Review Questions for lecture 17 (rq17.docx) | Quiz 3 |
11/6 | Link layer & Ethernet | Section 6.1-6.6, Spanning Tree Protocol FYI: RFC 826 |
Lecture 18 | Review Questions for lecture 18 (rq18.docx) | |
11/11 | Link layer & Ethernet (contd.) | A basic VLAN tutorial, NANOG 49 MPLS presentation FYI: Another slightly more detailed VLAN tutorial, Cisco's MPLS Introduction |
Lecture 19 | NO REVIEW QUESTIONS | |
11/13 | Wireless & WiFi | Sections 7.1-7.3 | Lecture 20 | Review Questions for lecture 20 (rq20.docx) | |
11/18 | Cellular networks & mobility | Sections 7.4-7.8 FYI: RFC 3344, RFC 5944 |
Lecture 21 | Review Questions for lecture 21 (rq21.docx) | Lab 5 Due |
11/20 | IPv6 (will skip and cover if time permits after security) | Section 4.3.5 FYI: RFC 2460 |
Lecture 22 ] | Review Questions for lecture 22 CANCELLED | |
11/25 | Security protocols Attacks and defense systems |
FYI
|
Lecture 23 | Review Questions for lecture 23 (rq23.docx) | Quiz 4 |
11/27 | THANKSGIVING BREAK | NO CLASS |
December
Date | Scope | Reading Assignments | Slides | Review Questions | Labs/Quizzes |
---|---|---|---|---|---|
12/2 | Security protocols Attacks and defense systems (contd.) |
FYI
|
Lecture 24] | NO REVIEW QUESTIONS | Lab 6 Due |
12/4 | Exam 2 (in class) | Note: there will be a review session at 5pm in Jolley 309 on 12/03 | Exam 2 review | - |