nerdexam
F5

101 · Question #594

Which of the following is a valid IP address and prefix length?

The correct answer is B. 192.168:0.129/25. A valid assignable host IP address must use correct dot-decimal notation and must not be the subnet's network or broadcast address. For a /25 subnet, the network address ends in .128 and the broadcast ends in .255, making those values unassignable.

Section 1: OSI Model, Network, and Application Delivery Basics

Question

Which of the following is a valid IP address and prefix length?

Options

  • A192.168.0.177/25
  • B192.168:0.129/25
  • C192.168:0.128/25
  • D192.168.0.255/25

How the community answered

(46 responses)
  • A
    7% (3)
  • B
    74% (34)
  • C
    4% (2)
  • D
    15% (7)

Why each option

A valid assignable host IP address must use correct dot-decimal notation and must not be the subnet's network or broadcast address. For a /25 subnet, the network address ends in .128 and the broadcast ends in .255, making those values unassignable.

A192.168.0.177/25

While 192.168.0.177 is syntactically correct, the question as printed marks it wrong - likely because the exam intends .129 as the canonical first-host answer; note this choice may reflect an authoring error in the question.

B192.168:0.129/25Correct

Choice B (192.168.0.129/25, with the colon in the printed choice appearing to be a typographical error) represents the first usable host address in the 192.168.0.128/25 subnet, where valid hosts range from .129 to .254, making it a valid host IP and prefix combination.

C192.168:0.128/25

192.168.0.128 is the network address of the 192.168.0.128/25 subnet and cannot be assigned to a host, regardless of the colon formatting error present in the printed choice.

D192.168.0.255/25

192.168.0.255 is the broadcast address of the 192.168.0.128/25 subnet and cannot be assigned to any host on that subnet.

Concept tested: IPv4 valid host address within a /25 subnet

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/tcpip-addressing-and-subnetting

Topics

#IP addressing#subnetting#CIDR notation#prefix length

Community Discussion

No community discussion yet for this question.

Full 101 Practice