Soru

Zorluk: OrtaConnection-Oriented vs Connectionless Protocols

A network administrator is mapping network application requirements to transport layer protocol features. Match each operational requirement or characteristic on the left with its corresponding protocol implementation detail on the right.

  • Three-way handshake establishmentEstablishes a connection-oriented session using SYN, SYN-ACK, and ACK flags before data transfer.
  • Low-latency transmission without delivery guaranteesUses connectionless UDP datagrams with minimal 8-byte header overhead for real-time traffic.
  • Dynamic flow control via sliding windowingAdjusts data transmission rates dynamically based on receiver buffer capacity to prevent congestion.
  • Stateless subnet-wide broadcast supportLeverages connectionless transport to distribute datagrams to multiple destinations without per-host tracking.

Cevap

Three-way handshake establishment matches establishing a session using SYN, SYN-ACK, and ACK flags. Low-latency transmission matches using connectionless UDP datagrams with minimal header overhead. Dynamic flow control matches adjusting transmission rates via sliding windowing. Stateless broadcast support matches leveraging connectionless transport to distribute datagrams without tracking.
TCP is connection-oriented and utilizes sequence numbers, three-way handshakes (SYN, SYN-ACK, ACK), and sliding windows for reliability and flow control. UDP is connectionless, prioritizing low latency and low overhead while supporting broadcast modes.

Adım Adım Çözüm

1
Analyze connection-oriented protocol characteristics.
Identified TCP mechanisms: SYN/SYN-ACK/ACK handshake for session initialization and sliding windowing for flow control.
TCP maintains session state and manages sender rate dynamically to guarantee reliable, ordered data delivery.
2
Analyze connectionless protocol characteristics.
Identified UDP mechanisms: lightweight 8-byte headers for time-sensitive traffic and broadcast support without connection establishment.
UDP lacks handshakes, state tracking, and flow control mechanisms, making it ideal for low-overhead or one-to-many communication.
3
Map left-side requirements to right-side implementations.
Paired left_1 to right_1, left_2 to right_2, left_3 to right_3, and left_4 to right_4.
Each feature corresponds precisely to the unique operational mechanisms of TCP or UDP.

Anahtar Kavram

Connection-Oriented (TCP) vs Connectionless (UDP) Protocol Operational Traits
Bu soruyu puanla