Deck 6: Errors, Error Detection, and Error Control

Full screen (f)
exit full mode
Question
In a stop-and-wait error control system,a receiver may acknowledge multiple packets with a single ACK.
Use Space or
up arrow
down arrow
to flip the card.
Question
The CRC method catches almost 100% of errors.
Question
Because white noise is relatively continuous,it can be reduced significantly but never completely eliminated.
Question
Sliding window protocols have been around since the 1970s.
Question
Telephone signal crosstalk was a more common problem before telephone companies used fiber-optic cables and other well-shielded wires.
Question
Simple parity can detect only an even number of erroneous bits per character.
Question
White noise is dependent on the temperature of the medium.
Question
If the impulse spike interferes with an analog signal,removing it without affecting the original signal is extremely easy.
Question
Echo error rarely occurs at junctions where wires are connected.
Question
Noise is a problem for both analog and digital signals.
Question
An unfortunate side effect of noise during a transmission is that the transmitting station has to slow down its transmission rate.
Question
If impulse noise interferes with a digital signal,often the original digital signal cannot be recognized and recovered.
Question
When a parity bit is assigned to ASCII,the Hamming distance becomes 4.
Question
The CRC error-detection method treats the packet of data to be transmitted as a large polynomial.
Question
Attenuation can be eliminated with the use of repeaters for analog systems.
Question
If jitter becomes too great,correcting it can require the transmitting devices to speed up their transmission rates.
Question
Installing special filters for analog signals and digital signal regeneration for digital signals helps in preventing white noise.
Question
TCP performs error detection at the end points of the connection.
Question
Returning a message was one of the first error-control techniques developed.
Question
NAK represents a positive acknowledgment.
Question
Typically,impulse noise is a(n)____ burst of energy.

A) digital
B) analog
C) binary
D) logical
Question
Twisted pair Category 5e/6 cable should not be longer than the recommended 100-meter (300-foot)distance when it's transmitting at ____ Mbps.

A) 100
B) 250
C) 500
D) 1000
Question
Longitudinal parity is sometimes called longitudinal redundancy check or ____ parity.

A) vertical
B) horizontal
C) random
D) binary
Question
The most basic error-detection techniques are parity checks,which are used with ____ connections.

A) synchronous
B) asynchronous
C) statistical
D) fiber-optic
Question
Impulse noise is also known as ____.

A) noise spike
B) jitter
C) attenuation
D) crosstalk
Question
Causes of jitter can include electromagnetic interference,____,passing the signal through too many repeaters,and the use of lower-quality equipment.

A) coding
B) sampling
C) compression
D) crosstalk
Question
Isolated single-bit errors occur ____ percent of the time.

A) 30 to 40
B) 40 to 50
C) 50 to 60
D) 60 to 70
Question
____ is not necessarily a form of error,but can indirectly lead to an increase in errors affecting the transmitted signal.

A) Impulse noise
B) Crosstalk
C) Attenuation
D) White noise
Question
High humidity and wet weather can cause an increase in electrical ____ over a telephone system.

A) compression
B) attenuation
C) jitter
D) crosstalk
Question
White noise is also called thermal noise or ____ noise.

A) crosstalk
B) jitter
C) Gaussian
D) spike
Question
Error detection can be performed in several places within a communications model.One of the most common places is the TCP/IP ____ layer.

A) network
B) application
C) network access/data link
D) physical
Question
____ means that if the transmitting modem sends data and the data arrives garbled,the receiving modem may ask the transmitting modem to fall back to a slower transmission speed.

A) Impulse negotiation
B) Fallback negotiation
C) Attenuation
D) Downlink
Question
In a sliding-winow error control system,a receiver may acknowledge multiple packets with a single ACK.
Question
Error bursts occur ____ percent of the time.

A) 2 to 5
B) 5 to 10
C) 8 to 10
D) 10 to 20
Question
To minimize the effect of echo,a device called a(n)____ can be attached to a line.

A) echo suppressor
B) repeater
C) amplifier
D) hub
Question
CRC-____ is found in Ethernet LANs.

A) 5
B) 12
C) 32
D) 64
Question
An arithmetic checksum _______ the individual characters to be transmitted.

A) adds
B) multiplies
C) inverts
D) divides
Question
Installing proper shielding on cables prevents ____.

