A network engineer is auditing protocol specifications at the transport layer. Match each transport layer feature or mechanism on the left with its corresponding operational protocol characteristic on the right.
- TCP Three-Way HandshakeEstablishes formal session state and synchronizes initial sequence numbers prior to payload transmission.
- UDP Fixed 8-Byte HeaderMinimizes protocol processing overhead by omitting sequence numbers, acknowledgment fields, and window size controls.
- TCP Sliding Window MechanismDynamically regulates packet transmission volume based on receiver buffer availability and acknowledgment feedback.
- UDP Best-Effort DeliveryTransmits independent datagrams without tracking arrival order, verifying receipt, or requesting retransmissions.
Cevap
TCP Three-Way Handshake matches establishing formal session state and sequence numbers; UDP Fixed 8-Byte Header matches minimizing overhead by omitting sequence/acknowledgment fields; TCP Sliding Window Mechanism matches dynamically regulating transmission volume via receiver buffer capacity; UDP Best-Effort Delivery matches transmitting independent datagrams without tracking order or retransmissions.
Each feature aligns directly with its underlying transport protocol design: TCP mechanisms (Three-Way Handshake and Sliding Window) fulfill connection initialization and buffer flow control, whereas UDP attributes (Fixed 8-Byte Header and Best-Effort Delivery) exemplify lightweight, stateless datagram transport.
Adım Adım Çözüm
Anahtar Kavram
Connection-Oriented vs. Connectionless Protocol Characteristics (TCP vs. UDP)