Skip to main content
replaced http://superuser.com/ with https://superuser.com/
Source Link

The two IP addresses are different.

However:

  • People would generally consider them the same.
  • Some software would consider them the same.
  • Some software, on some platforms, will consider them different.

If that sounds confusing, it's because there is no standard governing the way IP addresses are supposed to be written, so different programmers at different points in history, and on different platforms, all had different ideas on what should be done.

IP addresses are actually binary, and people tend to use a dotted decimal notation to represent IP addresses. Software can accept various numerical bases (ie decimal, octal, hex) and interpret things various ways based on how you write it. How you write it can tell the software what base you are writing in.

I advise you: do not use leading zeros if you mean to use dotted decimal notation. Some software will consider that a flag to mean that you are entering an octal number. If you mean to enter in a decimal number, you will not get the results that you expect.

I asked a similar questionsimilar question and got some good responses, so if you want to go read up on RFC's, there's good info to be had there.

The two IP addresses are different.

However:

  • People would generally consider them the same.
  • Some software would consider them the same.
  • Some software, on some platforms, will consider them different.

If that sounds confusing, it's because there is no standard governing the way IP addresses are supposed to be written, so different programmers at different points in history, and on different platforms, all had different ideas on what should be done.

IP addresses are actually binary, and people tend to use a dotted decimal notation to represent IP addresses. Software can accept various numerical bases (ie decimal, octal, hex) and interpret things various ways based on how you write it. How you write it can tell the software what base you are writing in.

I advise you: do not use leading zeros if you mean to use dotted decimal notation. Some software will consider that a flag to mean that you are entering an octal number. If you mean to enter in a decimal number, you will not get the results that you expect.

I asked a similar question and got some good responses, so if you want to go read up on RFC's, there's good info to be had there.

The two IP addresses are different.

However:

  • People would generally consider them the same.
  • Some software would consider them the same.
  • Some software, on some platforms, will consider them different.

If that sounds confusing, it's because there is no standard governing the way IP addresses are supposed to be written, so different programmers at different points in history, and on different platforms, all had different ideas on what should be done.

IP addresses are actually binary, and people tend to use a dotted decimal notation to represent IP addresses. Software can accept various numerical bases (ie decimal, octal, hex) and interpret things various ways based on how you write it. How you write it can tell the software what base you are writing in.

I advise you: do not use leading zeros if you mean to use dotted decimal notation. Some software will consider that a flag to mean that you are entering an octal number. If you mean to enter in a decimal number, you will not get the results that you expect.

I asked a similar question and got some good responses, so if you want to go read up on RFC's, there's good info to be had there.

ERMAHGERD WITH THE DOWNVOTES AND NO EXPLANATIONS
Source Link

The two IP addresses are different. However

However:

  • People would generally consider them the same.
  • Some software would consider them the same.
  • Some software, on some platforms, will consider them different.

If that sounds confusing, people would generally consider themit's because there is no standard governing the sameway IP addresses are supposed to be written, and some software would consider them the sameso different programmers at different points in history, but some softwareand on somedifferent platforms will consider them, all had different ideas on what should be done.

IP addresses are actually binary, and people tend to use a dotted decimal notation forto represent IP addresses. Software can accept various numerical bases (ie decimal, octal, hex) and interpret things various ways based on how you write it. How you write it can tell the software what base you are writing in.

I advise you to: notdo not use leading zeros use leading zeros if you mean to use dotted decimal notation. Some software will consider that a flag to mean that you are entering an octal number. If you mean to enter in a decimal number, you will not get the results that you expect.

I asked a similar questionsimilar question and got some technical data over here:

Leading zeros in IPv4 address; is that a no-no by convention or standard?

Sogood responses, so if you want to gee out andgo read up on RFC's, there's good info to be had there.

The two IP addresses are different. However, people would generally consider them the same, and some software would consider them the same, but some software on some platforms will consider them different.

IP addresses are actually binary, and people tend to use a dotted decimal notation for IP addresses. Software can accept various numerical bases and interpret things various ways based on how you write it.

I advise you to not use leading zeros if you mean to use dotted decimal notation.

I asked a similar question and got some technical data over here:

Leading zeros in IPv4 address; is that a no-no by convention or standard?

So if you want to gee out and read up on RFC's, there's good info to be had there.

The two IP addresses are different.

However:

  • People would generally consider them the same.
  • Some software would consider them the same.
  • Some software, on some platforms, will consider them different.

If that sounds confusing, it's because there is no standard governing the way IP addresses are supposed to be written, so different programmers at different points in history, and on different platforms, all had different ideas on what should be done.

IP addresses are actually binary, and people tend to use a dotted decimal notation to represent IP addresses. Software can accept various numerical bases (ie decimal, octal, hex) and interpret things various ways based on how you write it. How you write it can tell the software what base you are writing in.

I advise you: do not use leading zeros if you mean to use dotted decimal notation. Some software will consider that a flag to mean that you are entering an octal number. If you mean to enter in a decimal number, you will not get the results that you expect.

I asked a similar question and got some good responses, so if you want to go read up on RFC's, there's good info to be had there.

Source Link

The two IP addresses are different. However, people would generally consider them the same, and some software would consider them the same, but some software on some platforms will consider them different.

IP addresses are actually binary, and people tend to use a dotted decimal notation for IP addresses. Software can accept various numerical bases and interpret things various ways based on how you write it.

I advise you to not use leading zeros if you mean to use dotted decimal notation.

I asked a similar question and got some technical data over here:

Leading zeros in IPv4 address; is that a no-no by convention or standard?

So if you want to gee out and read up on RFC's, there's good info to be had there.