Module 2 - Error Correction
Module 2 - Error Correction
Once the errors are detected in the network, the deviated bits sequence needs to
be replaced with the right bit sequence so that the receiver can accept the data
and process it.
This method is called Error Correction.
We can correct the errors in the Network in two different ways which are listed
below:
Forward Error Correction: In this Error Correction Scenario, the
receiving end is responsible for correcting the network error. There is no
need for retransmission of the data from the sender’s side.
Backward Error Correction: the sender is responsible for retransmitting
the data if errors are detected by the receiver. The receiver signals the
sender to resend the corrupted data or the entire message to ensure
accurate delivery.
However, there is one of the most widely used Error Correction methods which is
called ‘Hamming Code’ which was designed by R.W. Hamming.