A network administrator deploys a new internal web portal hosted on an office server at IP address 192.168.10.50. Users across the organization report that typing http://hrportal.local into their browser address bar returns a 'Server Not Found' error, but entering http://192.168.10.50 opens the portal immediately. Which of the following services is MOST likely misconfigured or offline?
- Domain Name System (DNS)Answer
- BDynamic Host Configuration Protocol (DHCP)
- CLayer 2 Ethernet Switch
- DPort forwarding configuration for HTTPS port 443
Answer
Domain Name System (DNS) is the service responsible for mapping hostnames to IP addresses, which explains why direct IP access works while hostname access fails.
Domain Name System (DNS) translates human-readable hostnames into computer-readable IP addresses. When a user can connect to a server via its direct IP address but receives a server error when using its hostname, the network path and web server are operational, pointing directly to a DNS record or server resolution failure.
Step-by-Step Solution
Key Concept
Troubleshooting DNS Name Resolution Issues