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 ethO
What is the default gateway for the network?
A.
192.168.165.1
B.
255.0.0.0
C.
255.255.255.0
D.
0.0.0.0
E.
192.168.165.0