272 views
0 votes
0 votes
station X needs to send a consisting of 12 packets to station Y using a sliding window(window size 4) and go back n error control stragedy.All packets are ready and immidiately available for transmission.If every 7th packet   that X transmits gets lost,then the no of packets that X will transmit for sending the message to Y are

1 Answer

Best answer
2 votes
2 votes
Sequence num. packet to be send
1 1
2 2
3 3
4 4
5 5
6 6
7(lost)
8 8
9 9
10 10
11 7
12 8
13 9
14 10(lost)
15 11
16 12
17 10
18 11
19 12
   

So ans should be 19

selected by

Related questions

5 votes
5 votes
1 answer
1
2 votes
2 votes
1 answer
2
Prachi Agarwal asked Jul 28, 2016
477 views
suppose thatTCP Congestion window is set to 18KB and a time out occurs.How big will be window if the next four transmission bursts are all successful?Assume that the MSS ...
1 votes
1 votes
1 answer
3
Prachi Agarwal asked Jul 28, 2016
330 views
consider the effect of using slow start on a line with 10msec RTT and no congestion.The recieve window size is 24 KB and the maximum segment size is 2 KB.how long does it...
2 votes
2 votes
1 answer
4
Prachi Agarwal asked Jul 23, 2016
1,931 views
suppose A and B are on same 10Mbps ethernet segment and the propogation delay between two nodes is 275 bit times.suppose A and B are on two ends of the wire and tries to ...