Questions

  1. Which Python module allows us to retrieve geographic information from an IP address?
  2. Which method from the netifaces module can you use to enumerate the network interfaces of your local machine?
  3. Which port do DNS servers use to resolve requests for mail server names?
  4. Which method from the ipaddress module method has the capacity to generate subnets with additional host bits or with a specific amount of network bits?
  5. Which method within the pygeoip module allows us to obtain the value of the country name from the IP address passed by the parameter?
  6. Which method within the pygeoip module allows us to obtain a structure in the form of a dictionary with the geographic data (country, city, area, latitude, longitude) from the IP address?
  7. Which method within the pygeoip module allows us to obtain the name of the
    organization from the domain name?
  8. Which method should be called and what parameters should be passed to obtain the IPv6 address records with the dnspython module?
  9. Which method should be called and what parameters should be passed to obtain the records for mail servers with the dnspython module?
  10. Which method should be called and what parameters should be passed to obtain the records for name servers with the dnspython module?
..................Content has been hidden....................

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