a file s transferred from one location to another in
buckets . the size of bucket s 10 kilobytes. the buckets
get filled at rate of 0.0001kb per ms. transmission time
from sender to receiver s 10ms per bucket. after receipt of
bucket, receiver sends an acknowledgement tat reches sender
in 100 ms. assuming no error during transmission write a
formula to calculate time taken in seconds to successfully
complete transfer of file of size N kb.

Answers were Sorted based on User's Feedback



a file s transferred from one location to another in buckets . the size of bucket s 10 kilobytes. ..

Answer / abc

each bucket has 10 kb
so N kb wants N/10 buckets..
0.0001kb filled in 1ms
so 10 kb ll be filled in 10/0.0001ms=100000ms
sender to receiver s 10ms
ack is 100 ms
so total time for 1 bucket is (100000+10+100)ms=100110ms
for N/10 buckets it s 100110*N/10 ms=10011 ms=10.011s

Is This Answer Correct ?    11 Yes 1 No

a file s transferred from one location to another in buckets . the size of bucket s 10 kilobytes. ..

Answer / abc

tat s 10.011N s

Is This Answer Correct ?    4 Yes 0 No

a file s transferred from one location to another in buckets . the size of bucket s 10 kilobytes. ..

Answer / asdf

1.01*n s

n/10 buckets are needed ...

for each bucket 10 sec and ack takes 0.1 sec

Is This Answer Correct ?    3 Yes 1 No

a file s transferred from one location to another in buckets . the size of bucket s 10 kilobytes. ..

Answer / umang

time taken for successfully transfer for N kb file
=[(N/10)*100]+[(0.11)*{(N mod 10)+1}]

Is This Answer Correct ?    0 Yes 0 No

a file s transferred from one location to another in buckets . the size of bucket s 10 kilobytes. ..

Answer / purevial

Size of File = N kb
Time Taken to Fill a bucket = 0.0001kb/ms * 10kb = 0.001ms
Time To Send a bucket = 10ms
No. of buckets = N/10
After 0.001ms + 10ms, the sending side waits for ACK so as
to start with the next bucket
So Total Time = ( 0.001ms + 10ms + 100ms) per bucket.
Total time per N/10 buckets = (110.001)(N/10) ms
= 11.0001 N ms
or 0.0110001 N ms

Is This Answer Correct ?    2 Yes 12 No

Post New Answer

More General Aptitude Interview Questions

A circular dartboard of radius 1 foot is at a distance of 20 feet from you. You throw a dart at it and it hits the dartboard at some point Q in the circle. What is the probability that Q is closer to the center of the circle than the periphery? 0.75 1 0.5 0.25 Solution: 0.25 can someone plz explain how this answer is calculated?????

3 Answers   TCS,


Which of the following does multithreading allow? A. several transactions that require the same program to use one copy of the program. B. many tasks to be allocated to the terminal. C. an audit trail of all files records from all files updated by a particular application

0 Answers  


WHY ARE YOU COMING FOR BPO

0 Answers   HSBC,


hi i am going to write SBI Technical Executives entrance exam.pls help me out in clearing thisexam.kindly proivde me the question papers..

0 Answers  


A mother is 30 years older than her daughter however she will be only thrice as old as the daughter after 5 years. What is mother’s present age ?

0 Answers   3i Infotech,






Find the longest palendrom in a string? Example Input: abfgerccdedccfgfer Output: ccdedcc i want a solution in C/C++ language

0 Answers   Nagarro,


A Father Has 7 Pennys With Him And 1 Water Melon Is For 1p, 2chickoos For 1p, 3 Grapes Foe 1p. He Has Three Sons. How Can He Share The Fruits Equally?

0 Answers   TCS,


How many digits will be there to the right of the decimal point in the product of 95.75 and .02554 ?

0 Answers  


if a boat is moving in upstream with v1 km/hr and in the down stream it is moving with v2 km/hr then what is the speed of the stream.

6 Answers   IIT Delhi, MBT,


431 x 32(probably ) is represented by 15356(probably) in some number system ki what will it represent when converted from that system to decimal.

1 Answers   eLitmus,


A says Party was held on :Thursday ,May 8th. B says Party was held on :Tuesday,May 10th. C says party was held on :Friday ,June 8th. Given April 1 st was Tuesday.one of A,B,C says 1 correct.one says 1 wrong.and one was completely wrong of date,Month and day. Find the Day the party held.

0 Answers   Infosys,


a student is ranked 13th from right and 8th from left.how many are there?

14 Answers   Benchmark, Patni,


Categories