Demonstrate an understanding of IPv4/IPv6 addressing

Summary

RFC 1918 addresses are to be used for private IPv4 addresses within the cloud and on-premises. These addresses are not routable to the public Internet.

References

IPv6 Addresses

These notes are from "IPv6 Addresses".

IPv6 Glossary

IPv6 Notes

Each IPv6 address is 128 bits long and is written as hexadecimal digits in eight (8) blocks of four (4) digits separated by colons (':'). Consectitive blocks of zeroes can be replaced by two (2) colons ('::'). Only one (1) such abbreviation can be written in an address.

IPv4 Notes

Each IPv4 address is 32 bits long and is written as decimal digits in four (4) blocks separated by periods ('.'). Each block is a number between zero (0) and 255.

RFC 1918 (p.4):

PrefixMaskIP Address RangeDescription
10.0.0.0/8255.0.0.010.0.0.0 to 10.255.255.255Class A network
172.16.0.0/12255.240.0.0172.16.0.0 to 172.31.255.25516 class B networks
192.168.0.0/16255.255.0.0192.168.0.0 to 192.168.255.255256 class C networks

OCI requires VCN size ranges from /16 (64K - 3 hosts) to /30 (1 host).