Appendices | 279 |
|
|
|
|
|
|
|
| SUBNET MASK | HOST RANGES |
|
|
|
|
|
|
|
|
|
| 255.255.255.0 | |
|
|
|
|
|
| 255.255.255.128 | |
|
|
|
|
|
| 255.255.255.192 | |
|
|
|
|
|
| 255.255.255.224 | |
|
|
| |
|
|
| |
|
|
|
|
|
| 255.255.255.240 | |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
|
|
|
| 255.255.255.248 | |
|
|
|
|
Chart 3: Subnetted Class C Host Ranges
ϖNote: The lowest calculated address in each range (0 in the traditional C range) is not shown, cannot be used, and is skipped in the chart. The highest address in each range (255 in the traditional C range) is also not shown, and is the broadcast address for the subnet.
With each mask above, the 1’s in the binary value represent the network portion, and the 0’s represent the host portion (128 is 10000000, 192 is 11000000, etc.). As you use more bits to represent the network portion, fewer bits are left to use as host addresses.
The same idea can be extended to Class A and Class B networks.
Broadcast Addresses
The broadcast address is the address to which devices send packets meant for all other devices. All devices “listen” for broadcasts in addition to their own address. Address Resolution Protocol (ARP) packets and routing information are examples of packets sent to the broadcast address. Most often, the broad- cast address is the last address in the network (or subnet) with the host portion being all 1’s binary (some networks use 0.0.0.0 or 255.255.255.255, however.). Below are some examples of broadcast addresses.