Lecture 2 - Friday: Communication metrics and protocol layering Flashcards
(14 cards)
What is a communication link characterised by?
Transmission rate R and Propagation speed S
What is the Transmission rate R?
- Bits per second (bps) that can be put on the link
- Typically ranges from 10 Mbps to 100 Gbps
- Determines the Transmission delay d-trans = L/R for a packet of L bits
What is the Propagation speed S?
- The speed with which a bit/signal moves along the link.
- Typically ranges between 2* 10^8 m/s (copper wire) to
3 * 10^8 m/s (fiber optics) - Determines the propagation deley d-prop = d / S for a link distance d.
What is a nodal delay?
The nodal delay is the total delay experienced by a data packet at a node (packet switch or host)
How do we calulate the nodal delay at a packet switch?
What is the end-to-end delay?
The end-to-end delay is the total delay experienced by a packet from source to destination.
What is traffic intensity I?
Traffic intensity I relates the capacity of outgoing links with the arrival rate of incoming packets.
- Transmission rate R bits/second on outging link.
- Packet size of L bits
- Average arrival rate of a packets per second for transmission.
What happens when
I < 1?
and
I > 1?
I < 1 = Queue size will be bounded
I > 1 = Queue size grows without bound, can cause packet loss.
Network congestion arises as traffic intensity approaches 1.
What is Throughput?
Throughput measures the rate at which data is being received at the destination.
What is Instantaneous throughput?
It’s the current amount of data received measured in bits/seconds.
What is Average throughput?
The average amount of data received per time unit for entire data transfer.
Simultaneous transmissions
Senders and receivers are competing for the available bandwidth in the Internet.
What are they layers in the TCP/IP stack?
What part of the TCP/IP stack does routers and link-layer switches implement?
They typically imlement only the bottom layers.
Link-Layer switches implement layers 1 and 2 (Physical and Link)
Routers implement layers 1 to 3 (Physical, Link and Network)
This means, for example, that Internet routers are capable of implementing the IP protocol (a layer 3 protocol), while link-layer switches are not.