Soru

Zorluk: OrtaTCP vs UDP Comparison and Protocols

An organization is deploying an in-house real-time voice communications protocol across their WAN links. The network team recommends using User Datagram Protocol (UDP) instead of Transmission Control Protocol (TCP) for the media transport path. Which fundamental Layer 4 header property supports this recommendation by minimizing protocol overhead for delay-sensitive traffic?

  1. UDP utilizes a fixed header size of 8 bytes, whereas TCP requires a minimum header size of 20 bytes.Cevap
  2. B
    UDP provides sequence number fields in its header to reorder voice packets without requesting retransmissions.
  3. C
    UDP includes dynamic windowing fields in its header to prevent buffer overflows during network congestion.
  4. D
    UDP executes a simplified 2-way handshake in its header to establish session state prior to transmission.

Cevap

UDP utilizes a fixed header size of 8 bytes, whereas TCP requires a minimum header size of 20 bytes.
The correct answer highlights that UDP maintains a fixed header size of only 8 bytes (comprising Source Port, Destination Port, Length, and Checksum). In contrast, a TCP header has a minimum size of 20 bytes and can expand up to 60 bytes with options. For small real-time voice payloads sent at high packet rates, reducing Layer 4 header overhead from 20 bytes to 8 bytes significantly decreases network bandwidth consumption and latency.

Adım Adım Çözüm

1
Analyze transport layer requirements for real-time voice traffic.
Real-time voice requires minimal delay and low protocol overhead; missing payload data is preferred over delayed retransmissions.
Late audio packets are discarded by voice codecs anyway, making TCP reliability mechanics counterproductive.
2
Compare Layer 4 header overhead between UDP and TCP.
UDP features a lean 8-byte fixed header (Source Port, Destination Port, Length, Checksum), while TCP has a 20-byte base header (plus options up to 60 bytes).
The smaller header footprint reduces bandwidth consumption and processing overhead per packet.

Anahtar Kavram

TCP vs UDP Header Overhead and Protocol Mechanics
Bu soruyu puanla