Articles by Tag #tcp

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Unveiling the Power of TCP: Building Apps with Node.js’ net Module

The net module in Node.js allows you to build TCP applications by creating both TCP servers and...

Learn More 10 0Jul 11 '24

RTPP (Resilient Transport Protocol for Peer-to-Peer Communications)

Problem: Peer-to-peer (P2P) communication is widely used for file sharing, streaming, and...

Learn More 5 0Jan 26

Lets understand HTTP

What is HTTP ? HTTP (Hypertext Transfer Protocol) is a protocol designed to transfer file...

Learn More 3 0Mar 15

Day 3 – The Thought That Changed Everything

🧠 Ever wondered what really happens before http.createServer() in Node? I did — and decided to dig...

Learn More 2 0Jun 8

Setting Up a Simple TCP Server

In this tutorial, you'll start the journey towards building Nimblecache (Redis clone) by first...

Learn More 2 0Aug 24 '24

Understanding Internet Protocols

Have you ever wondered how data travels seamlessly from one computer to another across the globe? The...

Learn More 2 0Nov 14 '24

TCP-based P2P data transmission

ClapPeer - is a library for creating a distributed network of nodes that supports message exchange...

Learn More 1 0Dec 26 '24

TCP vs UDP Understanding the Differences

In this blog post, we will compare the key differences between TCP and UDP, two essential protocols used to send data over a network. We will discuss their features, use cases, and help you decide which protocol is best for your specific needs. 🚀

Learn More 1 0Jun 28 '24

How to Run Multiple Tokio Runtimes in a Rust Application

Getting started with Tokio is straightforward. By simply adding the #[tokio::main] macro to your...

Learn More 1 0Sep 11 '24

Decoding Networking Protocols: A Guide to TCP/IP, HTTP, Socket, and WebSocket

Introduction In the world of networking and web development, a range of protocols—like...

Learn More 1 0Nov 13 '24

Optimizing global message transit latency: a journey through TCP configuration

Originally written by Amnon Cohen on the Ably Blog At Ably, we provide a realtime messaging service...

Learn More 1 0Jul 29 '24

Chat Server in Ruby Sockets

I am going to build a chat server in Ruby's sockets library. Before this, let's clarify what sockets...

Learn More 1 0Jul 28 '24

How the Cold War Influenced the Birth of the World's Most Used Internet Protocol

It was the late 1960s — the Cold War was tense, and the U.S. Department of Defense needed a...

Learn More 1 1Jun 14

TCP/IP vs OSI: Understanding the Backbone of Networking

If you've ever wondered how your data gets from point A to point B across the internet, you're not...

Learn More 1 0Apr 12

You (probably) do not understand UDP

On my day to day work, I find that few types of IT equipment cannot properly support anything but TCP...

Learn More 1 0Aug 3 '24

How Google Reinvented TCP for Faster Video Streaming

Discover how Google replaced a 30-year-old internet rule to fix video buffering and change...

Learn More 1 2Jun 10

TCP/IP Model – The Internet Backbone

Day 3: TCP/IP Model – The Internet Backbone 📅 Date: 2-2-2025 The TCP/IP (Transmission...

Learn More 0 0Feb 2

Streamline Your EKS Deployments with NGINX Ingress: A Comprehensive Guide

Managing multiple applications in Amazon EKS (Elastic Kubernetes Service) can become complex,...

Learn More 0 0Apr 25

TCP vs UDP: Understanding the Differences

When it comes to data transfer over the internet, there's a constant behind-the-scenes tug-of-war...

Learn More 0 0Feb 13

Docker Server Certificate with SSL

Step 1: Create the Certificate Authority (CA) HOST=10.203.1.61 openssl genrsa -aes256...

Learn More 0 0Oct 11 '24

TCP client/server with Python

Welcome to the next pikoTutorial ! The minimal TCP server A TCP server listens for...

Learn More 0 0May 6

Understanding Transmission Control Protocol (TCP) and Its Importance for WordPress

Understanding Transmission Control Protocol (TCP) and Its Importance for...

Learn More 0 0Apr 13

Networking Fundamentals: TCP

The Unsung Hero: Deep Dive into TCP for Modern Networks Introduction Last...

Learn More 0 0Jun 21

Building Production-Ready NestJS Microservices: TCP Implementation Guide

Microservices architecture is a powerful solution that kicks in when your application starts to grow...

Learn More 0 0Jun 23

A Beginner's Guide to Using the netstat Command in Linux

A Beginner's Guide to Using the netstat Command in Linux netstat (short for network...

Learn More 0 0Apr 11

Bore: The ridiculously simple TCP tunnel that will change your development workflow

Quick Summary: 📝 Bore is a CLI tool that creates TCP tunnels to localhost, enabling users...

Learn More 0 0Apr 26

4G module update for the power failure alarm device with call telephone function

Because of the current used 4G module AIR720UH unit price continues to rise to nearly 40RMB, have no...

Learn More 0 0Oct 17 '24

Introduction

In this series of articles, we will embark on a journey to build a Redis clone using Rust. This...

Learn More 0 0Aug 24 '24

Ever Wondered How TCP Connections Work? This Visual Explains It All.

The Initiation: The image depicts a client initiating a connection to a server. The client sends...

Learn More 0 0Apr 15

java.net.ConnectException: Connection refused

Three checks: 1) Run the Server code before running the Client code. 2)instead of this Socket...

Learn More 0 0Feb 15