IPv4 & IPv6 Flashcards
What is IPv4 used for?
IPv4 is the primary protocol for everything we do in networking.
What is IPv6?
IPv6 is a 128-bit addressing protocol, now part of major operating systems and the backbone of Internet infrastructure.
How many addresses are available with IPv4?
IPv4 has approximately 4.3 billion (2^32) addresses.
How many IPv6 addresses are possible?
IPv6 can provide up to 340 undecillion (340 x 10^36) addresses
What does a subnet mask like 255.255.255.0 do in IPv4?
It is used by local devices to determine the subnet but is not usually transmitted across the network.
What is the purpose of a default gateway?
A default gateway, like 192.168.1.1, allows communication outside of the local subnet.
What is the role of DNS servers?
DNS servers translate domain names into IP addresses, allowing devices to connect using names like google.com.
How many bits are there in an IPv4 address?
An IPv4 address is 32 bits (4 bytes) long.
How many bits are there in an IPv6 address?
An IPv6 address is 128 bits (16 bytes) long.
What is an example of an IPv4 address format?
192.168.1.131, which can be broken down into 8-bit sections
What is an example of an IPv6 address format?
fe80::5d18:652:cffd:8f52, represented in 16-bit sections.