optimizing the network using Subnets
IP address conservation: Imagine having a network of 20 hosts. A lot of IP addresses (254-20=234) would be lost by using a class C network. It will be more productive to split up large networks into smaller parts and maintain a large digit of addresses. Reduced network traffic: The smaller networks that produce the minimal broadcast domains are established, resulting in less network boundary broadcast traffic. Essentially, a subnet under class A, B, or C is a smaller portion of the network. Creating and using subnets will help keep your network functional and structured. Let's say that a company wants to use four separate IP address blocks, with 50 hosts per segment, for the various segments of its network. The organization utilizes the following blocks of IP addresses: 200.1.0.0 200.1.1.0 200.1.2.0 0 200.1.3.0 Each IP address block will generate 254 IP addresses, allowing the sum of 254 x 4 total IP addresses for network use. That corresponds to 1,016 IP addresses. But on each blo...