Open In App

Advantages and Disadvantages of Subnetting

Last Updated : 21 Mar, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Subnetting: Dividing a network into many small Networks is known as Subnetting. Subnetting is useful in many ways like:

  1. It provides security to one network from another network. eg) In an Organisation, code of the Developer department must not be accessed by another department.
  2. It may be possible that a particular subnet might need higher network priority than others. For example, a Sales department need to host webcasts or video conferences.
  3. In the case of Small networks, maintenance is easy.

Along with these advantages, Subnetting also has some disadvantages:

  1. In case of the single network, only three steps are required in order to reach a Process i.e Source Host to Destination Network, Destination Network to Destination Host and then Destination Host to Process. But in the case of Subnetting four steps are required for Inter-Network Communication. i.e Source Host to Destination Network, Destination Network to proper Subnet, then Subnet to Host and finally Host to Process. Hence, it increases Time complexity. In the case of Subnet, more time is required for communication or data transfer.
  2. In the case of Single Network only two IP addresses are wasted to represent Network Id and Broadcast address but in case of Subnetting two IP addresses are wasted for each Subnet. Example: If a Network has four Subnets, it means 8 IP addresses are going to waste.
Network Id for S1: 200.1.2.0
Broadcast address of S1: 200.1.2.63

Network Id for S2: 200.1.2.64
Broadcast address of S2: 200.1.2.127

Network Id for S3: 200.1.2.128
Broadcast address of S3: 200.1.2.191

Network Id for S4: 200.1.2.192
Direct Broadcast address of S4: 200.1.2.255
  1. Hence, we can say that Network size will also decrease. We can’t use our Network completely.
  2. Cost of the overall Network also increases. Subnetting requires internal routers, Switches, Hubs, Bridges etc. which are very costly.
  3. Subnetting and network management require an experienced network administrator. This adds to the overall cost as well.

Qualities of Subnetting:
Here are a few qualities of subnetting:

1.Each subnet has its own extraordinary organization address and subnet veil.

2.Subnetting can further develop network execution, security, and association.

3.It isolates a solitary organization into more modest subnetworks or subnets.

4.It very well may be utilized to lessen network blockage and further develop network unwavering quality.

5.Subnetting permits you to make separate organizations for various divisions, areas, or sorts of gadgets.
It permits you to add more gadgets to an organization without requiring extra IP locations or organization foundation.

6.Gadgets on the equivalent subnet can speak with one another straightforwardly without going through a switch or other systems administration gadget.

7.Subnetting requires the utilization of a subnet veil, which figures out what piece of an IP address addresses the organization and what part addresses the host.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads