If you can see this check that


Next Prev Quiz Index
Consider the command and output of the following command:
 > ip route show table main
 10.0.1.0/24 dev eth0 scope link
 10.0.2.0/24 dev eth1 scope link
 default via 10.0.2.50 dev eth1
 
What does this mean?
A.This is acting as a router. eth0 is the internal network, eth1 is the external network. If the destination ip is not on a directly connected network ask 10.0.2.50.
B.This is acting as a router. It is impossible to say which network is the internal network, and which is the external network. If you try to route to 10.0.3.1 the error will definitely be "host unreachable".
C.This is acting as a router. eth0 is the internal network, eth1 is the external network. If the destination ip is not on a directly connected network the error will be "host unreachable".
D.This is acting as a router. eth0 is the internal network, eth1 is the external network. If the destination ip is not on a directly connected network ask 10.0.2.255.
E.This is acting as a router. eth1 is the internal network, eth0 is the external network. If the destination ip is not on a directly connected network ask 10.0.2.50.
Correct Answer True.
Close
Incorrect Answer Unknown IPs are directed towards the gateway machine on eth1.
Close
Incorrect Answer Unknown IPs are routed through the gateway machine on eth1.
Close
Incorrect Answer The destination gateway is as directly connected as it will ever be. You certainly will not ask the broadcast address for help directly, but instead ask the gateway machine.
Close
Incorrect Answer As the default gateway is on eth1, eth1 should be considerd as the external network.
Close