[go: up one dir, main page]

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

Subnetting Cheat Sheet

This document provides information on IPv4 addressing including: - The five classes of IPv4 addresses (A, B, C, D, E) and their address ranges. - Private IPv4 address blocks including 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. - Special IPv4 addresses including loopback (127.0.0.0/8), link local (169.254.0.0/16), and multicast (224.0.0.0/4).
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)
334 views1 page

Subnetting Cheat Sheet

This document provides information on IPv4 addressing including: - The five classes of IPv4 addresses (A, B, C, D, E) and their address ranges. - Private IPv4 address blocks including 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. - Special IPv4 addresses including loopback (127.0.0.0/8), link local (169.254.0.0/16), and multicast (224.0.0.0/4).
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

Cheat Sheet Series

Classful IPv4 Addresses


Prefix Max
Class A 0.0.0.0 – 127.255.255.255
Length Slash Available
Class B 128.0.0.0 – 191.255.255.255
Notation Addresses Hosts Subnet
Class C 192.0.0.0 – 223.255.255.255
(CIDR) (Total IPs) (Usable IPs) Length Subnet Mask
Class D 224.0.0.0 – 239.255.255.255
/32 1 1 0 255.255.255.255 Class E 240.0.0.0 – 255.255.255.255
/31 2 0 1 255.255.255.254
/30 4 2 2 255.255.255.252 Private IPv4 Addresses
/29 8 6 3 255.255.255.248 10.0.0.0 – 10.255.255.255
/28 16 14 4 255.255.255.240 172.16.0.0 – 172.31.255.255
/27 32 30 5 255.255.255.224 192.168.0.0 – 192.168.255.255
/26 64 62 6 255.255.255.192
/25 128 126 7 255.255.255.128 Special IPv4 Addresses
/24 256 254 8 255.255.255.0 Local Host 127.0.0.0 – 127.255.255.255
/23 512 510 9 255.255.254.0 APIPA 169.254.0.0 – 169.254.255.255
/22 1024 1022 10 255.255.252.0
/21 2048 2046 11 255.255.248.0 Bogon IPv4 Addresses
/20 4096 4094 12 255.255.240.0 This network 0.0.0.0/8
/19 8192 8190 13 255.255.224.0 Private IPv4 Block 10.0.0.0/8
/18 16384 16382 14 255.255.192.0 Carrier-grade NAT 100.64.0.0/10

/17 32768 32766 15 255.255.128.0 Loopback 127.0.0.0/8


Name collision occurrence 127.0.53.53
/16 65536 65534 16 255.255.0.0
Link local 169.254.0.0/16
/15 131072 131070 17 255.254.0.0
Private IPv4 Block 172.16.0.0/12
/14 262144 262142 18 255.252.0.0
IETF Assignments 192.0.0.0/24
/13 524288 524286 19 255.248.0.0
TEST-NET-1 192.0.2.0/24
/12 1048576 1048574 20 255.240.0.0 Private IPv4 Block 192.168.0.0/16
/11 2097152 2097150 21 255.224.0.0 Benchmark testing 198.18.0.0/15
/10 4194304 4194302 22 255.192.0.0 TEST-NET-2 198.51.100.0/24
/9 8388608 8388606 23 255.128.0.0 TEST-NET-3 203.0.113.0/24
/8 16777216 16777214 24 255.0.0.0 Multicast 224.0.0.0/4
/7 33554432 33554430 25 254.0.0.0 Reserved 240.0.0.0/4
Limited broadcast 255.255.255.255/32
/6 67108864 67108862 26 252.0.0.0
/5 134217728 134217726 27 248.0.0.0
Creating a subnet by dividing the host identifier
/4 268435456 268435454 28 240.0.0.0
Before Subnetting Network Identifier Host Identifier
/3 536870912 536870910 29 224.0.0.0
/2 1073741824 1073741822 30 192.0.0.0
/1 2147483648 2147483646 31 128.0.0.0
/0 4294967296 4294967294 32 0.0.0.0 After Subnetting Network Identifier Subnet Identifier Host Identifier

You might also like