Redirected
edited by
3,359 views
5 votes
5 votes
Compute the fraction of the bandwidth that is wasted on overheads(headers and retransmission ) for protocol 6 on a heavily loaded 50 kbps satellite channel with data frames consisting of 40 headers and 3960 data bits.Assume that the signal propagation time from the earth to the satellite is 270 msec.ACK frames never occur. NAK frames are 40 bits. The error rate for data frames is 1%, and the error rate for NAK frames is negligible.The sequence numbers are 8 bits.
edited by

4 Answers

Best answer
3 votes
3 votes

No, There won't be any retransmissions on time out. It is SR with NAK.

Reason: See here, in this question , the transmission is said to be successful if there is no NAK( negatively acknowledged ). And it is clearly stated that ACK (+ve ACK) frames never occur. That is even if the whole window (every packet) is successfully received, the receiver won't send anything. Thus accordingly sender must be configured not to retransmit on time out . Actually , time out here signifies successful transmission.

now my solution :

the fraction of overhead in transmission

i.e 1.9%

selected by
5 votes
5 votes

this ratio is the fraction of overhead in transmission

i.e 1.9%

edited by
3 votes
3 votes

According to my understanding 1kbps is lost

2% is lost

50 kbps of 2% is 1 kbps is LOST

1 votes
1 votes
Error Rate = 1\100 ie, so out of  100 frames only 1 frame is retransmited.

 Header = 40 bits., so  For 100 Frames = 4000 bits(40*100)

 Total useful Data = 3960 *100 = 396000 bits

Now one Frame is Retransmitted = 3960(data) + 40 bits(header) => 4000 bits

Also NAK is sent = 40 bits

Overhead = Headers + Retranmissions + NAK / Total Data

=> 4000 + 4000 + 40 / 396000 + 4000 + 4000 + 40

=> 0.0198

so in percentage % => 0.0198 * 100 => 1.98 %

Related questions

0 votes
0 votes
1 answer
2
irfan_cse asked Mar 30, 2023
537 views
How many packets will be generated if you apply the simple flooding technique on the network in the above diagram fig-1 to make sure that each of the nodes receives at le...