Loopback Address
The address 127.0.0.1 (or ::1) used to test a host's own TCP/IP stack.
The loopback address (127.0.0.1 for IPv4, ::1 for IPv6) is a reserved address that routes traffic internally within the host’s network stack, bypassing any physical network interface entirely. When a ping to 127.0.0.1 succeeds, it confirms that TCP/IP is installed and functioning correctly on the local machine — no cable, switch, or router is involved. A key exam distinction: a successful loopback ping rules out a software stack failure but says nothing about the NIC, cabling, or upstream connectivity. Confusing a loopback test with a test of the physical interface is a common mistake — pinging the host’s own assigned IP address (not 127.0.0.1) is the next step that actually exercises the NIC.
PlayPrepHQ study notes are written and reviewed against primary exam sources. How we create & review content →