What is the IP Address of Local host on your workstation?
-
127.0.0.1
-
0.0.0.0
-
127.0.0.0
-
255.255.255.255
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.