edited by
74,780 views
191 191 votes

Frames of $\text{1000 bits}$ are sent over a $10^6$ $\text{bps}$ duplex link between two hosts. The propagation time is $\text{25 ms}$. Frames are to be transmitted into this link to maximally pack them in transit (within the link).

What is the minimum number of bits $(I)$ that will be required to represent the sequence numbers distinctly? Assume that no time gap needs to be given between transmission of two frames.

  1. $I=2$
  2. $I=3$
  3. $I=4$
  4. $I=5$

20 Answers

Answer:
Position:
Show:

Related questions

50 50 votes
11 answers 11 answers
30.8k
30.8k views
Kathleen asked Sep 22, 2014
30,773 views
$$S \to aSa \mid bSb\mid a\mid b$$The language generated by the above grammar over the alphabet $\{a,b\}$ is the set of:all palindromesall odd length palindromesstrings t...
32 32 votes
6 answers 6 answers
13.7k
13.7k views
Kathleen asked Sep 22, 2014
13,661 views
In which one of the following page replacement policies, Belady's anomaly may occur?FIFOOptimalLRUMRU
143 143 votes
10 answers 10 answers
48.9k
48.9k views
go_editor asked Apr 23, 2016
48,914 views
Frames of $1000\text{ bits}$ are sent over a $10^6$ bps duplex link between two hosts. The propagation time is $25ms$. Frames are to be transmitted into this link to maxi...
53 53 votes
9 answers 9 answers
45.5k
45.5k views
Kathleen asked Sep 21, 2014
45,464 views
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:$11001001000$$110010010...