#nodejs
Read more stories on Hashnode
Articles with this tag
Latency and throughput are two important concepts that are crucial in understanding the performance of computer systems. Latency refers to the delay...
system design ยท What is a Load Balancer? A load Balancer is s a device that distributes network or application traffic across a number of servers in...
What is TLS ? TLS stands for Transport Layer Security. It is a cryptographic protocol that provides secure communication over the internet. TLS is...
What is the TCP protocol ? TCP (Transmission Control Protocol) is a transport layer protocol that is used to establish a reliable connection between...
What is UDP Protocol ? UDP (User Datagram Protocol) is a low-latency, loss-tolerating transport protocol that is often used for real-time applications...