Purchase Solution

Determining Subnet Address from Host Address

Not what you're looking for?

Ask Custom Question

Fill in the following:

Assume the address of a network host is 198.4.81.120/27. If the first address in the subnet range is the address of the network that address would be ...........

Therefore the first available address for a host would be ............

And the last available address for a host would be ..............

And the broadcast address would be ...................

And finally what would the subnet mask be in dotted decimal notation?

Purchase this Solution

Solution Summary

This solution explains an easy technique to determine the first available address for the given host, the last available address for the host, the broadcast address, and what the subnet mask would be in dotted decimal notation.

Solution Preview

CIDR address is specified as IP address / mask length in number of bits from left. Using this fact, we can easily generate the netmask in given case as shown below.

27 = 8 + 8 + 8 + 3, that gives us quad-dotted netmask as 255.255.255.224 .

To find the network address corresponding to given IP address, we simply bitwise-AND the IP ...

Purchase this Solution


Free BrainMass Quizzes
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.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.