5TH SEM CSE COMPUTER NETWORK LAB | ALL IN ONE
Computer Network Lab Programs
Sr.No | Lab Program Description | Details |
---|---|---|
1 | Implement three nodes point–to–point networks with duplex links between them. Set the queue size, vary the bandwidth, and find the number of packets dropped. | Checkout |
2 | Implement transmission of ping messages/traceroute over a network topology consisting of 6 nodes and find the number of packets dropped due to congestion. | Checkout |
3 | Implement an Ethernet LAN using n nodes and set multiple traffic nodes and plot conges the window for different source/destination. | Checkout |
4 | Implement simple ESS and with transmitting nodes in wire-less LAN by simulation and determine the performance with respect to the transmission of packets. | Checkout |
5 | Implement and study the performance of GSM on NS2/NS3 (Using MAC layer) or equivalent environment. | Checkout |
6 | Implement and study the performance of CDMA on NS2/NS3 (Using stack called Call net) or equivalent environment. | Checkout |
7 | Write a program for error detecting code using CRC-CCITT (16- bits) | Checkout |
8 | Write a program to find the shortest path between vertices using the bellman-ford algorithm | Checkout |
9 | 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. | Checkout |
10 | Write a program on a datagram socket for the client/server to display the messages on the client side typed at the server-side. | Checkout |
11 | Write a program for a simple RSA algorithm to encrypt and decrypt the data | Checkout |
12 | Write a program for congestion control using a leaky bucket algorithm | Checkout |