in Computer Networks
599 views
1 vote
1 vote

Consider two stations communicates via 1 Mbps satellite link with propagation delay of 270 msec. The satellite serves merely to retransmit data received from one station to another, with negligible switch delay. If Ethernet frame size is 1024 bits with 3 bits sequence number, then the maximum possible data throughput is ___(upto 2 decimal places).

 

 

in Computer Networks
599 views

2 Comments

how do we know whether it uses GBN or SR
0
0
There are no retransmissions, hence there is not need to know.
0
0

1 Answer

0 votes
0 votes

Rtt is 2 x 270=540 ms...

( You can calculate yourself)...

 

  • The RTT here in not of ACK but the time by which you,

  • the sending station would get the signal from your frame ,

  • if your frame got crashed right before me, the receiver station ,

  • that is the maximum time after which you can be sure that your frame is safely with me….

 

Transmission time is :

1ms ( You can clearly calculate) …

 

Hence you could have transmitted 540 frames in this time…

 

  • But you have a 3 bit sequence number, meaning at most 7 frames, one of which is already the one sent….

  • So, basically you are sending 6 frames in the time you are supposed to send 540 ones ….

 

Therefore throughput :

6/540 x 1 Mbps

= 11.377 Kbps.....

 

1. https://gateoverflow.in/177466/Ethernet 

 

2. https://gateoverflow.in/254898/Ethernet

 

by

Related questions