Sofwan A. LawalforBackend Engineering w/Sofwansofwancoder.hashnode.net·Aug 29, 2022FeaturedHTTP on TCP: Stateless Protocol on the Internet's Stateful NetworkThe Internet is a stateful network. Services such as connection management, congestion control, and error recovery are all made possible via the TCP protocol. When it comes to transmitting data reliably, these services are a must. In response to requ...Ajay Chandrasekar and 1 other are discussing this2 people are discussing thisDiscuss·28 likes·639 readsnetworking
Saptarshi SarkarforSaptarshi Sarkarsaptarshisarkar.hashnode.net·Jun 6, 2022Computer Networking In Full DetailsComputer Networking Note : This documentation is made from Kunal Kushwaha's Computer Networking course and resources from the Internet. Link to the GitHub repository of this documentation for a better experience - Computer-Networking. Introduction ...Discuss·13 likes·100 readsnetworking
Iqra FirdoseforIqra Firdoseiqra-firdose.hashnode.net·Dec 31, 2022Computer Networks, OSI Model, TCP ModelIntroduction Computer Networks are an essential thing to learn about it. The computer network is a set of computers sharing resources located on or provided by network nodes. Networks Set of devices that are interconnected through the communication o...Md Moinuddin and 1 other are discussing this2 people are discussing thisDiscuss·13 likes·119 readsWeMakeDevs
Nitin KalraforToday I Learnedtil.hashnode.net·Apr 22, 2023How HTTP server worksAn HTTP server is a piece of software that listens for incoming requests from web browsers and other HTTP clients and responds to them accordingly. When you enter a website URL in your browser, it sends a request to the server hosting that website, w...DiscussJava learningsJava
Jerry WonderforGeekBlazesolvit.hashnode.net·Apr 16, 2023Understanding the way the web worksWhen you open your browser and enter www.google.com in the URL bar, it processes your request and loads up a new page. Have you ever wondered how that works? How does the browser get access to the page you see when you enter that URL? In this article...Discussinternet
ILYAS RUFAIforiEase DevOps' Blog | ILYAS RUFAIrufilboy.hashnode.net·Apr 10, 2023Introduction to TCP/IP Protocol SuiteThe Transmission Control Protocol/Internet Protocol (TCP/IP) is a set of protocols that provides the foundation for data communication on the Internet. TCP/IP defines how data is transmitted over the Internet, and how it is addressed, routed, and rec...Discuss·1 like·32 readsNetworking2Articles1Week
Saptarshi BhattacharyaforHigh on Bugs!highonbugs.hashnode.net·Mar 12, 2023Web Basics - Part 2Introduction to Protocols Protocols are essential to modern communication, enabling devices to exchange information over networks in a standardized and reliable manner. Put simply, a protocol is a set of rules that governs how data is transmitted and...Discuss·27 readsWeb Basicsprotocols
Christian Lundforlundchristianlundchristian.hashnode.net·Mar 10, 2023From Scratch: TCP Web-Server in CGoal For this article, I want to implement a TCP protocol web server in C. Note that I'm no expert, and I'm learning while writing! Network layers It is not the purpose of this article to explain networking, but a brief understanding is quite helpful...DiscussC
Abdallah SamyforAbdallah Samyabdallahsamy.hashnode.net·Mar 7, 2023Why HTTP/3 uses UDP protocol under QUIC instead of TCP?Let's begin with a quick overview of HTTP/3. HTTP/3: HTTP/3 was introduced in 2020 and is the latest version of HTTP. It is based on the QUIC protocol, which was developed by Google. Like HTTP/2, HTTP/3 uses a binary format and supports multiplexing ...Discuss·39 readshttp3
satishforLearning musingssatish860.hashnode.net·Feb 25, 2023Asynchronous TCP/IP - Part 2In the last blog post in the series, we created a server and client using the TCP protocol. So to Recap the concepts quickly TCP programming is a way of connecting two nodes on a network to communicate with each other. TCP Server creates sockets and ...Discuss·61 readsAsynchronous TCP/IP using C# dotnet
Pranav TripathifortheGrowingkid's blogpranavtripathi.hashnode.net·Feb 18, 2023Interview Question: What happens when you hit a URL on the browser?This was the question asked in a CRED SDE interview in the initial rounds.Let us deep dive and we are going to frame the answer as it should be told in the interview. The question itself covers a lot of topics from DNS, Networks, etc. When you hit...Discuss·1 like·42 readsinterview
Ifeadigo Wisdom NzekweforCyber Citymenovacity.hashnode.net·Feb 10, 2023What is Telnet?Telnet is a protocol that was commonly used in the early days of computer networking to allow remote access to systems over the Internet. Telnet allows a user to log into a remote system and run programs as if they were physically present at the cons...Discuss·1 like·47 readsnetworking
Ifeadigo Wisdom NzekweforCyber Citymenovacity.hashnode.net·Feb 8, 2023What Is Tcp?TCP (Transmission Control Protocol) is one of the most widely used protocols for transmitting data over the internet. It is a communication protocol that provides reliable data transfer between applications running on different devices. TCP is a tran...Discuss·42 readsip address