Subnet IP – Does Every Subnet Have Broadcast and Network Addresses?

ipip addressipv4subnet

Given /26 subnets for a /24 network:

Subnet 1 0-63 
Subnet 2 64-127
Subnet 3 128-191
Subnet 4 192-255

Does every subnet have its own network ID and broadcast address?

Meaning:

Subnet 1 0-63 (network is 0, broadcast is 63)
Subnet 2 64-127 (network is 64, broadcast is 127)
Subnet 3 128-191 (network is 128, broadcast is 191)
Subnet 4 192-255 (network is 192, broadcast is 255)

Therefore, -2 for every subnet as they cant be assign to a host.
Am i right?

Best Answer

Yes, you are right. Although no one does this in the practical day to day world, it is easier to see this if you convert the subnet in question into binary digits and then remember that the broadcast address is simply the case with all 1s and the network address with all zeroes.

Related Topic