The data plane functions of a traditional router are implemented in hardware.
True or False?
True
The control plane functions of a traditional router are implemented in software.
True or False?
True
The forwarding plane operations take place in shorter time scales than the control plane operations.
True or False?
True
The forwarding functions of a traditional router refer to transferring packets from the input ports to the appropriate output ports.
True or False?
True
The control plane functions can either be implemented in the router’s processor or they can be “outsourced” for implementation at a remote controller.
True or False?
True
In traditional routers, traffic forwarding is performed based on:
* Destination IP address only
* Source IP address only
* Both source and
Destination IP address only
Given the forwarding table, determine the output link for packet with destination IP address 10001000 11110001 01010001 11110101.
Prefix Match Output Link
11100000 00* A
11100000 01000000* B
1110000* C
11100001 1* D
otherwise E
E
Given the forwarding table, determine the output link for packet with destination IP address 11100001 01000000 11000011 00111100.
Prefix Match Output Link
11100000 00* A
11100000 01000000* B
1110000* C
11100001 1* D
otherwise E
C
Given the forwarding table, determine the output link for packet with destination IP address 11100001 10000000 00010001 01110111.
Prefix Match Output Link
11100000 00* A
11100000 01000000* B
1110000* C
11100001 1* D
otherwise E
D
What is the longest prefix match for 111* in the unibit trie?
P2
What is the longest prefix match for 11011* in the unibit trie?
P9
What is the longest prefix match for 10* in the unibit trie?
P4
By stride, we refer to the number of bits that we check at every step when traversing a trie.
True or False?
True