Computer Science, asked by christincahcko7217, 11 months ago

Suppose host a wants to send a large file to host

b. The path from host a to host b has three links, of rates r1 =500 kbps, r2 = 2 mbps, and r3 = 1 mbps.A. Assuming no other traffic in the network, what is the throughput for the file transfer.B. Suppose the file is 4 million bytes. Roughly, how long will it take to transfer the file to host

b.C. Repeat (a) and (b), but now with r2 reduced to 100 kbps.While calculating transfer time why we are not using {4 million byes(*(1/500kbps)+(1/2mbps)+(1/mbps))} instead of (4 million bytes/500kbps)??

Answers

Answered by rishabh8263
2

Consider givend data:R1 = 500 kbps, R2 = 2 Mbps, and R3 = 1 Mbps

The throughput for the file transfer=min{R1,R2,R3}

=min{500 kbps, 2 Mbps, 1 Mbps}

=500 kbps

So, the throughput for the file transfer=500 kbps

b)

Consider given data:

The file size= 4 million bytes

Convert million bytes to bits

=32000000 bits.

From (a), Throughput for the file transfer=500 Kbps

=500000 bps

Dividing the file size by the throughput,roughly how long will it take to transfer the file to Host B:

=file size/hroughput for the file transfer

=32000000 bits/500000 bps

=64 seconds

c)

Consider the given data:

Repeat (a) and (b), but now with R2 reduced to 100 kbps.

That means R2=100 kbps , R1 = 500 kbps, and R3 = 1 Mbps

The throughput for the file transfer=min{R1,R2,R3}

=min{500 kbps, 100 kbps, 1 Mbps}

=100 kbps

So, the throughput for the file transfer=100 kbps

Dividing the file size by the throughput,roughly how long will it take to transfer the file to Host B:

=file size/hroughput for the file transfer

=32000000 bits/100000 bps

=320 seconds

Similar questions