Module 6: Quiz Flashcards

(10 cards)

1
Q

Using packet classification techniques we can perform packet forwarding based on multiple criteria, and not just based on destination IP address.

True/False

A

True

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

The backtracking approach has a higher cost in terms of time, whereas the set-pruning approach has a higher cost in terms of memory.

True/False

A

True

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

The grid of tries technique offers a “middle ground” approach, merging the backtracking and the set-pruning techniques.

True/False

A

True

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

The head-of-line blocking refers to the problem when an entire queue remains blocked because the head of the queue is blocked. 

True/False

A

True

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

One technique to avoid head of line blocking is with parallel iterative matching.

True/False

A

True

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

With parallel iterative matching the input links are “matched” with output links in a fixed manner that stays the same as the rounds are progressing.

True/False

A

False

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

With the token bucket traffic approach, we can still have bursts of traffic entering the network, but these bursts are capped.

True/False

A

True

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

With the leaky bucket approach, we only allow the traffic to enter the network in a configured rate.

True/False

A

True

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

Traffic policers target to limit traffic bursts to a configured max, whereas traffic shapers target to smooth out the overall rate.

True/False

A

True

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

With the leaky bucket we can still have discarded packets.

True/False

A

True

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