Computer Science 78 - Spring 08
Computer Networks


schedule    lab assignments   class reading    project   other resources

Course

Welcome to the world on computer networks. Ever woundered what makes the Internet tick?

The ORC: This course focuses on the communications protocols used in computer networks: their functionality, specification, verification, implementation, and performance; and how protocols work together to provide more complex services. Aspects of network architectures are also considered. Laboratory projects are an integral part of the course in which networking concepts are explored in depth.

Prerequisite: CS 23 and CS 37. You need strong C and Unix (shell programming, gdb, cvs, process, threads) skills (taught in CS 23) to do this course. One assignment will be in Java to implement a network application but all others programming assignments will be in C and Unix. 

Topics covered in this course include network applications (e.g., peer-to-peer applications such as BitTorrent), TCP and UCP transport protocols and congestion control, IP protocol and routing algorithms, medium access layer (e.g., IEEE 802.11 wireless MAC), mobile networking and wireless sensor networks.

There is a significant amount of programming in this course requiring a significant time commitment on the part of the student.

The course breaks down into lectures, labs,  one mid term (no final), and a course project. The projects will run for the last two weeks of the course. There will be no lectures during the last week of the course so students can fully focus on their group projects. The projects will be organized around a design review, code review and demo or die event.


The course will include 9 programming assignments based around building your own P2P IM system, implementing a simple reliable transport protocol (including flow control and congestion control mechanisms) and simple network protocol (including IP forwarding and routing). Collectively, we call the transport, network, and overlay software system DartNet.

Students will implement DartNet over the course of the programming assignments and then "put it all together" so that their IM application uses their transport and network layer running over an IP overlay network which students also set up. Development of DartNet gives students a knowledge base and skill set that mirrors what computer protocol developers execute in industry.


This is an exciting and demand set of experiments that will reinforce concepts taught in class through network programming assignments. This is the first time we have done this so we will cut you some slack and hope you will reciprocate as we "debug" any issues that come up.

The group project (approx. 4 people in each groups - the lecturer will set up the groups) will use the wireless Nokia Internet Tablets (below) which runs embedded Linux. You will program these devices using socket programming. We will provide each group with one tablet each and define a common project goal that students can build from. More on that as the course progresses.

                

N810The webn800 

When and Where

1.45 pm-2.50 pm Mon, Wed, Fri (Kemeny Hall 007)

1.00pm-1.50pm X-hour  Thursday  (Sudikoff Lab 001)

Team

Andrew T. Campbell (Instructor)
campbell AT cs.dartmouth.edu
260 Sudikoff
Office Hours:  Thursday 4-6 PM.

Xiao Zheng(TA)
zhengx AT cs.dartmouth.edu
147 Sudikoff
Office hours in Lab 001:Tuesday 4-6 PM Sunday 4-6 PM

Eric Kee (TA)
erickee AT cs.dartmouth.edu
158 Sudikoff i
Office hours in Lab 001: Wed 4-6 PM Sat 4-6 PM

Grading

20% Mid term exam

50% - Laboratory exercises


There will weekly laboratory programming assignments for the first eight weeks.  These assignments are to be done individually unless otherwise stated in the assignment.


We will provide source code solutions to all labs. The code will be sent to you one week after you have submitted your solutions. The TA will grade your solutions and write up a grade sheet on the correctness, simplicity, and clarity of your code. The instructor will review the TA's grading and grade sheets. Your grade and grade sheet will be mailed to you one week after the lab assignment is turned in. If you have questions about the grade or grade sheet please talk to the TA first. If you are still have concerns see the instructor.

30% - Team project

The project is made up of a small team (approx four people) and requires strong collaboration and a problem solving mindset to get the job done. The instructor will put the teams together with each member being responsible to deliver against a part of the overal system design, implementation, testing and integration.  The goals of this activity are to help you develop the confidence, skills, and habits necessary to write large computer programs while part of a multi-person team. You will become conversant in software engineering paradigms, and be exposed to various public-domain and open source tools that make the software development process easier. In addition, you will develop vital skills in self-directed learning, problem solving, and communication. The project will have a design and code review as well as the demo. A project report that captures the design and implementation will be submitted as part of the assesment.

Policy for Late Assignments

