Error Detection Flashcards

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

What are parity checks?

A
  • when data is transmitted, parity bit is sent by the transmitting end and odd or even parity is checked at the receiving end
  • parity bit is set to either 0 or 1 at start of transmission to make total number of 1s odd or even.
  • the 1s counted at receiving end and is wrong number of bits are ‘on’ to 1, error detected and data resent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a parity block check and when is it used

A
  • used when sending multiple bytes in one transmission block.
  • each byte will have its own parity bit
  • final parity byte is used which contains a parity bit for each column
  • error in transmission can be detected in exact position and identified and corrected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a checksum?

A

Is calculated by using algorithm to sum all the data to be sent in a transmission
- check sum sent with transmission and recalculated at the end using same method
- if start and end do not match, data has changed during transmission

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

What is a echo check

A
  • performed by asking recipient computer to send back an exavt copy of the data.
  • data is compared with original
  • if both copies match, data is without error
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does ARQ stand for

A

Automatic repeat request

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

What are ARQs

A

Computers using ARQs will automatically send back a positive acknowledgment of a Data packet if deemed correct
- or they will ask for data to be resent is error detected
- if no acknowledgement returned within certain time period a timeout is registered and sending computer resends packet
- process repeats until packet received is correct or until ARQ limit is reached

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

What are check digits

A
  • a additional digital at the end of a string of other numbers**
  • check digit recalculated on data entry
  • if matches with the one at end of the number, the numbers are deemed correct and in the right order
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to calculate check digits, (module 11)

A
  1. Times the check digit and weight togehter
  2. All them all up
  3. Divide by 11 and find reminder
  4. Substrat reminder from 11
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How to calculate check digits, ISBN- 13

A
  1. Times odd check digits with 1
  2. Times even with 3
  3. Add odd and even sums together
  4. Divide sum by 10 and find reminder
  5. 10 - reminder
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Plaintext -

A

Original message/ data file

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

Ciphertext -

A

Encoded message using encryption algorithm and key

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

What is Symmetric encryption and how does it need to be transferred?

A
  • private key encryption
  • uses pre-shared key to encode and decode data
  • key must be transferred separately to recipient so only they can decrypt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is asymmetric encryption and how is it transferred?

A
  • public key encryption
  • uses 2 separate but related keys
  • public key is shared with others and used to encrypt a message so it can be deciphered by the intended recipient with their private key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a danger of using symmetric encryption?

A

Anyone that obtains key can encrypt/decrypt the message

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