error detection
GATE CSE & IT · Data Link Layer · 2005-2026
Study anchor
Forouzan — Data Communications and Networking
Layered models, IP, routing, TCP, data link protocols
Practice action
Start latest PYQPYQs in this concept
All concepts →Consider the transmission of data bits 110001011 over a link that uses Cyclic Redundancy Check (CRC) code for error detection. If the generator bit pattern is given to be 1001, whi...
Consider the cyclic redundancy check (CRC) based error detecting scheme having the generator polynomial X 3 + X + 1. Suppose the message m 4 m 3 m 2 m 1 m 0 = 11000 is to be transm...
Let G(x) be the generator polynomial used for CRC checking. What is the condition that should be satisfied by G(x) to detect odd number of bits in error?
The message 11001001 is to be transmitted using the CRC polynomial x 3 + 1 to protect it from errors. The message that should be transmitted is:
Consider line number 3 of the following C - program. int main ( ) { /* Line 1 */ int I, N; /* Line 2 */ fro (I = 0, I < N, I++); /* Line 3 */ } Identify the compiler's response abo...