Why does OS get response while pinging itself?

cron kropjc 41 Reputation points
2020-09-18T17:34:56.623+00:00

Hello everyone, Could anyone explain me the case as follows. For example, OS (Win10) its ethernet network has IP-address say, 100.1.1.100.

Two questions:

  • I'm curious why does the OS get a response while pinging its own address 100.1.1.100.
  • Why another OS also Win 10 with having set, say, 192.169.1.99 doesn't get response while pinging its address. Is there any special settings for that?

thanks!

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,284 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gloria Gu 3,891 Reputation points
    2020-09-21T06:34:57.587+00:00

    Hi,

    Thank you for posting in Q&A! In regards to your issue, here're my suggestions:

    1.Pinging itself successfully is because of TCP/IP is up and running by the computer.

    2.Those fail to ping itself may because of the TCP/IP doesn't work successfully.
    Can you ping 127.0.0.1 successfully on these PCs?

    You can run the following command in PC with problems:
    netsh winsock reset
    netsh int ip reset
    ipconfig /flushdns

    And then reinstall your NICs Driver or update it to the latest version.

    26050-51.png

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.