I'm probably missing something obvious here, I figure I'll toss this out and see if anyone can explain where I went wrong.
Here's the network layout I am looking at. I have N0 and N1 connected to a switch, N2 and N3 connected to another switch and the 2 switches connected to a router. If N0 has a misconfigured ip address, it won't be able to communicate with N2 and N3, but it should still be able to communicate with N1, right? Since N0 and N1 are plugged into the switch, the switch will use the mac-address table to find the other machine, right?
Lets say:
router port Ethernet0 has 192.168.10.1 /24
N0 is 192.168.20.1 /24
N1 is 192.168.10.2 /24
My thinking is N0 and N1 would still be able to communicate through the switch, any traffic wouldn't even make it to the router.
I had a question on a practice exam(ccna) that stated N0 would not be able to communicate with any host. I'm just trying to figure out why, since a switch communicates at layer 2, and it's a layer 3 address that's messed up. Any thoughts?