N10-009 · Question #372
A network administrator needs to deploy a subnet using an IP address range that can support at least 260 devices with the fewest wasted addresses. Which of the following subnets should the…
The correct answer is B. 172.25.2.0/23. To support at least 260 hosts, you need at least 512 total IP addresses (accounting for network/broadcast overhead). /23 (255.255.254.0) gives 510 usable IPs, ideal for 260 devices with minimal waste. /24 (255.255.255.0) gives only 254 usable -- not enough. /22 (1022 usable)…
Question
A network administrator needs to deploy a subnet using an IP address range that can support at least 260 devices with the fewest wasted addresses. Which of the following subnets should the administrator use?
Options
- A172.16.0.0/24
- B172.25.2.0/23
- C172.30.1.0/22
- D172.33.0.0/21
How the community answered
(27 responses)- A11% (3)
- B78% (21)
- C7% (2)
- D4% (1)
Explanation
To support at least 260 hosts, you need at least 512 total IP addresses (accounting for network/broadcast overhead). /23 (255.255.254.0) gives 510 usable IPs, ideal for 260 devices with minimal waste. /24 (255.255.255.0) gives only 254 usable -- not enough. /22 (1022 usable) and /21 (2046 usable) would work but result in significant address waste.
Community Discussion
No community discussion yet for this question.