A file is transferred from one location to another in ‘buckets’. The size of the bucket is 10 kilobytes. Eh 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
A file is transferred from one location to another in 'buckets'. The size of the bucket is 10 kilobytes. Each bucket gets filled at the rate of 0.0001 kilobytes per millisecond. The transmission
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
Latest Answer : (i) total time to fill Nkb=10000N 10 kb=>1bkt N kb=> N/10 bucket (ii)To send 10 ms per bucket so for N/10 bucket it is =N ms (iii) Now acknowledge for 1 bkt= 100ms Acknowledge for N/10 bkt= (N/10)*100=10N Total time-== 10000N+N+10N=10011N answer ...