Purchase Solution

File Transfer Time & Throughput

Not what you're looking for?

Ask Custom Question

Please see attached.

Purchase this Solution

Solution Summary

The solution discusses file transfer time and throughput.

Solution Preview

Please find the solution in the attached file.

Propagation speed , V = 2 x 10^8 m/sec
File size = 8 x 10^6 bits
Td = Total transmission time of a frame

Td = 2Tprop + Ttrans + Tack
a = Tprop/Ttrans
Utilization, U = 1/1 + 2a
Packet Overhead = 80 bits
Acknowledgement = 88 bits
Tprop means Propagation time.
Ttrans means Transmission time for frame.
Tack means Transmission time for acknowledgement.
1) Packet Size, P = 256 bits
Since there is 80 bits overhead, therefore it will have (256-80=176)bits of data from file
Therefore total number of such packet needed to transmit data = 8 x 10^6/176=45455 packets

Tprop = 1000/(2 x 10^8) sec = 5 x 10^-6 sec
T trans = 256/( 10^6) = 256 x 10^-6 sec
Tack = 88 / (10^6) = 88 x 10^-6 sec
a = Tprop/Ttrans= (5 x 10^-6) / (256 x 10^-6)=.0195
U= 1/(1+2*a)= ...

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.