Lecture 2 - Friday: Communication metrics and protocol layering Flashcards

1
Q

What is a communication link characterised by?

A

Transmission rate R and Propagation speed S

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Transmission rate R?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Propagation speed S?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a nodal delay?

A

The nodal delay is the total delay experienced by a data packet at a node (packet switch or host)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do we calulate the nodal delay at a packet switch?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the end-to-end delay?

A

The end-to-end delay is the total delay experienced by a packet from source to destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is traffic intensity I?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What happens when

I < 1?
and
I > 1?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Throughput?

A

Throughput measures the rate at which data is being received at the destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Instantaneous throughput?

A

It’s the current amount of data received measured in bits/seconds.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Average throughput?

A

The average amount of data received per time unit for entire data transfer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Simultaneous transmissions

A

Senders and receivers are competing for the available bandwidth in the Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are they layers in the TCP/IP stack?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What part of the TCP/IP stack does routers and link-layer switches implement?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly