1 point
The default route is specified in a routing table by using the host address:
a. 0.0.0.0
b. 255.255.255.255
c. 127.0.0.1
d. None of these
Answers
Answer:
a. 0.0.0.0
the default route is specified in a routing table by using the host address
Network ID - 0.0.0.0, Network mask - 0.0.0.0.
Explanation:
When the network route is not found it get set to default values. The default values of network id is 0.0.0.0 and Network mask is 0.0.0.0.
This default get set when all routing fails, it attract the default route.
Answer:
0.0.0.0 is the host address
Explanation:
When there is no specific route or no specific network ID then the default route is used. This is used when all the other route fails too. The network id is 0.0.0.0 and the network mask will be "0.0.0.0."
255.255.255.255 is the host route which allows the packet to be sent to the particular IP address. Network mask will be 255.255.255.255.
"127.0.0.1" is the "local host" or loop back address.