1,143 views
0 votes
0 votes
A sender uses the Stop-and-Wait ARQ protocol for reliable transmission of frames. Frames are of size 1000 bytes and the transmission rate at the sender is 80 Kbps (1 Kbps = 1000 bits/second). Size of an acknowledgement is 100 bytes and the transmission rate at the receiver is 8 Kbps. The one-way propagation delay is 100 milliseconds.

Assuming no frame is lost, the RECIEVER throughout is ________ bytes/ second.

1 Answer

Best answer
1 votes
1 votes

Sender side 

L = 1000 B = 8000 bytes

B = 80 kbps = 10000 Byte per second

Tp = 100ns

throughput = efficiency * Bandwidth

Tt = 8000 / 80000 =100ms

η = (Tt at sender) / (Tt sender + Tt of ack + 2Tp)

Tack = 100*8 / 8000 = 100ms

η = 100 / ( 100 + 100 + 200) = 0.25

throughput = efficiency * Bandwidth

                  = 0.25 * 80 kpbs = 0.25 * 10000 = 2500 bytes/sec

 

Receiver side:

L = 100B = 800B

B = 8kps = 1000 Bytes per sec

Tp = 100 ms ( same for sender and receiver)

throughput = efficiency * Bandwidth

Tt = 800 / 8000 =100ms

η = (Tt at sender) / (Tt sender + Tt of ack + 2Tp)

Tack = 100*8 / 8000 = 100ms

Tt  at sender = 8000 / 80000 =100ms

η = 100 / ( 100 + 100 + 200) = 0.25

throughput = efficiency * Bandwidth

                  = 0.25 * 8 kpbs = 0.25 * 1000 = 250 bytes/sec

receiver throughput = 250 Bytes/sec

 

 

selected by

Related questions

0 votes
0 votes
1 answer
3
GateAspirant999 asked Jan 18, 2017
2,742 views
The problem:Given:$B=$ 64 kbps satellite channel$L=$ 512 B data framesRound Trip Time (RTT) = 64 msWhat is the maximum throughput for window size of 1?
8 votes
8 votes
2 answers
4
Aakash Das asked Nov 4, 2016
2,768 views
In a communication link out of p packets one packet will be lost. If stop and wait protocol is used then expected number of retransmissions for a packet?(A) P/(1-P)(B) P(...