Everything About /16 Subnet Mask

The /16 subnet mask is a subnet mask commonly used for class A networks. It consists of IP addresses ranging from 10.0.0.0 to 10.255.255.255. /16 subnet mask is the default subnet mask for Class B networks.

The dotted decimal notation for a /16 subnet mask is 255.255.0.0, which is derived from the binary representation 11111111.11111111.00000000.00000000.

A /16 subnet mask divides a class A network into smaller networks (subnetworks); each subnetwork has a range of 65,536 IP addresses. The first IP address in this range is designated as the network address, and the last IP address serves as the broadcast IP address. Therefore, a /16 subnet mask provides 65,534 usable IP addresses in each subnet.

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 With a/16 Subnet Mask (Example)

Let’s consider subnetting the network 10.0.0.0/8, which is a class A network, with a /16 subnet mask. This will result in a range of 256 subnets, each with 65,536 IP addresses.

ALSO READ:  How To Power On Layer 3 Switch in Packet Tracer

First Subnet:

  • Network Address: 10.0.0.0
  • Usable IP Range: 10.0.0.1 to 10.0.255.254
  • Broadcast IP Address: 10.0.255.255

Second Subnet:

  • Network Address: 10.1.0.0
  • Usable IP Range: 10.1.0.1 to 10.1.255.254
  • Broadcast IP Address: 10.1.255.255
SubnetNetwork AddressIP RangeBroadcast Address
110.0.0.010.0.0.1 to 10.0.255.25410.0.255.255
210.1.0.010.1.0.1 to 10.1.255.25410.1.255.255
310.2.0.010.2.0.1 to 10.2.255.25410.2.255.255
410.3.0.010.3.0.1 to 10.3.255.25410.3.255.255
............
25310.253.0.010.253.0.1 to 10.253.255.25410.253.255.255
25410.254.0.010.254.0.1 to 10.254.255.25410.254.255.255
25610.255.0.010.255.0.1 to 10.255.255.25410.255.255.255

/16 Subnet Mask IP Range

For a /16 subnet mask, each subnet has a range of 65,536 IP addresses. The first IP address is the network ID, and the last IP address is the broadcast IP address. Hence, there are 65,534 usable IP addresses in each /16 subnet.

/16 Subnet Mask Dotted Decimal Notation

The dotted decimal notation for a /16 subnet mask is 255.255.0.0. This is achieved by setting the first 16 bits of the 32-bit IPv4 address to “1s” and the remaining 16 bits to “0s” and then converting from binary to decimal.

ALSO READ:  Everything About /17 Subnet Mask

dotted decimal notation for /16 subnet mask

How many hosts are in 16?

With a /16 subnet mask, each subnet can accommodate 65,534 hosts. The formula for calculating the number of hosts is 2^(number of host bits)-2.

For the /16 subnet mask, it is 2^16-2 = 65,534.

The two addresses subtracted are for network ID and broadcast IP addresses.

How many subnets are in 16?

For a /16 subnet mask, the number of subnets created is 2^8, resulting in 256 subnets.

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