Latency is the amount of time to finish an operation. Latency is the delay from input into a system to desired outcome.
Unit would be second granule.
Throughput is the amount of work we finished in a unit time.
Throughput is a measure of how many units of information a system can process in a given amount of time.
Bandwidth commonly measured in bits/second is the maximum rate that information can be transferred
Throughput is the actual rate that information is transferred
Latency the delay between the sender and the receiver decoding it, this is mainly a function of the signals travel time, and processing time at any nodes the information traverses
RRT = Round Trip Trime
Throughput impacted by latency?
throughput = bandwith / rtt
rtt = latency * 2
latency up, throughput down
latency down, throughput up
.