Wolfram Computation Meets Knowledge

Data Transfer Speed

The data transfer rate is the amount of data that is conveyed per unit of time.

The data rate times time equals the amount of data transferred.

Formula

QuantityVariable["I", "Information"] == QuantityVariable["R", "InformationRate"]*QuantityVariable["T", "Time"]

symbol description physical quantity
I data "Information"
R data rate "InformationRate"
T time "Time"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Data Transfer Speed"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Data Transfer Speed"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Data Transfer Speed"], {QuantityVariable["T","Time"] -> 
   Quantity[1, "Seconds"], 
  QuantityVariable["R","InformationRate"] -> 
   Quantity[480, ("Megabits")/("Seconds")]}]
Out[3]=

Publisher Information