Options

Why wasn't the 127.0.0.x address not used when they were running out of IP addresses?

TechGromitTechGromit Member Posts: 2,156 ■■■■■■■■■□
Why wasn't the 127.0.0.x address not used when they were running out of IP addresses?

Yes I know 127.0.0.1 is the local loop back address, as well as 127.0.0.2 and 127.254.254.254. But do you really need 16.5 million loop back addresses? Wouldn't it be more effective to just use 127.0.0.1 the local loop back address and let everything else in the range be routeable? IPv6 fixed the address space issue, but I would have thought 16.5 million address not used a good way to extend the IPv4 address space.
Still searching for the corner in a round room.

Comments

  • Options
    MAC_AddyMAC_Addy Member Posts: 1,740 ■■■■□□□□□□
    I believe, now correct me if I'm wrong, but when it was created, they thought they'd never run out of IPv4 addresses. So they kept the entire range for loopback testing.

    Also, 16.5 million addresses? It's 2^16 (16 host bits available), which = 65,536.
    2017 Certification Goals:
    CCNP R/S
  • Options
    amcnowamcnow Member Posts: 215 ■■■■□□□□□□
    MAC_Addy wrote: »
    I believe, now correct me if I'm wrong, but when it was created, they thought they'd never run out of IPv4 addresses. So they kept the entire range for loopback testing.

    Also, 16.5 million addresses? It's 2^16 (16 host bits available), which = 65,536.

    Isn't local loop back part of the class A address range?
    WGU - Master of Science, Cybersecurity and Information Assurance
    Completed: JIT2, TFT2, VLT2, C701, C702, C706, C700, FXT2
    In Progress: C688
    Remaining: LQT2
    Aristotle wrote:
    For the things we have to learn before we can do them, we learn by doing them.
  • Options
    TechGromitTechGromit Member Posts: 2,156 ■■■■■■■■■□
    amcnow wrote: »
    Isn't local loop back part of the class A address range?

    It's between A and B, so technically it could be shifted over to either one if they wanted to use the space. It would make more sense to make it a class A address, that would give them 16.7 million address to utilize.
    MAC_Addy wrote: »
    I believe, now correct me if I'm wrong, but when it was created, they thought they'd never run out of IPv4 addresses. So they kept the entire range for loopback testing.

    But my point was when they realized "oh crap" they were running out of address, why didn't they pick the low hanging fruit and use the 127.x.x.x address space.
    Still searching for the corner in a round room.
  • Options
    TheFORCETheFORCE Member Posts: 2,297 ■■■■■■■■□□
    Because it would not solve any problems it would just postpone it. They want IPv6 on everything, thats the real problem solver, so why waste time and effort to reuse 127 range. Thats my understanding.
  • Options
    amcnowamcnow Member Posts: 215 ■■■■□□□□□□
    Fair enough regarding the classification of the 127.x.x.x address space. As for using it to extend IPV4, I concur with TheFORCE. It would only delay the inevitable.
    WGU - Master of Science, Cybersecurity and Information Assurance
    Completed: JIT2, TFT2, VLT2, C701, C702, C706, C700, FXT2
    In Progress: C688
    Remaining: LQT2
    Aristotle wrote:
    For the things we have to learn before we can do them, we learn by doing them.
  • Options
    PCTechLincPCTechLinc Member Posts: 646 ■■■■■■□□□□
    amcnow wrote: »
    Isn't local loop back part of the class A address range?

    It is "part" of the Class A range, just reserved for the loopback purpose. Class A addresses have to start with a binary 0, so the range is 00000000 to 01111111, which is 0-127.

    This is just hearsay, but I heard a long time ago that they didn't repurpose this range because things were already done with NAT to put a band-aid on running out of public IP addresses. On top of the really slow adoption of IPv6, they just left it alone.
    Master of Business Administration in Information Technology Management - Western Governors University
    Master of Science in Information Security and Assurance - Western Governors University
    Bachelor of Science in Network Administration - Western Governors University
    Associate of Applied Science x4 - Heald College
  • Options
    DevilsbaneDevilsbane Member Posts: 4,214 ■■■■■■■■□□
    PCTechLinc wrote: »
    This is just hearsay, but I heard a long time ago that they didn't repurpose this range because things were already done with NAT to put a band-aid on running out of public IP addresses. On top of the really slow adoption of IPv6, they just left it alone.

    Not only would it only be a bandaid, but can you imagine the amount of systems that would need to be reconfigured to allow for this? And inevitably some system doesn't get updated and then it can't connect with any of the new IPs. Plus the training involved with getting all of us informed of the change. It's a losing battle.
    Decide what to be and go be it.
Sign In or Register to comment.