- The maximum window size (in segments) that this TCP connection can achieve is 125
- The average window size (in segments) and average throughput (in bps) of this TCP connection are 93.75 and

- To take for this TCP connection to reach its maximum window again after recovering from a packet loss is about 9.375 seconds.
<h3>Explanation:
</h3>
Transmission Control Protocol (TCP) is responsible to break up the message (in this case is the data from application layer) into TCP Segments and then reassembling them at the receiving side
Consider that only a single TCP (Reno) connection uses one 10Mbps link which does not buffer any data. Suppose that this link is the only congested link between the sending and receiving hosts. Assume that the TCP sender has a huge file to send to the receiver, and the receiver’s receive buffer is much larger than the congestion window. We also make the following assumptions: each TCP segment size is 1,500 bytes; the two-way propagation delay of this connection is 150 msec; and this TCP connection is always in congestion avoidance phase, that is, ignore slow start.
a. What is the maximum window size (in segments) that this TCP connection can achieve?


b. What is the average window size (in segments) and average throughput (in bps) of this TCP connection?
Average window size 
Average throughput 
c. How long would it take for this TCP connection to reach its maximum window again after recovering from a packet loss?
The number of RTTs needed in order to increase the window size from
to

Learn more about TCP connection brainly.com/question/14281718
#LearnWithBrainly