Hi mcavic,
the original text you said long long ago is below[What confused me is at the quotes.Please see my comments]:
With an IP of 70.49.98.16, and a mask of 255.255.255.0, it's indicated that all addresses 70.49.98.x are inside your network, and thus any traffic to those addresses will not be sent to the router, but will remain on your LAN.
That's easy. But here's a better example:
Let's say your ISP has assigned you 16 IP addresses. Your workstation is set to an address of 192.168.1.9, with a mask of 255.255.255.240. Just from that, you can calculate the rest of the addresses that belong to you: 192.168.1.8 through 192.168.1.23.
I can not figure out why the 16 IP addresses is what you said from 192.168.1.8 through 192.168.1.23. My reason is from the given IP address[192.168.1.9] and its mask[255.255.255.240], we can get the Network ID[192.168.1.0]. It means the Host address part only occupied 4 bits. Include the all 1s and 0s Host addresses, it can just sum up to 16 IP address. Above is my idea.Can you explain it more clearly?
So, any IPs outside that range are remote, and will be passed to the router. Without the mask, 192.168.1.50 for example would be thought to be local... your workstation would try sending it only on the local LAN, and would get no response.
I agree with you about these words.
Thanks in advance.
Yours sincerely,
Tony