Skip to main content
Rollback to Revision 6 - Edit approval overridden by post owner or moderator
Source Link
Mike Pennington
  • 30.1k
  • 12
  • 82
  • 153

As you can see, the network address of 128.42.5.4/21 is 128.42.0.0.

Get theThe broadcast address by convertingconverts all host bits to 1s...

Host bits = logLog2(Number-of-hosts) = logLog2(100) = 6.643

The reason we subtract 2 above is because the all-ones and all-zeros host numbers are reserved. The all-zeros host number is the network address;number; the all-ones host number is the broadcast address.

In this case the maximum netmask (minimum hostmask) would be /25.

As you can see, the network address of 128.42.5.4/21 is 128.42.0.0.

Get the broadcast address by converting all host bits to 1s.

Host bits = log2(Number-of-hosts) = log2(100) = 6.643

The reason we subtract 2 above is because the all-ones and all-zeros host numbers are reserved. The all-zeros host number is the network address; the all-ones host number is the broadcast address.

In this case the maximum netmask (minimum hostmask) would be /25.

As you can see, the network address of 128.42.5.4/21 is 128.42.0.0

The broadcast address converts all host bits to 1s...

Host bits = Log2(Number-of-hosts) = Log2(100) = 6.643

The reason we subtract 2 above is because the all-ones and all-zeros host numbers are reserved. The all-zeros host number is the network number; the all-ones host number is the broadcast address.

In this case the maximum netmask (minimum hostmask) would be /25

Trying to improve clarity. Smaller fixes regarding punctuation.
Source Link

As you can see, the network address of 128.42.5.4/21 is 128.42.0.0.

TheGet the broadcast address convertsby converting all host bits to 1s...

Host bits = Loglog2(Number-of-hosts) = Loglog2(100) = 6.643

The reason we subtract 2 above is because the all-ones and all-zeros host numbers are reserved. The all-zeros host number is the network number;address; the all-ones host number is the broadcast address.

In this case the maximum netmask (minimum hostmask) would be /25.

As you can see, the network address of 128.42.5.4/21 is 128.42.0.0

The broadcast address converts all host bits to 1s...

Host bits = Log2(Number-of-hosts) = Log2(100) = 6.643

The reason we subtract 2 above is because the all-ones and all-zeros host numbers are reserved. The all-zeros host number is the network number; the all-ones host number is the broadcast address.

In this case the maximum netmask (minimum hostmask) would be /25

As you can see, the network address of 128.42.5.4/21 is 128.42.0.0.

Get the broadcast address by converting all host bits to 1s.

Host bits = log2(Number-of-hosts) = log2(100) = 6.643

The reason we subtract 2 above is because the all-ones and all-zeros host numbers are reserved. The all-zeros host number is the network address; the all-ones host number is the broadcast address.

In this case the maximum netmask (minimum hostmask) would be /25.

added 38 characters in body
Source Link
Ron Maupin
  • 102.2k
  • 26
  • 125
  • 203

Finding the minimummaximum netmask (minimum hostmask) which contains two IP addresses:

In this case the minimummaximum netmask (minimum hostmask) would be /25

Finding the minimum netmask which contains two IP addresses:

In this case the minimum netmask would be /25

Finding the maximum netmask (minimum hostmask) which contains two IP addresses:

In this case the maximum netmask (minimum hostmask) would be /25

small edit to add to the clarity of one piece of the post
Source Link
Loading
edited body
Source Link
Ron Maupin
  • 102.2k
  • 26
  • 125
  • 203
Loading
added 755 characters in body
Source Link
Mike Pennington
  • 30.1k
  • 12
  • 82
  • 153
Loading
Add information about finding the netmask which contains two (or more) IP addresses
Source Link
Mike Pennington
  • 30.1k
  • 12
  • 82
  • 153
Loading
Source Link
Mike Pennington
  • 30.1k
  • 12
  • 82
  • 153
Loading