1,930 views
1 1 vote
if packet size is 1KB and propogation time 15msec, channel capacity 10^9 b/s , find transmission time and sender utilization in stop and wait protocol ?

3 Answers

Best answer
2 2 votes
transmission time = 10^3*8/10^9 = 8*10^-6 s.

utilization = 8*10^-6/(8*10^-6+30*10^-3) =2.66*10^-4
selected by
0 0 votes

Transmission Time(Tx)= (Size of msg or packet or data)/ ( Brand width of channel or channel capacity)

So, transmission time=1KB/10^9 bps= 8*10^-6sec

Sender utilization means the utilization  of the channel by the sender 

n= 1/1+2a,a=Tp/Tx for stop and wait protocol

a=15 m sec/8*10^-3 m sec= 1.875 *10^3 

n= 1/1+2(1.875*10^3 )= 2.66*10^-4 sec

 

Position:
Show:

Related questions

10 10 votes
3 3 answers
497
497 views
GO Classes asked Nov 26, 2025
497 views
A network engineer is analyzing a link that uses the Stop-and-Wait ARQ protocol. The data frames are $\mathrm{2000 ~bytes}$ in size and are sent at a rate of $\mathrm{125...
6 6 votes
2 2 answers
492
492 views
GO Classes asked Nov 10, 2025
492 views
A SENDER USES THE STOP-AND-WAIT ARQ PROTOCOL.THE SIZE OF A DATA FRAME IS $\mathbf{2000}$ BYTES. THE SIZE OF AN ACKNOWLEDGEMENT IS $\mathbf{50}$ BYTES. THE ONE-WAY PROPAGA...
4 4 votes
2 2 answers
296
296 views
GO Classes asked Nov 7, 2025
296 views
Consider two nodes communicating using the Stop-and-Wait protocol. The data frame size is $1000$ bits. The channel has a transmission rate of $5000$ bps, and the one-way ...
3 3 votes
2 2 answers
333
333 views
GO Classes asked Nov 3, 2025
333 views
A link has a transmission speed of $2 \times 10^6$ bits/sec. It uses data packets of size 500 bytes each. Assume that the acknowledgment has negligible transmission delay...