Network engineers must evaluate transport layer characteristics to optimize application performance and troubleshoot communication issues across enterprise networks. Match each transport layer protocol feature or header characteristic on the left with its corresponding operational behavior on the right. Which pairs correctly match each feature to its correct transport protocol mechanism?
- Uses a fixed 20-byte base header with flow control provided by dynamic window sizes and optional Selective Acknowledgments (SACK).TCP Reliability and Flow Control Mechanics
- Uses a minimal 8-byte header containing four 16-bit fields: Source Port, Destination Port, Length, and Checksum.UDP Header Structure and Overhead
- Establishes stateful session context via a control flag handshake while synchronizing Initial Sequence Numbers (ISNs).TCP Connection Establishment and State Tracking
- Delivers connectionless datagrams with minimal overhead, where checksum verification is optional in IPv4 but strictly mandatory in IPv6.UDP Stateless Operation and IPv6 Checksum Rule
Cevap
The correct pairings match TCP dynamic windowing and SACK to TCP Reliability and Flow Control Mechanics; the 4-field 8-byte header to UDP Header Structure and Overhead; SYN handshake and ISN synchronization to TCP Connection Establishment and State Tracking; and the connectionless IPv6 checksum requirement to UDP Stateless Operation and IPv6 Checksum Rule.
TCP uses a minimum 20-byte header to carry sequence numbers, acknowledgment numbers, and dynamic window sizes for flow control. UDP uses an 8-byte header containing only source port, destination port, length, and checksum. TCP establishes state using the 3-way handshake with SYN/ACK flags, whereas UDP operates statelessly and requires a checksum in IPv6.
Adım Adım Çözüm
Anahtar Kavram
TCP vs UDP Header Fields, Connection Management, and IPv4/IPv6 Operational Rules