Step 1: Identify the generator polynomial and its degree.
The generator polynomial is
\[
G(x) = x^3 + x + 1
\]
The degree of $G(x)$ is $3$, hence $3$ check bits are required.
Step 2: Append zeros to the message.
The original message is
\[
m(x) = 11000
\]
Appending three zeros gives
\[
11000\,000
\]
Step 3: Perform modulo-2 division.
Divide $11000000$ by the generator polynomial $1011$ (binary form of $x^3 + x + 1$) using modulo-2 division.
Carrying out the division step-by-step, the remainder obtained after division is
\[
100
\]
Step 4: Determine the check bits.
The remainder of the division gives the CRC check bits. Therefore,
\[
c_2 c_1 c_0 = 100
\]
Step 5: Conclusion.
Hence, the correct checkbit sequence appended to the message is $100$.
Consider the sliding window flow-control protocol operating between a sender and a receiver over a full-duplex error-free link. Assume the following:
The minimum value of the sender’s window size in terms of the number of frames (rounded to the nearest integer) needed to achieve a link utilization of 50% is .