Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

(TCO 3) A router is configured with the following commands. interface f0/2 no sh

ID: 3713187 • Letter: #

Question

(TCO 3) A router is configured with the following commands.
interface f0/2
no shutdown
interface f0/2.10
encapsulation dot1q 10
ip address 192.168.10.254 255.255.255.0
description Customer Services VLAN.
interface f0/2.25
encapsulation dot1q 25
ip address 192.168.25.254 255.255.255.0
description Sales VLAN.
interface f0/2.50
encapsulation dot1q 50
ip address 192.168.50.254 255.255.255.0
description Finance VLAN.
end
After installing the brand new router with the above commands an end user in the Sales VLAN complains that she is unable to access the network. Her computer's IP address is manually set as:
IP Address: 192.168.25.1
Subnet Mask: 255.255.254.0
Default Gateway: 192.168.25.254
What is wrong?

The computer does not have a DNS entry.

Explanation / Answer

IP can be resolved to MAC and hence ARP will also work. DNS should not affect connection and there is no configuration done to only allow local resoucres

So none of the above opytion applies.