Using packet classification techniques we can perform packet forwarding based on multiple criteria, and not just based on destination IP address.
True/False
True
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
True
The grid of tries technique offers a “middle ground” approach, merging the backtracking and the set-pruning techniques.
True/False
True
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
True
One technique to avoid head of line blocking is with parallel iterative matching.
True/False
True
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
False
With the token bucket traffic approach, we can still have bursts of traffic entering the network, but these bursts are capped.
True/False
True
With the leaky bucket approach, we only allow the traffic to enter the network in a configured rate.
True/False
True
Traffic policers target to limit traffic bursts to a configured max, whereas traffic shapers target to smooth out the overall rate.
True/False
True
With the leaky bucket we can still have discarded packets.
True/False
True