Soru

Zorluk: OrtaConnection-Oriented vs Connectionless Protocols

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

1
Categorize each item on the left as either a connection-oriented (TCP) or connectionless (UDP) mechanism.
TCP items represent stateful connection management and flow control functions. UDP items represent stateless, minimal-overhead datagram transport.
Connection-oriented protocols focus on session state and reliability, whereas connectionless protocols prioritize low latency and minimal overhead.
2
Map TCP mechanisms to session creation and data flow management characteristics.
The Three-Way Handshake corresponds to session state establishment, while the Sliding Window mechanism corresponds to receiver-driven flow control.
TCP requires explicit session initialization and dynamic rate adjustment to prevent receiver buffer exhaustion.
3
Map UDP mechanisms to structural header design and datagram delivery characteristics.
The 8-byte header reflects the absence of connection control fields, and best-effort delivery describes unacknowledged, independent packet transmission.
Connectionless transport eliminates connection setup and tracking fields to reduce header size and processing delay.

Anahtar Kavram

Connection-Oriented vs. Connectionless Protocol Characteristics (TCP vs. UDP)
Bu soruyu puanla