Question

In: Computer Science

How can i calculate this? A file of size F = 8 Gbits needs to be...

How can i calculate this?

A file of size F = 8 Gbits needs to be distributed to10 peers. Suppose the server has an upload rate of u = 68 Mbps, and that the 10 peers have upload rates of: u1 = 20 Mbps, u2 = 22 Mbps, u3 = 12 Mbps, u4 = 19 Mbps, u5 = 25 Mbps, u6 = 24 Mbps, u7 = 18 Mbps, u8 = 11 Mbps, u9 = 14 Mbps, u10 = 30 Mbps, and download rates of: d1 = 28 Mbps, d2 = 30 Mbps, d3 = 12 Mbps, d4 = 20 Mbps, d5 = 18 Mbps, d6 = 15 Mbps, d7 = 14 Mbps, d8 = 34 Mbps, d9 = 20 Mbps, d10 = 34 Mbps. What is the minimum time needed to distribute this file from the central server to the 10 peers using the client-server model (round to the nearest second)?

Solutions

Expert Solution


Related Solutions

Given a file of size 274 Mbits, a server holding the file with upload capacity 8...
Given a file of size 274 Mbits, a server holding the file with upload capacity 8 Mbps, 3 users wanting the file with upload capacities of 3, 3, and 4, and download capacities of 20, 27, and 17 (all in Mbps). What is the minimum file distribution time (in sec) under peer-to-peer architecture? (answer to the 1st decimal places)
how can i calculate a "required levered return"?
how can i calculate a "required levered return"?
How can I calculate the net income trends ?
How can I calculate the net income trends ?
Working on a program but nothing is being sent to the output file. How can I...
Working on a program but nothing is being sent to the output file. How can I fix this? import java.util.Scanner; import java.io.*; public class Topic7Hw {    static Scanner sc = new Scanner (System.in);       public static void main(String[] args) throws IOException {               PrintWriter outputFile = new PrintWriter ("output.txt");               outputFile.println("hello");               final int MAX_NUM = 10;    int[] acctNum = new int[MAX_NUM];    double[] balance = new double[MAX_NUM];...
How can I calculate the flight initiation distance in fish?
How can I calculate the flight initiation distance in fish?
How can I calculate the unsystematic risk of an individual stock?
How can I calculate the unsystematic risk of an individual stock?
Consider a file system that uses inodes to represent files. Diskblocks are 8 kb in size,...
Consider a file system that uses inodes to represent files. Diskblocks are 8 kb in size, and a pointer to a disk block requires 4bytes. this file system has 12 direct disk blocks, as well assingle, double, and triple in direct disk blocks. What is themaximum size of a file that can be stored in this file system?Explain a little bit^^ Thank you
I want to calculate a sample size before I collect CATEGORICAL data. If I want no...
I want to calculate a sample size before I collect CATEGORICAL data. If I want no more than 3% margin of error find the sample size I would need for the following intervals. a8) 85% a9) 90% a10) 95% Repeat a8 - 10, but this time with a 5% margin of error a11) 85% a12) 90% a13) 95%
How do I calculate the total of all invoices? Here is my code: # Part F...
How do I calculate the total of all invoices? Here is my code: # Part F Calculate the total of invoices invoices=[] invoices.append((83,'Electric Sander',7,57.98)) invoices.append((24,'Power Saw',18,99.99)) invoices.append((7,'Sledge Hammer',11,21.50)) invoices.append((77,'Hammer',76,11.99)) invoices.append((39,'Jig Saw',3,79.50)) print('\nThe total of all invoices is', invoice) for invoice in invoices: print(invoice)
How do I do this: Write a program that can read a text file of numbers...
How do I do this: Write a program that can read a text file of numbers and calculate the mean and standard deviation of those numbers. Print the result in another text file. Put the result on the computer screen. EACH LINE OF THE PROGRAM MUST BE COMMENTED!
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT