Soru

Zorluk: OrtaConnection-Oriented vs Connectionless Protocols

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

1
Analyze connection setup requirements.
Handshaking explicitly creates state between endpoints, defining connection-oriented operation.
Connection-oriented protocols require mutual agreement and parameter synchronization prior to data transport.
2
Evaluate delivery assurance mechanisms.
Unacknowledged delivery aligns with connectionless protocols.
Connectionless protocols drop recovery mechanisms to reduce latency and processing overhead.
3
Identify traffic management features.
Sliding windows are used for TCP flow control.
Receiver buffer feedback allows connection-oriented systems to prevent congestion at the target endpoint.
4
Examine protocol header structures.
An 8-byte header structure corresponds to UDP datagrams.
Omitting sequence numbers, window sizing, and flag fields reduces UDP header overhead significantly.

Anahtar Kavram

Connection-Oriented vs Connectionless Protocols
Bu soruyu puanla