Multiple choice

Given the IP address and subnet mask of 172.16.134.64 255.255.255.224, which of the following would describe this address?

  1. This is a useable host address.

  2. This is a broadcast address.

  3. This is a network address.

  4. This is not a valid address.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

With a /27 mask (255.255.255.224), the subnet size is 32 addresses. The subnet starting at 172.16.134.64 would have network address 172.16.134.64, usable host range 172.16.134.65-94, and broadcast address 172.16.134.95. Therefore 172.16.134.64 is the network address, not a usable host address.