nerdexam
Cisco

200-301 · Question #1010

An application in the network is being scaled up from 300 servers to 600. Each server requires 3 network connections to support production, backup, and management traffic. Each connection resides on a

The correct answer is B. ip address 10.10.10.1 255.255.252.0. To accommodate 600 servers on a production subnet with minimal IP address waste, a subnet mask of 255.255.252.0 (a /22 prefix) should be used.

Submitted by lucia.co· Mar 5, 2026IP Connectivity

Question

An application in the network is being scaled up from 300 servers to 600. Each server requires 3 network connections to support production, backup, and management traffic. Each connection resides on a different subnet. The router configuration for the production network must be configured first using a subnet in the 10.0.0.0/8 network. Which command must be configured on the interface of the router to accommodate the requirements and limit wasted IP address space?

Options

  • Aip address 10.10.10.1 255.255.254.0
  • Bip address 10.10.10.1 255.255.252.0
  • Cip address 10.10.10.1 255.255.240.0
  • Dip address 10.10.10.1 255.255.255.240

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    63% (17)
  • C
    4% (1)
  • D
    22% (6)

Why each option

To accommodate 600 servers on a production subnet with minimal IP address waste, a subnet mask of 255.255.252.0 (a /22 prefix) should be used.

Aip address 10.10.10.1 255.255.254.0

A /23 subnet (255.255.254.0) provides 510 usable host addresses, which is insufficient for 600 servers.

Bip address 10.10.10.1 255.255.252.0Correct

For 600 servers plus the router interface, approximately 601 IP addresses are needed; a /22 subnet (255.255.252.0) provides 1022 usable host addresses, which comfortably accommodates the requirement while minimizing wasted IP space.

Cip address 10.10.10.1 255.255.240.0

A /20 subnet (255.255.240.0) provides 4094 usable host addresses, which is far more than needed and wastes significant IP address space.

Dip address 10.10.10.1 255.255.255.240

A /28 subnet (255.255.255.240) provides 14 usable host addresses, which is far too few for 600 servers.

Concept tested: Subnetting calculations and IP address planning

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

Topics

#IPv4 Subnetting#Subnet Mask Calculation#Cisco IOS Interface Configuration

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice