Soban MalikHow to Install and Configure NTP on LinuxNTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by…Feb 6
Kenneth GonzalezWhat The Heck is TCP, UDP and TLS?Before explaining what all this is I think it’s important that we get a quick overview of what the OSI Model is and where TCP and UDP fall…Jan 19Jan 19
Mykhailo DidurNetworking 101: OSI Model OverviewHi mediumers, this article is the start to a new series of articles in which I will describe all the networking fundamentals I would…May 11May 11
Soban MalikHow to Install and Configure NTP on LinuxNTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by…Feb 6
Kenneth GonzalezWhat The Heck is TCP, UDP and TLS?Before explaining what all this is I think it’s important that we get a quick overview of what the OSI Model is and where TCP and UDP fall…Jan 19
Mykhailo DidurNetworking 101: OSI Model OverviewHi mediumers, this article is the start to a new series of articles in which I will describe all the networking fundamentals I would…May 11
GaurangjotwaniUDP client-server communication in Java — Part 2Welcome back, curious minds! In our previous Medium article (Link in Reference section), we embarked on an exciting journey through the…Aug 15, 2023
InByte & BeyondbyMs. Byte DevUnderstanding UDP and TCP: Key Differences Explained SimplyUnderstanding UDP (User Datagram Protocol) and TCP (Transmission Control Protocol) is essential for grasping fundamental concepts of…Apr 23
Abdella SolomonUDP protocol with a header implementation in pythonIn this article, we are implementing(experimenting) UDP headers in UDP protocol with python’s built-in module socket.Oct 20, 20211