[prev] 6 [next]

I/O Devices (cont)

Example: network transfer
  • destination specified by IP address, packet size < 1KB
  • transfer time includes
    • dT transmission delay ... time to push data packet onto "the wire"
    • dP propagation delay ... time for packet to travel along "the wire"
    • dC processing delay ... time to check header, re-route to next node
    • dQ queueing delay ... time waiting on node before transmission
    • need to calculate for N hops, so  ≅ N(dT + dP + dC + dQ)
Typical transfer time: 0.5ms (local ethernet), 200ms (internet), ...

Can check transmission times using the ping command