How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14

This calculator returns a variety of information regarding Internet Protocol version 4 (IPv4) and IPv6 subnets including possible network addresses, usable host ranges, subnet mask, and IP class, among others.

IPv4 Subnet Calculator

Network ClassSubnetIP Address

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14


IPv6 Subnet Calculator

Prefix Length:IP Address:

RelatedBandwidth Calculator | Binary Calculator

A subnet is a division of an IP network (internet protocol suite), where an IP network is a set of communications protocols used on the Internet and other similar networks. It is commonly known as TCP/IP (Transmission Control Protocol/Internet Protocol).

The act of dividing a network into at least two separate networks is called subnetting, and routers are devices that allow traffic exchange between subnetworks, serving as a physical boundary. IPv4 is the most common network addressing architecture used, though the use of IPv6 has been growing since 2006.

An IP address is comprised of a network number (routing prefix) and a rest field (host identifier). A rest field is an identifier that is specific to a given host or network interface. A routing prefix is often expressed using Classless Inter-Domain Routing (CIDR) notation for both IPv4 and IPv6. CIDR is a method used to create unique identifiers for networks, as well as individual devices. For IPv4, networks can also be characterized using a subnet mask, which is sometimes expressed in dot-decimal notation, as shown in the "Subnet" field in the calculator. All hosts on a subnetwork have the same network prefix, unlike the host identifier, which is a unique local identification. In IPv4, these subnet masks are used to differentiate the network number and host identifier. In IPv6, the network prefix performs a similar function as the subnet mask in IPv4, with the prefix length representing the number of bits in the address.

Prior to the introduction of CIDR, IPv4 network prefixes could be directly obtained from the IP address based on the class (A, B, or C, which vary based on the range of IP addresses they include) of the address and the network mask. Since the introduction of CIDRs, however, assigning an IP address to a network interface requires both an address and its network mask.

About IPv4 Subnet Calculator

