Which sequence numbers would the server willingly accept as part of this session with a window size of 5? During a TCP data exchange, the client provided a sequence number of 100, while the server provided a sequence number of 500. During acknowledgments, the packet displays the agreed-upon sequence numbers 101 and 501, respectively.
A
102 through 106.
explanation
The server will receive packets 102 through 106 before providing an acknowledgment, which beginning with the acknowledged sequence number 101.
Comments