开发者

Pinging personal IP versus pinging loopback

What's the conceptual difference? Yes I realize they're both supposed to produce similar results but I thought the idea wi开发者_高级运维th the loopback was that it doesn't actually reach the transmission step of the stack. If that's true then why does pinging your own ip work as fast? Does pinging your own address treat it as a loopback? I thought there was a fundamental difference to how the two were treated.

Thanks in advance for any help!


Think of it as a different interface. A different network card.

When you ping the loopback, you are pinging yourself, and there is somewhere (where varies from system to system, slightly) something representing a network interface on yourself.

When you ping your IP address, you ping yourself, but it goes through those drivers for that network card first, or at least can.

Implementations of this behavior do in fact vary from system to system, but that's conceptually how it works.

Also, you won't notice a time difference, as both of them are extremely fast.


Both methods are IP addressing troubleshooting steps. As first step, I'm pinging loopback(127.0.0.1) address. Positive reply means IP stack is initialized on my host. Then I'm pinging local address. Positive reply means my network interface controller(NIC) is functioning. Success doesn't just mean that a cable plugged in my NIC, only that the IP stack can communicate to my NIC

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