Abhinav PatelforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Nov 3, 2022SSH: The Portal Between Two ComputersIntroduction Did you ever wonder what is the most secure way to connect two computers remotely, while sharing files? Or, is there any way we can keep two systems connected like a portal without needing to enter passwords repeatedly while keeping the ...Tushar and 1 other are discussing this2 people are discussing thisDiscuss·31 likes·489 readsssh
Aaryanforaaryansj.hashnode.net·Nov 24, 2022Sick And Tired Of Doing Application Layer Protocol The Old Way? Read ThisThis blog discusses the protocols used in the application layer of the OSI model. It contains all of the protocols' information. However, let's first examine what the OSI model entails. The OSI Model: What Is It? The seven levels that computer system...Rohit Jadhav and 2 others are discussing this3 people are discussing thisDiscuss·31 likes·91 readsprotocols
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
Emirhan KARAHANforEmirhan's Blogemirhankarahan.hashnode.net·Apr 16, 2023How Internet Connection Works: Internet ProtocolsHave you ever wondered how we connect to the internet? When you send an email to your friend or teacher from your email application, how does that information reach them? In this article, we will discuss the workings of the Internet and Internet prot...Discusshttp
luciferforSecond Brainlucifer0x17.hashnode.net·Apr 10, 2023How Your Request Converted to Binary bits?Hey, I am Lucifer. I am a backend developer and a very curious person and I like to learn new things about tech. I started learning about the fundamentals of Backend development and started digging into Communication Protocols. As we all know devices...Discuss·2 likes·140 readsmodel-osi
Sofwan A. LawalforBackend Engineering w/Sofwansofwancoder.hashnode.net·Mar 26, 2023Real-Time Messaging Protocol (RTMP/s)RTMP is a widely used protocol for streaming audio, video, and data over the Internet in real time. It is particularly well-suited for applications that require low latency, such as live streaming events, online gaming, and video conferencing. RTMPS ...Discuss·34 readsmessaging
Ayush SoniforAyush Soniayushsoni1010.hashnode.net·Mar 25, 2023HTTP Status CodesWhat are the most common HTTP status codes? HTTP status codes are essential in understanding the response returned by a server after making an HTTP request. They provide information about the status of the request and response from the server. 🎯HTTP...Discusshttp
behrooz bozorg chamiforProgramming and IoT with Behroozbehroozbc.hashnode.net·Mar 25, 2023XMPP: The Open Communication Protocol for IoT and BeyondXMPP stands for Extensible Messaging and Presence Protocol. It is an open communication protocol that was originally designed for instant messaging (IM), presence information, and contact list maintenance. It is based on XML (Extensible Markup Langua...Discuss·35 readsiot
Ayush SoniforAyush Soniayushsoni1010.hashnode.net·Mar 23, 2023API Architectural StylesWhat are the API Architectural Styles? The diagram below shows the common API architectural styles at a glance. 🚀Let's take a closer look at the different architectural styles. 🤔How often do you know what architectural patterns are available?👀 🚀...DiscussAPIs
behrooz bozorg chamiforProgramming and IoT with Behroozbehroozbc.hashnode.net·Mar 20, 2023Discover MQTT: A Key Protocol for IoTMQTT (Message Queuing Telemetry Transport) is a lightweight, open and simple messaging protocol that enables communication between devices with limited resources and network bandwidth. It is widely used in the Internet of Things (IoT) scenarios where...Discuss·52 readsmqtt
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
Aira JenaforAira Jena's blog0xaira.hashnode.net·Feb 21, 2023Consensus Mechanisms in Blockchain: A Beginner’s GuideIntroduction Blockchain technology is a digital ledger that keeps track of every transaction that takes place on the network; these transactions are extremely secure and immutable in that hackers cannot change any information, and all transaction act...Discuss·125 readsWeb3
sreeram ambalamforSreeram_Ambalam's Blogsreeramambalam.hashnode.net·Feb 12, 2023Data Transmission Demystified: Understanding HTTP, TCP, and Video Streaming ProtocolsFor a long time, I thought that HTTP was an extended version of TCP. Later, I learned about the differences between different protocols and their different use cases. HTTP 1.1 and HTTP 2 use TCP, so my initial thinking was that HTTP was a modified ve...DiscussWeb Development