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

TCPIP Chart - Updated

This document shows binary representations of IP address classes and subnet masks. It also contains a chart that maps the power of 2 to the corresponding number of subnets and hosts. Additionally, it lists the private IP address ranges for internal networks.

Uploaded by

Faique Memon
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)
287 views

TCPIP Chart - Updated

This document shows binary representations of IP address classes and subnet masks. It also contains a chart that maps the power of 2 to the corresponding number of subnets and hosts. Additionally, it lists the private IP address ranges for internal networks.

Uploaded by

Faique Memon
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

2 (X) -2 = Y 128 64 32 16 8 4 2 1

255.255.255.255 1 1 1 1 1 1 1 1
255.255.255.254 1 1 1 1 1 1 1 0
255.255.255.252 1 1 1 1 1 1 0 0
255.255.255.248 1 1 1 1 1 0 0 0
255.255.255.240 1 1 1 1 0 0 0 0
255.255.255.224 1 1 1 0 0 0 0 0
255.255.255.192 1 1 0 0 0 0 0 0
255.255.255.128 1 0 0 0 0 0 0 0
255.255.255.0 0 0 0 0 0 0 0 0

0 = HOSTS 1 = SUBNETS Will Panek’s Chart


X (Power) Subnets Hosts
2 x 2 = 4 -2 2
2 x 3 = 8 -2 6
2 x 4 = 16 -2 14
2 x 5 = 32 -2 30
2 x 6 = 64 -2 62
2 x 7 = 128 -2 126
2 x 8 = 256 -2 254
2 x 9 = 512 -2 510
2 x 10 = 1024 -2 1022
2 x 11 = 2048 -2 2046
2 x 12 = 4096 -2 4094
2 x 13 = 8192 -2 8190
2 x 14 = 16384 -2 16382
2 x 15 = 32768 -2 32766

Internal use only: 10.x.x.x 172.16.x.x 192.168.x.x


172.31.255.255

 1 - 126 Class "A"  255.0.0.0 16,777,214 Max Hosts


 128 - 191 Class "B"  255.255.0.0 65,534 Max Hosts
192 - 223 Class "C"  255.255.255.0 254 Max Hosts

127.0.0.0 - 127.255.255.254 = Loopback 169.254.xxx.xxx = APIPA (Automatic Private IP Addressing)

You might also like