• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about CIDR notation and subnets

Juddog

Diamond Member
If you had a network with the following CIDR mask:
192.168.0.1/23

That would mean the network ID would be 192.168.0.0, and the broadcast would be 192.168.1.255.

Would that allow for an IP address to be assigned and still be usable for 192.168.0.255 and 192.168.1.0, or is there some other hidden rule that doesn't allow you to use these addresses?
 
While "legal," addresses ending in 255 or 0 are usually avoided by convention.
There are folks (unfortunately) that will see those addresses and "correct" them ... they're the same folks that "fix" the subnet mask back to its "proper" 255.255.255.0 value.

Addresses like that are on / were on some of the Cisco exams (where .255 is not a broadcast and .0 is not a "network address").
 
While "legal," addresses ending in 255 or 0 are usually avoided by convention.
There are folks (unfortunately) that will see those addresses and "correct" them ... they're the same folks that "fix" the subnet mask back to its "proper" 255.255.255.0 value.

Addresses like that are on / were on some of the Cisco exams (where .255 is not a broadcast and .0 is not a "network address").

Ahh ok thank you for the answer!
 
Back
Top