AKAman kumarinamankblog.hashnode.dev·Jul 28 · 6 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPWhat are TCP And UDP? TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are two transport-layer protocols in the TCP/IP model. They define how data is transmitted between devices ov00
AKAman kumarinamankblog.hashnode.dev·Jul 28 · 13 min readDNS Record Types Explained What is DNS? Domain Name System (DNS) translates between domain names and IP addresses, and is supported by nearly every operating system. All Internet based name resolution utilizes DNS. DNS is organ10
AKAman kumarinamankblog.hashnode.dev·Jul 27 · 4 min readTCP Working: 3-Way Handshake & Reliable Communication1. What is TCP And Why It is Needed TCP Stands for Transmission control Protocol works on Transport Layer of the OSI Model That allow devices to commmunicate reliably over a network.It ensures that da10