A) white noise
B) impulse noise
C) attenuation
D) crosstalk
Question
____ 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) White noise
B) Jitter
C) Attenuation
D) Echo
Question
With ____ parity,the 0 or 1 added to the string produces an even number of binary 1s.

A) even
B) odd
C) longitudinal
D) binary
Question
A(n)____________________ is essentially a filter that allows the signal to pass in one direction only.
Question
____ error control is a technique usually associated with the Stop-and-wait flow control protocol.

A) Stop-and-wait
B) Timeout
C) Sliding window
D) ACK
Question
____ cable is the medium least prone to generating errors.

A) Fiber-optic
B) Coaxial
C) Twisted-pair
D) Copper-based
Question
____________________ is a relatively continuous type of noise and is much like the static you hear when a radio is being tuned between two stations.
Question
Simple parity comes in two basic forms: even parity and ____________________ parity.
Question
____________________ is the reflective feedback of a transmitted signal as the signal moves through a medium.
Question
____________________ is an unwanted coupling between two different signal paths.
Question
____________________ is the continuous loss of a signal's strength as it travels though a medium.
Question
If a receiver has just received one packet of data with bytes numbered 600 to 700,it will respond immediately with ____.

A) an ACK of 700
B) an ACK of 701
C) an ACK of 800
D) it will not respond just yet
Question
____ is a flow control scheme that allows a station to transmit a number of data packets at one time before receiving some form of acknowledgment.

A) Stop-and-wait
B) Sliding window
C) Timeout
D) ACK window
Question
With the sliding window protocol,a station that had a maximum window size of 7 could transmit only ____ data packets at one time before it had to stop and wait for an acknowledgment.

A) 5
B) 6
C) 7
D) 8
Question
____________________ is a noncontinuous noise and one of the most difficult errors to detect,because it can occur randomly.
Question
When working with stop-and-wait error control,the amount of time a station waits before retransmitting a packet is called ____.

A) stop time
B) ACK time
C) NAK time
D) timeout
Question
____ is probably the most common form of error control.

A) Toss the frame (do nothing)
B) Correct the error without retransmission
C) Sending a message back to the transmitter
D) Correct the error with retransmission
Question
For a receiver to be able to fix an error-in a process called ____-redundant information must be present so that the receiver knows which bit or bits are in error and what their original values were.

A) forward error correction
B) forward error detection
C) backward error correction
D) backward error detection
Question
A ____ protocol's function is simply to inform the transmitter what piece of data is expected next.

A) CRC-16
B) CRC-32
C) stop-and-wait
D) sliding window
Question
The simplest error-detection technique is ____________________ parity.
Question
____ for error control is becoming a mode of operation for some modern wide area network transmission techniques.

A) Returning a message
B) Toss the frame/packet
C) Correcting the error
D) Fixing the error
Question
When a digital signal is being transmitted,the rises and falls of the signal can start to shift,or become blurry,and thus produce ____________________.
Question
If a receiver correctly receives packets 2,3,and 4,it will respond with a(an)____ .

