0% found this document useful (0 votes)
28 views

Subnetting Class B IP Add

The document discusses IP subnetting exercises for a Class B network starting at 172.16.0.0 using a subnet mask of 255.255.240.0. This allows for 16 subnets with up to 4096 hosts each, and an addressing scheme is provided that lists the network address, first valid host, last valid host, and broadcast address for each of the 16 subnets.

Uploaded by

Keenly Pasion
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Subnetting Class B IP Add

The document discusses IP subnetting exercises for a Class B network starting at 172.16.0.0 using a subnet mask of 255.255.240.0. This allows for 16 subnets with up to 4096 hosts each, and an addressing scheme is provided that lists the network address, first valid host, last valid host, and broadcast address for each of the 16 subnets.

Uploaded by

Keenly Pasion
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

KEENLY Y.

PASION
MIT 252
Advanced Computer Networks and System Administration

IP Subnetting Exercises
Class Type B
Starting Address 172.16.0.0
Subnet Mask 255.255.240.0
SOLUTION
240.0 = 11110000.00000000
No of subnets = 2Masked Bits = 24 = 16
No of hosts/per subnet (VALID) = 2Unmasket Bits – 2 = 212 – 2 = 4,096 – 2 = 4,094
Block size = No of Hosts = 212 = 4096
ADDRESSING SCHEME
Subnet 0 Subnet 1 Subnet 2 Subnet 3 Subnet 4
Network Address 172.16.0.0 172.16.16.0 172.16.32.0 172.16.48.0 172.16.64.0
First Valid Host Address 172.16.0.1 172.16.16.1 172.16.32.1 172.16.48.1 172.16.64.1
Last Valid Host Address 172.16.15.254 172.16.31.254 172.16.47.254 172.16.63.254 172.16.79.254
Broadcast Address 172.16.15.255 172.16.31.255 172.16.47.255 172.16.63.255 172.16.79.255
Subnet 5 Subnet 6 Subnet 7 Subnet 8 Subnet 9
Network Address 172.16.80.0 172.16.96.0 172.16.112.0 172.16.128.0 172.16.144.0
First Valid Host Address 172.16.80.1 172.16.96.1 172.16.112.1 172.16.128.1 172.16.144.1
Last Valid Host Address 172.16.95.254 172.16.111.254 172.16.127.254 172.16.143.254 172.16.159.254
Broadcast Address 172.16.95.255 172.16.111.255 172.16.127.255 172.16.143.255 172.16.159.255
Subnet 10 Subnet 11 Subnet 12 Subnet 13 Subnet 14
Network Address 172.16.160.0 172.16.176.0 172.16.192.0 172.16.208.0 172.16.224.0
First Valid Host Address 172.16.160.1 172.16.176.1 172.16.192.1 172.16.208.1 172.16.224.1
Last Valid Host Address 172.16.175.254 172.16.191.254 172.16.207.254 172.16.223.254 172.16.239.254
Broadcast Address 172.16.175.255 172.16.191.255 172.16.207.255 172.16.223.255 172.16.239.255
Subnet 15
Network Address 172.16.240.0
First Valid Host Address 172.16.240.1
Last Valid Host Address 172.16.255.254
Broadcast Address 172.16.255.255

You might also like