Networking - Subnetting - Discussion

Discussion Forum : Subnetting - Subnetting (Q.No. 15)
15.
To test the IP stack on your local host, which IP address would you ping?
127.0.0.0
1.0.0.127
127.0.0.1
127.0.0.255
Answer: Option
Explanation:
To test the local stack on your host, ping the loopback interface of 127.0.0.1.
Discussion:
7 comments Page 1 of 1.

Pfhine said:   1 decade ago
C is the "BEST" answer (the most traditional). However any of the class A 127 address would work. Try 127.0.0.1 and then 127.0.0.255 (both valid 127 addresses) and compare the PING output. Interesting.

Wediweree said:   8 years ago
127.0.0.0 should be loop back IP Address.

John said:   8 years ago
Thanks for your explanation!

Rajiv Rai said:   8 years ago
Can we use 127.0.0.0?

Smriti said:   7 years ago
Explain it clearly please.

Aarav said:   6 years ago
Option C suits correct. As the question asked for host ping.

Dhanavel said:   4 years ago
C is the answer.

Loop back address is 127. So that 127.0.0.0 is network Id and 127.0.0.255 is broadcast id. We can check through first valid ip (ie) 127.0.0.1.
(1)

Post your comments here:

Your comments will be displayed after verification.