Difference between revisions of "Syllabus"
Jump to navigation
Jump to search
(→August) |
|||
Line 74: | Line 74: | ||
! Labs/Quizzes | ! Labs/Quizzes | ||
|- | |- | ||
− | |style="background-color: SkyBlue;"| | + | |style="background-color: SkyBlue;"| 9/4 || The Domain Name System (DNS) || Section 2.5<br/> FYI: RFC 1034, RFC 1035, [http://www.experts-exchange.com/Networking/Protocols/DNS/A_10297-DNS-Glue-WHAT-and-WHY.html A useful discussion of the need for and use of GLUE records] ||[[Media:lec03.pdf | Lecture 3]] || Review Questions for lecture 3 ([[Media:rq3.pdf | pdf]], [[Media:rq3.docx | docx]])||style="background-color: SkyBlue;"|[[Media:Q1.pdf| Quiz 1]] <!--, [[Media:Q1sol.pdf | solution]] --> and [[Media:Quiz1_notes.pdf | Notes]] |
|- | |- | ||
− | | 9/ | + | | 9/6 || Transport layer overview and socket programming (mostly UDP, but we'll quickly cover TCP as well) || Sections 2.7.1, 3.1-3.3<br/> FYI: [http://docs.oracle.com/javase/tutorial/networking/sockets/index.html Java sockets tutorial], [http://ftp.itb.ac.id/pub/ISO-IMAGES/linux/filenya-putu-shinoda/bukulinux/TCPIPSocketInJava.pdf TCP/IP Socket in Java (book)] || [[Media:lec04.pdf | Lecture 4]] || Review Questions for lecture 4 ([[Media:rq4.pdf | pdf]], [[Media:rq4.docx | docx]]) || |
|- | |- | ||
− | |style="background-color: Red;"| 9/ | + | |style="background-color: Red;"| 9/11 ||style="background-color: Red;"| '''NO CLASS - Labor Day''' ||style="background-color: Red;"| ||style="background-color: Red;"| ||style="background-color: Red;"| ||style="background-color: Red;"| |
|- | |- | ||
− | |style="background-color: SpringGreen;"| 9/ | + | |style="background-color: SpringGreen;"| 9/13 || File transfer application (FTP) and email application (SMTP) || Sections 2.3 & 2.4<br/> FYI: RFC 959, RFC 2821, [http://slacksite.com/other/ftp.html A discussion of the difference between active and passive FTP] || [[Media:lec05.pdf | Lecture 5]] || Review Questions for lecture 5 ([[Media:rq5.pdf | pdf]], [[Media:rq5.docx | docx]]) ||style="background-color: SpringGreen;"| [[Media:Lab1.pdf | Lab 1 Due]], [[Media:Lab1_notes.pdf | feedback about lab1 from 2015]] , [[Media:Feedback_lab1.pdf | feedback about lab1 from 2014]] <!-- and [[Media:Lab1report_sol.pdf | solution]] --> |
|- | |- | ||
− | | 9/ | + | | 9/18 || ONL: Open Network Lab || - || [[Media:lec06.pdf | Lecture 6 ]] || |
|| | || | ||
|- | |- | ||
− | |style="background-color: SkyBlue;"| 9/ | + | |style="background-color: SkyBlue;"| 9/20 || Other useful Internet protocols & mechanisms: ICMP, DHCP, NATs || Section 4.4 (pp. 345-355)<br/> FYI: RFC 792, RFC 2131, RFC 2131, RFC 2663 || [[Media:lec07.pdf | Lecture 7 ]] || Review Questions for lecture 7 ([[Media:rq7.pdf | pdf]], [[Media:rq7.docx | docx]]) ||style="background-color: SkyBlue;"|[[Media:Quiz_template.pdf | Quiz 2]] <!-- and [[Media:q2sol.pdf | solution]] --> |
|- | |- | ||
− | | 9/ | + | | 9/25 || P2P applications - BitTorrent and DHTs || Section 2.6 || [[Media:lec08.pdf | Lecture 8 ]] || Review Questions for lecture 8 ([[Media:rq8.pdf | pdf]], [[Media:rq8.docx | docx]]) || |
|- | |- | ||
− | | 9/ | + | | 9/27 || Principles of reliable data transport || Section 3.4 || [[Media:lec09.pdf | Lecture 9 ]] || Review Questions for lecture 9 ([[Media:rq9.pdf | pdf]], [[Media:rq9.docx | docx]]) || |
|- | |- | ||
|style="background-color: SpringGreen;"| 9/28 || Principles of reliable data transport (contd.) || Section 3.4 || [[Media:lec10.pdf | Lecture 10 ]] || ||style="background-color: SpringGreen;"| [[Media:Lab2.pdf | Lab 2 Due]] <!-- and [[Media:Lab2report.pdf | solution]] --> | |style="background-color: SpringGreen;"| 9/28 || Principles of reliable data transport (contd.) || Section 3.4 || [[Media:lec10.pdf | Lecture 10 ]] || ||style="background-color: SpringGreen;"| [[Media:Lab2.pdf | Lab 2 Due]] <!-- and [[Media:Lab2report.pdf | solution]] --> | ||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Revision as of 20:30, 7 June 2017
Contents
Fall 2015 Syllabus & Schedule (subject to change as needed)
Schedule at-a-glance
Legend
Lab | Quiz | Exam | No class |
---|---|---|---|
Mon | Wed | Mon | Wed | Mon | Wed | Mon | Wed | Mon | Wed | |
---|---|---|---|---|---|---|---|---|---|---|
August | 24 | 26 | 31 | |||||||
September | 2 | 7 | 9 | 14 | 16 | 21 | 23 | 28 | 30 | |
October | 5 | 7 | 12 | 14 | 19 | 21 | 26 | 28 | ||
November | 2 | 4 | 9 | 11 | 16 | 18 | 23 | 25 | 30 | |
December | 2 |
FINAL EXAM: Wednesday December 16, 2015, 1:00-3:00pm in Room TBA.
Detailed Schedule & Syllabus (BEING REVISED FOR FALL 2017)
NOTE: This schedule in TENTATIVE, and LIKELY to 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.
August
Date | Scope | Reading Assignments | Notes & slides | Review Questions | Labs/Quizzes |
---|---|---|---|---|---|
8/28 | A brief overview of the Internet, its components, and performance aspects | Chapter 1, RFC/11\/ 1958 FYI: RFC 3439 (especially Section 5) |
Lecture 1 | - | - |
8/30 | Network applications & the web | Chapter 1, Sections 2.1, 2.2 FYI: RFC 2616 |
Lecture 2 | Review Questions for lecture 2 ( pdf, docx) |
September
Date | Scope | Reading Assignments | Notes & slides | Review Questions | Labs/Quizzes |
---|---|---|---|---|---|
9/4 | The Domain Name System (DNS) | Section 2.5 FYI: RFC 1034, RFC 1035, A useful discussion of the need for and use of GLUE records |
Lecture 3 | Review Questions for lecture 3 ( pdf, docx) | Quiz 1 and Notes |
9/6 | 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 4 | Review Questions for lecture 4 ( pdf, docx) | |
9/11 | NO CLASS - Labor Day | ||||
9/13 | File transfer application (FTP) and email application (SMTP) | Sections 2.3 & 2.4 FYI: RFC 959, RFC 2821, A discussion of the difference between active and passive FTP |
Lecture 5 | Review Questions for lecture 5 ( pdf, docx) | Lab 1 Due, feedback about lab1 from 2015 , feedback about lab1 from 2014 |
9/18 | ONL: Open Network Lab | - | Lecture 6 | ||
9/20 | Other useful Internet protocols & mechanisms: ICMP, DHCP, NATs | Section 4.4 (pp. 345-355) FYI: RFC 792, RFC 2131, RFC 2131, RFC 2663 |
Lecture 7 | Review Questions for lecture 7 ( pdf, docx) | Quiz 2 |
9/25 | P2P applications - BitTorrent and DHTs | Section 2.6 | Lecture 8 | Review Questions for lecture 8 ( pdf, docx) | |
9/27 | Principles of reliable data transport | Section 3.4 | Lecture 9 | Review Questions for lecture 9 ( pdf, docx) | |
9/28 | Principles of reliable data transport (contd.) | Section 3.4 | Lecture 10 | Lab 2 Due |
October
Date | Scope | Reading Assignments | Notes & slides | Review Questions | Labs/Quizzes |
---|---|---|---|---|---|
10/7 | TCP flow and congestion control (contd.) | Sections 3.6, 3.7 FYI: RFC 5681, RFC 6582 |
Lecture 13 | ||
10/12 | Review session | - | - | - | - |
10/14 | IN CLASS MIDTERM | Midterm review and solution | |||
10/19 | IPv4 protocol and Internet routers (IP addresses & subnets, router architecture) | Sections 4.1-4.3, 4.4 (up to p. 345) FYI: RFC 1812 |
Lecture 14 | Review Questions for lecture 14 ( pdf, docx) | |
10/21 | Routing (shortest path) algorithms | Section 4.5 | Lecture 15 | Review Questions for lecture 15 ( pdf, docx) | Lab 3 Due |
10/26 | Intra-domain rouging protocols, i.e., OSPF, IS-IS, EIGRP | Sections 4.6.1-2, EIGRP paper FYI: RFC 2328, RFC 1195 |
Lecture 16 | Review Questions for lecture 16 ( pdf, docx) | |
10/28 | Inter-domain routing (BGP) | Section 4.6.3 FYI: RFC 4271, Avi Freedman BGP tutorials (BGP1 and BGP2) |
Lecture 17 | Review Questions for lecture 17 ( pdf, docx) | Quiz 4 |
11/2 | Multicast routing | Section 4.7 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 18 | Review Questions for lecture 18 ( pdf, docx) | |
11/4 | Link layer & Ethernet | Section 5.1-5.6, Spanning Tree Protocol FYI: RFC 826 |
Lecture 19 | Review Questions for lecture 19 ( pdf, docx) | |
11/9 | Link layer & Ethernet (contd.) | Section 5.1-5.6, Spanning Tree Protocol FYI: RFC 826 |
Lecture 20 | Lab 4 Due | |
11/11 | Wireless & WiFi | Sections 6.1-6.3 | Lecture 21 | Review Questions for lecture 21 ( pdf, docx) | Quiz 5 |
11/16 | Cellular networks & mobility | Sections 6.4-6.8 FYI: RFC 3344 |
Lecture 22 | Review Questions for lecture 22 ( pdf, docx) | |
11/18 | IPv6 | Section 4.4.4 FYI: RFC 2460 |
Lecture 23 | Review Questions for lecture 23 ( pdf, docx) | |
11/23 | Security - A cryptography primer and Attacks and defense systems |
Sections 8.1-8.3, 8.4-8.9
|
Lecture 24 | Review Questions for lecture 24 ( pdf, docx) | Lab 5 Due |
11/25 | NO CLASS - THANKSGIVING | ||||
11/30 | Research Lecture: Named Data Networking | Lecture 25 | - | Quiz 6 | |
12/2 | Final Review Session | Final review and solution | - | - | - |