Chinnayya Chinthabasics-networking.hashnode.dev路Dec 23, 2024Practical Applications of OSI and TCP/IP Models in Cloud ComputingPractical of OSI and TCP/IP in Cloud Computing 1. Application Layer (OSI Layer 7 / TCP/IP Application Layer) Function: Provides the interface for end-user applications to communicate over the network. Cloud Example: AWS: AWS Lambda, EC2, or ECS ru...tcp/ip-model
danieltcp-ip-networking-model.hashnode.dev路Dec 20, 2024TCP/IP Networking ModelThe TCP/IP network model is referred to as a network suite. It is referred to as a suite because it consists of different networking protocols working together to transmit data packets from host A to host B and ensure a reliable connection between ne...networking
Mohammed Sharooquesharooque.hashnode.dev路Dec 18, 2024Understanding WebSocket Handshake: Seamless Two-Way Communication for Web ApplicationsGoal: The goal of WebSocket technology is to enable browser-based applications to establish two-way communication with servers without the need for multiple HTTP connections. This approach facilitates seamless interaction between clients and servers...websockets
Soumyadip Bhattacharjyasoumyadip.hashnode.dev路Dec 14, 2024In Depth Networking: Part 1 : Origin of TCPIf you are in a degree course of any sort, chances are high that you have encountered some of the topics or subjects which are interdependent on each other. Without the concept of one, another can not be understood. You can not just read one topic an...networking
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...internet
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鈥攁 critical skill for DevOps. Networking often feels like a "backstage hero" in IT infrastructure: it鈥檚 not flashy, but everyth...DevOps 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, ...networking
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....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...Computer 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...Networking: How internet worksnetworking