Module 1 - IPv4 and IPv6 Big Picture
IPv4 is still the primary protocol for everyday networking, while IPv6 is built into modern operating systems and forms a major part of Internet infrastructure.
Both IPv4 and IPv6 are Internet Protocol addressing systems. They operate at OSI Layer 3, which means they identify network-layer source and destination addresses so traffic can move between devices and networks.
- IPv4 basics: IPv4 is Internet Protocol version 4. It uses 32-bit Layer 3 addresses written as four decimal octets, such as 192.168.1.131.
- IPv4 scale: Every public IPv4 address on the Internet must be unique, but the total IPv4 space is only about 4.29 billion addresses. That limitation created the need for private addressing, NAT, and eventually IPv6.
- IPv6 basics: IPv6 is Internet Protocol version 6. It uses 128-bit addresses written in hexadecimal, such as fe80::5d18:652:cffd:8f52.
- IPv6 scale: IPv6 provides a vastly larger address space, roughly 3.4 x 10^38 addresses, which solves the long-term scalability limitations of IPv4.
- Modern support: IPv6 is built into modern operating systems, network stacks, and Internet infrastructure, even when a network still feels mostly IPv4 from the technician perspective.
- DNS importance: IPv6 addresses are long and not human-friendly, so DNS becomes especially important for translating easy-to-remember names into IPv6 addresses.
Because IPv6 addresses are long and difficult to memorize, DNS is a major part of IPv6 usability. A user should type a name like www.example.com, while DNS resolves that name to an IPv6 address such as 2001:db8::1.IPv4 is what you will still configure constantly: address, subnet mask, gateway, and DNS. IPv6 is already present in modern systems, so do not ignore it when troubleshooting name resolution, routing, or connectivity.IPv4 clue: four decimal octets, 32 bits, examples like 192.168.1.131. IPv6 clue: hexadecimal groups, 128 bits, examples like fe80::5d18:652:cffd:8f52. Both are Layer 3 addresses, but IPv6 has the much larger address space.






