0

I am doing an intern and now under a training. The instructor suggested us of reading the RFCs involved with the topics covered in class.

In RFC 1918, they say "An enterprise that decides to use IP addresses out of the address defined in this document can do so without any coordination with IANA or an Internet registry" under the section '3. Private Address Space' as in the picture below.

I presume by "the address defined in this document" they mean Private Address Space.

Or is my understanding incorrect?

enter image description here

1
  • "out of the address space" means "from the address space", otherwise it would read "outside of the address space". That is also clear when you read the entire text.
    – Zac67
    Commented Feb 3, 2023 at 23:18

1 Answer 1

4

RFCs often have mistakes or typos, and if one does, there is the Errata. You should always look at any errata that exist for an RFC.

RFC 1918 Errata explains:

RFC 1918, "Address Allocation for Private Internets", February 1996
Source of RFC: cidrd ()

Errata ID: 1419
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Jack Parker
Date Reported: 2008-05-07
Held for Document Update by: Pete Resnick

Section 3 says:

An enterprise that decides to use IP addresses out of the address
space defined in this document can do so without any coordination
with IANA or an Internet registry.

It should say:

An enterprise that decides to use IP addresses within the address 
space defined in this document can do so without any coordination 
with IANA or an Internet registry.

Notes:

There appears to be a slight difference in interpretation with the existing phrase, "out of the address space." This 'could' be interpreted to mean "outside of the address space," hence changing the meaning of the entire statement, if the section's context is not considered. In the interest of clarification, would it be possible to rephrase this particular section to "within the address space?" I'm aware of one case in particular where attorneys argued over this issue ad nauseum, regardless of the network architects attempting to intervene.

4
  • Thanks. I didn't know how to search for an errata. I will try hard to ask a more elaborated question.
    – 美日月
    Commented Feb 3, 2023 at 23:26
  • 1
    There is an Errata link at the top of the RFC.
    – Ron Maupin
    Commented Feb 3, 2023 at 23:50
  • One would think the actual RFC would have been updated... Commented Feb 7, 2023 at 13:45
  • @Charlieface, that does not seem to be the way the RFCs work. See this question and answer for one that is particularly bad.
    – Ron Maupin
    Commented Feb 7, 2023 at 21:52

Not the answer you're looking for? Browse other questions tagged or ask your own question.