- Which types of IPv6 addresses are created automatically, are exclusively used in local subnets, and are not routable?
- Which IPv6 address represents the loopback address, such as 127.0.0.1 in IPv4?
- What is the method from the socket library that we can use to get information related to the IPv4 and IPv6 protocols from a specific domain?
- How do we create a server with IPv6 support with the socket module?
- What method from the netifaces module can we use to list all interfaces, and IPv4 and IPv6 addresses present in the system?
- What are the address families available when we are working with the netifaces module?
- What is the alternative module to netifaces that allows us to get socket connections and interfaces in our computer with commands such as netstat?
- How do we use the netaddr module to interoperate between IPv4 and IPv6 addresses?
- Which classes in the ipaddress module can we use to work with IPv6 addresses?
- Which functions in the ipaddress module can we use to work with subnets and supernets?