PRACTICAL 5 Subnetting 3
PRACTICAL 5 Subnetting 3
So,
200.1.2.00000000 = 200.1.2.0
200.1.2.10000000 = 200.1.2.128
For 1st Subnet-
So,
200.1.2.00000000 = 200.1.2.0
200.1.2.01000000 = 200.1.2.64
200.1.2.10000000 = 200.1.2.128
200.1.2.11000000 = 200.1.2.192
For 1st Subnet-
IP Address of the subnet = 200.1.2.0
Total number of IP Addresses = 26 = 64
Total number of hosts that can be configured = 64 – 2 = 62
Range of IP Addresses = [200.1.2.00000000, 200.1.2.00111111] = [200.1.2.0, 200.1.2.63]
Direct Broadcast Address = 200.1.2.00111111 = 200.1.2.63
Limited Broadcast Address = 255.255.255.255
For 2nd Subnet-
IP Address of the subnet = 200.1.2.64
Total number of IP Addresses = 26 = 64
Total number of hosts that can be configured = 64 – 2 = 62
Range of IP Addresses = [200.1.2.01000000, 200.1.2.01111111] = [200.1.2.64, 200.1.2.127]
Direct Broadcast Address = 200.1.2.01111111 = 200.1.2.127
Limited Broadcast Address = 255.255.255.255
For 3rd Subnet-
IP Address of the subnet = 200.1.2.128
Total number of IP Addresses = 26 = 64
Total number of hosts that can be configured = 64 – 2 = 62
Range of IP Addresses = [200.1.2.10000000, 200.1.2.10111111] = [200.1.2.128, 200.1.2.191]
Direct Broadcast Address = 200.1.2.10111111 = 200.1.2.191
Limited Broadcast Address = 255.255.255.255
For 4th Subnet-
IP Address of the subnet = 200.1.2.192
Total number of IP Addresses = 26 = 64
Total number of hosts that can be configured = 64 – 2 = 62
Range of IP Addresses = [200.1.2.11000000, 200.1.2.11111111] = [200.1.2.192, 200.1.2.255]
Direct Broadcast Address = 200.1.2.11111111 = 200.1.2.255
Limited Broadcast Address = 255.255.255.255
Example
Consider-
200.1.2.0
200.1.2.128
200.1.2.192
For 1st Subnet-
IP Address of the subnet = 200.1.2.0
Total number of IP Addresses = 27 = 128
Total number of hosts that can be configured = 128 – 2 = 126
Range of IP Addresses = [200.1.2.00000000, 200.1.2.01111111] = [200.1.2.0, 200.1.2.127]
Direct Broadcast Address = 200.1.2.01111111 = 200.1.2.127
Limited Broadcast Address = 255.255.255.255
For 2nd Subnet-
IP Address of the subnet = 200.1.2.128
Total number of IP Addresses = 26 = 64
Total number of hosts that can be configured = 64 – 2 = 62
Range of IP Addresses = [200.1.2.10000000, 200.1.2.10111111] = [200.1.2.128, 200.1.2.191]
Direct Broadcast Address = 200.1.2.10111111 = 200.1.2.191
Limited Broadcast Address = 255.255.255.255
For 3rd Subnet-