- Time to
access
1 data block
(~ 4 KBytes) from
disk:
- Raw transmission time to
transfer
4 KBytes of data with a
1 Mbps
long haul link:
4 KBytes = 4000 × 8 = 32,000 bits
32,000
Time to transmit 32,000 bits = ----------- × 1000 msec
1,000,000
= 32 msec
|
- Real transmission time to
transfer
4 KBytes of data with a
1 Mbps
long haul link:
cheung@home6(53)> ping -s compute
PING compute: 56 data bytes
64 bytes from compute.mathcs.emory.edu: icmp_seq=0. time=46.2 ms
64 bytes from compute.mathcs.emory.edu: icmp_seq=1. time=58.6 ms
64 bytes from compute.mathcs.emory.edu: icmp_seq=2. time=49.6 ms
64 bytes from compute.mathcs.emory.edu: icmp_seq=3. time=61.7 ms
Transmission delay from my home to Emory = 50 msec (from ping)
Transmit 4 KBytes = 32 msec
Transmission delay for ACK packet = 50 msec
============================================================
Total time to transmit a 4 KBytes packet = 132 msec !!!
|
|