Question: Since the field that stores the sequence number of a packet is limited in size, the sequence number in a protocol needs to wrap around,
Since the field that stores the sequence number of a packet is limited in size, the sequence number in a protocol needs to wrap around, which means that two packets may have the same sequence number. In a protocol that uses m bits for the sequence-number field, if a packet has the sequence number x, how many packets need to be sent to see a packet with the same sequence number x, assuming that each packet is assigned one sequence number?
Step by Step Solution
3.45 Rating (161 Votes )
There are 3 Steps involved in it
Sequence numbers use modulo 2 m arithmetic This means that ... View full answer
Get step-by-step solutions from verified subject matter experts
