A technician is troubleshooting a network where two computers cannot communicate. Computer A has an IP of 192.168.1.10 with subnet mask 255.255.255.0. Computer B has an IP of 192.168.2.20 with subnet mask 255.255.255.0. Both are connected to the same switch. The switch is not configured with VLANs. Why can't the computers communicate?
Computers on different subnets cannot communicate directly; they require a router to forward packets between the subnets.
Why this answer
Even though both computers are on the same physical switch, they are on different logical subnets (192.168.1.0/24 and 192.168.2.0/24). Without a router to forward traffic between subnets, they cannot communicate directly.