Network FundamentalsDifficulty 2/5
Which address is in a private range defined by RFC 1918?
- A172.33.10.1
- B192.169.5.5
- C10.255.254.1
- D169.254.10.10
Show answer and rationale
Correct: C. RFC 1918 reserves 10.0.0.0/8, 172.16.0.0/12 (172.16–172.31) and 192.168.0.0/16. 10.255.254.1 is inside 10.0.0.0/8.
- A — 172.33 is outside 172.16.0.0–172.31.255.255.
- B — 192.169.0.0 is outside 192.168.0.0/16.
- D — 169.254.0.0/16 is link-local (APIPA), not RFC 1918.