Which of the following is a loopback IP address?
2016
Which of the following is a loopback IP address?
- A.
127.0.0.1
- B.
124.0.0.1
- C.
124.0.1.0
- D.
125.0.1.0
Attempted by 109 students.
Show answer & explanation
Correct answer: A
The correct option is A (127.0.0.1).
A loopback IP address is a special IP address used by a host to send network traffic to itself. It is primarily used for troubleshooting, testing network software locally, and verifying that the local network stack (TCP/IP stack) is functioning correctly without sending packets out onto the physical network.
Reserved Range: The entire Class A block from
127.0.0.0to127.255.255.255(or127.0.0.0/8in CIDR notation) is reserved for loopback functions.Standard Localhost: Among this block,
127.0.0.1is the most commonly used loopback address and is usually mapped to the hostnamelocalhost.