Match each transport layer protocol operational characteristic or header structure property on the left with its corresponding description on the right.
- 20-byte minimum header sizeTCP header structure accommodating sequence numbers, window size, and control flags
- 8-byte fixed header sizeUDP header structure containing only source port, destination port, length, and checksum
- Explicit Congestion Notification (ECN)TCP mechanism for network routers to signal impending network congestion to endpoints
- Stateless datagram transmissionUDP operational mode providing low-latency delivery without session setup or state maintenance
Answer
20-byte minimum header size matches TCP header structure accommodating sequence numbers, window size, and control flags; 8-byte fixed header size matches UDP header structure containing only source port, destination port, length, and checksum; Explicit Congestion Notification (ECN) matches TCP mechanism for network routers to signal impending network congestion to endpoints; Stateless datagram transmission matches UDP operational mode providing low-latency delivery without session setup or state maintenance.
TCP uses a minimum 20-byte header to support sequence numbers, acknowledgment numbers, control flags, and flow control mechanisms like ECN. UDP uses a minimal 8-byte fixed header containing only ports, length, and checksum to provide lightweight, connectionless datagram delivery.
Step-by-Step Solution
Key Concept
Transport Layer Header Fields and Operational Characteristics (TCP vs. UDP)