- Which method of the socket module allows a server socket to accept requests from a client socket from another host?
- Which method of the socket module allows you to send data to a given address?
- Which method of the socket module allows you to associate a host and a port with a specific socket?
- What is the difference between the TCP and UDP protocols, and how do you implement them in Python with the socket module?
- Which method of the socket module allows you to implement port scanning with sockets and to check the port state?
- What is the alternative tool on the windows system for capturing packets on a loopback interface?
- What is the socket configuration for the client-and-server IPv6 protocol?
- 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?
- What method and parameters from the SSL module can we use to establish an SSL socket connection?
- What method from the SSL module can we use to extract remote host certificate details and verify the authenticity of the remote server?