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

IP Addressing Cheat Sheet: by Via

This document provides a cheat sheet on IP addressing concepts including address classes, ranges, subnet masks, and formulas. It defines the network and host bits for classes A, B, and C and lists their address ranges and number of possible hosts. Private IP ranges and reserved classes D and E are also outlined. A power of 2 table, bit value mask chart, and formulas for calculating blocks, subnets and hosts per subnet are presented.
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)
32 views

IP Addressing Cheat Sheet: by Via

This document provides a cheat sheet on IP addressing concepts including address classes, ranges, subnet masks, and formulas. It defines the network and host bits for classes A, B, and C and lists their address ranges and number of possible hosts. Private IP ranges and reserved classes D and E are also outlined. A power of 2 table, bit value mask chart, and formulas for calculating blocks, subnets and hosts per subnet are presented.
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/ 2

IP Addressing Cheat Sheet

by Goldil0cks (adeason) via cheatography.com/20845/cs/3900/

ADDRESS CLASS: A, B, C

Class: A B C

Range 0-127 128-191 192-223

N/H N.H.H.H N.N.H.H N.N.N.H

Network Bits Nx8 = 8 Nx8 = 16 Nx8 = 24

Host Bits Hx8 = 24 Hx8 = 16 Hx8 = 8

# Addresses 16,777,210 66,536 256

Private Range 10.0.0.0 - 10.255.25​5.255 172.16.0.0 - 172.31.25​5.255 192.16​8.0.0 - 192.16​8.2​55.255

Subnet Mask 255.0.0.0 255.25​5.0.0 255.25​5.255.0

ADDRESS CLASS: D & E

CLASS RANGE NOTE

D 224 - 239 reserved for multic​asting

E 240 - 255 reserved for research & develo​pment

Power of 2 table

2^0 1 2^8 256

2^1 2 2^9 512

2^2 4 2^10 1,024

2^3 8 2^11 2,048

2^4 16 2^12 4,096

2^5 32 2^13 8,192

2^6 64 2^14 16,384

2^7 128 2^15 32,768

BIT, VALUE, MASK

BIT VALUE N-BITS / H-BITS MASK

1 128 1/7 10000000

2 192 2/6 11000000

3 224 3/6 11100000

4 240 4/4 11110000

5 248 5/3 11111000

6 252 6/2 11111100

7 254 7/1 11111110

8 255 8/0 11111111

By Goldil0cks (adeason) Published 14th April, 2015. Sponsored by CrosswordCheats.com


cheatography.com/adeason/ Last updated 14th April, 2015. Learn to solve cryptic crosswords!
Page 1 of 2. http://crosswordcheats.com
IP Addressing Cheat Sheet
by Goldil0cks (adeason) via cheatography.com/20845/cs/3900/

SOME FORMULAS

# BLOCKS FOR LARGE #s 2^H / 256 = # BLOCKS

NUMBER OF SUBNETS = 2^n ( n = Number of borrowed bits from host)

NUMBER HOSTS PER SUBNET = (2^h - 2) ( h = Number of Host bits)

Hosts have always been with the "​-2" part. Because the network address and broadcast address have always been unusable for hosts.

By Goldil0cks (adeason) Published 14th April, 2015. Sponsored by CrosswordCheats.com


cheatography.com/adeason/ Last updated 14th April, 2015. Learn to solve cryptic crosswords!
Page 2 of 2. http://crosswordcheats.com

You might also like