Vidyalelo
Networking · Q14

IPv6

Programming · Networking · question 14

Q14

You want to ping the loopback address of your local host(with IPv6). What will you type?

A.
ping 127.0.0.1
B.
ping 0.0.0.0
C.
ping ::1
Answer
D.
trace 0.0.::1

Answer: Option C

Solution

Answer: Option C
Solution:
The loopback address with IPv4 is 127.0.0.1. With IPv6, that address is ::1.