Md Shahed Fardousblog.shahedfardous.com·Dec 6, 2024Essential Networking Terminology: A Practical Guide with Real-World ExamplesHave you ever wondered how your Netflix stream reaches your TV, or how your email finds its way to the correct recipient? Understanding basic networking terminology is the key to unlocking these mysteries. In this guide, we'll break down essential ne...Networkingnetworking
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 ...1 like·43 readsComputer Science
Aman Singhamanlearn.hashnode.dev·Jul 2, 2024Core Components in Network SystemsWhat is Network? Think of a network like a group of friends who are all connected and can talk to each other. In tech, it's a bunch of computers and devices linked together to share information and resources. Before a network, it was like everyone h...5 likesComputer_Networks
Gear Net Technologiesgearnettechnologies.hashnode.dev·Feb 29, 2024Navigating the Complexities of Ethernet Switching: A Comprehensive Guide to Performance Optimization and LongevityEthernet switches, the central pillars of wired network frameworks, play a pivotal role in the seamless transmission of vast amounts of critical data across offices, campuses, and data centers on a daily basis. The durability and sustained efficiency...Ethernet
Duong Phambigdataboi.com·Sep 10, 2023Sử dụng nhiều phiên bản Java trên macOSCài đặt HomeBrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Cài đặt các phiên bản Java cần sử dụng brew install --cask adoptopenjdk8 brew install --cask adoptopenjdk11 brew install --cask adoptope...45 readsJava
Saroj Regmisarojregmi.hashnode.dev·Jun 22, 2023I am switching to Vim from Vs code.Hello there 👋, Greetings, how is your day going🤔? Comment down👇 I am Saroj, A full-stack developer currently learning React Native and exploring the depths of the tech world. I love talking to communicating with people and learning and teaching to...vscode
Meenal Jyotikameenaljyotika.hashnode.dev·Jun 15, 2023Demystifying Switches, Routers, and Gateways in Local Area Networks (LAN)SWITCH Crucial for creating a local area network (LAN) where devices can communicate with each other efficiently. Here the connection between the two systems is made by a switch. The switch creates the network containing the two systems. To conne...2Articles1Week
Majd Jalabmajdjalab.hashnode.dev·Jun 4, 2023🌗 React Native Switch With Icon & Dark Theme Without Packages!! Part 1Hello, As this is my first post here, I'm thrilled to teach you how to create a Switch with Icon and Dark theme without relying on external packages, specifically using React Native. So, let's dive right in and get started on this exciting journey of...35 readsReact
Harsh Mangeharshmange.hashnode.dev·May 10, 2023The basic difference between a router and a switchA router and a switch are both networking devices used to connect multiple devices within a network, but they perform different functions. Switch A switch is a networking device that connects multiple devices on the same network. It operates at the D...64 readsSWITCH
Ecyla Nyambudrtech.hashnode.dev·May 9, 2023JavaScript Programming: Which Control Structure is Better for Performance - if-else or switch Statements?what are conditional statements? Conditional statements are simply a set of statements that are used to simulate the human’s ability to make decisions and perform actions based on the decision made. Conditional statements are essential in programming...2 likes·69 readsJavaScript