0% found this document useful (0 votes)
231 views1 page

Class A Subnetting Chart

This document provides a chart summarizing subnetting for Class A, B and C IP addresses. It shows the subnet mask, wildcard mask, number of subnet bits borrowed, total possible subnets, total and usable hosts for each subnet class with varying subnet mask lengths (slash notation) from /8 to /31. Class A allows 24 bits for subnetting, Class B allows 16 bits, and Class C allows 8 bits. Shorter mask lengths (higher slash value) allow for more subnets but fewer hosts per subnet.

Uploaded by

Ramnesh Dubey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
231 views1 page

Class A Subnetting Chart

This document provides a chart summarizing subnetting for Class A, B and C IP addresses. It shows the subnet mask, wildcard mask, number of subnet bits borrowed, total possible subnets, total and usable hosts for each subnet class with varying subnet mask lengths (slash notation) from /8 to /31. Class A allows 24 bits for subnetting, Class B allows 16 bits, and Class C allows 8 bits. Shorter mask lengths (higher slash value) allow for more subnets but fewer hosts per subnet.

Uploaded by

Ramnesh Dubey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Subnetting Chart

Class A 24 bits used for subnetting.

Slash Format /8 /9 /10 /11 /12 /13 /14 /15


Mask 255.0.0.0 255.128.0.0 255.192.0.0 255.224.0.0 255.240.0.0 255.248.0.0 255.252.0.0 255.254.0.0
Wildcard Mask 0.255.255.255 0.127.255.255 0.63.255.255 0.31.255.255 0.15.255.255 0.7.255.255 0.3.255.255 0.1.255.255
Bits borrowed 0 1 2 3 4 5 6 7
Subnet Increment 256 128 64 32 16 8 4 2
Total Subnets 1 2 4 8 16 32 64 128
Total Hosts 16777216 8388608 4194304 2097152 1048576 524288 262144 131072
Usable Hosts 16777214 8388606 4194302 2097150 1048574 524286 262142 131070

Class B 16 bits used for subnetting.


Slash Format /16 /17 /18 /19 /20 /21 /22 /23
Mask 255.255.0.0 255.255.128.0 255.255.192.0 255.255.224.0 255.255.240.0 255.255.248.0 255.255.252.0 255.255.254.0
Wildcard Mask 0.0.255.255 0.0.127.255 0.0.63.255 0.0.31.255 0.0.15.255 0.0.7.255 0.0.3.255 0.0.1.255
Bits borrowed 0 1 2 3 4 5 6 7
Subnet Increment 256 128 64 32 16 8 4 2
Total Subnets 1 2 4 8 16 32 64 128
Total Hosts 65536 32768 16384 8192 4096 2048 1024 512
Usable Hosts 65534 32766 16382 8190 4094 2046 1022 510

Class C 8 bits used for subnetting.


Slash Format /24 /25 /26 /27 /28 /29 /30 /31
Mask 255.255.255.0 255.255.255.128 255.255.255.192 255.255.255.224 255.255.255.240 255.255.255.248 255.255.255.252 255.255.255.254
Wildcard Mask 0.0.0.255 0.0.0.127 0.0.0.63 0.0.0.31 0.0.0.15 0.0.0.7 0.0.0.3 0.0.0.1
Bits borrowed 0 1 2 3 4 5 6 7
Subnet Increment 256 128 64 32 16 8 4 2
Total Subnets 1 2 4 8 16 32 64 128
Total Hosts 256 128 64 32 16 8 4 2
Usable Hosts 254 126 62 30 14 6 2 0
NOTE: /32 or 255.255.255.255 (0.0.0.0) is considered a host route. (1 IP Address allowed)
Class A
Subnet Mask Subnet Bit Map (n=network;s=subnet;h=host) Subnet Bits Mask Bits Subnets Usable Hosts Usable

255.0.0.0.0 0nnnnnnn.hhhhhhhh.hhhhhhhh.hhhhhhhh 0 8 1 16777214


255.128.0.0 0nnnnnnn.shhhhhhh.hhhhhhhh.hhhhhhhh 1 9 2 8388606
255.192.0.0 0nnnnnnn.sshhhhhh.hhhhhhhh.hhhhhhhh 2 10 4 4194302
255.224.0.0 0nnnnnnn.ssshhhhh.hhhhhhhh.hhhhhhhh 3 11 8 2097150
255.240.0.0 0nnnnnnn.sssshhhh.hhhhhhhh.hhhhhhhh 4 12 16 1048574
255.248.0.0 0nnnnnnn.ssssshhh.hhhhhhhh.hhhhhhhh 5 13 32 524286
255.252.0.0 0nnnnnnn.sssssshh.hhhhhhhh.hhhhhhhh 6 14 64 262142
255.254.0.0 0nnnnnnn.sssssssh.hhhhhhhh.hhhhhhhh 7 15 128 131070

Class B
255.255.0.0 10nnnnnn.ssssssss.hhhhhhhh.hhhhhhhh 8 16 1 65534
255.255.128.0 10nnnnnn.ssssssss.shhhhhhh.hhhhhhhh 1 17 2 32766
255.255.192.0 10nnnnnn.ssssssss.sshhhhhh.hhhhhhhh 2 18 4 16382
255.255.224.0 10nnnnnn.ssssssss.ssshhhhh.hhhhhhhh 3 19 8 8190
255.255.240.0 10nnnnnn.ssssssss.sssshhhh.hhhhhhhh 4 20 16 4094
255.255.248.0 10nnnnnn.ssssssss.ssssshhh.hhhhhhhh 5 21 32 2046
255.255.252.0 10nnnnnn.ssssssss.sssssshh.hhhhhhhh 6 22 64 1022
255.255.254.0 10nnnnnn.ssssssss.sssssssh.hhhhhhhh 7 23 128 510

Class C
255.255.255.0 110nnnnn.ssssssss.ssssssss.hhhhhhhh 8 24 1 254
255.255.255.128 110nnnnn.ssssssss.ssssssss.shhhhhhh 1 25 2 126
255.255.255.192 110nnnnn.ssssssss.ssssssss.sshhhhhh 2 26 4 62
255.255.255.224 110nnnnn.ssssssss.ssssssss.ssshhhhh 3 27 8 30
255.255.255.240 110nnnnn.ssssssss.ssssssss.sssshhhh 4 28 16 14
255.255.255.248 110nnnnn.ssssssss.ssssssss.ssssshhh 5 29 32 6
255.255.255.252 110nnnnn.ssssssss.ssssssss.sssssshh 6 30 64 2
255.255.255.254 110nnnnn.ssssssss.ssssssss.sssssssh 7 31 128 0

You might also like