Questions

  1. Which types of IPv6 addresses are created automatically, are exclusively used in local subnets, and are not routable?
  2. Which IPv6 address represents the loopback address, such as 127.0.0.1 in IPv4?
  3. 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?
  4. How do we create a server with IPv6 support with the socket module?
  5. What method from the netifaces module can we use to list all interfaces, and IPv4 and IPv6 addresses present in the system?
  6. What are the address families available when we are working with the netifaces module?
  7. What is the alternative module to netifaces that allows us to get socket connections and interfaces in our computer with commands such as netstat?
  8. How do we use the netaddr module to interoperate between IPv4 and IPv6 addresses?
  9. Which classes in the ipaddress module can we use to work with IPv6 addresses?
  10. Which functions in the ipaddress module can we use to work with subnets and supernets?
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset