Computer Networks Lab Assignments
Computer Networks Lab Assignments
Semester :V
Course Code : PCC-CS593
Course Title : COMPUTER NETWORKS LAB
1 Familiarization with 1
Hubs, Switches
*****************************
*****************************
3) Configure a
OR
I/P : Kolkata
O/P : West Bengal
Case study of different routing algorithms 9
9
Implement the data link layer framing methods such as character count, character stuffing and bit 10,11
10 stuffing
Write a client server socket programming: write a client-server Cyclic redundancy check (CRC)
program steps to follow:
(a) Client sends a message to server with an appended CRC.
(b) Server checks the data for any error and accepts it.
(c) Server replies with ’good data’ / ’bad data’ depending upon there is no error on with error.
(Server and client will share a common divisor of 16 bit CRC)
Implement on a data set of characters the three CRC polynomials CRC 12, CRC 16 and CRC 11
11 CCIP