Which of the following is a private IPv4 address range as defined by RFC 1918?
Correct. 192.168.0.0/16 is private.
Why this answer
RFC 1918 defines private IPv4 address ranges that are not routable on the public Internet. The 192.168.0.0/16 range (192.168.0.0 – 192.168.255.255) is explicitly listed in RFC 1918 as a Class C private block, making option A correct.
Exam trap
Cisco often tests the exact prefix length of the 172.16.0.0/12 range, and the trap here is that candidates confuse 172.16.0.0/12 with 172.32.0.0/12, mistakenly thinking any 172.x.x.x address is private.
How to eliminate wrong answers
Option B is wrong because 172.32.0.0/12 falls outside the RFC 1918 private range for Class B, which is 172.16.0.0/12 (172.16.0.0 – 172.31.255.255); 172.32.0.0 is a public address range. Option C is wrong because 172.15.0.0/12 is not a private range at all; it is part of the public Class B space and does not overlap with the 172.16.0.0/12 private block. Option D is wrong because 11.0.0.0/8 is a public Class A range (assigned to the US Department of Defense) and is not listed in RFC 1918; the private Class A range is 10.0.0.0/8.