While testing a new host based firewall configuration a security administrator inadvertently blocks
access to localhost which causes problems with applications running on the host. Which of the
following addresses refer to localhost?

A.
::0
B.
127.0.0.0
C.
120.0.0.1
D.
127.0.0/8
E.
127::0.1
Explanation:
it is the loopback address 127.0.0.1
0
0
I would be happy to select 127.0.0.1, but there is no such an answer. The closest one is 120.0.0.1. I guess the test organizers did a type error here and really meant 127.
0
0
Badly written question with a clear typo in the answer:
The name localhost normally resolves to the IPv4 loopback address 127.0.0.1, and to the IPv6 loopback address ::1.
The closest possible answers is either B or C…..go figure
0
0