Computer Science, asked by mafifa351, 7 months ago

A sender sends a series of packets to two same destinations using 5-bit sequence numbers. If the sequence number starts with 0, what is the sequence number after sending 100 packets?

Answers

Answered by kinmaykumar2006
0

Answer:

A five-bit sequence number can create sequence numbers from 0 to 31. The sequence number in the Nth packet is (N mod 32). This means that the 101th packet has the sequence number (101 mod 32) or 5.

I think it was helpful

this answere is for brainly

Similar questions