Methods of Error Detection

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

Error checking

The process of ensuring that data is received correctly and can be processed without issues in data transmission.

2
New cards

Interference

Disturbances in wired or wireless technology that can cause errors in data transmission, such as signal degradation or electromagnetic interference.

3
New cards

Parity checks

Error detection method that determines if the number of 1's in a byte matches the agreed parity.

4
New cards

Checksums

Error detection method that calculates a value based on the transmitted data to check for errors.

5
New cards

Echo checks

Error detection method that involves transmitting received data back to the sender to check for errors during transmission.

6
New cards

Parity bits

Additional bits added to binary values to create 8-bit binary values, used to identify errors through odd or even parity.

7
New cards

Check digits

Digits added to data blocks to determine if the data has been corrupted, examples include ISBN numbers and barcodes.

8
New cards

ISBN numbers

International Standard Book Number, a unique identifier for books, used as an example for calculating check digits.

9
New cards

Barcodes

Visual representation of data, used as an example for calculating check digits.

10
New cards

Custom check digit algorithm

A specific algorithm used in computer science to calculate a check digit byte based on the sum of all the bytes in a transmitted block of data.

11
New cards

Automatic Repeat Request (ARQ)

A protocol used to notify the sender of errors in transmitted data and request retransmission if necessary.