SK0-004 · Question #18
A technician has finished installing the operating system on a new server and needs to provide IP addressing information. The server will be connected to the DMZ network. Devices on the network use…
The correct answer is B. IP: 192.168.55.5, NETMASK 255.255.255.128. A valid server IP must be a usable host address on the same subnet as the default gateway. Only one choice places the server in the correct /25 subnet without using a reserved address.
Question
A technician has finished installing the operating system on a new server and needs to provide IP addressing information. The server will be connected to the DMZ network. Devices on the network use a default gateway address of 192.168.55.1. Which of the following is a valid IP address for a server in the DMZ network?
Options
- AIP: 192.168.55.1, NETMASK 255.255.255.0
- BIP: 192.168.55.5, NETMASK 255.255.255.128
- CIP: 192.168.55.155, NETMASK 255.255.255.128
- DIP: 192.168.55.255, NETMASK 255.255.255.0
How the community answered
(38 responses)- A16% (6)
- B47% (18)
- C29% (11)
- D8% (3)
Why each option
A valid server IP must be a usable host address on the same subnet as the default gateway. Only one choice places the server in the correct /25 subnet without using a reserved address.
192.168.55.1 is already designated as the default gateway address; assigning that same IP to the server would create an IP conflict rendering both devices unreachable.
With a subnet mask of 255.255.255.128 (/25), the network 192.168.55.0/25 spans usable host addresses 192.168.55.1 through 192.168.55.126. Both the gateway (192.168.55.1) and the proposed server IP (192.168.55.5) fall within this range, making this a valid, routable, non-reserved assignment on the same subnet.
With a /25 mask, 192.168.55.155 belongs to the second subnet (192.168.55.128/25, usable range .129-.254), while the gateway 192.168.55.1 is in the first subnet (.0-.127) - the two would be on different subnets and unable to communicate without an additional router.
192.168.55.255 is the directed broadcast address of the 192.168.55.0/24 network and cannot be assigned as a unicast host address.
Concept tested: IP subnetting and valid host address selection
Source: https://www.rfc-editor.org/rfc/rfc950
Topics
Community Discussion
No community discussion yet for this question.