Questions

  1. Which method of the socket module allows a server socket to accept requests from a client socket from another host?
  2. Which method of the socket module allows you to send data to a given address?
  3. Which method of the socket module allows you to associate a host and a port with a specific socket?
  4. What is the difference between the TCP and UDP protocols, and how do you implement them in Python with the socket module?
  5. Which method of the socket module allows you to implement port scanning with sockets and to check the port state?
  6. What is the alternative tool on the windows system for capturing packets on a loopback interface?
  7. What is the socket configuration for the client-and-server IPv6 protocol?
  8. What Python module can we use from version 3.4+ that provides an API to quickly build an object-oriented server based on the I/O primitives?
  9. What method and parameters from the SSL module can we use to establish an SSL socket connection? 
  10. What method from the SSL module can we use to extract remote host certificate details and verify the authenticity of the remote server? 
..................Content has been hidden....................

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