EDAC Flashcards

1
Q

What is Error Detection?

A

The ability to detect errors.

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

Describe a Repetition scheme

A

Data is broken into blocks and sent multiple times. The Rx terminal can then determin the most likely data.

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

What is a Parity Scheme?

A

A scheme that adds an extra binary digit (check bit). Two types are EVEN and ODD parity e.g. 011 an odd parity scheme would add an extra 1 to the data stream.

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

Define Error Correction

A

Ability of the Rx Terminal to reconstruct original Tx Data error free

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

Expand and Define ARQ

A

Automatic Repeat Request - A form of Error Correction, it uses Ack’s and Timeouts between the Rx and Tx terminals to inform when an error has been made.

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

Name 3 types of ARQ

A

1) Stop/Wait
2) Go Back-N
3) Selective Repeat

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

Explain Stop/Wait ARQ

A

It sends 1 frame at a time and won’t send another until there has been an Acknowledgement. Disadvantage = Inefficient

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

Explain Go Back-N ARQ

A

The Tx Terminal will send a frame, the Rx Terminal will ask for a missed frame. The Tx terminal will then resend the whole block of data to include to missing frame.

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

Explain Selective Repeat ARQ

A

The Rx terminal remembers the last missed bit and asks the Tx terminal to resend it. The Tx terminal sends the individual bit rather than the whole frame.

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

What is Forward Error Correction?

A

The Rx terminal never sends back an acknowledgement. It decodes the most likely data and is used when a back channel is not required.

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