Match each transport protocol mechanism on the left with its corresponding connection-oriented or connectionless operational characteristic on the right.
- Three-way handshake establishmentInitializes session state and synchronizes sequence numbers prior to payload transfer.
- Best-effort delivery without acknowledgementsTransmits datagrams independently without verifying reception or requesting retransmissions.
- Sliding window flow controlDynamically adjusts transmission volume based on destination receiver buffer capacity.
- Fixed 8-byte header overheadMinimizes processing latency by omitting connection tracking and ordering fields.
Cevap
Three-way handshake establishment pairs with initializing session state and sequence numbers before transfer. Best-effort delivery without acknowledgements pairs with transmitting datagrams independently without verifying reception. Sliding window flow control pairs with dynamically adjusting transmission volume based on receiver buffer capacity. Fixed 8-byte header overhead pairs with minimizing processing latency by omitting connection tracking and ordering fields.
Connection-oriented protocols (TCP) establish session state, manage flow control via sliding windows, and use sequence numbers to guarantee delivery. Connectionless protocols (UDP) avoid session management, rely on lightweight headers, and send unacknowledged datagrams to minimize latency.
Adım Adım Çözüm
Anahtar Kavram
Connection-Oriented vs Connectionless Protocols