VL2023240505851 Ast02
VL2023240505851 Ast02
Sample Input/Output :
3. Implement forward error detection mechanism using Cyclic Redundancy Check (CRC). Get
the input data from the user for performing CRC. Based on the generator calculate the CRC
bits to be added to the data at sender side. Append the redundant bit with the message. At
the receiver side, check for errors in the message during transmission.
5. Implement the Hamming code for forward error detection at sender side. Get the input data
from the user between (1 to 15 bits) for calculating the parity bits. Consider even parity is
used here and calculate the parity bits. Generate the code word (Data + Redundancy Bits) by
placing the parity bits in appropriate locations.