nerdexam
CompTIA

SK0-004 · Question #622

Users are trying to access the company time card website. They cannot access it by URL, but they can access it by IP address. Which of the following protocols is MOST likely causing this issue?

The correct answer is A. DNS. When a resource is reachable by IP address but not by URL (hostname), the problem is name resolution - indicating the DNS protocol is failing to translate the hostname to an IP address.

Troubleshooting

Question

Users are trying to access the company time card website. They cannot access it by URL, but they can access it by IP address. Which of the following protocols is MOST likely causing this issue?

Options

  • ADNS
  • BDHCP
  • CHTTPS
  • DSFTP

How the community answered

(29 responses)
  • A
    86% (25)
  • B
    3% (1)
  • C
    3% (1)
  • D
    7% (2)

Why each option

When a resource is reachable by IP address but not by URL (hostname), the problem is name resolution - indicating the DNS protocol is failing to translate the hostname to an IP address.

ADNSCorrect

DNS (Domain Name System) is responsible for resolving human-readable hostnames and URLs to their corresponding IP addresses. When users can reach a site by IP but not by URL, it confirms the network path and the web server are functional, and only the name resolution step is broken. A misconfigured, unreachable, or incorrect DNS server record for the time card site's hostname would cause exactly this symptom.

BDHCP

DHCP assigns IP addresses to hosts on the network; if DHCP were failing, the users would not have a valid IP address and could not connect by IP address either.

CHTTPS

HTTPS is the encrypted web communication protocol; a failure here would prevent access both by URL and by IP address, not selectively by URL only.

DSFTP

SFTP is a secure file transfer protocol and is unrelated to accessing a website by URL or IP address in a browser.

Concept tested: DNS name resolution failure - URL vs IP access

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dns-top

Topics

#DNS#name resolution#URL access#network protocols

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice