Error checking methods Flashcards

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

describe parity checking

A

this is used to check whether data has been changed or corrupted following transmission from one device to another
even parity - even number of 1s
odd parity - odd number of 1s

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

method of parity checking

A

both parties agree on protocol
sender adds parity bit to data
sends the data
receiver checks that it is the parity bit agreed
it is incorrect, the receiver requests for the data to be resent

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

describe automatic repeat requests

A

Uses acknowledgement and time out
Check performed on received data
If error detected, request sent to resend data
if acknowledgement sent data is correct
If no acknowledgement is sent that data is received
Data is resent / Resend request repeated, till data is resent correctly
or request times out // limit is reached

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

describe checksum

A

Sending device creates value from calculation on data
Value is transmitted with the data
Receiving device performs same calculation
Values are compared after transmission
If values do not match an error is detected

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

describe echocheck

A

receiver sends a copy of data immediately back to the sender for comparison - you cant tell when error occurred

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