1,282 views
1 votes
1 votes
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 votes
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 votes
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

 

Related questions

0 votes
0 votes
1 answer
3
Neyoa asked May 19, 2022
1,137 views
1. For a 1Gbps link, 10 ms prop. delay, 1000-bit packet, compute the utilization for: a. Stop and wait protocolb. Sliding window (window size=10)