Subnet Example
Subnet Example
192.168.1.0-255
Mask:
255.255.255.0
Default Mask
Default CIDR
New Mask:
255.255.255.192
New CIDR:
/26
Divider:
64
62
Broadcast
1 192.168.1.0
2 192.168.1.64
192.168.1.1
192.168.1.64
192.168.1.62
192.168.1.126
192.168.1.63
192.168.1.127
s
u
3 192.168.1.128
192.168.1.128
192.168.1.190
192.168.1.191
4 192.168.1.192
192.168.1.192
192.168.1.254
192.168.1.255
5 Cant go past 255, value is 256 when divider is added to 192, subtract 1,
6 gives you last Host address broadcast octet.
e
t
8
9
10
11
12
b
n
13
14
15
16
17
18
19
u
b
20
21
22
e
t
23
24
25
First determine your IP Class. Then determine the DEFAULT subnet mask. For every borrowed bit, you add the Binary bit value,
and this determines your new Subnet mask value. The ending octet you borrow from is where you begin sub netting your network.
Borrowed Bits + Default Subnet Mask Bits = CIDR Value.
Example:
11111111
11111111
11000000
Mask
255
255
192
CIDR Value:
/18
00000000
0