Siddhartha Soxyprogrammer.com·Nov 2, 2024Navigating Networking Layers: The Journey of Data Through TCPIntroduction As backend engineers, we often take many things for granted without even realizing it, particularly what's happening beneath the surface. Although application programmers may not need to understand these underlying processes, architects ...Discuss·10 likes·56 readsNetworkingApplication Load
Utkarsh Jhacodetarget.hashnode.dev·Oct 14, 2024Understanding the OSI Model: Complete Guide to the 7 Networking LayersAnyone interested in computer science, networking, or information technology must comprehend how data moves between devices in today's networked environment. The OSI Model, a framework that streamlines and standardizes network communication, is at th...DiscussOSI Model
David Vilaçavilaca.dev·Sep 27, 2024HTTP além das abstrações: Saia do automático e entenda o protocolo fundamental da WebO HTTP (Hypertext Transfer Protocol) continua sendo o protocolo central da web moderna. Embora muitos desenvolvedores lidem com ele de forma indireta ao construir aplicativos, entender seu funcionamento detalhado é indispensável para otimizar e soluc...Discuss·1 like·65 readshttp
sai phanindrablog.saiphanindra.com·Sep 23, 2024TCP/IP FundamentalsThe Transmission Control Protocol/Internet Protocol is the backbone of the internet, enabling communication between devices and facilitating data transfer across networks. In this blog, we'll delve into the history, architecture, and key components o...DiscussComputer NetworksTCP
Om Supledev0ps-insights.hashnode.dev·Sep 23, 2024Computer Networking Essentials for DevOps: A Simple Guide to Key Concepts, Protocols, and LayersIf you’re on the path to becoming a DevOps engineer, having a solid understanding of computer networking is crucial. This guide provides just the right amount of information you’ll need to understand the networking concepts required for a DevOps road...Discuss·1 like·61 readsDevops
Yusuf Isahyuscode.hashnode.dev·Sep 5, 2024Chapter 5 - TCP/IP Protocol SuiteIntroduction The TCP/IP protocol suite is the foundation of Internet and network communication. It defines how data is transmitted over networks and ensures reliable and secure communication between devices. This chapter covers the common protocols w...DiscussNetworkingTCP/IP
Manjot Singh Bajwabajwamanjotsingh.hashnode.dev·Jun 25, 2024DNS Resolution and TCP Handshake: A Comprehensive GuideUnderstanding how data is transferred over the internet involves grasping concepts like DNS resolution and the TCP handshake. Here, we break down these processes, explain their sequence before considering the OSI model, and detail the sequence of eve...DiscussOSI Model
Hankyu Kimhankyukim.hashnode.dev·Jun 4, 2024TCP Flow ControlFlow control is a method that clients (RX) use to fix ‘overflow’ issues caused by the difference in data processing times between the server (TX) and the client (RX). There's no problem at all if the receiver’s data processing time is faster than the...DiscussTCP
Peter Edoka Augustineedoka.hashnode.dev·May 17, 2024What happens when you type google.com in your browser and press Enter?It takes you to the Google search home page! Actually, it is way more than that. A lot of things are going on in the background before the browser can render the search page. This article aims to demystify what happens in the background before the r...Discussdns
Patrick A. Nobletnoblet.hashnode.dev·May 12, 2024What Happens When You Type "google.com" in Your Browser and Press Enter?Introduction Have you ever wondered what happens when you type a URL (Uniform Resource Locator) like google.com in your browser's address box and press enter? Well, there are a series of operations that happen behind the scenes, from the time you pre...Discuss·13 likes·115 readsBrowsers