4.2 - Error Control Flashcards

1
Q

These kinds of errors (ex: mistake in typing a number) are usually controlled through the app or program (through app validation and error messages)

A

Human errors

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

These kinds of errors are controlled by the network hardware and software (ex: transmission error)

A

Network errors

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

Two categories of network errors:

A
  1. Corrupted data
  2. Lost data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Networks should be designed to ________, ________, and _________ both corrupted data and lost data

A

prevent…detect…correct

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

Introduced by equipment or natural disturbances, and it degrades the performance of a communication circuit

A

Noise

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

Noise manifests itself as:

A
  1. Extra bits
  2. Missing bits
  3. Bits that have been “flipped”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Sources of error:

A
  1. White Noise
  2. Impluse Noise
  3. Crosstalk
  4. Echo
  5. Attenuation
  6. Intermodulation Noise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Movement of electrons

A

Cause of white noise:

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

Sudden increases in electricity (e.g., lightning, surges)

A

Cause of impulse noise:

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

Multiplexer guardbands too small or wires too close together

A

Cause of crosstalk:

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

Poor connections

A

Cause of echo:

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

Gradual decrease in signal over distance

A

Cause of attenuation:

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

Signals from several circuits combine

A

Cause of intermodulation noise:

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

Techniques to prevent errors:

A
  1. Shielding
  2. Moving Cables
  3. Use of Repeaters/Amplifiers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

______________ is the process of protecting wires by covering them with an insulating coating

A

Shielding

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

Shielding is one of the best ways to prevent:

A
  1. Impulse noise
  2. Crosstalk
  3. Intermodulation noise
17
Q

______________ away from sources of noise can also reduce impulse noise, crosstalk, and intermodulation noise

A

Moving cables

18
Q

For _____________ — avoiding lights and heavy machinery

A

impulse noise

19
Q

For ___________ — physically separating the cables from other communication cables

20
Q

For ______, ________ —- tune transmission equipment and redo connections

A

echoes….white noise

21
Q

To avoid ______________, telephone circuits have repeaters or amplifiers spaced throughout their length

A

attentuation

22
Q

The only way to do error detection is to send ______________ with each message

A

extra data

23
Q

These error-detection data are added to each message by the ______________ layer of the sender on the basis of some mathematical calculations performed on the message

24
Q

The ___________ performs the same mathematical calculations on the message it receives and matches its results with the message

25
Q

The rate at which a system, process, or operation can produce, process, or deliver units of output within a given time period

A

Thoroughput

26
Q

One of the oldest and simplest error-detection methods is ___________

27
Q

The ______________ is to make the total number of 1s in the byte (including the parity bit) either an even number or an odd number

A

parity bit

28
Q

The value of this additional ______________ is based on the number of 1s in each byte transmitted

A

parity bit

29
Q

Parity can detect errors only when an ______ number of bits have been switched; any even number of errors cancel one another out

30
Q

The probability of detecting an error is only about 50%

A

Parity checking

31
Q

With a checksum technique, a ____________ (typically 1 byte) is added to the end of the message

32
Q

______________ is calculated by adding the decimal value of each character in the message, dividing the sum by 255, and using the remainder as the checksum

33
Q

Use of ______________ detects close to 95% of the errors for multiple-bit burst errors

34
Q

With ______________, a message is treated as one long binary number, which is divided by a preset number, and the remainder is used as the CRC code

A

cyclic redundancy check (CRC)

35
Q

It adds 8, 16, 24, or 32 bits to the message

A

cyclic redundancy check (CRC)

36
Q

Probability of detecting error is 99 - 100%

A

cyclic redundancy check (CRC)

37
Q

The simplest, most effective, least expensive, and most commonly used method for error correction is ______________

A

retransmission