answersLogoWhite

0


Best Answer

Ipconfig and Ping both are commands of command line interface (CLI) .IPconfig is used to display all network configuration values . Ping is used to check whether a host can send or receive packets.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
User Avatar

Zeki Zerok

Lvl 1
8mo ago
What is Netstat
More answers
User Avatar

Wiki User

11y ago

IpconfigDisplays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) & Domain Name System (DNS) settings. Used without parameters, ipconfig displays the IP address, subnet mask, and default gateway for all adapters. Ping Verifies IP-level connectivity to another TCP/IP computer by sending internet Control Message Protocol (ICMP) Echo Request messages. The receipt of corresponding Echo Reply messages are displayed..........................

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

ipconfig is for Windows while ifconfig is for Linux

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between ipconfig and ping?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When using FTP what are the file navigation commands?

IPCONFIG and PING


What commands should you type if you want to find out if you have a valid IP address?

First type Ipconfig /allThen type ping 127.0.0.1The IPconfig /all will show you all connections, and the ping will show you if your NIC is working and is usable.(network+ guides to networks answer)ifconfig -a


In windows XP you are able to Ipconfig release new but not able to ping to gateway or any systems?

Check your local system's firewall for blocking of ICMP (ping) traffic.


What is the Difference between ipconfig and ipconfig all?

Ipconfig shows IP address, Subnet Mask, and Default gateway for all adapters. Ipconfig /all shows the description of each network connection along with additional information such as your physical (MAC) address, DHCP connections, Lease times, as well as in-depth IPv6 information.


Which three command line utilities are most commonly used to troubleshoot issues at Layer 3?

ping, ipconfig, traceroute.


In windows XP you are able to Ipconfig release new but not able to ping gateway or any systems?

Are there any firewalls on the network. A lot of people configure firewalls in weird ways, leading to some strange network behaviour. Could be that you have a firewall blocking all your outgoing icmp, thus explaining the lack of ping success, but success with ipconfig /renew.


What is the relationship between IPConfig and all current network configurations?

IPConfig is an application in Microsoft. IPConfig displays all current network configuration values and can be used to modify a variety of network settings.


What are the ping Ipconfig and Winipcfg utilities used for?

Ping is a useful TCP/IP utility to check network connectivity. Two other useful troubleshooting tools are Ipconfig (Windows 200/XP) and Winipcfg (Windows 9x/ME), which test TCP/IP configuration.


A user is able to ping IP addresses but is unable to ping hosts by domain name What should be checked at the workstation of the user?

check the dns services on the client restart the services ipconfig /flushdns /registerdns it should resolve the issue


How do you get mac address of people that on same network?

First, communicate somehow with the computer. For example, if you know the IP address, do a PING command.Then check the ARP cache. If you use Windows, type arp -a. This will show the translations between recently used IP addresses and their corresponding MAC addresses.Or just go to each computer and give the ipconfig /allcommand.First, communicate somehow with the computer. For example, if you know the IP address, do a PING command.Then check the ARP cache. If you use Windows, type arp -a. This will show the translations between recently used IP addresses and their corresponding MAC addresses.Or just go to each computer and give the ipconfig /allcommand.First, communicate somehow with the computer. For example, if you know the IP address, do a PING command.Then check the ARP cache. If you use Windows, type arp -a. This will show the translations between recently used IP addresses and their corresponding MAC addresses.Or just go to each computer and give the ipconfig /allcommand.First, communicate somehow with the computer. For example, if you know the IP address, do a PING command.Then check the ARP cache. If you use Windows, type arp -a. This will show the translations between recently used IP addresses and their corresponding MAC addresses.Or just go to each computer and give the ipconfig /allcommand.


Full form of ipconfig?

ipconfig /all


How do you fix my computer if dns services failed to resolve as well as wins services failed?

1.Does your system has valid ip address check with Ipconfig 2.check the lan connectivity 3.check with ping whether one can ping to another system by IP or FQDN 4.check with nslookup command nslookup FQDN on cmd prompt 5.restart the dns services. 6. registerdns by ipconfig \registerdns. that shd resolve the issue