Anirban Banerjeeanirbanbanerjee13.hashnode.dev·Sep 5, 2024HTTP: The Basics Behind Every Web RequestHTTP (Hyper Text Transfer Protocol) is the backbone of the web, defining how clients request data from servers and how servers respond. As an application layer protocol, HTTP relies on TCP to ensure every bit of data reaches its destination. It's als...Discusshttp
Dheeraj Gopinathdheerajgopi.hashnode.dev·Aug 24, 2024Setting Up a Simple TCP ServerIn this tutorial, you'll start the journey towards building Nimblecache (Redis clone) by first creating a simple TCP server using Tokio, a powerful asynchronous runtime for the Rust programming language. By the end of this tutorial, you will have a b...Discuss·46 readsBuild a Redis Clone in RustRedis
Dheeraj Gopinathdheerajgopi.hashnode.dev·Aug 24, 2024IntroductionIn this series of articles, we will embark on a journey to build a Redis clone using Rust. This project, named Nimblecache, is a personal project to deepen my understanding of Rust. Inspired by the CodeCrafter's Build Your Own Redis course, which I h...Discuss·46 readsBuild a Redis Clone in RustRedis
Abang Lazabang.hashnode.dev·Aug 22, 2024TCP/IP MODEL aka DoD MODELPicture the journey of data through the internet as a package delivery service, where each layer plays a role in ensuring that your package (or data) reaches its destination safely and in good condition. The TCP/IP model is composed of four layers, a...Discusstcp/ip-model
Dharm Joshidharmjoshi.hashnode.dev·Aug 11, 2024FeaturedWebRTC: The Backbone of Modern Communication SystemsSince the internet's inception, the ability to transfer data has always been evolving. In earlier times ( before the internet ), we were transfering data via cables through physical electronic waves. After that, we tend to transfer data using some pr...Discuss·24 likes·160 readsWeb Development
Sanket Kaleswarsanketkaleswar.hashnode.dev·Jul 30, 2024Understanding Data Flow in Networks: OSI vs. TCP/IP Models for DevOps EngineersAs a DevOps engineer, understanding how data flows over a network and how devices communicate with each other is crucial. Grasping the intricacies of data flow and device communication is essential for optimizing performance and troubleshooting issue...DiscussNetwork trouble shooting
mahdim--mdy--m.hashnode.dev·Jul 25, 2024Comprehensive Guide to the OSI ModelThe Open Systems Interconnection (OSI) model, developed by the International Organization for Standardization (ISO), is a foundational framework that facilitates understanding and designing complex communication systems. It is organized into seven di...Discuss·10 likesModel
sheheryar altafsheheryaraltaf.hashnode.dev·Jul 19, 2024Basic Networking Concepts: Part 3💡 Inspired by Kunal Kushwaha's YouTube tutorials, this article explores networking protocols and internet infrastructure. SSH (Secure Shell) SSH, or Secure Shell, is a network protocol that provides a secure way to access and manage a remote com...Discussinternet
sheheryar altafsheheryaraltaf.hashnode.dev·Jul 19, 2024Basic Networking Concepts: Part 1💡 Inspired by Kunal Kushwaha's YouTube tutorials, this article explores networking protocols and internet infrastructure. The Birth of the Internet: From Cold War to ARPANET The internet, originating from Cold War-era advancements and the launch o...Discuss·10 likes·32 readsnetworking
Anand Ravalanandraval.hashnode.dev·Jul 13, 2024Exploring the TCP/IP Model, ARP, and RARP 🌐📡• What is tcp/ip model ? The TCP/IP model is a framework used to understand how data is transmitted over the internet. It consists of four layers: the Network Access Layer, the Internet Layer, the Transport Layer, and the Application Layer. To make t...Discuss#computernetwork