A network technician is troubleshooting a newly configured workstation that is unable to communicate with its local gateway or external networks. The workstation interface has been manually assigned the IPv4 address with a prefix length of . The default gateway interface is configured as . What is the primary reason for the connectivity failure on this workstation?
- The assigned address 172.31.25.127 is the subnet broadcast address for the 172.31.25.64/26 subnetwork and cannot be assigned to an end-device host interface.Answer
- BThe assigned address 172.31.25.127 falls outside the RFC 1918 private IPv4 space and is rejected by the local gateway as a public IP address.
- CThe assigned address 172.31.25.127 represents the network ID for the subnetwork and is reserved strictly for router routing tables.
- DA /26 prefix length accommodates only 30 usable host addresses per subnetwork, placing 172.31.25.127 into a different subnetwork than 172.31.25.65.
Answer
The assigned address 172.31.25.127 is the subnet broadcast address for the 172.31.25.64/26 subnetwork and cannot be assigned to an end-device host interface.
For a /26 prefix, the subnet block size is 64. The subnetwork containing the gateway 172.31.25.65 starts at network ID 172.31.25.64 and ends at broadcast address 172.31.25.127. Usable host IPs span 172.31.25.65 to 172.31.25.126. Assigning 172.31.25.127 to a host attempts to use the subnetwork broadcast address, which is invalid for host interfaces.
Step-by-Step Solution
Key Concept
Subnet Boundary and Broadcast Address Identification