781 views
0 votes
0 votes
if suppose transmission time for sending frame is T

then if we want to send a window of size 3 i.e 3 frames simultaneously,will it b still T or 3*T??

///it might be a silly doubt but i was just confused.

1 Answer

1 votes
1 votes

there will be pipelining then...
if say u have 3 intermediate routers and u r sending all packets in one go without waiting fr acknowledgements then for first packet it will be 4Tt and rest all will come in 1 Tt each(m nt considering Tp)

but if u r sending 1 packet at a time waiting fr its ack then sending second packet then total time will be
4Tt * no of packets..u have to find out how the question is asked!!

Related questions

0 votes
0 votes
2 answers
4
mehul vaidya asked Jun 19, 2018
409 views
Suppose A is sending only one packet to B over link. let transmission time is Tt and propagation time is TpThen why we always take Total Time = Tt + Tp and not as = 2*Tt ...