What is the IP address for Loopback Test ?
-
127.0.0.1
-
10.0.0.5
-
192.0.0.1
-
10.255.255.255
A
Correct answer
Explanation
The loopback address 127.0.0.1 is reserved for testing the local TCP/IP stack. Any packet sent to this address never leaves the host and loops back to the local system, useful for testing network services without actual network traffic.