top of page

PYTHON SOCKET PROGRAMMING
This was an assignment for my networks course. We were tasked with creating a python program that would communicate with a host server through sockets by establishing a TCP connection. I wrote the client side of the TCP connection as you can see in the code below. In order to verify that we had in fact establish a connection to the host server, we were sent back a secret code that corresponded to our individual student ID number. My ID number has been blurred in the image below for privacy reasons.

bottom of page