reopened by
1,481 views
2 votes
2 votes
Compute the fraction of the bandwidth that is wasted on overhead (headers and retransmissions) for protocol 6 on a heavily loaded 50 kbps satellite channel with data frames consisting of 40 header 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.
reopened by

3 Answers

4 votes
4 votes
Let's take total 100 packets has to send 1% error means 1packet lost...

total overhead = 40*100+ 4040(retransmission of packet)

Total overhead / total data sent=

(8040/100*4000+4040)*100%

=1.989% overhead

 

So 100% equals 50kbps then 1.989%

Gives almost 1kbps
2 votes
2 votes

Out of 100 frames send 1 will be lost.

Total data bits = 3960*100 bits
total size of Hader= 40 *100 bits
Nak= 40 bits

when the sender receives NAK,

It will send a data frame again,( the frame size is 4000 bits)

Total wastage= (4000) lost data frame + (4000) retransmit lost data frame + (40) Nak bits = 8040 bits

0 votes
0 votes
unused bandwidth=(1-n)*B

efficiency(n)=useful bits/total bits

2^8 frames are sent among which 2.56(1%) are corrupted

total bits=256*4000  +  2.56*4040 =1024102.4

useful bits=3960*256=1013760

n=0.98990101

unused bandwidth=0.5 (app)

Related questions

0 votes
0 votes
0 answers
1
54Y4N asked Oct 9, 2023
233 views
A 1 kilometer long CSMA/CD (not 802.3) has a propagation speed of 200m/ìsec. Repeaters are not allowed in this system Data frames are 256 bits long, including 32 bits of...
0 votes
0 votes
1 answer
2
once_2019 asked Oct 7, 2018
846 views
An upper-layer packet is split into 5 frames, each of which has an 90% chance of arriving undamaged. If no error control is done by the data link protocol, how many times...
2 votes
2 votes
1 answer
3
Sumit Singh Chauhan asked Aug 2, 2018
1,745 views
What is the channel capacity of printer (in bps) with a 400Hz bandwidth and a signal to noise ratio is 7 dB?