Yes, you can ping a DNS address, but what you're actually pinging is the IP address associated with that DNS name. When you ping a DNS address, your system first resolves the domain name to its corresponding IP address using DNS. If the DNS server is reachable and responds, you will receive replies indicating the latency and packet loss, similar to pinging any other IP address. However, keep in mind that some servers may block ICMP requests, resulting in no response even if the DNS is functioning correctly.
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 .
If you can ping 8.8.8.8 but not www.google.com, the issue likely lies in DNS resolution. Your network can reach the Google Public DNS server (8.8.8.8) directly, but it may not be able to translate the domain name www.google.com into its corresponding IP address. This could be due to a misconfigured DNS server, connectivity issues with the DNS service, or problems with the local DNS cache.
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
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.
To verify TCP IPv6 protocols, you can ping the loopback address, which is ::1. This address is used to test the local network stack of the device itself. Additionally, you can ping a well-known IPv6 address, such as 2001:4860:4860::8888, which is a Google Public DNS server, to check connectivity over IPv6.
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.
DNS issue
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.
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
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.
PING
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.