Skip to content

Opening book details…

About this document

Python Socket Programming Overview by Adarsh Agrawal is a document available to read on EtoBox.

This document discusses socket programming using Python. It begins by introducing the TCP/IP model and positioning UDP, TCP and IP in the protocol stack. It then discusses key concepts like the transport layer, user datagram protocol (UDP), transmission control protocol (TCP) and how they provide communication between processes. It also covers socket programming APIs like BSD sockets and how they are used to build clients and servers in Python using modules like socket and socketserver.

Author
Adarsh Agrawal
Language
EN