A network technician is troubleshooting connectivity issues affecting mobile handheld scanners in a newly opened fulfillment center. The scanners are unable to reach internal web applications by hostname, and running an IP configuration check on the devices reveals an IPv4 address of with a subnet mask of . Which TWO network host services must the technician inspect to resolve the automatic addressing failure and enable local hostname resolution?
- DHCP serverAnswer
- DNS serverAnswer
- CSyslog server
- DWeb proxy server
Answer
The technician must inspect the DHCP server and the DNS server.
The presence of an APIPA address () signifies that client devices are unable to contact a DHCP server to obtain valid IP configuration details. Additionally, the inability of handheld scanners to resolve application hostnames directly points to a DNS server failure or misconfiguration, as DNS translates hostnames into underlying IP addresses.
Step-by-Step Solution
Key Concept
Network Host Services (DHCP for dynamic IP assignment and DNS for hostname resolution)