Error Checking Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Parity bit how does it detect for errors?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why might parity bit not detect a transmission error?

A

If bits are interchanged, it won’t detect an error since the amount of ones would technically remain the same after transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Check sum what is it?

A

An additional piece of data added onto the data being transmitted which is also derived from that data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is check digit?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Echo check steps

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly