389 views
0 votes
0 votes
While calculating the sender window size in sliding window protocol why we don't include transmission time of first frame along with its propagation time of that frame and propagation time of Acknowledgement.

That is , total time to transmit the frames = Transmission time of first frame + 2* propagation delay

Instead we use only total time to transmit frames = 2* Propagation time .

Isn't this will cause change in answer a difference of 1 frame

1 Answer

1 votes
1 votes
we use total time( time taken between before transmitting the frame and after reaching the frame)=TT(transmission time)+2*PT(round trip time)

we can also calculate maximum window size of protocol =1+(2*PT)/TT

thus we include transmission time while calculating window size.

Related questions

3 votes
3 votes
2 answers
2
7 votes
7 votes
3 answers
3
rahul sharma 5 asked Aug 15, 2017
3,548 views
The round trip delay between x and y is given as 60 ms and bandwidth of link between X and Y is 512 KBps. What is the optimal window size (in packets) if the packet size...