In forward error correction, the receiver

a. can always correct all errors
b. can correct some types of errors by requesting a retransmission
c. can correct some types of errors without requesting a retransmission
d. requests a retransmission whenever errors are detected


c. can correct some types of errors without requesting a retransmission

Computer Science & Information Technology

You might also like to view...

You cannot change a transition after it has been selected.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The ____ label contains statements that execute when the value returned by the switch statement expression does not match a case label.

A. default B. break C. continue D. while

Computer Science & Information Technology

Instead of appending one array to another, you can merge two or more arrays with the ____________________  function.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A combinatorial explosion is ____.

A. a type of run-time error B. what happens when the JVM throws an exception C. the multiplicative growth in test cases D. a sign that your program is not robust

Computer Science & Information Technology