A) ACK 3
B) ACK 4
C) ACK 5
D) NAK
Question
With ____________________ parity,the 0 or 1 added to the string produces an odd number of binary 1s.
Question
A(n)_________________________ is an industry-approved bit string that is used to create the cyclic checksum remainder.
Question
How does frame relay control errors?
Question
The ____________________ of a code is the smallest number of bits by which character codes differ.
Question
Sliding window error control is based on the ____________________ protocol.
Question
How does longitudinal parity work?
Question
____________________ parity tries to solve the main weakness of simple parity-that all even numbers of errors are not detected.
Question
How does the cyclic redundancy checksum work?
Question
The ____________________ method typically adds 8 to 32 check bits to potentially large data packets and yields an error detection capability approaching 100 percent.
Question
In TCP/IP,if a receiver just received some data and wishes to send data back to the sender,then the receiver should include an ACK with the data it's about to send.This is called ____________________.
Question
A(n)____________________ code 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 may be able to correct the error using the included check and data bits.
Question
List and briefly explain some error-prevention techniques.
Question
How does simple parity work?
Question
Once an error in the received data transmission stream is detected,the action that the receiver takes is called ____________________.
Question
____________________ is a process that keeps a transmitter from sending too much data to a receiver.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 6: Errors, Error Detection, and Error Control
1
In a stop-and-wait error control system,a receiver may acknowledge multiple packets with a single ACK.
False
2
The CRC method catches almost 100% of errors.
True
3
Because white noise is relatively continuous,it can be reduced significantly but never completely eliminated.
True
4
Sliding window protocols have been around since the 1970s.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
5
Telephone signal crosstalk was a more common problem before telephone companies used fiber-optic cables and other well-shielded wires.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
6
Simple parity can detect only an even number of erroneous bits per character.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
7
White noise is dependent on the temperature of the medium.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
8
If the impulse spike interferes with an analog signal,removing it without affecting the original signal is extremely easy.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
9
Echo error rarely occurs at junctions where wires are connected.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
10
Noise is a problem for both analog and digital signals.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
11
An unfortunate side effect of noise during a transmission is that the transmitting station has to slow down its transmission rate.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
12
If impulse noise interferes with a digital signal,often the original digital signal cannot be recognized and recovered.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
13
When a parity bit is assigned to ASCII,the Hamming distance becomes 4.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
14
The CRC error-detection method treats the packet of data to be transmitted as a large polynomial.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
15
Attenuation can be eliminated with the use of repeaters for analog systems.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
16
If jitter becomes too great,correcting it can require the transmitting devices to speed up their transmission rates.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
17
Installing special filters for analog signals and digital signal regeneration for digital signals helps in preventing white noise.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
18
TCP performs error detection at the end points of the connection.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
19
Returning a message was one of the first error-control techniques developed.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
20
NAK represents a positive acknowledgment.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
21
Typically,impulse noise is a(n)____ burst of energy.

A) digital
B) analog
C) binary
D) logical
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
22
Twisted pair Category 5e/6 cable should not be longer than the recommended 100-meter (300-foot)distance when it's transmitting at ____ Mbps.

A) 100
B) 250
C) 500
D) 1000
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
23
Longitudinal parity is sometimes called longitudinal redundancy check or ____ parity.

A) vertical
B) horizontal
C) random
D) binary
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
24
The most basic error-detection techniques are parity checks,which are used with ____ connections.

A) synchronous
B) asynchronous
C) statistical
D) fiber-optic
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
25
Impulse noise is also known as ____.

A) noise spike
B) jitter
C) attenuation
D) crosstalk
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
26
Causes of jitter can include electromagnetic interference,____,passing the signal through too many repeaters,and the use of lower-quality equipment.

A) coding
B) sampling
C) compression
D) crosstalk
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
27
Isolated single-bit errors occur ____ percent of the time.

A) 30 to 40
B) 40 to 50
C) 50 to 60
D) 60 to 70
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
28
____ is not necessarily a form of error,but can indirectly lead to an increase in errors affecting the transmitted signal.

A) Impulse noise
B) Crosstalk
C) Attenuation
D) White noise
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
29
High humidity and wet weather can cause an increase in electrical ____ over a telephone system.

A) compression
B) attenuation
C) jitter
D) crosstalk
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
30
White noise is also called thermal noise or ____ noise.

A) crosstalk
B) jitter
C) Gaussian
D) spike
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
31
Error detection can be performed in several places within a communications model.One of the most common places is the TCP/IP ____ layer.

A) network
B) application
C) network access/data link
D) physical
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
32
____ means that if the transmitting modem sends data and the data arrives garbled,the receiving modem may ask the transmitting modem to fall back to a slower transmission speed.

A) Impulse negotiation
B) Fallback negotiation
C) Attenuation
D) Downlink
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
33
In a sliding-winow error control system,a receiver may acknowledge multiple packets with a single ACK.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
34
Error bursts occur ____ percent of the time.

A) 2 to 5
B) 5 to 10
C) 8 to 10
D) 10 to 20
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
35
To minimize the effect of echo,a device called a(n)____ can be attached to a line.

A) echo suppressor
B) repeater
C) amplifier
D) hub
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
36
CRC-____ is found in Ethernet LANs.

A) 5
B) 12
C) 32
D) 64
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
37
An arithmetic checksum _______ the individual characters to be transmitted.

A) adds
B) multiplies
C) inverts
D) divides
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
38
Installing proper shielding on cables prevents ____.

