Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • lol - no i def understand the subnet, and the basic concepts of networking... just never encountered a product that required 3 digits there. I was just using the 11.12.13.14 as variables... but thanks :)
    – Brock Vond
    Commented Dec 28, 2014 at 3:05
  • 11
    -1: No, inet_addr and the hundreds of thousands of tools that rely on it for address parsing take a leading 0 to mean the byte is given in base-8 notation. That's hardly "meaningless". Commented Dec 28, 2014 at 22:28
  • 1
    Try this ping 010.010.010.010 and notice you're pinging 8.8.8.8 So those leading zeros can be important.
    – Criggie
    Commented Jun 3, 2020 at 22:35