Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Dear User,
  2. In order not to flood the buffers of B, the average number offrames entering and leaving B must be the same over a longinterval.
  3.  
  4. From A to B:
  5.  
  6. Thepropagation delay time = 4000 * 5microsec = 20msec
  7.  
  8. The transmission time per frame = 1000/(100*10^3)=10msec
  9.  
  10. From B to C:
  11.  
  12. Thepropagation delay time = 1000 * 5 micro sec = 5msec
  13.  
  14. The transmission time for frame = x=1000/R
  15.  
  16. The data rate between B and C =R
  17.  
  18. A can transmit three frames to B and then must wait for theacknowledgement of the first frame before transmitting additionalframes. The first frame takes 10 msec to transmit; the last bit ofthe first frame arrives at B 20 msec after it was transmitted andtherefore 30msec after the frame transmission began. It will takean additional 20msec for B’s ack to return to A. thus A cantransmit three frames in 50msec.
  19.  
  20. B can transmit one frame to C at a time. it takes 5+x msec forthe frame to be received at C and an additional 5 msec forC’s acknowledgement to return to A.thus,B transmit one frameevery 10 + x msec,or three frames every 30 + 3x msec.thus,
  21.  
  22. 30 + 3x=50
  23.  
  24. X=6.66msec
  25.  
  26. R=1000/x=150kbps
  27. I hope this will helps toyou
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement