Error Checking

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:02 PM on 4/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

What risk is present after data transmission?

That data has been corrupted or changed in some way.

2
New cards

How can the risk of data corruption be avoided?

With error checking systems

3
New cards

When is parity checking used?

In data transmission and when storing data (on the parity track on an HDD)

4
New cards

What must be agreed on by communicating devices?

Odd or even parity.

5
New cards

What is odd parity?

In total, there will be an odd number of 1s.

6
New cards

What is even parity?

In total, there will be an even number of 1s.

7
New cards

How is one byte split?

7 bits are the data, 1 is the parity bit.

8
New cards

What does the parity bit allow?

Adjustment so the overall number of 1s adds to the agreed parity. (The last bit will change to a 1 or a 0)

9
New cards

What are two problems with parity bits?

1) A parity bit cannot detect when there are an even number of errors (multiple incorrect bits)

2) It cannot detect whether transposition of bits has occurred (order of the bits)

10
New cards

What happens if parity is incorrect?

An error is detected. A request can be sent for the data to be resent, or the received bits could be re-read.

11
New cards

What is the Time to Live variable?

TTL is an expiration called a time-to-live or hop limit, which prevents information packets from passing from router to router indefinitely

12
New cards

What do packets of information which are created and sent out across the Internet rely on?

Routers to direct it to the correct destination.

13
New cards

What does each information packet have?

A place to store the TTL value

14
New cards

What happens every time a router receives a packet?

It subtracts one from the TTL count and then passes it onto the next location in the network.

15
New cards

What happens when the TTL count reaches zero after subtraction?

The router will discard the packet and send a message back to the originating host

16
New cards

What is a common initial value of a TTL variable?

64