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·39 readsComputer Science
SREERAJ Rsreeraj6.hashnode.dev·Sep 8, 2024Understanding Load Balancers: A Real-World ExampleLoad Balancer is a solution that distributes traffic to the number of servers. Load Balancers distribute traffic to multiple servers during peak traffic time and increase the reliability of the application. Let’s Break It Down with a Real-Life Exampl...Discuss·10 likesDevops
CHETHANchethan20.hashnode.dev·Aug 30, 2024Simplifying the OSI Model for Beginners💡 OSI - Open Systems Interconnection model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers. List of all layers in OSI layers Tip to remember all layers - All People Sh...Discuss·1 like·43 readscomputer network
Ansuman Satapathyansumannn.hashnode.dev·Jan 23, 2024Computer Networks Basics & OverviewWhat is a Computer Network? What first thought comes to mind when you hear the word "Network"? Yes, you are right! It is the connection or relationship that links individuals or entities together. In our case, that would be the connection between com...Discuss·1 like·86 readsDevOps Seriescomputer networking
Sushant Patharesushant4612.hashnode.dev·Aug 7, 2023Exploring Computer Networks: Types and ComponentsTypes of Computer Networks Personal Area Network (PAN): A Personal Area Network (PAN) is the smallest type of network and typically involves devices within your immediate reach. It allows communication and data sharing between personal devices. Ex...Discuss·10 likesComputer Science
Sushant Patharesushant4612.hashnode.dev·Aug 5, 2023Basics of Computer NetworkWelcome to the fascinating world of computer networks! In this blog, we'll embark on a journey to explore the basics of computer networks and understand how they enable us to connect and communicate in the digital age. Whether you're a tech enthusias...Discuss·12 likesnetworking
Kealan ParrforfreeCodeCampfreecodecamp.org·Jul 25, 2023What is DNS? Basics for BeginnersWhen you access a website like www.google.com, would it surprise you to learn that the URL isn't really the website address? There is some work "under the hood" to ensure that, when you type in a human friendly name like Google, it takes you to the ...Discusscomputer network
Manthan Parmarmanthanparmar.hashnode.dev·Jul 22, 2023A Beginners Guide to Understanding Computer NetworksWhat is Network? Networks are like connections between things. Think about your friendship circle - you are all connected because you have similar interests, hobbies, and skills. Networks can be found in many aspects of our lives: A city's public tr...Discusscomputer network
freeCodeCampforfreeCodeCampfreecodecamp.org·May 25, 2023What is Socket Programming in Python?By P S Mohammed Ali In this article, you will learn how to code a socket program in Python. But before that, let's understand what a socket is and where you might use it. We can define a socket as a quick connection which allows the transmission of d...Discusscomputer network
freeCodeCampforfreeCodeCampfreecodecamp.org·May 2, 2023What is SSH? SSH Meaning in LinuxBy Shittu Olumide Secure Shell (SSH) is a widely used network protocol that provides a secure way to access remote servers and computers. In Linux, SSH is an essential tool for remote administration and file transfer. In this article, we will go ove...Discusscomputer network