This repository contains tiny Python exercises that demonstrate how TCP and UDP work in practice. They’re simple enough to run locally and are a great way to understand the difference between reliable ...
This project was created to explore the relationships of a server/client pair and how their interactions are different when built on TCP(connection-oriented) vs UDP(connectionless) sockets. Each ...
In this tutorial we will discuss the concept of Ports and how they work with IP addresses. If you have not read our article on IP addresses and need a brush up, you can find the article here. If you ...