Everything About /20 Subnet Mask

The /20 subnet mask is the subnet mask with dotted decimal notation of 255.255.240.0 and the wildcard mask of 0.0.15.255.

/20 subnet mask divides larger networks like class A and class B networks into smaller networks (subnetworks). Each of these subnetworks has a range of 4096 IP addresses. The first IP address in this range is the network ID, and the last IP address is the broadcast IP address. Hence, there are 4094 usable IP addresses in a /20 subnet mask.

A /20 subnet mask can be subnetted further with a /21 subnet mask, a /22 subnet mask, a /23 subnet mask, and other higher prefix lengths that we discussed earlier.

Related Contents
/16 subnet maskEverything About /24 Subnet Mask
Everything About /17 Subnet Mask/25 Subnet Mask
Everything About /18 Subnet Mask/26 Subnet Mask
Everything About /19 Subnet Mask/27 Subnet Mask
Everything About /20 Subnet Mask/30 Subnet Mask
/21 Subnet Mask | /21 IP Range/31 Subnet Mask
/22 Subnet Mask/32 Subnet Mask
/23 Subnet Mask/28 Subnet Mask
/29 Subnet Mask

Subnetting Example with /20 Subnet Mask

When subnetting a network with a /20 subnet mask, you have a total of 4096 IP addresses in each subnet. Here’s an example of how you can subnet the network 192.168.0.0/16 (a class B network) with a /20 subnet mask:

ALSO READ:  Everything About /16 Subnet Mask

Network Address for the First Subnet: 192.168.0.0

Usable IP Range for the First Subnet: 192.168.0.1 to 192.168.15.254

Broadcast IP Address for the First Subnet: 192.168.15.255

Network Address for the Second Subnet: 192.168.16.0

Usable IP Range for the Second Subnet: 192.168.16.1 to 192.168.31.254

Broadcast IP Address for the Second Subnet: 192.168.31.255

Here is a table of a network subnetted with /20 subnet mask;

SubnetNetwork AddressUsable IP RangeBroadcast Address
1192.168.0.0192.168.0.1 to 192.168.15.254192.168.15.255
2192.168.16.0192.168.16.1 to 192.168.31.254192.168.31.255
3192.168.32.0192.168.32.1 to 192.168.47.254192.168.47.255
4192.168.48.0192.168.48.1 to 192.168.63.254192.168.63.255
5192.168.64.0192.168.64.1 to 192.168.79.254192.168.79.255
6192.168.80.0192.168.80.1 to 192.168.95.254192.168.95.255
7192.168.96.0192.168.96.1 to 192.168.111.254192.168.111.255
8192.168.112.0192.168.112.1 to 192.168.127.254192.168.127.255
9192.168.128.0192.168.128.1 to 192.168.143.254192.168.143.255
10192.168.144.0192.168.144.1 to 192.168.159.254192.168.159.255
11192.168.160.0192.168.160.1 to 192.168.175.254192.168.175.255
12192.168.176.0192.168.176.1 to 192.168.191.254192.168.191.255
13192.168.192.0192.168.192.1 to 192.168.207.254192.168.207.255
14192.168.208.0192.168.208.1 to 192.168.223.254192.168.223.255
15192.168.224.0192.168.224.1 to 192.168.239.254192.168.239.255
16192.168.240.0192.168.240.1 to 192.168.255.254192.168.255.255

/20 Subnet Mask Usable IP Address:

For a /20 subnet mask, there is a range of 4096 IP addresses. The first IP address in this range is the network ID, and the last IP address is the broadcast IP address. Therefore, there are 4094 usable IP addresses in a /20 subnet mask.

ALSO READ:  /22 Subnet Mask

/20 Subnet Mask Dotted Decimal Notation

The dotted decimal notation for the /20 subnet mask is 255.255.240.0. This is gotten by setting the first 20 bits of the 32-bit IPv4 address to ‘1s’, setting the remaining 12 bits to ‘0s’, and then converting from binary to decimal.

Dotted decimal notation for /20 subnet mask

 

Subnetting Class B Network with /20 Subnet Mask

To subnet a class B network with a /20 subnet mask, we need to borrow 4 bits from the host bits to obtain the binary representation of a /20 subnet mask, which is 11111111.11111111.11110000.00000000. This is derived from the binary representation of the subnet mask for class B networks, which is 11111111.11111111.00000000.00000000.

subnetting class B networks with /20 subnet mask

The formula for calculating the number of subnets is 2^(number of borrowed bits).

Hence, it would be 2^4 = 16 subnets.

Remember, two subnets are reserved for specific functions according to RFC guidelines. Therefore, the usable number of subnets will be 16 minus 2 = 14.

Subnetting Class A Network with /20 Subnet Mask

To subnet a class A network with a /20 subnet mask, we need to borrow 12 bits from the host bits to obtain the binary representation of a /20 subnet mask, which is 11111111.11111111.11110000.00000000. This is derived from the binary representation of the subnet mask for class A networks, which is 11111111.00000000.00000000.00000000.

subnetting class A network with /20 subnet mask

The formula for calculating the number of subnets is 2^(number of borrowed bits).

In this case, it would be 2^12 = 4096 subnets.

Remember, two subnets are reserved for specific functions according to RFC guidelines. Therefore, the usable number of subnets will be 4096 minus 2 = 4094.

ALSO READ:  How To Power On Layer 3 Switch in Packet Tracer
Related Contents
/16 subnet maskEverything About /24 Subnet Mask
Everything About /17 Subnet Mask/25 Subnet Mask
Everything About /18 Subnet Mask/26 Subnet Mask
Everything About /19 Subnet Mask/27 Subnet Mask
Everything About /20 Subnet Mask/30 Subnet Mask
/21 Subnet Mask | /21 IP Range/31 Subnet Mask
/22 Subnet Mask/32 Subnet Mask
/23 Subnet Mask/28 Subnet Mask
/29 Subnet Mask

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top