Localhost pinging when there is no network card

0

How it is possible to ping localhost when there is no network card. enter image description here

hemc4

Posted 2013-03-14T09:10:06.523

Reputation: 178

2localhost is an internal IP address, which is handled directly by the kernel. No external network is involved (thus no network card). Is is used to handle "network" connections to the same machine. – vonbrand – 2013-03-14T09:58:50.203

Answers

3

The loopback adaptor has nothing to do with any physical hardware: it's a service provided internally by the operating system.

Flup

Posted 2013-03-14T09:10:06.523

Reputation: 3 151