Subnetting Questions 28
Enter the first valid host on the network 10.209.0.0 with the subnet mask 255.255.0.0:
Solution
Hence, the IP Address starts from 10 it indicates it is a Class A Address. By default, in Class A address 8 bits are reserved for the network and 24 bits are reserved for the host.
The Subnet Mask is 255.255.0.0, means we have to borrow another 8 bits from the second octet.
11111111 . 11111111 . 00000000 . 00000000
(27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . 0 . 0
255.255.0.0
Let’s count the number of subnets
2n (Here, n indicates the total number of network bits borrowed)
28 = 256 Subnets are available.
Let’s count the number of IP Address on each network
2n (Here, n indicates the total number of host bits)
216 = 65536 IP Address is available on each network
List of top 5 subnets (Network)
Network ID | First host | Last host | Subnet mask | Broadcast ID |
10.209.0.0 | 10.209.0.1 | 10.209.255.254 | 255.255.0.0 | 10.209.255.255 |
10.210.0.0 | 10.210.0.1 | 10.210.255.254 | 255.255.0.0 | 10.210.255.255 |
10.211.0.0 | 10.211.0.1 | 10.211.255.254 | 255.255.0.0 | 10.211.255.255 |
10.212.0.0 | 10.212.0.1 | 10.212.255.254 | 255.255.0.0 | 10.212.255.255 |
Hence the IP Address 10.209.0.0 falls under the first network. Its first host is 10.209.0.1