Pgm -1
Pgm -2
Pgm -3
Implement Link State Routing algorithm.
Pgm - 4
Implement leaky bucket algorithm for congestion control.
Pgm - 5 (FTP)
Develop a file server which will provide the file requested by a client if it
exists. If not, the server sends appropriate message to the client. Server should also
send its process ID (PID) to clients for display along with the file or the message.
Pgm - 6
Implement Selective Repeat ARQ flow control protocol using UDP.
Pgm - 7
Implement a Concurrent Server application to perform sorting using TCP to execute the program at a remote server. Client sends an array and its size to the server (using a structure variable), server sort the array and send back the result to the client. Client displays the result.
Pgm - 8
Sample Concurrent Server application using UDP.
No comments:
Post a Comment