मुझे पता है कि IPv6 लगातार शून्य को छोड़ने की अनुमति देता है। लेकिन IPv4 के बारे में कैसे? मुझे इंटरनेट पर इसका कोई संदर्भ नहीं मिला, जिसमें विकिपीडिया और RFC 791 शामिल हैं - इंटरनेट प्रोटोकॉल। यह दस्तावेज़ बताता है कि एक आईपीवी 4 पते में "लीडिंग ज़ीरोस को छोड़ा जा सकता है" (शब्द 'छोड़ा' के लिए खोज)। पर्याप्त विशिष्ट नहीं है।
इस शेल सत्र को देखें:
[~]$ ping -c 1 127.1
PING 127.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.040 ms
--- 127.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.040/0.040/0.040/0.000 ms
[~]$ ping -c 1 127.0.1
PING 127.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.044 ms
--- 127.0.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.044/0.044/0.044/0.000 ms
[~]$ ssh 127.1 :
The authenticity of host '127.1 (127.0.0.1)' can't be established.
ECDSA key fingerprint is 04:48:fa:f2:ef:95:7c:35:46:39:2e:d3:89:dd:cd:87.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '127.1' (ECDSA) to the list of known hosts.
alex@127.1's password:
स्पष्ट रूप से, पिंग और ssh दोनों 127.1 और 127.0.1 को 127.0.0.1 के समान समझते हैं। यह कहां निर्दिष्ट है?
ping 0.0.0.0
ping 0