Professor: | Cristina Nita-Rotaru |
Time: | TF 9:50-11:30am |
Office Hours: | Tu 11:30 - 1:30pm (after class) or by appointment. |
TA: | TBD
|
TA Email: | available on piazza |
Class Forum: | On Piazza |
Paper List: | Click here |
Syllabus: | Click here |
Course Description
Computer networking is a rapidly advancing field, and the Internet is already an integral part of society. It is therefore important for computer scientists and computer engineers to be familiar with the fundamentals of computer networking. This course will focus on the architecture, algorithms, and protocols of the Internet. Topics include local area networking, routing, congestion control, network security, and applications such as peer-to-peer and content distribution networks. This course will be systems oriented, and students will work on hands-on projects to learn how to build and understand Internet applications.
Prerequisites
The official prerequisites for this course are CS 3600 or CS 3650 (or equivalents). This course is systems oriented, students are expected to understand the basics of computer architecture and operating systems, and to have experience implementing non-trivial systems-type projects. Basic knowledge of the Unix command line,
write code using emacs/vim, write a makefile, compile/debug code,
check for running processes, kill runaway processes, and create
compressed archives are also expected.
All projects will be in C.
- Lectures for the undergraduate introduction to C course I taught at Purdue: [www]
- Socket programming: [www]
- Unix programming links: [www]
Grade
The grade will be based on several written homework assignments (HW),
three programming projects (PP), one midterm (MT), and final exam (FE).
as follows:
Grade = 15%*HW + 40%*PP + 20%*MT + 25*FE.
Textbook
The focus of this course will be on lectures, in-class exercises and reading important papers from the networking research community. While the class does not require any textbook, one may be useful if you are not totally comfortable with network fundamentals.
- Official textbook: Computer Networks: A Systems Approach, 4th Edition by Larry Peterson and Bruce Davie, Morgan Kaufmann.
- There is also a supplement:
TCP/IP Sockets in C by Jeff Donahoo and Ken Calvert, Morgan Kaufmann.
- Recommended, for reference:
Computer Networking: A Top-Down Approach Featuring the Internet. by Jim Kurose and Keith Ross, Addison-Wesley.
Other references:
Academic Integrity
Academic Honesty and Ethical behavior are required in this course,
as it is in all courses at Northeastern University (here is the
guide for academic integrity). There is zero tolerance to cheating.
You are encouraged to talk with the professor about any questions
you have about what is permitted on any particular assignment.
|