Consider the following command and an abbreviated version of its output:
netstat
nr Kernel IP routing table Destination Gateway Genmask Flags Iface 192.168.165.0 0.0.0.0 255.255.255.0 U ethO 127.0.0.0 0.0.0.0 255.0.0.0 U loO 0.0.0.0 192.168.165.1 0.0.0.0 UG eth0
What is the default gateway for the network?
A.
0.0.0.0
B.
192.168.165.0
C.
255.255.255.0
D.
255.0.0.0
E.
192.168.165.1
This view of the question might make it easier for people to read:
# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags Iface
192.168.165.0 0.0.0.0 255.255.255.0 U ethO
127.0.0.0 0.0.0.0 255.0.0.0 U loO
0.0.0.0 192.168.165.1 0.0.0.0 UG eth0