-
Study of Network devices in detail and connect the computers in Local Area Network.
-
Write a Program to implement the data link layer farming methods such as i) Character stuffing ii) bit stuffing.
-
Write a Program to implement data link layer farming method checksum.
-
Write a program for Hamming Code generation for error detection and correction.
-
Write a Program to implement on a data set of characters the three CRC polynomials CRC 12, CRC 16 and CRC CCIP.
-
Write a Program to implement Sliding window protocol for Goback N.
-
Write a Program to implement Sliding window protocol for Selective repeat.
-
Write a Program to implement Stop and Wait Protocol.
-
Write a program for congestion control using leaky bucket algorithm
-
Write a Program to implement Dijkstra’s algorithm to find shortest path through the graph.
11.Write a Program to implement Distance vector routing algorithm by obtaining routing table at each node (Take an example subnet graph with weights indicating delay between nodes).