Ask Question
18 October, 02:23

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

+2
Answers (1)
  1. 18 October, 03:15
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers