Error Detection and Correction (Information Technology)
Error Detection and Correction
Questions
In some situations, the address of the error will be known because the physical layer received an analog signal that was far from the expected value for a 1 or 0 and declared that bit to be lost. This situation is known as _______.
- analog channel
- lost channel
- erasure channel
- known channel
Which of the following codes is not an error correcting code?
- Hamming code
- Reed-Solomon code
- Binary convolutional code
- Redundant code
Hardware implementation of the link layer is __________.
- NICs
- CPU
- ALU
- Bridges
What will be the code rate, if a frame consists of m data bits and r check bits?
- m/r
- m/(m+r)
- r/(m+r)
- r/m
In a _______, the r redundant bits (check bits) are computed as a linear function of the m data bits.
- linear code
- systematic code
- block code
- non linear code
In a ___________, the m data bits are sent directly with r redundant bits, rather than being encoded themselves before they are sent.
- linear code
- systematic code
- block code
- non linear code
Which of the following correcting codes is widely used in the deployed networks?
- Hamming code
- Convolutional code
- Read-Solomon code
- Low density parity check code
To find the number of bits difference, ____ can be used with two crosswords and counting the number of 1 bits in the result.
- XOR
- X-NOR
- OR
- NAND
Typical LAN links provide bit error rates of ____.
- 10-2
- 10-3
- 10-10
- 10-5
Suppose that the sent code is 00101001100, which of the following sets of bits is check bits in hamming code?
- 0001
- 0010
- 0011
- 1100
Which of the following does not use the Reed Solomon code for error correcting?
- DSL
- Satellite communication
- DVDs
- GSM Mobile phone system
Which of the following is not an error detecting codes?
- Parity
- Checksums
- CRC
- Low Density Parity check
_____________ is based upon taking bit strings as representations of polynomial with 0 and 1 as coefficients only.
- Parity
- Checksum
- CRC
- Hamming code
What are the two basic strategies for dealing with errors?
- Error prediction and correction strategies
- Error correction and prediction strategies
- Error correcting codes and error detecting codes
- Finding error and fixing error
Which of the following layers is responsible for error detection and correction?
- Physical layer
- Data link layer
- Application layer
- Presentation layer