retagged by
890 views
1 votes
1 votes
In a stop and wait ARQ, Bandwidth Delay product is 20,000 bits. Given the frame size is 1000 bits. What is the percentage of utilization of link if we have a protocol that can send 15 frames without waiting for acknowledgement?
retagged by

2 Answers

3 votes
3 votes

Bandwidth delay product = $Bw*RTT$; $Bw$ = bandwidth, $RTT = Routed \ Time = 2*Tp$

Here it’s given : $Bw*RTT = 20000\ bits$, and the protocol is sending $15$ frames of size $1000bits$ = $15000bits$

Hence, link utilization or channel utilization or bandwidth utilization or efficiency = $

$(Bits \ successfully \ sent)/ (Bandwidth  \ delay \ product)*100\% $

$= 15000/20000*100 = 75\%$

1 votes
1 votes
In a stop-and-wait ARQ, the bandwidth-delay product determines the maximum number of unacknowledged frames that can be in transit at any given time. In this case, the bandwidth-delay product is 20,000 bits, which means that at any given time, there can be up to 20,000 bits worth of data in transit.

If the frame size is 1000 bits, and the protocol allows 15 frames to be sent without waiting for acknowledgement, then the total number of bits in transit would be 15 * 1000 = 15,000 bits.

To calculate the percentage of utilization of the link, we can divide the number of bits in transit by the bandwidth-delay product and multiply by 100 to express the result as a percentage:

utilization = (15,000 bits / 20,000 bits) * 100% = 75%

Therefore, the percentage of utilization of the link would be 75%.

Related questions

967
views
1 answers
0 votes
Pranavpurkar asked Dec 9, 2022
967 views
In a shared Ethernet link, each user is active only 10% of the time. Suppose switching is used for 10 users and each user is equally likely to transmit at any point ... of $10^{10} * P$?Solve for both:1)Packet switching.2)Circuit switching.
303
views
1 answers
2 votes
215
views
1 answers
1 votes
lovish_bhatia asked Dec 13, 2023
215 views
please explain this question
650
views
0 answers
0 votes
Pranavpurkar asked Sep 27, 2022
650 views
Consider a string is stored in a word addressable memory where each word is of 4 Bytes. If the string starts at 100 and ends at 104 then which of ... can be the possible string(s) that can be stored.A)STRUCTUREB)UNIONC)POINTERD)FUNCTION