Ask Question
29 June, 16:41

What is the minimum number of bits you need for the sequence number to achieve the above maximum transmission rate?

+3
Answers (1)
  1. 29 June, 16:50
    0
    Answer:Maximum window size = 1 + 2*a where a = Tp/Tt

    Minimum sequence numbers required = 1 + 2*a.

    All the packets in the current window will be given a sequence number. Number of bits required to represent the sender window = ceil (log2 (1+2*a)).

    Step-by-step explanation: But sometimes number of bits in the protocol headers is pre-defined. Size of sequence number field in header will also determine the maximum number of packets that we can send in total cycle time. If N is the size of sequence number field in the header in bits, then we can have 2N sequence numbers.

    Window Size ws = min (1+2*a, 2N)

    If you want to calculate minimum bits required to represent sequence numbers/sender window, it will be ceil (log2 (ws)).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is the minimum number of bits you need for the sequence number to achieve the above maximum transmission rate? ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers