nerdexam
CompTIA

SK0-005 · Question #453

A software developer is unable to reach an internal website. The developer's attempt to ping the FQDN returns the following IP address: 104.18.17.32. Which of the following is the most likely reason…

The correct answer is C. The primary DNS server is 8.8.8.8. 8.8.8.8 is a public DNS server provided by Google. If the primary DNS server is set to this address, the DNS resolution for the FQDN may be returning the public IP address instead of the internal one. This means that DNS queries are not being routed to the internal DNS servers…

Troubleshooting

Question

A software developer is unable to reach an internal website. The developer's attempt to ping the FQDN returns the following IP address: 104.18.17.32. Which of the following is the most likely reason for this result?

Options

  • AThe NIC is set to DHCP.
  • BThe default gateway is misconfigured.
  • CThe primary DNS server is 8.8.8.8.
  • DThere is a manual entry in the hosts file.

How the community answered

(57 responses)
  • A
    4% (2)
  • B
    9% (5)
  • C
    70% (40)
  • D
    18% (10)

Explanation

8.8.8.8 is a public DNS server provided by Google. If the primary DNS server is set to this address, the DNS resolution for the FQDN may be returning the public IP address instead of the internal one. This means that DNS queries are not being routed to the internal DNS servers that should resolve the FQDN to the correct internal IP address.

Topics

#DNS#Network Troubleshooting#IP Addressing#Name Resolution

Community Discussion

No community discussion yet for this question.

Full SK0-005 Practice