To ping the loopback address of your IPv6 localhost, you should type:
ping ::1
This is the correct option as ::1
is the IPv6 loopback address equivalent to the IPv4 loopback address 127.0.0.1
.
Group of answer choices
ping ::1
trace 0.0.::1
ping 127.0.0.1
ping 0.0.0.0
1 answer
To ping the loopback address of your IPv6 localhost, you should type:
ping ::1
This is the correct option as ::1
is the IPv6 loopback address equivalent to the IPv4 loopback address 127.0.0.1
.