Pranjal Pandeypranjallpandey.hashnode.dev·Dec 3, 2024Understanding How the Internet Operates🛜The internet is a vast network that connects millions of computers and devices globally, enabling communication and data exchange. Its functionality is based on several key components and processes that work together seamlessly. Key Components of the...Discussinternet
Yashraj Garnayakdisarj.hashnode.dev·Dec 1, 2024🌟 My DevOps Journey: Second week part - 1 All about Networking & Protocols🌐 Why Networking is Crucial for DevOps: What I Learned and How It Adds Value This week, I took a deep dive into networking—a critical skill for DevOps. Networking often feels like a "backstage hero" in IT infrastructure: it’s not flashy, but everyth...DiscussDevOps JourneyDevops
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 11, 2024Understanding Network Programming with Python: Socket Library, IPs, and MoreIn today's world, the internet is at the core of almost every technology we use. Understanding how devices communicate over networks is essential for developers. In this blog, we'll explore the Python socket library, IP addresses, network protocols, ...Discussnetworking
Ishika Ishaniishikaishani.hashnode.dev·Nov 9, 2024Understanding How the Internet WorksEver wondered how the internet really works? We often take it for granted, typing in "google.com" and magically landing on a webpage. But there's an entire system underneath it, working tirelessly to deliver those bits of data right to your computer....Discuss·10 likescomputer networking
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
Danish Khandanishpy.hashnode.dev·Sep 20, 2024Network layer and Link layer: filling the gaps in understanding networkingThis is 4th and final blog in series of Networking: how internet works. Make sure you have read previous ones Network layer: Quickly, what happened till now, For client: data got encrypted, server IP determined by DNS, data divided into segments, eac...DiscussNetworking: How internet worksnetworking
Danish Khandanishpy.hashnode.dev·Sep 16, 2024Application layer and Transport layer in detailThis is the continuation of series - Computer networking: how internet works, with 3rd article. So make sure you have read previous articles. with that being said let’s jump in. Refreshing the server-client architecture, client is one who request. Se...DiscussNetworking: How internet worksnetworking
Ruchir Dixitruchirstechblogs.hashnode.dev·Sep 16, 2024Demystifying the OSI Model: A Layer-by-Layer Guide to Network CommunicationOverview The OSI Model (Open Systems Interconnection) is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers. Each layer serves a specific purpose, enabling various devices and ...Discuss·1 like·43 readsComputer Science
Danish Khandanishpy.hashnode.dev·Sep 10, 2024Conceptual models to understand networkingThis is second blog in the series - Networking: How internet works. so make sure you had read the first one. Previously i explained the general overview of what happen when you connects to internet and make request, from request to response, and we g...DiscussNetworking: How internet worksnetworking
Dipsan Kadariyadipsankadariyablog.hashnode.dev·Sep 4, 2024The OSI and TCP/IP Network Reference ModelsIntroduction Models that provide abstract representation of how data is transmitted over a network. Each model is described by a so-called stack of layers, because each layer is dependent on its adjacent layers. The OSI stack has 7 such layers and...DiscussOSI Model