Error Checking Flashcards
Parity bit how does it detect for errors?
A parity bit is set, even or odd.
After transmission, the amount of ones are counted and if it doesn’t follow the parity bit, we know there was an error during transmission.
Why might parity bit not detect a transmission error?
If bits are interchanged, it won’t detect an error since the amount of ones would technically remain the same after transmission.
Check sum what is it?
An additional piece of data added onto the data being transmitted which is also derived from that data.
What is check digit?
An extra digit added to the end of some numeric data. It is calculated from the other digits in a way that can be replicated, which allows it to be checked after transmission.
Echo check steps
- Data is transmitted from A to B
- B transmits a copy of the received data back to A
- A checks data received matches original data sent
- If data matches, A sends acknowledgement to B
- If data does not match, A resends original data