Cisco Exam Questions

What route could be configured on router R1 for file requests to reach the server?

Users on the 192.168.1.0/24 network must access files located on the Server1.What route could
be configured on router R1 for file requests to reach the server?

A.
ip route 0.0.0.0 0.0.0.0 209.165.200.226

B.
ip route 0.0.0.0 0.0.0.0 s0/0/0

C.
ip route 192.168.1.0 255.255.255.0 209.165.100.250

D.
ip route 209.165.200.0 255.255.255.0 192.168.1.250

Explanation:
In order to allow the network of 192.168.1.0/24 to access Serverl1, we need to establish a default
route. The format of this default route is as follows:
ip route prefix mask {ip-address interface-type interface-number [ip-address]} [distance] [name]
[permanent track number] [tag tag]
Based on the request of this subject, we need to configure the correct route as follows:
ip route 0.0.0.0 0.0.0.0 s0/0/0