Which of the following is a private IPv4 address range as defined by RFC 1918?
Correct. This is a private range.
Why this answer
Option B is correct because RFC 1918 defines the private IPv4 address range 172.16.0.0/12, which includes addresses from 172.16.0.0 to 172.31.255.255. These addresses are reserved for use within private networks and are not routable on the public internet.
Exam trap
Cisco often tests the exact boundaries of the 172.16.0.0/12 range, and the trap here is that candidates mistakenly think any address starting with 172 is private, but only 172.16.0.0 through 172.31.255.255 are reserved.
How to eliminate wrong answers
Option A is wrong because 192.167.0.0/16 is not a private range; the correct private range is 192.168.0.0/16, not 192.167.0.0/16. Option C is wrong because 11.0.0.0/8 is a public IP range (originally assigned to the US Department of Defense) and is not reserved by RFC 1918. Option D is wrong because 172.32.0.0/12 falls outside the RFC 1918 private block; the private range is 172.16.0.0/12, which covers 172.16.0.0 through 172.31.255.255, and 172.32.0.0 is in the public space.