NETWORK LAYER
NEXT GENERATION IP
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
You want to ping the loopback address of your local host(with IPv6). What will you type?
|
ping 127.0.0.1
|
|
ping 0.0.0.0
|
|
ping::1
|
|
trace 0.0.::1
|
Explanation:
Detailed explanation-1: -At the command line, type these commands: For IPv4: PING ‘127.0. 0.1’ or PING LOOPBACK. For IPv6: PING ‘::1’ or PING ‘IPV6-LOOPBACK’
Detailed explanation-2: -In a TCP/IP network, the loopback IP address is 127.0. 0.1, and pinging this address will always return a reply unless the firewall prevents it. The loopback address allows a network administrator to treat the local machine as if it were a remote machine.
There is 1 question to complete.