UNIVERSITY    of     HOUSTON
Department of Computer Science

COSC 4377 - Introduction to Computer Networks
Section 07925
Fall 2000

Assignment 4 - Configurable Routing Simulation

Due on Wednesday, November 22, 2000
New deadline: noon, Friday, Nov. 24, 2000
20 points penalty (out of 200) if passed new deadline
No late assignment will be accepted after noon, Nov. 27, 2000.

Some changes are made to this assignment. Please see the highlighted area. Sorry for the inconvenience. Please also read how to submit for latest instruction.

You are asked to write programs for configurable routing simulation. This assignment weights 200 points.

The usual note:

Latest Hint:

Please see FAQ.

Overview:

You will write three C/C++ programs using BSD sockets (using UDP) to implement a client (sender), a server (receiver), and routers. There will be only one client, one server, and multiple routers. The setup looks like this.

The client (CL) sends out messages. Routers (R1 and R2) forward the messages received to next routers or to server (SR). Server receives messages from client or routers.

Requirements:

 

Submit your assignment:

Sample codes:

Reference/Resource:


Last modified: November 20, 2000.
tihuang at cs . uh . edu