nerdexam
Palo_Alto_Networks

PCCET · Question #51

Which subnet does the host 192.168.19.36/27 belong?

The correct answer is D. 192.168.19.32. The host 192.168.19.36, when using a /27 CIDR mask, belongs to the 192.168.19.32 subnet.

Submitted by haruto_sh· Apr 18, 2026Cybersecurity Foundations

Question

Which subnet does the host 192.168.19.36/27 belong?

Options

  • A192.168.19.0
  • B192.168.19.16
  • C192.168.19.64
  • D192.168.19.32

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    10% (2)
  • C
    5% (1)
  • D
    81% (17)

Why each option

The host 192.168.19.36, when using a /27 CIDR mask, belongs to the 192.168.19.32 subnet.

A192.168.19.0

192.168.19.0 is the first subnet with a /27 mask, but its host range ends at .31, so .36 does not belong to it.

B192.168.19.16

192.168.19.16 is not a valid subnet address for a /27 mask, as /27 subnets increment by 32 (e.g., .0, .32, .64).

C192.168.19.64

192.168.19.64 is a valid subnet, but its host range begins at .65, meaning .36 is not part of this subnet.

D192.168.19.32Correct

A /27 CIDR mask designates a subnet block size of 32 for the last octet, meaning subnets occur at intervals of 32 (e.g., .0, .32, .64). The host 192.168.19.36 falls within the range of 192.168.19.32 to 192.168.19.63, thus belonging to the 192.168.19.32 subnet.

Concept tested: CIDR subnet calculation and host assignment

Source: https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/13788-3.html

Topics

#Subnetting#CIDR#IP Addressing#Network Fundamentals

Community Discussion

No community discussion yet for this question.

Full PCCET Practice