<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Understanding Network Devices]]></title><description><![CDATA[Understanding Network Devices]]></description><link>https://info-on-network-devices.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 07:50:53 GMT</lastBuildDate><atom:link href="https://info-on-network-devices.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Understanding Network Devices]]></title><description><![CDATA[What is a Modem and how it connects your network to the internet?
To fully understand this concept we will make our concepts strong in Internet and network. Then we will move towards “What is Modem”.
Starting with “What is Internet ?”
Most of us don’...]]></description><link>https://info-on-network-devices.hashnode.dev/understanding-network-devices</link><guid isPermaLink="true">https://info-on-network-devices.hashnode.dev/understanding-network-devices</guid><category><![CDATA[ChaiCode]]></category><category><![CDATA[ChaiCohort]]></category><category><![CDATA[Chaiaurcode]]></category><category><![CDATA[networking]]></category><category><![CDATA[internet]]></category><category><![CDATA[technology]]></category><dc:creator><![CDATA[Krish]]></dc:creator><pubDate>Mon, 19 Jan 2026 12:34:57 GMT</pubDate><content:encoded><![CDATA[<h1 id="heading-what-is-a-modem-and-how-it-connects-your-network-to-the-internet">What is a Modem and how it connects your network to the internet?</h1>
<p>To fully understand this concept we will make our concepts strong in Internet and network. Then we will move towards “What is Modem”.</p>
<h3 id="heading-starting-with-what-is-internet">Starting with “What is Internet ?”</h3>
<p>Most of us don’t even know what actually is internet, some refer internet as ‘net’ or ‘data’ in our daily conversations for our convenience, because we don’t know what is internet (even me too). So lets start with this word “Inter-net”.</p>
<p>Internet help us to connect with people globally by connecting different networks. so here <strong>Inter</strong> means Interconnected like we use words as Interbus and <strong>net</strong> means network</p>
<p>Very popular description of Internet you may hear is <strong>“Network of Networks”</strong>. To understand this we need to know first about <strong>Network</strong>.</p>
<h3 id="heading-network">Network</h3>
<p>We use the word <strong>Network</strong> in our daily life as “I am building Network with my clients to gain more reach“ , so here we are using <strong>Network</strong> as making or building connections with someone.</p>
<p>So in tech we use Network to show connections, like network between two computers or something. You may know that we humans laid the optical fibers across oceans all over the world to make network between each part of world, and making internet possible.</p>
<p>So we have made global connections between networks using these fiber optic cables. Thus we made a Network of Networks which is Internet.</p>
<h2 id="heading-back-to-our-question-what-is-mo-dem">Back to our Question “what is Mo-Dem ?”</h2>
<p>You may have now question why i separated this modem word as Mo-Dem because modem is short form of <strong>Modulator and Demodulator</strong>. Now again we have to understand <strong>Modulator and Demodulator</strong> to go ahead !</p>
<h3 id="heading-modulator">Modulator</h3>
<p>As we don’t know what is meaning of word “modulator”, I find out that modulator comes from word modulate which means to change or control a signal.</p>
<p>In our world of internet Modulator is used to convert the digital signals ( which comes from computer as input ) into analog signals or in simple words into continuous signals which goes into telephone / cable lines.</p>
<h3 id="heading-demodulator">Demodulator</h3>
<p>Yes its opposite of modulator. It converts the analog signals to digital signals</p>
<p>Now the question is why do we need Modulator and DeModulator or <strong>Modem</strong>, why and where it is used ?!</p>
<blockquote>
<p>A <strong>modem is mainly used for cable or telephone line connections</strong> (like DSL or coaxial cable).<br />In these connections, the modem converts Digital signals ↔ Analog signals</p>
<p>However, <strong>modems are NOT used for optical fiber connections.</strong> For <strong>fiber internet</strong>, we use a device called ONT (Optical Network Terminal).</p>
</blockquote>
<h3 id="heading-the-googlecom">The google.com</h3>
<blockquote>
<p><strong>Every website’s domain name has one or more IP addresses stored in DNS records.</strong></p>
</blockquote>
<p>To reach any website like google.com we need their IP address which we get from DNS servers. If you want to know what DNS server is, then you have to search it by your own sorry.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1768743347980/e7adbb0b-9ce0-4af9-b127-a8530a050d8f.png" alt class="image--center mx-auto" /></p>
<p>As you type www.google.com on your browser it has created a request to visit to this website. Now this request travels through router then Modem and converts you digital input signals from computer to analog signals which travels through cables and goes to your ISP (internet service provider). <strong>Then the ISP sends the request</strong> to DNS server. After getting the IP address of the website <strong>the data comes back to ISP</strong> and then comes to our modem which converts the analog signals to digital signals because our computer only knew 1 and 0, then it comes to router and finally to our computer.</p>
<p>And as we got ip address of website now our browser will do some HTTPS request to googles server and we can see google.com on our browser live.</p>
<blockquote>
<p>we will go in more depth ahead just wait and <s>watch</s> read !</p>
</blockquote>
<h1 id="heading-what-is-a-router-and-how-it-directs-traffic">What is a Router and how it directs traffic?</h1>
<p>Starting with understanding the word “Router” those who teach called as teacher , those who write blogs are blogger so like that those who provide route is <strong>Router</strong>. I know it might sound weird so lets understand it in more depth</p>
<h2 id="heading-route-path">Route (path)</h2>
<p>Routers are used to navigate the data packets to their destination either they are coming from Computer as input for a request or its coming from a Server as a response.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1768816033938/28666673-c75e-4cbd-ac71-149689daef2a.png" alt class="image--center mx-auto" /></p>
<p>Here our Wifi Router gets the Data packets from our computer which contains <strong>Source IP</strong>, <strong>Destination IP</strong>, and <strong>Request made</strong></p>
<h3 id="heading-why-we-need-destination-ip">Why we need Destination IP ?</h3>
<p>Without Destination IP router does not know where to send this data packet.</p>
<blockquote>
<p>If you don’t know where you have to go, why to blame google maps?</p>
</blockquote>
<p>Router finds the best next path to Destination IP address for your Data Packet.</p>
<p>Destination IP can be DNS server’s IP address from where we can get google.com IP address, and then we create a new Data Packet where destination IP is what we get from DNS server and then we get response from google’s server and we load the website successfully !</p>
<h3 id="heading-why-we-need-source-ip">Why we need Source IP ?</h3>
<p>Without Source IP router don’t know who has send the request and whom to give response.</p>
<blockquote>
<p>What if Amazon don’t know your address and bill is already paid ?</p>
</blockquote>
<p>As router get the response back from Server whose Destination IP address was given in Data Packet, router will route the Data Packet to the Computer whose ip address match with source ip and delivers the response got !</p>
<h1 id="heading-switch-vs-hub-how-local-networks-actually-work">Switch vs Hub: How local networks actually work?</h1>
<p>First lets understand What are local networks and then we will study about Switch and Hub</p>
<h2 id="heading-what-is-local-network">What is Local Network ?</h2>
<p>We have already discussed very well about networks and what they are and how they make Internet now lets see about Local Network</p>
<p>Local means =&gt; a particular place (near you). Which means the network which is created near you that is what Local Network.</p>
<p>This Network can be between your <strong>Laptop or Mobile</strong> or <strong>Computer with Printer</strong>. We can also say this Local Network can be in your home or office or a place near you .</p>
<blockquote>
<p>So what is <strong>NOT</strong> a Local Network ?</p>
<p><strong>Internet</strong> ! THE GLOBAL NETWORK</p>
</blockquote>
<p><strong>Okay we have got the idea about Local Network now what is this Switch and Hub ?</strong></p>
<h2 id="heading-broadcast-vs-targeted">Broadcast VS Targeted</h2>
<p>There is difference in Switch and Hub which tells you about them</p>
<p>This is very normal for you that, If you have send a instruction to print a pdf to your printer it will only go to printer not to the other devices.</p>
<p>You may ask what am i saying if I give a instruction to Printer to print a pdf it will go to my Printer only ?!</p>
<p>Yes, because you are using <strong>SWITCH</strong></p>
<h2 id="heading-switch">Switch</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1768819446680/d354855c-f263-4cd0-803c-8fc6abfcd476.png" alt class="image--center mx-auto" /></p>
<p>This <strong>Network communication device</strong> only sends the data which you have targeted only which we use today.</p>
<h2 id="heading-hub">Hub</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1768819624204/e355b74e-fcb1-439c-827e-cb1ebd02a0a3.png" alt class="image--center mx-auto" /></p>
<p>In a <strong>hub</strong>, <strong>all connected devices receive the data</strong>, even if the data is meant for only one device (like a printer).</p>
<p>Which was a very big problem as you understand in earlier days and its solution is using Switch as communication device</p>
<h1 id="heading-what-is-a-firewall-and-why-security-lives-here">What is a Firewall and why security lives here?</h1>
<p>I guess many of you know the Firewall. While companies purchase expensive ones, you likely already have one working for your security. It acts as a security guard for the data you receive (blocking unwanted connections from entering your network) and the data you send. Crucially, it doesn't just check if a site is "trusted." Instead, it checks if the connection follows your Security Rules.</p>
<p>So simply, Firewall just uses some rules and if it satisfies the rules it can go<strong>.</strong> It is usually built into your WiFi router (Hardware), or you likely have Firewall software pre-installed inside your Windows or Mac-OS.</p>
<h1 id="heading-what-is-a-load-balancer-and-why-scalable-systems-need-it">What is a Load Balancer and why scalable systems need it?</h1>
<p>First we will see what is Load Balancer, why it exists ?</p>
<h2 id="heading-balance-the-load">Balance the Load !</h2>
<p>As of now Jan 19 2026 <strong>Around 6 billion people</strong> using the Internet, which is very very huge no. of people. What if we take a million people and make them to open www.google.com at the same time, what do you think will happend. There will be huge load on the google’s server so to <strong>Balance</strong> this <strong>Load</strong> we have introduced Load Balancer</p>
<p>Load balancer will distributes incoming user requests across multiple servers. so that no single server gets overloaded.</p>
<h2 id="heading-creating-scalable-systems">Creating Scalable systems</h2>
<p>To Create a scalable system to manage millions of user you need Load balancer to distribute traffic across servers. Which Prevents overload on a server.</p>
<p>Need more than a server instead of just upgrading one so Load balancer can do its job more perfectly.</p>
<hr />
<h1 id="heading-time-for-summary">Time for <em>Summary</em></h1>
<p>We have covered what is Internet, Network and Working of modem and understand the flow of how we see the google.com site</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1768822103638/7556272d-4c51-4ac9-a741-68d7fcdc9d40.png" alt class="image--center mx-auto" /></p>
<p>Understanding the working of Router, how it directs our data packet to destination Ip address and provides the response back to the computer of same ip address as of source ip address</p>
<p>We Learned about the Local Network and in that we have seen Switch and Hub, two Local Network Connection devices</p>
<p>And then about Firewall and security stuff</p>
<p>And then about Scalability and what needs Big tech companies to make their system scalable like Load balancers</p>
]]></content:encoded></item></channel></rss>