Purchase Solution

Operating system

Not what you're looking for?

Ask Custom Question

1. What is the rang of usable IP addresses for the following IP subnet?
What is the bradcast address for the subnet? 10.150.100.96/27

2. For the following IP routing protocols: spwlol out their acronym as distance-vector or link-state routing protocol,and as classful or classless routing protocol.
OSPF
EIGRP
RIPV2
ISIS

Purchase this Solution

Solution Summary

IP addressing schema is explained.

Solution Preview

"1. what is the rang of usable IP addresses for the following IP subnet?
What is the bradcast address for the subnet? 10.150.100.96/27 "

10.150.100.96/27 is a "5-bit" subnet (32-27=5). There are 32 IP's in the subnet. The "base" address or first IP of the range is simply 10.150.100.96, and is unusable as a host address. The 30 Usable IPs are 10.150.100.97...10.150.100.126 The last one, 10.150.100.127, is the broadcast address for the subnet. Similar to the network base address, the broadcast address is not usable as a host address.

Below are calculations.

Address: 10.150.100.96
In binary: 00001010.10010110.01100100.011 00000

Netmask: 255.255.255.224 = 27
In binary: 11111111.11111111.11111111.111 00000

Network: 10.150.100.96/27 ...

Purchase this Solution


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

C++ Operators

This quiz tests a student's knowledge about C++ operators.

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.

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.

C# variables and classes

This quiz contains questions about C# classes and variables.