0% found this document useful (0 votes)
136 views

Quality Python Homework Help: Accepted Answers: A) Router Processor: Iii, V, I Network Interfaces: Ii, IV

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views

Quality Python Homework Help: Accepted Answers: A) Router Processor: Iii, V, I Network Interfaces: Ii, IV

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Quality Python Homework Help

For any Homework related queries, Call us at : - +1 678 648 4277
You can mail us at : - [email protected] or
reach us at : - https://www.pythonhomeworkhelp.com/
1) A router contains two hardware components, a
router processor and multiple network interfaces.
Match the task done by these different hardware.

Tasks: i) execution of routing protocol, ii) FIB lookup, iii)


maintenance of routing table iv) packet forwarding, v) route
calculations
a) Router processor: iii, v, i; Network interfaces: ii, iv
b) Router processor: iii, ii, i; Network interfaces: v, iv
c) Router processor: ii, iv, i; Network interfaces: iii, v
d) Router processor: iii, v, iv; Network interfaces: ii, i

Accepted Answers:
a) Router processor: iii, v, i; Network interfaces: ii, iv

2)Which is true for Forwarding Information Base (FIB)?


a) It resides at the RAM.
b) In a specialized hardware, it is implemented using TCAM.
c) It contains a subset of the routing table.
d) The routing table is a subset of the FIB.
Accepted Answers:
b) In a specialized hardware, it is implemented using
TCAM.
c) It contains a subset of the routing table.

3) Which of these statements are true?


a) RAM is accessed via the content while CAM is accessed via
the address where the content is stored.
b) CAM is optimized for performing a query on the content
while RAM is optimized to fetch and store data based on the
address.
c) CAM can be used to search forwarding host in one cycle
while RAM needs linear search or Patricia tree.
d) None of the above are true

Accepted Answers:
b) CAM is optimized for performing a query on the
content while RAM is optimized to fetch and store
data based on the address.
c) CAM can be used to search forwarding host in one
cycle while RAM needs linear search or Patricia tree.

4) A router needs to be configured in a way such that it


forwards all packets whose destination IPs are in the
range of 172.24.0.0 to 172.25.255.255 to the gateway
192.168.2.38 through the interface enp0s2.
Select the correct command.
a) ip route add 172.24.0.0/15 dev enpes2
b) ip route add 172.24.0.0 via 192.168.2.38/16 dev enpes2
c) ip route add 172.24.0.0/16 via 192.168.2.38 dev enpes2
d) ip route add 172.24.0.0/15 via 192.168.2.38 dev enpes2

Accepted Answers:
d) ip route add 172.24.0.0/15 via 192.168.2.38 dev
enpes2

5) Which options are true for SDN?


a) SDN moves the control plane to a centralized
server.
b) Switches in the SDN need to be very smart.
c) All the traffic in the SDN needs to go through the
controller.
d) The switches contact SDN when a packet does not
match with any of the existing rules.

Accepted Answers:
a) SDN moves the control plane to a centralized
server.
d) The switches contact SDN when a packet does not
match with any of the existing rules.

6) Select the OpenFlow controller.


a) NS3
b) Ryu
c) OMNET++
d) OpenDaylight

Accepted Answers:
b) Ryu
7) What is the advantage of using a network emulator over a
network simulator?
a) Emulator allows calculating things that have to go through
the network instead of actually sending them.
b) It allows the user to set up an arbitrary network in a single
hardware.
c) It can be used in real network applications.
d) A Mathematical model can be executed without
implementing them in a real network.

Accepted Answers:
b) It allows the user to set up an arbitrary network in
a single hardware.
c) It can be used in real network applications.

8)How to create the following network using mininet


command?

a) mn--topo single,3,4
b) mn--topo single,4,3
c) mn--topo linear,3,4
d) mn--topo linear,4,3
Accepted Answers:
d) mn--topo linear,4,3

9) What is true for the north-bound interface in SDN?


a) North-bound interface communicates traffic with the
higher plane in the SDN.
b) Communication between data-plane and control plane
happens via the north-bound interface.
c) All the automation and orchestration of the system takes
place via the north-bound interface.
d) The controller controls the packet through a north-bound
interface.
Accepted Answers:
a) North-bound interface communicates traffic with
the higher plane in the SDN.
c) All the automation and orchestration of the system
takes place via the north-bound interface.

10) What does a data-plane do?


a) Decide where to send a packet based on a central policy
b) Forward the data packet
c) Configure the hardware
d) None of them
Accepted Answers:
b) Forward the data packet

You might also like