Soru

Zorluk: OrtaConnection-Oriented vs Connectionless Protocols

A network administrator is evaluating an internal real-time voice streaming application. During periods of high network congestion, some voice packets are dropped, resulting in minor audio artifacts. A technician proposes modifying the application transport protocol from UDP to TCP to eliminate packet loss. Which of the following best describes the operational consequence of implementing this proposal?

  1. The application will experience increased latency and audio jitter because retransmissions and flow control delay real-time packet delivery.Cevap
  2. B
    Audio delivery reliability will increase while simultaneously reducing protocol header overhead from 20 bytes to 8 bytes.
  3. C
    Data delivery will shift from Layer 4 transport control to Layer 2 framing to prevent switch interface packet drops.
  4. D
    Traffic will automatically negotiate communication over port 23 to establish a connection-oriented encrypted session.

Cevap

The application will experience increased latency and audio jitter because retransmissions and flow control delay real-time packet delivery.
Real-time media applications such as voice streaming prioritize low latency and consistent timing over guaranteed delivery. UDP is connectionless and lightweight (8-byte header), making it ideal for real-time traffic where dropping a frame is preferable to delaying the stream. Converting the application to TCP introduces connection establishment, acknowledgement overhead, sliding window flow control, and retransmissions of lost segments, which manifests as stream pause, audio jitter, and high latency.

Adım Adım Çözüm

1
Analyze application requirements
Real-time voice traffic requires low latency and predictable timing over guaranteed packet delivery.
Late audio packets are useless in real-time conversations and cause disruptive delays.
2
Evaluate TCP characteristics
TCP uses a three-way handshake, sequence numbers, acknowledgements, sliding windows, and retransmissions.
When a packet is dropped, TCP holds subsequent data in buffer until the missing segment is retransmitted and acknowledged.
3
Determine impact of protocol change
Replacing UDP with TCP causes retransmitted voice frames to arrive out-of-sync, introducing jitter and noticeable delay.
UDP is preferred for voice/video because best-effort delivery without retransmission overhead maintains real-time continuity.

Anahtar Kavram

Connection-Oriented vs Connectionless Transport Protocols (TCP vs UDP)
Bu soruyu puanla