0% found this document useful (1 vote)
193 views

CIDR Conversion Table

This document discusses how to calculate the network increment and number of hosts for a subnet using Classless Inter-Domain Routing (CIDR) notation and subnet masks. It shows the subnet mask, network increment, and number of hosts supported for CIDR prefix lengths between 1-32. An example problem demonstrates how to determine if two IP addresses are in the same subnet using a given CIDR prefix length and subnet mask.

Uploaded by

Robert Daegele
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
193 views

CIDR Conversion Table

This document discusses how to calculate the network increment and number of hosts for a subnet using Classless Inter-Domain Routing (CIDR) notation and subnet masks. It shows the subnet mask, network increment, and number of hosts supported for CIDR prefix lengths between 1-32. An example problem demonstrates how to determine if two IP addresses are in the same subnet using a given CIDR prefix length and subnet mask.

Uploaded by

Robert Daegele
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 4

Network Increment = 256 - SUBNET MASK

CIDR
Notation

Subnet
Mask

# of Hosts

B B M M M M M M M M M M K K K K K K K K K K
Class C # of Nets

255.255.255.255
Network Increment = 256 - SUBNET MASK
CIDR
Notation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

Subnet
Mask 128 192 224 240 248 252 254 255 128 192 224 240 248 252 254 255 128 192 224 240 248 252 254 255 128 192 224 240 248 252 254 255

# of Hosts 2 1 512 256 128 64 32 16 8 4 2 1 512 256 128 64 32 16 8 4 2 1 512 256 128 64 32 16 8 4 2 1

B B M M M M M M M M M M K K K K K K K K K K 15 32 64 128 256
Class C # of Nets

255.255.255.255
Network Increment = 256 - SUBNET MASK
CIDR
Notation 1
### 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
###
Subnet
Mask
###
###
###

###
###
###

###
###
###
64
32
16

64
32
16

64
32
16
2
1

8
4
2
1

8
4
2
1

8
4
2
1
# of Hosts

128
256
16
32
64
B B M M M M M M M M M M K K K K K K K K K K Class C # of Nets

255.255.255.255
256 - SUBNET MASK = Network Increment
CIDR Notation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

Subnet Mask 128 192 224 240 248 252 254 255 128 192 224 240 248 252 254 255 128 192 224 240 248 252 254 255 128 192 224 240 248 252 254 255

255.255.255.255
# of Hosts 2 1 512 256 128 64 32 16 8 4 2 1 512 256 128 64 32 16 8 4 2 1 512 256 128 64 32 16 8 4 2 1
(-2 for broadcast B B M M M M M M M M M M K K K K K K K K K K
& Network ID)

Sample Problem: Are 192.168.52.8 and 192.168.76.3 in the sane subnet if the CIDR is /19?
* Subtract 224 from 256 which equals 32
* Subnets are therefore 0-31, 32-63, 64-95, etc which means: "NO", 192.168.52.8 and 192.168.76.3 are not in the same subnet

You might also like