313 views
0 votes
0 votes

1 Answer

0 votes
0 votes

@Deepalitrapti

A) Receiver can handle maximum 12 segments. So sender can send maximum 12 segments (if we can not consider network's capacity if network capacity is given then sender can send $Min(Receiver's capacity , Network's capacity)$).

B)  Threshold is 4 .. means start with 1 and grow exponentially till 4 , after that grow linearly. 

So it sender send pkt like this 

1  |   2   |  4  |   5  |  6  |   7   |  8  |   9   |   10  |   11   |  12  

So total 10 RRT needs to reaches this window size, then time is 

   $ 10 *  RTT = 10*100ms = 1000ms = 1sec$ 

 

Related questions

0 votes
0 votes
0 answers
2
nepobose asked Nov 23, 2018
780 views
Assume slow start mechanism is used and assume there is no congestion . The round trip time is 10 ms and maximum segment size is 24 KB . How much time is required to reac...
3 votes
3 votes
3 answers
4
Jaggi asked Oct 11, 2018
2,716 views
For a network which has maximum packet size is 256 bytes . lifetime of a packet is 20 sec and 8 bit sequence number . Find maximum data rate per connection