Networking Chapter 10 Flashcards
Which of the following best describes a single-bit error?
A) A single bit is inverted
B) A single bit per transmission is inverted
C) A single bit per data unit is inverted
D) All of the choices are correct
C) A single bit per data unit is inverted
Which error detection method uses one’s complement arithmetic?
A) Simple parity check
B) Checksum
C) Two-dimensional parity check
D) CRC
B) Checksum
Which error detection method consists of just one redundant bit per data unit?
A) Two-dimensional parity check
B) CRC
C) Simple parity check
D) Checksum
C) Simple parity check
Which error detection method involves polynomials?
A) CRC
B) Simple parity check
C) Two-dimensional parity check
D) Checksum
A) CRC
In cyclic redundancy checking, what forms the check bits?
A) The remainder
B) The divisor
C) The quotient
D) The dividend
A) The remainder
In CRC, if the dataword is 111111, the divisor 1010, and the remainder 110, what is the codeword at the receiver?
A) 111111011
B) 1010110
C) 111111110
D) 110111111
C) 111111110
At the CRC generator, _______ is (are) added to the dataword after the division process to create the codeword.
A) 0’s
B) 1’s
C) the remainder
D) the divisor
C) the remainder
The sum of the checksum and data at the receiver is _______ if no error is detected.
A) − 0
B) + 0
C) the complement of the checksum
D) the complement of the dataword
A) − 0
In CRC, the quotient at the sender _______.
A) becomes the dividend at the receiver
B) becomes the divisor at the receiver
C) is the remainder
D) is discarded
D) is discarded
At the CRC checker, _______ means that the dataword is damaged.
A) a string of alternating 1s and 0s
B) a nonzero remainder
C) a string of 0s
D) None of the choices are correct
B) a nonzero remainder
A codeword of 10 bits has only four 0s, how many terms are in the polynomial representation of this code?
A) 4
B) 6
C) 8
D) None of the choices are correct
B) 6
In CRC, if the remainder is only three bits, the divisor should be __________ bits.
A) 3
B) 2
C) 4
D) None of the choices are correct
C) 4
How many bits are in the divisor if we use CRC-8?
A) 9
B) 8
C) 10
D) None of the choices are correct
A) 9
Checksum uses ____________ addition.
A) one’s complement
B) two’s complement
C) three’s complement
D) None of the choices are correct
A) one’s complement
To detect five errors, the Hamming distance between each pair of codewords should be at least_________.
A) 5
B) 6
C) 11
D) None of the choices are correct
B) 6