Unless prior arrangements have been made, or in case of medical or family emergencies, or specific disabilities, all assignments are subject to the following policy regarding late submissions:

Programming assignments must be submitted according to the schedule; if late, the following grade penalties are assessed:

Late < 8 hours
    Ten percent (10%) will be deducted from the final score.
Late ≥ 8 hours and < 24 hours
    Twenty percent (20%) will be deducted from the final score.
Late ≥ 24 hours and < 48 hours
    Forty percent (40%) will be deducted from the final score.
Late 48 or more hours
    Speak to the lecturer.

One free pass for 48 hour extension with no penalty.

Caveat: This course is still under development in terms of the programming assignment so while the grade penalties seem set in stone they are
not. Please talk to me if you are running behind. The most important thing for you to do is to finish the programming assignments and not worry
about being late.

Lab Access

In order to obtain access to Sudikoff after hours, and to get into Sudikoff's Lab 001, you will need to have your Dartmouth ID card activated for the appropriate access. To do this, stop by and see Kelly at 101 Sudikoff on a weekday between 8:30am-12:00pm, or 1:00-4:00pm, and bring your Dartmouth ID card. Inform Kelly that you are taking CS23, and require access to Lab 001. You will have to fill out and sign a form stating that you understand the various policies about access to the labs in Sudikoff.

Keep in mind that it may take 24 hours for access to be activated, so please plan ahead!

You will also require a computer account on the CS Linux machines. Contact Andrew Campbell, via email, informing him of your preferred (new) account name.

Please note that the exterior doors of Sudikoff are automatically locked after 6:00pm weekdays, and also every weekend and holiday. In addition, the laboratory doors are locked at all times. You will need your access card to pass through locked doors.

Books

This is the course book (available at the bookstore):

Course book


Computer Networking: A Top-Down Approach (4th Edition) by James F. Kurose and Keith W. Ross


Not requireed but if I where to recommend a hands on book on Linux and shell programming  it would be this one (lots of good stuff in this):

A Practical Guide to Linux Commands, Editors, and Shell Programming by Mark G. Sobell

Another really good book covering, debugging, processes, threads, and socket programming in clear and easy manner to grasp:


Linux Programming

Beginning Linux Programming, 4th Edition by Neil Matthew, Richard Stones


Just to make things clear. Buy the Computer Network book for the course. But if you are interested in hacking C, shell scripts, Linux you might like the other books for your library. They are all really nice books - I love them.

Policy on Joint Work and the Dartmouth Honor Code

The assignments and project are all about writing great code - shell scripts and C. Here is the policy for joint work in CS23:

First, you may discuss and help each other (e.g., help in debugging, sharing knowledge, giving moral support, getting coffee, etc.) - I promote that as the type of team spirit and joint problem solving skills that is the essense of the course and necessary to do a great project. However - there if always a however or but, right, - you cannot work jointly on coding up (i.e., writing) your programming assignments. You can talk, discuss solutions, even show snippets of code on the white board (not the computer) to solve a problem but you cannot jointly work on the code development and writing. Submitted code for the labs has to be yours and yours alone.

The project phase is different. You can work jointly on writing code. But you cannot take code from anywhere (e.g., the web or any other source). It has to be the joint product of the team. One caveat: no sharing of code between teams. As above, teams can discuss code, show each other snippets on the white board, but not share source code. The project phase of the course is a friendly competition so there isn't a lot of incentive to share code.

We hate to state this since you all know it but it is necessary to be explicit here (citation - culled and extended from CS8 Policy on joint work):

You would be amazed at how easy it is to tell when people work together on problem sets, particularly coding exercises. Think about the simple shell commands we can run against your source code from labs and projects, or, the shell script we can use to compare your lab assignments and projects against every other assignment and project ever submitted to us - it would take less that a millisecond to run these checks - no effort on our behalf. Similarly, we know how to use google too. You should not under any circumstance look at or use code from previous terms' CS23 assignments and projects. Our scripts are smarter than that. The message is - please don't make life unpleasant for all of us by breaking these rules. The penalties for cheating at Dartmouth are severe, starting with suspension and including expulsion. If you are unsure about anything, please ask.

We take the Honor Code very seriously, so please, if you are unclear on any matter regarding this policy, do not hesitate to see me in office hours, and we will be more than happy to answer your questions.