computer_networks_lab_new
computer_networks_lab_new
1
PART B (Implement the following in Java)
6. Write a program for error detecting code using CRC-CCITT (16- bits).
7. Write a program to find the shortest path between vertices using
bellman-ford algorithm.
8. Using TCP/IP sockets, write a client – server program to make the
client send the file name and to make the server send back the
contents of the requested file if present.
9. Write a program on datagram socket for client/server to display the
messages on client side, typed at the server side.
10.Write a program for congestion control using leaky bucket algorithm.
Laboratory Outcomes:
The student should be able to:
• Analyze and compare various networking protocols.
• Demonstrate the working of different concepts of networking.
• Implement, analyze and evaluate networking protocols in NS2 /
NS3 and JAVA programming language