0% found this document useful (0 votes)
119 views1 page

Flow Control vs Error Control Explained

The document discusses the difference between flow control and error control. Flow control is meant for transmission of data from sender to receiver using feedback or rate-based approaches. Error control is meant for transmission of error-free data using techniques like checksums, CRC, and parity checking to detect errors and techniques like Hamming code and convolutional codes to correct errors.

Uploaded by

vemobib190
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views1 page

Flow Control vs Error Control Explained

The document discusses the difference between flow control and error control. Flow control is meant for transmission of data from sender to receiver using feedback or rate-based approaches. Error control is meant for transmission of error-free data using techniques like checksums, CRC, and parity checking to detect errors and techniques like Hamming code and convolutional codes to correct errors.

Uploaded by

vemobib190
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Difference between Flow Control and Error Control

[Link]. Flow Control Error Control


1. Flow control is meant only Error control is meant for
for the transmission of data the transmission of error-
from sender to receiver. free data from sender to
receiver.
2. Approaches: Feedback- Approaches to detect
based Flow Control and errors: Checksum, Cyclic
Rate-based Flow Control. Redundancy Check (CRC),
and Parity Checking.
3. It prevents the loss of data Approaches to correct
and avoids over-running of errors: Hamming code,
receive buffers. Binary Convolution codes,
Reed-Solomon code, Low-
Density Parity Check
(LDPC) codes.
4. Example techniques: Stop & It is used to detect and
Wait Protocol and Sliding correct errors that occurred
Window Protocol. in the code.
5. Example techniques: Stop &
Wait ARQ, Sliding Window
ARQ (Go-back-N ARQ,
Selective Repeat ARQ).

You might also like