Let's look at a few more examples.
IP Address Subnet Network Host
10.0.0.3 A 10 0.0.3 (or basically the 3rd computer on this network)
10.0.1.1 A 10 0.1.1 (or basically the 255th comuter on this network)
- Each Octet (2nd, 3rd and 4th) can go up to 254. Like an odometer after the last octet hits 254, the third octet goes to one and the last octet starts over at 1. Confused? On the class A above, the numbering began at 10.0.0.1 then 10.0.0.2 until it reached 10.0.0.254. The numbering then rolled over and went to 10.0.1.1.
IP Address Subnet Network Host
172.16.0.56 B 172.16 0.56 (or basically the 56th computer in this network)
192.168.1.1 C 192.168.1 .1 (or basically the first computer in this sequence of IP addresses)
So can these two IP addresses talk on the same LAN? 192.168.0.1 and 192.168.1.1
No, not without a router (or gateway) of some sort. IP address one has a network of 192.168.0 and the second one is 192.168.1 . The networks portion of an IP address has to match in order to talk. Because these two are different, they can't talk without a router.