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

In a triangle, the average of the two angles is 56 degrees where as their difference is 24 degrees. What is the measurement of the biggest angle of the triangle?

0 Answers   CGI,


What kind of questions comes in Analytical/Aptitude test in Wipro Bpo?

0 Answers  


what is ment SEBI?

3 Answers  


A table containing decimal nos. from 1 to 100 and their roman Equivalent was given. We were required to write a function : char* ConverToRoman(int number) : to convert the given number( 1<=number<=100) into its numerical equivalent. I want a solution in C/C++ language

1 Answers   Nagarro,


My flight takes of at 2am from a place at 18N 10E and landed 10 Hrs later at a place with coordinates 36N70W. What is the local time when my plane landed. a) 6:00 am b) 6:40am c)7:40 d)7:00 e)8:00

10 Answers   TCS,






Denominator is 4 greater than numerator if 10 is added to Denominator,the fraction becomes 1/8.what is the fraction.

0 Answers   Caritor Solutions,


1,40,00,000 pencils are put up straight. all the pencils are of length range 3 to 6 inches. 80% of the pencils have average of five inches. so the find out the total length spanned by the penciles.

0 Answers   Wipro,


If g(x)=x-1/x then g (-1/2)=? Pls explain

4 Answers  


Tarun invited 750 persons to a party. Every person that came to the party, came by a car such that exactly six persons came in each of the three different cars and exactly seven persons came in each of the remaining cars. At the party, when every person including Tarun was seated in a group of eleven, one group fell short by four persons. If maximum possible number of persons came to the party, then out of the persons who were invited by Tarun, how many persons did not come to the party?

4 Answers   College School Exams Tests, Microsoft, TCS,


B is 20 miles east of A. D is 30 miles east of C. E is 10 miles north of D. C is 20 miles north of B. How far E is from A?

0 Answers   Verifone,


45 grinders brought @ 2215/-.transpot expense 2190/-.2760/- on octroi . Find SP/piece to make profit of 20% 2585 2225 2670 3325

5 Answers   APPM, Cap Gemini,


There r 1200 elephant .some have blue and pink strips.some have pink & green strip. 400 ele. have only pink strip. how many have only blue strip

0 Answers   Accenture,


Categories