Network Edge Flashcards

1
Q

Store and forward packet switching

A

Means that the packet switch must receive the entire packet before it can begin to transmit the first bit of the packet onto the outbound link

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

Transmission delay

A

Time it takes for bits to be pushed in the wire

If L is the size of the packet, and R is the transmission rate across the wire, then the transmission delay is equal to L/R

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

Propagation delay

A

The time it takes for a bit to travel across a wire. If s is the speed that the bit is travelling, and D is the length of the wire, then the propagation delay is equal to D/s

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

What is throughput?

A

Throughput is the rate that bits get transferred between and a sender and receiver.

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

Queueing delay

A

The time waiting at the output link for transmission

Depends on:

  • A = packet arrival rate (A packets/sec)
  • L = packet length (bits)
  • R = link bandwidth (bits/sec)

Some key conditions:

  • If LA/R = 0, then the average queueing delay is small
  • If LA/R -> 1, then the queueing delay becomes large
  • If LA/R>1, then the average queueing delay is infinite
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the formula for calculating end to end delay when packet switching?

A

E2E = t_setup + N(d_proc + d_trans + d_prop) + (k-1)(d_trans)

  • t_setup is the set up time of the network
  • N is the number of hops
  • k is the number of packets sent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the formula for calculating end to end delay when circuit switching?

A

E2E = t_setup + N(d_prop + d_proc) + d_trans

  • t_setup is the set up time of the network
  • N is the number of hops
How well did you know this?
1
Not at all
2
3
4
5
Perfectly