Multiple choice technology

What is the IP Address of Local host on your workstation?

  1. 127.0.0.1

  2. 0.0.0.0

  3. 127.0.0.0

  4. 255.255.255.255

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

127.0.0.1 is the standard IPv4 loopback address, universally designated as 'localhost' on all TCP/IP systems. It always refers to the local machine itself. 0.0.0.0 means 'all interfaces' or 'any address'. 127.0.0.0 is the network address, not a specific host. 255.255.255.255 is the limited broadcast address.