A) white noise
B) impulse noise
C) attenuation
D) crosstalk
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
39
____ 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) White noise
B) Jitter
C) Attenuation
D) Echo
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
40
With ____ parity,the 0 or 1 added to the string produces an even number of binary 1s.

A) even
B) odd
C) longitudinal
D) binary
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
41
A(n)____________________ is essentially a filter that allows the signal to pass in one direction only.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
42
____ error control is a technique usually associated with the Stop-and-wait flow control protocol.

A) Stop-and-wait
B) Timeout
C) Sliding window
D) ACK
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
43
____ cable is the medium least prone to generating errors.

A) Fiber-optic
B) Coaxial
C) Twisted-pair
D) Copper-based
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
44
____________________ is a relatively continuous type of noise and is much like the static you hear when a radio is being tuned between two stations.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
45
Simple parity comes in two basic forms: even parity and ____________________ parity.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
46
____________________ is the reflective feedback of a transmitted signal as the signal moves through a medium.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
47
____________________ is an unwanted coupling between two different signal paths.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
48
____________________ is the continuous loss of a signal's strength as it travels though a medium.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
49
If a receiver has just received one packet of data with bytes numbered 600 to 700,it will respond immediately with ____.

A) an ACK of 700
B) an ACK of 701
C) an ACK of 800
D) it will not respond just yet
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
50
____ is a flow control scheme that allows a station to transmit a number of data packets at one time before receiving some form of acknowledgment.

A) Stop-and-wait
B) Sliding window
C) Timeout
D) ACK window
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
51
With the sliding window protocol,a station that had a maximum window size of 7 could transmit only ____ data packets at one time before it had to stop and wait for an acknowledgment.

A) 5
B) 6
C) 7
D) 8
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
52
____________________ is a noncontinuous noise and one of the most difficult errors to detect,because it can occur randomly.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
53
When working with stop-and-wait error control,the amount of time a station waits before retransmitting a packet is called ____.

A) stop time
B) ACK time
C) NAK time
D) timeout
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
54
____ is probably the most common form of error control.

A) Toss the frame (do nothing)
B) Correct the error without retransmission
C) Sending a message back to the transmitter
D) Correct the error with retransmission
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
55
For a receiver to be able to fix an error-in a process called ____-redundant information must be present so that the receiver knows which bit or bits are in error and what their original values were.

A) forward error correction
B) forward error detection
C) backward error correction
D) backward error detection
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
56
A ____ protocol's function is simply to inform the transmitter what piece of data is expected next.

A) CRC-16
B) CRC-32
C) stop-and-wait
D) sliding window
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
57
The simplest error-detection technique is ____________________ parity.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
58
____ for error control is becoming a mode of operation for some modern wide area network transmission techniques.

A) Returning a message
B) Toss the frame/packet
C) Correcting the error
D) Fixing the error
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
59
When a digital signal is being transmitted,the rises and falls of the signal can start to shift,or become blurry,and thus produce ____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
60
If a receiver correctly receives packets 2,3,and 4,it will respond with a(an)____ .

A) ACK 3
B) ACK 4
C) ACK 5
D) NAK
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
61
With ____________________ parity,the 0 or 1 added to the string produces an odd number of binary 1s.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
62
A(n)_________________________ is an industry-approved bit string that is used to create the cyclic checksum remainder.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
63
How does frame relay control errors?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
64
The ____________________ of a code is the smallest number of bits by which character codes differ.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
65
Sliding window error control is based on the ____________________ protocol.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
66
How does longitudinal parity work?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
67
____________________ parity tries to solve the main weakness of simple parity-that all even numbers of errors are not detected.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
68
How does the cyclic redundancy checksum work?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
69
The ____________________ method typically adds 8 to 32 check bits to potentially large data packets and yields an error detection capability approaching 100 percent.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
70
In TCP/IP,if a receiver just received some data and wishes to send data back to the sender,then the receiver should include an ACK with the data it's about to send.This is called ____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
71
A(n)____________________ code 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 may be able to correct the error using the included check and data bits.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
72
List and briefly explain some error-prevention techniques.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
73
How does simple parity work?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
74
Once an error in the received data transmission stream is detected,the action that the receiver takes is called ____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
75
____________________ is a process that keeps a transmitter from sending too much data to a receiver.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 75 flashcards in this deck.