Tag: tcp


  • TCP/UDP

    Overview TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are the two primary transport layer protocols used for sending data across a network. They offer different trade-offs between reliability and speed. Core Concepts TCP (Transmission Control Protocol): Connection-Oriented: Requires a “handshake” to establish a connection before data is sent. Reliable: Guarantees that data arrives…