RFCs
Overview
From the Internet Engineering Task Force (IETF):
RFC documents contain technical specifications and organizational notes for the Internet.
RFC originally stood for “Request For Comment”, but these documents have transcended that definition and now are simply referred to as “RFCs”.
RFCs typically define the foundational technologies of the Internet such as addressing, routing, transport and now extends to many protocols, practices and architectures such as TLS, WebRTC, JWT and OpenID Connect.
RFCs are not standards by default and can just be recommendations, proposals or shared concepts and information.
Notable RFCs
RFC1918
RFC 1918: Defines the address ranges for private addresses (i.e. private networks). Specifically:
- 10.0.0.0 - 10.255.255.255 (10/8 prefix)
- 172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
- 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)