XingXiang OngforXing Xiang's Blogxingxiang.hashnode.net·Feb 18, 2023FeaturedFlying High with Rust and UDP: Building a Client-Server System for Flight ReservationsIntroduction Project overview For my distributed systems class, I was tasked with building a flight reservation system. It would handle client requests for information and seat reservations, while the server maintained the database of flights. There ...Discuss·33 likes·181 readsRust
Eslam Genedyforegenedyegenedy.hashnode.net·Jan 4, 2023UDP in node.js ApplicationWhat is UDP Protocol ? UDP (User Datagram Protocol) is a low-latency, loss-tolerating transport protocol that is often used for real-time applications such as online gaming, voice over IP, and video conferencing. Unlike TCP, UDP is connectionless and...Discuss·1 like·76 readsNode.js
Embedsys WeeklyforEmbedded Systems Weeklyembeddedsystems.hashnode.net·Aug 13, 2022Embedded Systems Weekly #113Classpert is our sponsor this week. They offer a free seat to participate in the third cohort of the course Making Embedded Systems. The famous 10-week course given by Elecia White, author of O’Reilly’s Making Embedded Systems and host of the popular...Discussembedded systems
How Rui YangforApe in Developmenthowry.hashnode.net·Apr 22, 2023Fly the Go Way: Building a Client-Server System using UDP and GoIntroduction A while back, I worked on building a client-server flight reservation system as part of my distributed systems class. The client handles user requests such as querying flight details before parsing these requests into data to be sent to ...Discuss·56 readsUDP
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
XingXiang OngforXing Xiang's Blogxingxiang.hashnode.net·Feb 18, 2023FeaturedFlying High with Rust and UDP: Building a Client-Server System for Flight ReservationsIntroduction Project overview For my distributed systems class, I was tasked with building a flight reservation system. It would handle client requests for information and seat reservations, while the server maintained the database of flights. There ...Discuss·33 likes·181 readsRust
Ifeadigo Wisdom NzekweforCyber Citymenovacity.hashnode.net·Feb 7, 2023Difference between TCP and UDPTCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are two of the most commonly used protocols for transmitting data over a network. They are both transport layer protocols that ensure data is transmitted reliably and accurately fro...Discuss·27 readsTCP
Ashwin PadiyarforAshwin Padiyar's blogpadiyar.hashnode.net·Feb 3, 2023Internet communication: how does it work?TCP is the foundation protocol of communication on the Internet. Application layer protocol like HTTP is built on the underlying transport layer protocol. OSI model is one way of modeling how data is transferred over the network. It consists of four ...DiscussTCP
Eslam Genedyforegenedyegenedy.hashnode.net·Jan 4, 2023UDP in node.js ApplicationWhat is UDP Protocol ? UDP (User Datagram Protocol) is a low-latency, loss-tolerating transport protocol that is often used for real-time applications such as online gaming, voice over IP, and video conferencing. Unlike TCP, UDP is connectionless and...Discuss·1 like·76 readsNode.js
Mahaboob Subhani SyedforSubhani Syed's Blogsubhani-syed.hashnode.net·Aug 30, 2022TCP vs UPDCommunication Protocols A Communication Protocol is a system of rules that allows two or more entities of a communications system to transmit information via any kind of variation of a physical quantity. In simple terms, a Communication Protocol is a...Discuss·53 readsTCP
Embedsys WeeklyforEmbedded Systems Weeklyembeddedsystems.hashnode.net·Aug 13, 2022Embedded Systems Weekly #113Classpert is our sponsor this week. They offer a free seat to participate in the third cohort of the course Making Embedded Systems. The famous 10-week course given by Elecia White, author of O’Reilly’s Making Embedded Systems and host of the popular...Discussembedded systems
Arif AnzumforArif Anzumarifanxum.hashnode.net·Jul 29, 2022What are TCP and UDP? How do they work?I often get asked "what TCP and UDP are. How do they work? what is the difference between them" - so today in this post I will clarify those questions for you. So first let's clarify what TCP and UDP are. In most simple terms They are two different p...Discuss·58 reads#cybersecurity