Skip to content

Opening book details…

Can I read Python Socket Programming Guide on EtoBox?

Python Socket Programming Guide by Ellen Conley is a document available to read on EtoBox.

What is Python Socket Programming Guide about?

The document describes 4 tasks involving socket programming in Python. Task 1 involves creating a client and server that can communicate over TCP. Task 2 adds 10 additional clients connecting to the same server simultaneously. The clients are able to connect successfully without issues. Task 3 modifies the program so the server sends messages back to the client. Task 4 changes the transport protocol from TCP to UDP, and discusses differences when multiple clients connect to a UDP server versus a TCP server.

Author
Ellen Conley
Language
EN