Localhost

The term localhost refers to the location of its own system on a computer network. It's a loopback interface, IPv4 usually get this IP address 127.0.0.1, IPv6 ::1. This address can then be used by TCP / IP applications to communicate with one's own system, if it is needed. This address can be used for test purposes without a machine

» Read more