IP Addressing Numericals Examples
IP Addressing Numericals Examples
56.89.1.2.5 - No 5 octets
10.065.34.56 – No 0 before decimal value
200.28.256.8- No 256 octet. One octet can not be more than 255.
2. Are these two IP addresses on the same network? Check subnet mask to determine same
network
1)10.10.10.1 255.0.0.0
10.10.20.16
2) 10.10.10.1 255.255.255.0
10.10.20.16
3) 172.16.200.1 255.255.0.0
172.16.165.2
4) 172.16.200.1 255.255.255.0
172.16.165.2
5) 10.10.36.1 255.255.0.0
10.10.13.1
6) 10.10.36.1 255.255.255.0
10.10.13.1
3. A host in Class C has an assigned IP address of 192.168.17.9 Find the number of addresses in
the block and first address and last address.
Class C subnet -255.255.255.0
Range- 192.168.17.1-192.168.17.254
4. A host in Class B has an assigned IP address of 185.28.17.9/16 Find the number of addresses
in the block and first address and last address.
Default subnet- 255.255.0.0
Network Range - 185.28.0.0-185.28.255.255
Total host- 2^16 host- 65536
Usable host- 185.28.1.0 – 185.28.255.254
5. An organization follows Class A for internal network. One of the host is 10.200.240.4/8
Find total number of addresses, network address, broadcast address and organization
network.
Network range- 10.0.0.0-10.255.255.255
Total host- 2^24 host-16,777216
Usable host -10.0.0.1 – 10.255.255.254
6. Example of Subnetting the Network:
IP Address assignment: Network 192.168.1.0/24
IP Address: 192.168.1.0
IP Address: 192.168.10.2
Network Address: 192.168.10.0
Usable Host IP Range: 192.168.10.1 - 192.168.10.254
Broadcast Address: 192.168.10.255
Total Number of Hosts: 256
Number of Usable Hosts: 254
Subnet Mask: 255.255.255.0
Binary Subnet Mask: 11111111.11111111.11111111.00000000
IP Class: C
CIDR Notation: /24
IP Type: Private
11. 192.168.10.0/28
12. 192.168.100.154/27
13. 216.21.5.0/27
IP Address: 216.21.5.0
Network Address: 216.21.5.0
Usable Host IP Range: 216.21.5.1 - 216.21.5.30
Broadcast Address: 216.21.5.31
Total Number of Hosts: 32
Number of Usable Hosts: 30
Subnet Mask: 255.255.255.224
Binary Subnet Mask: 11111111.11111111.11111111.11100000
IP Class: C
CIDR Notation: /27
IP Type: Public