HSHarshit Sharmainharshitsharma1835.hashnode.dev·Mar 31 · 4 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHello folks, In this blog, we will learn about the browser internals - How a browser works and its differnet functions. SO, let's begin. What a browser actually is (beyond “it opens websites”) So, the00
HSHarshit Sharmainharshitsharma1835.hashnode.dev·Mar 30 · 3 min readUnderstanding Network DevicesHi folks, in this blog, we will learn about different netwrok devices. So, let's begin. What is a Modem and how it connects your network to the internet? A modem is a device that connects our home to 00
HSHarshit Sharmainharshitsharma1835.hashnode.dev·Mar 28 · 3 min readHow DNS Resolution WorksIn the previous blogs, we have already learnt basic things about DNS. In this blog, we will learn about How DNS resolution works. SO let's begin... What is DNS DNS stands for Domain name server. It is00
HSHarshit Sharmainharshitsharma1835.hashnode.dev·Mar 27 · 4 min readTCP Working: 3-Way Handshake & Reliable CommunicationWe have already learnt that what is TCP, its features, advantages, and disadvantages also in the previous blogs. In any case you have missed that, go and read them first. So, let's begin. What is TCP 00
HSHarshit Sharmainharshitsharma1835.hashnode.dev·Mar 25 · 3 min readGetting Started with cURLIn this blog, we will learn about cURL. So the first question is what is cURL? What is cURL cURL (Client URL) is a command - line tool used to send requests to a server and get a response. You didn't00