HSHimal Subediinsubedihimal.hashnode.dev·Jan 30 · 2 min readHow a Browser Works- A Beginner Friendly Guide to Browser InternalsBrowser is an application that runs on top of your operating system used to surf the web. It is very complex as it is able to utilize your computer system hardware to run complex web application and even games. It not only displays the webpages but a...00
HSHimal Subediinsubedihimal.hashnode.dev·Jan 30 · 2 min readHow DNS Resolution WorksDomain Name System (DNS) is like a phonebook for the internet. Every website has an IP address and we use DNS to find the ip address of those website with human readable names like google.com. This process is called a domain name resolution and it re...00
HSHimal Subediinsubedihimal.hashnode.dev·Jan 30 · 2 min readGetting Started with cURLCURL is a command line tools that allows you to send requests, download files and interact with APIs. It works any operating system like windows,mac and linux. It is similar to postman but doesn't have a GUI. Programmers use curl for the following pu...00
HSHimal Subediinsubedihimal.hashnode.dev·Jan 30 · 2 min readDNS Record Types ExplainedDNS stands for Domain Name System, it a distributed system made up of various servers working together to translate the domain name for example "abc.com" into its actual ip address. The ip address is the actual address where the website services can ...00
HSHimal Subediinsubedihimal.hashnode.dev·Jan 28 · 2 min readTCP Working 3-Way Handshake & Reliable CommunicationTransmission Control Protocol (TCP) is a reliable protocol which governs the transfer of data over the internet. It is needed as without a concrete set of rules different types of devices running different software between them wont be able to intera...00