Browsing Tag
socket
5 posts
Using the socket module to obtain server information
The socket module in Python provides functions for creating sockets, which are endpoints for network communication. You can…
Resolving IPS domains, addresses, managing exception and reverse lookup command
DNS resolution, or Domain Name System resolution, is the process of translating human-readable domain names into IP addresses…
Setting basic client with the socket module
Shebang and Importing Modules Creating and Connecting the Socket Setting Target Host and Port Establishing Connection Sending HTTP…
The socket module, server and client socket methods
The socket module in Python provides a low-level interface to network sockets, which are the fundamental building blocks…
what is socket raw and how to implement in python
In networking, a raw socket allows direct access to the underlying communication protocols at the transport layer, such…