Enter IP address and netmask (decimal separated by dots (e.g. 255.255.255.0), CIDR (e.g. 29) or a Cisco wildcard (e.g. 0.0.0.31) and the IPv4 subnet calculator will calculate the broadcast, network, Cisco wildcard mask, host range and quantity of hosts. Online and for free. The wildcard is the inverse netmask used for access control lists (ACL's) in Cisco routers.
This free online IPv4 subnet calculator also can be used as a teaching tool and presents the subnetting results as easy-to-understand binary values.
We can see two things: all host bits are zeroes in a network address, in a broadcast address they are all set. First bits determine the class of your network from A to E. A, B and C are commonly used. Each class has a range of valid IP addresses.
Address Range of Class A - 1.0.0.1 to 126.255.255.254 (supports 16 million hosts on each of 127 networks).
Class B - 128.1.0.1 to 191.255.255.254 (65,000 hosts on each of 16,000 networks).
Class C - 192.0.1.1 to 223.255.254.254 (254 hosts on each of 2 million networks).
Class D - 224.0.0.0 to 239.255.255.255 (address range reserved for multicast groups).
Class E - 240.0.0.0 to 254.255.255.254 (reserved for future use, research and development purposes).

In this Complete Networking Training Series, we saw in detail about LAN Vs WAN Vs MAN in our previous tutorial.

In this tutorial, we will learn and explore the need for IP addressing in a computer networking system.

IP addressing is used to recognize the host of a network and uniquely identify a particular device of the Network.

Whereas subnetting is used in combination with IP addressing to develop several logical addressing that exists within a single network.

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14

We will see the different classes of a Network along with their roles and significance in computer networking. In our daily life, we human beings identify each other with our names, similarly, the routers and switches recognize their neighboring device and network with an IP address and a subnet mask.

What You Will Learn:

  • Understanding IP Addressing
  • Network Classes and Subnet Mask
  • Subnetting
  • What Is IP Subnet Calculator?
    • Why Is IP Calculator Needed?
  • Conclusion
    • Recommended Reading

Understanding IP Addressing

The overall phenomenon of logical addressing works on the Layer-3 of the OSI reference model and the network components like routers and switches are the host devices that are most popularly used.

An IP Address is a 32-bit logical address that distinctively classifies a host of the network. The host can be a computer, Mobile handset or even a tablet. The 32 bits binary IP address is made up of two distinctive parts i.e. The Network address and the Host address.

It also has 4 octets as each octet is having 8 bits. This octet is converted into decimal and is separated by a format i.e. dot. Thus it is represented in a dotted-decimal format. The range of an octet in binary is from 00000000 to 11111111 and in decimal from 0 to 255.

Example of an IP Address format:

192.168.1.64 (in decimal)

11000000.10101000.00000001.01000000 (in binary).

The binary one is difficult to memorize thus, in general, the dotted decimal format is used worldwide for representation of the logical addressing.

Let’s understand in detail how the binary octet values are converted into decimal values:

There are 8 bits and each bit has the value of 2 to the power n (2^n). The rightmost have the value 2^0 and left most have the value 2^7.

So the value of each bit is as follows:

2^7 2^6 2^5 2^4 2^3 2^2 2^1 2^0 (^ denotes the power)

Thus the result would be:

128+ 64+ 32+ 16+ 8+ 4+ 2+ 1

When all the bits are 1 then the values come out to be 255 (128+64+32+16+8+4+2+1= 255).

Suppose all the bits of an octet is not 1. Then see how we can calculate the IP address:

1 0 0 1 0 0 0 1, 128+0+0+16+0+0+0+1= 145.

By combining the bits of the octets in different combinations according to the need, we can derive the overall IP address of the desired network. As per the requirement, these are divided into various classes of a network called as class A, class B, class C, class D, and class E.

Most popularly class A, B and C are used for commercial purposes and class D and E have reserved rights.

Network Classes and Subnet Mask

The organization which governs the internet has divided the IP addresses into different classes of the network.

Each class is identified by its subnet mask. By the categorization of a default subnet mask, we can easily identify the class of an IP address of the network. The first octet of an IP address identifies the particular class of an IP address.

The classification is shown with the help of the below table and figure.

ClassIst octet Decimal RangeNetwork/Host ID
Default subnet mask
A1 to 126
N.H.H.H
255.0.0.0
B128 to 191N.N.H.H255.255.0.0C192 to 223N.N.N.H
255.255.255.0D224 to 239Reserved for MulticastingE240 to 254Experimental

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14

  • The class ‘A’ Address ranging from 127.0.0.0 to 127.255.255.255 cannot be used and is reserved for loopback and diagnostic functions. The numbers of hosts which can be connected to this network are greater than 65536 hosts.
  • The number of hosts connected within the class B networks is from 256 to 65534 hosts.
  • The number of hosts connected within the class C network is less than 254 hosts. Therefore the class C network mask is perfect for the minor networks which are known as subnetworks. We utilize the bits from the last octet of class C for constructing mask. Thus we need to rearrange and optimize the subnet depending upon the availability of the bits.

Below table will show the masks that can be drawn on with Class C networks.

Subnet Mask
Last octet binary Value
No. of hosts connected
255.255.255.128
10000000
126
255.255.255.192
11000000
62
255.255.255.224
11100000
30255.255.255.240
11110000
14
255.255.255.24811111000
6
255.255.255.25211111100
2

We have studied about the network class and subnet mask phenomenon of computer networking. Now let’s see how the mask will help us to classify the network ID and host ID part of an IP address.

Let us assume the case of a class A IP address:

For Example, take a pair of IP address and subnet mask 10.20.12.2 255.0.0.0

#1) Convert this Combination into a binary value:

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14

#2) The bits corresponding to the subnet mask with all 1’s represent the network ID as it is a class A network and the first octet represents the network ID. The bits corresponding to all 0’s of the subnet mask is the host ID. Thus the network ID is 10 and the host ID is 20.12.2

#3) From the given subnet, we can also calculate the IP range of a particular network. If the IP is 10.68.37.128 (assuming class A case)

Subnet mask: 255.255.255.224
IP range =256-224= 32.
Out of 32 IP’s, ideally one is used for the gateway, second is for the network IP and the third is for broadcast IP.
Thus total usable IP’s are 32-3= 29 IP’s.

The IP range will be 10.68.27.129 to 10.68.27.158.

Subnetting

Subnetting allows us to create various sub-networks or logical networks within one network of a particular class of the network. Without subnetting, it is almost unrealistic to create big networks.

For constructing a big networking system, every link must have a unique IP address with every device on that linked network which is being the participant of that network.

With the help of a subnetting technique, we can split the large networks of a particular class (A, B or C) into smaller subnetworks for inter-connection between each node which are situated at different locations.

Each node on the network would have a distinctive IP and subnet mask IP. Any switch, router or gateway that connects n networks has n unique Network ID and one subnet mask for each of the network it interconnects with.

The formulae of subnetting is as follows:

2^n >= requirement.

The formulae of a number of hosts per subnet is as follows:

2^n -2

Now let’s understand the overall process with the help of an Example:

We have taken an example of Class C network ID with a default subnet mask.

Suppose Network ID/IP address is: 192.168.1.0

Default Subnet mask: 255.255.255.0 (in decimal)

Default Subnet mask: 11111111.11111111.11111111.00000000 (in binary)

Thus the number of bits are 8+8+8+0= 24 bits. As mentioned earlier, for subnetting in class C network, we will borrow bits from the host portion of the subnet mask.

Therefore, to customize the subnet as per requirement:

We take a subnet mask of 255.255.255.248 (in decimal)

11111111.11111111.11111111.11111000 (in binary).

From the above binary notation, we can see that the last 3 bits of the last octet can be used for host ID addressing purpose.

Thus the number of subnets= 2^n = 2^3= 8 subnets (n=3).

Number of hosts per subnet= 2^n -2= 2^3 -2= 8-2= 6 Subnets i.e. usable Host IP.

Now the IP addressing scheme is as follows:

Network IPFirst Usable IPLast Usable IP
Broadcast IP
192.168.1.0192.168.1.1192.168.1.6192.168.1.7192.168.1.8192.168.1.9192.168.1.14192.168.1.15192.168.1.16192.168.1.17192.168.1.22192.168.1.23192.168.1.24192.168.1.25192.168.1.30192.168.1.31192.168.1.32
192.168.1.33192.168.1.38192.168.1.39192.168.1.40192.168.1.41192.168.1.46192.168.1.47192.168.1.48192.168.1.49192.168.1.54192.168.1.55192.168.1.56192.168.1.57
192.168.1.62192.168.1.63

The subnet mask for all the above IP’s in the table is common i.e. 255.255.255.248.

With the help of the above example, we can clearly see, how subnetting helps us to construct inter-networking between various links and nodes of the same subnetwork. All these above IP’s can be used for inter-networking the devices within the overall network.

Note: Subnet mask is most widely used everywhere in a computer networking system. Hence, there is one more method to represent the subnet mask of a particular network which is chosen and standardized as it is easy to denote and memorize.

Subnet mask– 255.255.255.248 (binary)

11111111.11111111.11111111.11111000 (decimal notation)

From the decimal notation we can calculate the number of bits having 1 in each octet:

8+8+8+5= 29

Thus the Subnet mask can be denoted as /29.

With Network ID it can be denoted as 192.168.1.9/29.

From the above notation, anyone who knows the standard notation and formulae of subnetting can understand that the IP is using a subnet mask of 255.255.255.248 or /29.

The different Subnetting scheme in binary and decimal notation is shown below:

Subnet MaskNotation in decimalNotation in BinaryNumber of Usable IP
/24255.255.255.011111111.11111111.11111111.00000000254/25255.255.255.12811111111.11111111.11111111.10000000126/26255.255.255.19211111111.11111111.11111111.1100000062/27255.255.255.22411111111.11111111.11111111.1110000030/28255.255.255.240
11111111.11111111.11111111.1111000014
/29255.255.255.24811111111.11111111.11111111.111110006
/30255.255.255.25211111111.11111111.11111111.111111002

The ‘/’ notation method of the subnet mask is most widely used as it is easy to memorize and the binary notation and decimal are very lengthy in size.

As we are denoting the mask scheme while interconnecting the network components through the figure, if we use the decimal and binary method then the overall diagram will become very complex and difficult to understand.

There are so many IP’s on the platform to be shown and it becomes difficult to memorize as well. Thus generally, people who are familiar with routing and IP addressing scheme use short notation methods in figures and diagrams.

Example 1:

Understanding Subnetting with an Example of Interconnection of Network Devices:

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14

The above figure shows how subnetting is used for interconnection of subnetworks. Firstly, as per our need for the number of hosts required to be connected and meet the other requirements of the network, we customize the subnet mask and network ID accordingly and assign to the devices thereafter.

The above network is using class C network mask and /29 subnet mask means network IP can be divided into 8 subnets. Each router has a unique IP address for each linked subnetwork.

There is an important point to be noticed that the more the bits we carry from the subnet mask for host ID then the more will be the subnets obtainable for the network.

Example 2:

Class B Network:

Subnet mask
Notation in binary
Number of Usable IP
Number of Subnets
255.255.128.011111111.11111111.10000000.00000000327662255.255.192.011111111.11111111.11000000.00000000163824255.255.224.011111111.11111111.11100000.0000000081908
255.255.240.011111111.11111111.11110000.00000000409416255.255.248.011111111.11111111.11111000.00000000204632255.255.252.011111111.11111111.11111100.00000000102264255.255.254.011111111.11111111.11111110.00000000
510128255.255.255.011111111.11111111.11111111.00000000254256255.255.255.12811111111.11111111.11111111.10000000126512255.255.255.19211111111.11111111.11111111.11000000
621024255.255.255.22411111111.11111111.11111111.11100000302048
255.255.255.24011111111.11111111.11111111.11110000144096255.255.255.24811111111.11111111.11111111.11111000
68192255.255.255.25211111111.11111111.11111111.11111100216384

The above table shows the details of the number of subnets and hosts that can be connected per subnet mask by using Class B subnetting Scheme.

For connecting a host in big quantity and WAN communication systems, the Class B subnetting is very effective as it gives a wide range of IP’s for configuration.

What Is IP Subnet Calculator?

As mentioned in detail above the concept of IP addressing and subnetting, the subnets and supernet networks are derived from a big network to create small networks for interconnection of various network devices, situated far apart with each other and assigning the unique IP address and subnet mask to them for communication with each other.

The IP calculator will give output for the value of broadcast IP address, usable IP range of the host devices, subnet mask, IP class and the total number of hosts by entering the subnet mask and the IP address of the particular network as the input value.

The IP calculator gives the result for both IPV4 and IPV6 network protocol classes of networks.

Why Is IP Calculator Needed?

There are different classes of networks that are used for networking systems and out of those for commercial purposes the class A, B and C are most widely used.

Now let us understand the need for an IP calculator with the help of an example. If we need to calculate the host range, broadcast IP, etc.

Example #1: For a class C network with the network IP 190.164.24.0 and subnet mask 255,255.255.240 means /28 in CIDR notation.

Then we can manually calculate it as by the mathematical formulae which we have explained earlier in this tutorial.

We will borrow the host IP from the last octet for the subnetting which is 11111111.11111111.11111111.11110000

Here the no. of subnets are 2^n = 2^4 = 16 subnets (n=4).
Number of host per subnet is 2^n -2 = 2^4 -2 = 14 subnets means 14 usable host IP.

For the network IP 190.164.24.0,

Network IPFirst Usable IPLast Usable IPBroadcast IP190.164.24.0190.164.24.1190.164.24.14190.164.24.15190.164.24.16190.164.24.17190.164.24.30192.164.24.31190.164.24.32190.164.24.33190.164.24.46192.164.24.47190.164.24.48190.164.24.49190.164.24.62192.164.24.63190.164.24.64190.164.24.65190.164.24.78192.164.24.79190.164.24.80190.164.24.81190.164.24.94192.164.24.95190.164.24.96190.164.24.97190.164.24.110192.164.24.111190.164.24.112190.164.24.113190.164.24.126192.164.24.127190.164.24.128190.164.24.129190.164.24.142192.164.24.143190.164.24.144190.164.24.145190.164.24.158192.164.24.159190.164.24.160190.164.24.161190.164.24.174192.164.24.175190.164.24.176190.164.24.177190.164.24.190192.164.24.191190.164.24.192190.164.24.193190.164.24.206192.164.24.207190.164.24.208190.164.24.209190.164.24.222192.164.24.223190.164.24.224190.164.24.225190.164.24.238192.164.24.239190.164.24.240190.164.24.241190.164.24.254192.164.24.255

The subnet mask is common for all these IP ranges which are 255.255.255.240.

The whole procedure of calculating this manually is lengthy.

Example # 2: Calculating the same parameters for subnetting for the class A network IP.

The IP address is 10.0.0.0
The subnet mask is 255.252.0.0. (/14 in CIDR notation)
Now the number of usable hosts per subnet is 262,142.

Thus for calculating the network parameters in such a kind of huge networks, the subnet calculator is designed. It is basically a software tool and calculates the desired value automatically by just entering some basic parameters like network IP and subnet mask.

The output is more precise, accurate and for the user who is constructing the subnets and supernets from the one big network and is also time-saving.

Also, it is very easy and simple to use and is mostly used in the case of class A and class B networks as here the no. of usable IP and host range is in from thousands to millions.

The network address is 10.0.0.0
The subnet mask is 255.252.0.0 (/14) in CIDR notation.
The number of hosts will be 262144 and the number of subnets will be 64.

Now see how we can get this from the tool with the help of the below set of screenshots in three parts as the result is very large.

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14
Class A network IP calculator Screenshot-1

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14

Class A network IP calculator Screenshot-2

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14
Class A network IP calculator screenshot-3

Example #3: Class B network for calculating the broadcast address, the number of usable hosts, number of subnets, etc. by using this tool.

The IP address is 10.0.0.0
The subnet mask is 255.255.192.0 (/18) in CIDR notation
The number of hosts will be 16384 and the number of subnets will be 1024.

Please find the outcome with the help of the below set of screenshots in three parts as the result is very long.

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14
Class B network IP calculator Screenshot-1
How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14
Class B network IP calculator Screenshot-2
How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14
Class B network IP calculator Screenshot-3

Thus with the help of the above examples, we can get the subnet details as per our requirements.

The below table demonstrates the various IPV4 subnet details:

How many bits for the network portion of the subnetwork containing an ipv4 address of 10.10 10.10 14

=> Watch Out The Simple Computer Networking Ser

Conclusion

In this tutorial, we have learned the need for IP addressing and Subnetting in the computer networking systems, with the help of different examples.

The IP addressing scheme and Subnetting are the building blocks in defining the subnetworks and IP’s within a large network.

The different formulas we have used will help us in determining the hosts that we can connect in a particular network and how also enable us to know how a huge network can be divided into many smaller networks for easier communication.

What is the subnet of 10.10 10?

A 10.10. 10. x subnet is specified as 11111111.11111111. 11111111.0 or 255.255. ... Subnet masks..

What is the subnet IP for 10?

Class A.

What type of address is 10.10 10.0 24?

10.10. 10.0/24 (255.255. 255.0) is a subnet. Summary (group of subnets)

How many bits are in an Ipv4 subnet mask?

This address is a 32 bits number in Ipv4, that has to be unique for each server or computer, which we will call “host”. The IP addresses are usually represented as four decimal ciphers, of 8 bits each, separated by dots.