Appendix B IP Addresses and Subnetting
Figure 53 Subnetting Example: After Subnetting
In a
192.168.1.0 with mask 255.255.255.128 is subnet A itself, and 192.168.1.127 with mask 255.255.255.128 is its broadcast address. Therefore, the lowest IP address that can be assigned to an actual host for subnet A is 192.168.1.1 and the highest is 192.168.1.126.
Similarly, the host ID range for subnet B is 192.168.1.129 to 192.168.1.254.
Example: Four Subnets
The previous example illustrated using a
Each subnet contains 6 host ID bits, giving 26 - 2 or 62 hosts for each subnet (a host ID of all zeroes is the subnet itself, all ones is the subnet’s broadcast address).
Table 18 Subnet 1
IP/SUBNET MASK | NETWORK NUMBER | LAST OCTET BIT | |
VALUE | |||
|
| ||
IP Address (Decimal) | 192.168.1. | 0 | |
|
|
| |
IP Address (Binary) | 11000000.10101000.00000001. | 00000000 | |
|
|
| |
Subnet Mask (Binary) | 11111111.11111111.11111111. | 11000000 | |
|
|
| |
Subnet Address: | Lowest Host ID: 192.168.1.1 |
| |
192.168.1.0 |
|
| |
|
|
| |
Broadcast Address: | Highest Host ID: 192.168.1.62 |
| |
192.168.1.63 |
|
| |
|
|
|
| 67 |
|
|