Danfeng (Daphne) Yao. Office Hours: Tuesday 11AM-noon CoRE 318A.
Email: danfeng at cs dot rutgers dot edu
TA
Begumhan Turgut. Office Hours: Monday noon-1pm Hill Center 202.
Email: bturgut at cs dot rutgers dot edu
Class Hours
Lectures: MW 3:20-4:40pm HLL-009 Busch Campus
Recitations: M 2:05-3:00pm HLL 120 Busch Campus (NEW LOCATION!)
This course will provide students with a thorough understanding of the basic principles of computer networks, the design philosophy of the Internet, and the details of Internet protocols, and the engineering and scientific principles needed to understand computer networks. Students who complete this course will be able to describe in detail the operations of Internet protocols and develop their own Internet applications. Students will also develop an understanding of the design and construction of network programs via a semester long class project. At the end of the course, you should be capable of network programming.
The prerequisite for CS 352 is Computer Architecture (CS 211), because of number representation, as well as Introduction to Discrete Structures II (CS 206), because students are expected to know basic probability. Students are expect to know how to program in Java and use simple data structures such as hash tables and arrays. Students are also expected to understand the department's facilities and how to use the cereal cluster, handin, the FAS gradebook. and the Rutgers sakai courseware site.
James F. Kurose and Keith W. Ross, Computer Networking, 4th edition.
Students are expected to attend all lectures and perform all reading assignments prior to lecture. Students are also expected to attend all recitation section meetings. Students will be evaluated according to their performance on a semester long programming project, 2 written homeworks, and the final examination.
WARING: This is a project course, which means that this course should give you more than a passing knowledge of what writing working network programs entails. The project will be a major undertaking. If you complete the projects, you will have learned a lot. However, assess your commitment to this course realistically. If you don't have the time or the inclination to work hard on the project, you would be better off not taking the course. Fortunately, the project will be programmed in Java, so you will not have to learn a new programming language. You will have to learn how to build and debug a reasonably size Java program and make it robust to outside errors. You will also have to describe how your program work in both a written document as well as an oral exam. This one large project will be assigned, as three sub-projects. Up to 2 students can work as a group for each sub-project and you can change group members for each project . Students are required to complete the parts by the scheduled deadlines. Failure to turn in the project by the deadline using the "handin" program will result in a zero for all team members. No exceptions!
Cheating on homeworks, projects, and exams will not be tolerated. We want to protect the fairness and integrity of the class, so we run code similarity detectors on the projects and scrutinize exams for copying. Both parties in the exchange are liable; e.g. if you give away solutions to friends, you're putting yourself at risk too. If you get caught, it's a nasty process--- just don't go there! You're better off asking for help, or at worst, dropping the course and trying it again.
The department academic integrity policy can be found at http://www.cs.rutgers.edu/policies/academicintegrity/. You now need to click explicitly on a link when first login to our computing facilities, use handin, etc., that says you acknowledge being aware of the policy (which you can read through the login screen).
That said, we do encourage you to talk to your classmates, provided you follow the Gilligan's Island Rule. After a joint discussion of an assignment or problem, each student should discard all written material and then go do something mind-numbing for half an hour. For example, go watch an episode of Gilligan's Island (or Reality TV in modern terms), and then recreate the solutions. The idea of this policy is to ensure that you fully understand the solutions or ideas that the group came up with.
If you follow the Gilligan's island rule, often best route to follow to get a question answered is to ask, in order:
1. A classmate smarter than you.
2. Your TA.
3. The professor.
A cumulative final examination will be held at the end of the semester. There is no mid-term exam.
We will give two written homeworks. Please hand in your homeworks on time. Late homework will not be graded.
Homeworks: 30 % (15 % each)
Final: 35%
Project: 35% (Part 1: 17%, Part 2: 18%)
The programming part of the projects are typically graded on how close they are to the functional requirements. The written portion is graded on how well the TAs can understand how your project is constructed only from the written description.
Lecture Notes
Dates
Theme
Topics
Readings from Kurose/Ross
Notes 01/23, 01/28:
Fundamentals Networks
(Core vs. Edge), Switching schemes, Delay Analysis,
Protocol Layering, Network Attacks 1.1-1.7 01/30, 02/04, 02/06:
Application
Layer Protocols Basic
Messaging, HTTP, FTP, SMTP, DNS 2.1-2.5 02/11, 02/13:
Network
Programming Sockets,
Threads 2.7-2.9 02/18, 02/20:
Peer to
Peer (P2P) Bitorrent,
Distributed Hash Tables 2.6 02/25, 02/27: Reliable
Data Transfer Algorithms ABP,
Go-Back-N, Selective-Repeat 3.1-3.4 03/03, 03/05: Transport
Protocols UDP, TCP,
Congestion control 3.5-3.7 03/10, 03/12: Network Layer IP
addresses, Routers, ICMP 4.1-4.4 03/24, 03/26: Network Layer Routing
algorithms, routing protocols, broadcast 4.5-4.6 03/31, 04/02: Link
Layer Error
detection & correction, MAC sub-layer, Ethernet LANs,
token-ring 5.1-5.6 04/07, 04/09
: Security Cryptography,
Authentication, Digital Signature, Firewall, Intrusion Detection 8.1-8.9 04/14, 04/16:
Wireless
Networks 802.11, Wireless Security
6.1, 6.3, 8.8 04/21, 04/23:
Queue
management + Queuing Theory
Little's Law, Kendall Notation, M/M/1 analysis 7.5.2 04/28, 04/30: Advanced Topics and Review for Final Exam Botnets; Review.
Projects
Leaky Bucket, Token Bucket, Fair Queuing