Delays, throughput, and packet loss Flashcards

1
Q

A ___ is basically an instance of communication between 2 hosts/nodes

A

hop

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

What is the queuing delay?

A

The time the packet resides in the queue before being processed

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

The ______ delay is analyzed using _______ methods and is rarely included in calculations

A

queuing, statistical

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

The _______ delay is the time it takes for a packets header to be analyzed and its content to be checked for bit level errors

A

processing

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

What is the transmission delay?

A

The time it takes for all L bits in the packet to be inserted into the transmission medium. L/(Bits per second) is the rate.

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

The ___________ delay is the time taken by each bit to travel the distance d from the source to the destination. How is it calculated?

A

propagation, d/v

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

What are the 2 reasons as to why packets may be lost

A
  • The queue is full

- The packet is corrupted

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

The transmission delay total is calculated with …

A

header + (data/N_packets)

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

What is the delay for a single packet at each node?

A

d_proc + d_prop + (d_data + d_head) + d_queue

Ignore the queuing delay

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

What would be the delay for a single packet between the source and the receiver (end to end)

A

The delay for the packer at each node * N_transmissions

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

With packet switching:

  • _____ is increased
  • The _____ of waiting for each packet to arrive is reduced
  • The amount of data needed to be _____ is reduced if a packet lost
A

overhead, delay, resent

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

Increasing the number of ______ increase _____ up to a certain point. Then the _____ starts becoming a problem.

A

packets, efficiency, header

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

What is the generalized end-to-end delay with packet switching?

A

[d_proc + (d_data + d_head)] * [N_trans + (N_packets - 1)] + [d_prop * N_trans]

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

In circuit switching, what does the overhead consist of?

A

Establishing and breaking the connection between sender and receiver

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

__________ throughput is the amount of data that can pass through from one edge system to another

A

end-to-end

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

_________ end-to-end throughput is the rate data is passing between the end systems at a particular instant

A

instantaneous

17
Q

What is average end-to-end throughput?

A

The rate data is passing between the end systems averaged over a specified length of time