Chapter 6 Flashcards

1
Q

………. which is also called thermal noise or Gaussian noise, is a relatively continuous type of noise and is much like the static you hear when a radio is being tuned between two stations.

A

White noise

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

What is the interference that makes an analog or digital signal become fuzzy

A

White noise

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

………… or noise spike, is a non-continuous noise and one of the most difficult errors to detect because it can occur randomly.

A

Impulse noise

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

Typically, this noise is an analog burst of energy.

A

impulse noise

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

……… is an unwanted coupling between two different signal paths.

A

Crosstalk

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

……….. is the reflective feedback of a transmitted signal as the signal moves
through a medium.

A

Echo

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

……….. is the result of small timing irregularities that become magnified during the transmission of digital signals as the signals are passed from one device to another.

A

Jitter

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

……….. is the continuous loss of a signal’s strength as it travels through a
medium.

A

Attenuation

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

attenuation can be eliminated with the use of …….. for analog systems or repeaters for digital systems.

A

amplifiers

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

What is the easiest error-detection method to incorporate into a transmission system. It comes in two basic forms: even parity and odd parity?

A

Simple parity (aka redundancy check)

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

The most basic error-detection techniques are ………., which are commonly used with asynchronous connections.

A

parity checks

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

With ……. parity, the 0 or 1 added to the string produces an even number of binary 1s.

A

even

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

With ……… parity, the 0 or 1 added to the string produces an odd number of binary 1s.

A

odd

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

………….. tries to solve the main weakness of simple parity—that all even numbers of errors are not detected.

A

Longitudinal parity
(aka longitudinal redundancy check or
horizontal parity)

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

The ………… method typically adds 8 to 32 check bits to potentially large data packets and yields an error-detection capability approaching 100 percent.

A

cyclic redundancy checksum (CRC),
or cyclic checksum

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

A ……….. is an industry-approved bit string used to create the cyclic checksum remainder.

A

generating polynomial

17
Q

The action that the receiver takes is called what?

A

error control

18
Q

What three actions could you take when doing error control?

A
  • Toss the frame/packet.
  • Return a message to the transmitter asking it to resend the data packet that
    was in error.

-Correct the error without retransmission.

19
Q

What is a technique usually associated with the stop-and-wait flow control protocol?

A

Stop-and-wait error control

20
Q

What protocol and its error-control technique are the oldest, simplest, and thus most restrictive?

A

Stop-and-wait error control

21
Q

a flow control scheme that allows a station to transmit a number of data packets at one time before receiving some form of acknowledgmen is called what.

A

Sliding window error control

22
Q

A ……….. is a specially designed code in which special check bits have
been added to data bits such that, if an error occurs during transmission, the receiver might be able to correct the error using the included check and data bits.

A

Hamming code