A subnet has endpoints, not just a starting address. This lesson shows the network, first host, last host, broadcast, and usable count in one checked row.
highlighted = computed this step
Why ranges matter
A subnet is useful only when the endpoints are known. The table recomputes the usable range and the broadcast address from the network and prefix.
/26
Broadcast and host range
The network 192.168.1.128/26 has first host 192.168.1.129, last host 192.168.1.190, broadcast 192.168.1.191, and 62 usable hosts.
192.168.1.128/26→192.168.1.191
Why broadcast is high
Broadcast sets every host bit to one, which is network OR the inverted mask. The usable endpoints stay between network and broadcast.
usable=62
Summary
A subnet row is arithmetic: network, first host, last host, broadcast, and usable count are recomputed together. Address arithmetic only; timing/throughput is not modeled here.