Purchase Solution

Few Class C subnetting questions

Not what you're looking for?

Ask Custom Question

Answer the following questions for each of the configuration in the table below.

1. How many subnets?
2. How many hosts per subnet?
3. What are the valid subnets?
4. What are the valid hosts per subnet?
5. What is the broadcast address for each subnet?

IP ADDRESS SUBNET MASK
CONFIGURATION A 192.168.10.0 255.255.255.192
CONFIGURATION B 220.110.16.0 255.255.255.224
CONFIGURATION C 219.220.250.0 255.255.255.248

Purchase this Solution

Solution Summary

Solution not only gives detailed explanation along with computations, but also illustrates different ways of subnetting computations.

Solution Preview

All the given configurations belong to Class C network, so subnetting involves only the last octet. This answer looks at the Class C specific subnetting computations in different ways.

Configuration A:

First, we find out how many bits of host part are used for subnetting in this case.

192 = (128 + 64 + 0 + 0 + 0 + 0 + 0 + 0) OR 11000000 in binary.

Number of bits used for denoting subnetwork (Ns) = 2
Number of bits for denoting hosts in subnetwork (Nh) = 8 - 2 = 6.

1. No. of subnets = 2^Ns - 2 = 2^2 - 2 = 2

2. No. of hosts per subnet = 2^Nh - 2 = 2^6 - 2 = 62

3. To find the first subnet, we compute (256 - subnetmask in fourth octet), and to find further subnets we add this computed value to previous subnet id and continue till we get to the above mentioned subnetmask value.

First subnet id = 256 - 192 = 64
Second subnet id = 64 + 64 = 128

So, the valid subnets are 192.168.10.64 and 192.168.10.128 .

4. Since the bits in host id can not be all zeros or all ones. We compute the valid host ids in each of the above subnets as following.

Subnet ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Javscript Basics

Quiz on basics of javascript programming language.