A brief introduction to Subnetting – IPv4

<< Click to Display Table of Contents >>

Navigation:  IMS version 21.9 > IMS Basics - User Guide  > IP Management >

A brief introduction to Subnetting – IPv4

Subnetting refers to the subdividing of a network into logical groups often done for efficiency by reducing congestion and security by using access control methods. A subnetwork is more localised and compact than a main network.

The table below shows different subnet possibilities for a Class C IP network. There are other Classes of networks, but for the purposes of illustration the following highlights Class C.

There is always a trade off between the network address size (number of subnetworks possible) and the number of hosts within that subnetwork

 

 

Total # Addresses

Max # Hosts

Netmask

Reduction or Increase of Class C Hosts

# of possible subnets

/30

4

2

255.255.255.252

1/64

64

/29

8

6

255.255.255.248

1/32

32

/28

16

14

255.255.255.240

1/16

16

/27

32

30

255.255.255.224

1/8

8

/26

64

62

255.255.255.192

1/4

4

/25

128

126

255.255.255.128

1/2

2

/24

256

254

255.255.255.0

1:1

1 network

/23

512

510

255.255.254.0

X 2

 

/22

1024

1022

255.255.252.0

X 4

 

/21

2048

2046

255.255.248.0

X 8

 

/20

4096

4094

255.255.240.0

X 16

 

/19

8192

8190

255.255.224.0

X 32

 

/18

16384

16382

255.255.192.0

X 64

 

/17

32768

32766

255.255.128.0

X 128

 

/16

65536

65534

255.255.0.0

X 256

 

 

Example IP address of 192.168.1.0/26 (Parent)

From the table above we know that our network portion of the parent IP address is 192.168.1.0.

The /26 provides:

Subnets: 4

IP addresses: 64 for each subnet group, of which 62 can be assigned to host devices (logical of physical), as the first and last IP number of each subnet group is for network number and broadcast identifiers.

 

Network #

IP # Range

Broadcast #

.0

.1 - .62

.63

.64

.65 - .126

.127

.128

.129 - .190

.191

.192

.193 - .254

.255