Answers

Question and Answer:

  Home  Aptitude

⟩ A file is transferred from one location to another in buckets. The size of the bucket is 10 kilobytes. The bucket gets filled at the rate of 0.0001 kilobytes per millisecond. The transmission time from sender to receiver is 10 milliseconds per bucket. After the receipt of the bucket the receiver sends an acknowledgement that reaches sender in 100 milliseconds. Assuming no error during transmission, write a formula to calculate the time taken in seconds to successfully complete the transfer of a file of size N kilobytes.(a) 10.11 N(b) 11.011 N(c) 11.01 N(d) 10.011 N(e)10.101 N

To fill the bucket 100 sec,

To transfer 1 bucket, 100.110 sec,

To transfer n bucket, 100.11n,

To transfer n kb,10.011n sec

 224 views

More Questions for you: