GTU Network Programming Practical List


GTU Network Programming Practical List

1.   Write a program of VRC.
2.   Write a program of LRC.
3.   Write a program of CRC.
4.   Write a program of Check Sum.
5.   Write a program of one bit error detection and correction method.
          (Hamming Distance Method)
6.   Write a program for Byte stuffing. (For multiple frames)
7.   Write a program for Bit stuffing. (For multiple frames)
8.   Write program to implement data link layer protocol 1.
9.   Implement the protocol 2 for the following criteria.
          Frame size should be 100 to 300.
10.  Implement the protocol 3 for the following criteria.
       Frame size should be 100 to 300
       Framing techniques is byte stuffing.
       Send the Positive Ack for frame 1 to 4.
       Send the Negative Ack for frame 5.
       Send the frame 8 again because of time out.
11.  Implement the protocol 4  for the following criteria.
       Frame size should be 100 to 300.
       Framing techniques is bit stuffing.
       Send the Positive Ack for frame 1 to 4.
       Send the Negative Ack for frame 5.
       Send the frame 8 again because of time out.
12.  Implement the protocol 4 for the following criteria.
       Frame size should be 100 to 300
       Framing techniques is either byte stuffing or bit
       stuffing
       Send the Positive Ack for frame 1 to 4.
       Send the Negative Ack for frame 5.
       Send the frame 8 again because of time out.
13.  Implement the protocol 5 for the following criteria.
       Sliding window size is 5.
       Frame size is 100.
       Send the Positive Ack for frame 1 to 4.
       Send the Negative Ack for frame 5.
       Send the frame 8 again because of time out.
14.  Implement the protocol 6 for the following criteria.
       Sliding window size is 5.
       Frame size is 100.
       Send the Positive Ack for frame 1 to 4.
       Send the Negative Ack for frame 5.
       Send the frame 8 again because of time out.
15.  Write a program of shortest path.
16.  Write a program of Caesar Cipher.
17.  Write a program of Substitution Cipher. (S - Box)
18.  Write a program of Transposition Cipher. (P - BOX)
19.  Write a program of product Cipher.  (Combine S & P box)
20.  Write a program of RSA.
21.  Write a program of different Cipher Modes.