answersLogoWhite

0

Can you ping a dns address?

Updated: 11/21/2022
User Avatar

Wiki User

10y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can you ping a dns address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the dns ip address for Gmail?

DNS is the domain name system for short .DNS is a system that maps a name to an address . Ip address for Gmail.com is 173.194.36.86 .


How do you distinguish a DNS problem from a network problem?

If you're truly experiencing a DNS issue, your system will not be able to resolve host names (google.com) into IP addresses (74.125.225.78) which is what your computer really uses to communicate. A simple test to verify that this is the case is to go to your terminal and ping a host name and then try to ping an ip address (on the internet). If you're able to ping the IP address and not the FQDN then you've got yourself a DNS issue because your DNS provider is not translating that name to an IP. I suggest using either Google DNS or OpenDNS, both of which are offered free of charge. Here's the original answer by Ashlee: go into your operating system command prompt and attempt to do a nslookup for a domain such as Google it should return a ip address if it does not it is most likely a dns issue to check for network issues use the ping command to ping a website and trace route command to trace the route to the ip address


What is the ip address of Yahoo?

A big company like Yahoo! probably has many, many IP addresses. You can find out one of them with the ping command:ping www.yahoo.comThe computer will do the DNS resolution, and it will contact the IP address of Yahoo!. It will show you this IP address on the screen.A big company like Yahoo! probably has many, many IP addresses. You can find out one of them with the ping command:ping www.yahoo.comThe computer will do the DNS resolution, and it will contact the IP address of Yahoo!. It will show you this IP address on the screen.A big company like Yahoo! probably has many, many IP addresses. You can find out one of them with the ping command:ping www.yahoo.comThe computer will do the DNS resolution, and it will contact the IP address of Yahoo!. It will show you this IP address on the screen.A big company like Yahoo! probably has many, many IP addresses. You can find out one of them with the ping command:ping www.yahoo.comThe computer will do the DNS resolution, and it will contact the IP address of Yahoo!. It will show you this IP address on the screen.


What is the function of the command - Is?

The function of the ping command is to see whether you can reach a particular machine. Your machine sends a special message, and the other machine replies. Ping is part of the ICMP protocol.Example 1:ping 10.0.0.7This check whether you can reach this specific address.Example 2:ping wiki.answers.comThis only works if DNS is working. If DNS does work, the ping will go ahead testing connectivity to the corresponding IP address.The function of the ping command is to see whether you can reach a particular machine. Your machine sends a special message, and the other machine replies. Ping is part of the ICMP protocol.Example 1:ping 10.0.0.7This check whether you can reach this specific address.Example 2:ping wiki.answers.comThis only works if DNS is working. If DNS does work, the ping will go ahead testing connectivity to the corresponding IP address.The function of the ping command is to see whether you can reach a particular machine. Your machine sends a special message, and the other machine replies. Ping is part of the ICMP protocol.Example 1:ping 10.0.0.7This check whether you can reach this specific address.Example 2:ping wiki.answers.comThis only works if DNS is working. If DNS does work, the ping will go ahead testing connectivity to the corresponding IP address.The function of the ping command is to see whether you can reach a particular machine. Your machine sends a special message, and the other machine replies. Ping is part of the ICMP protocol.Example 1:ping 10.0.0.7This check whether you can reach this specific address.Example 2:ping wiki.answers.comThis only works if DNS is working. If DNS does work, the ping will go ahead testing connectivity to the corresponding IP address.


Why can't you ping a server by hostname?

DNS issue


Why would the ping command accept the name yahoo.com instead of an actual IP address?

This is possible because of what is called Domain Name Resolution (DNS). Your computer sends a lookup request for 'yahoo.com' to a DNS server, which resolves the domain name into it's IP address.


How do you ping my server by IP address as well as by name?

The DNS server helps you to resolve the computer name to IP and vice versa so just need to make sure the machine is up and connected in the network and on cmd type ping 10.x.x.x(Ip address) enter type ping abc.com(computername) enter type ping -a 10.x.x.x(Ip address) enter will give you name also


What is a dns address?

A DNS address is the address to a server that converts a URL to an IP address. Most DNS address' are provided by your ISP, although there are many free DNS servers available.


What TCP IP command line utilities can be used to find out if name resolution is actually working on your network?

Try Ping or Tracert using a FQDN as the target instead of an IP address. Both will do a DNS lookup before performing the ping or tracert.


Which command-line utility enables you to verify entries on a DNS server?

PING


If you can ping a website by address but not by name what is the problem?

Probably that the DNS (Domain Name Server) that your ISP uses does not have a record of the website name so that it can convert the name to the IP address. You could try changing the default DNS to another provider, such as OpenDNS. Google it, it's free. The change can be done on either the PC concerned, or on the router. If the router setting is changed, all PCs using that router will use the alternative DNS.


What function of ping command?

ou can run the ping command on a Windows computer by opening an MSDOS window and then typing "ping" followed by the domain name or IP address of the computer you wish to pin