A network administrator is selecting a transport layer protocol for a real-time voice streaming service where low transmission latency is required and dropped packets should not be retransmitted. Which characteristic of User Datagram Protocol (UDP) makes it better suited than Transmission Control Protocol (TCP) for this application?
- UDP operates with a lightweight fixed 8-byte header and no connection setup overhead.Cevap
- BUDP ensures zero packet loss by utilizing dynamic windowing and automatic sequence number tracking.
- CUDP incorporates a variable 20-to-60 byte header to dynamically alter transmission rates based on network congestion.
- DUDP establishes low-latency virtual circuits prior to data transfer by performing a abbreviated two-way handshake.
Cevap
UDP operates with a lightweight fixed 8-byte header and no connection setup overhead.
The choice highlighting UDP's lightweight fixed 8-byte header and lack of connection setup overhead is correct because UDP is a stateless, connectionless protocol designed for low-latency delivery where packet retransmission is undesirable.
Adım Adım Çözüm
Anahtar Kavram
UDP vs TCP Header and Connection Mechanics
Tahmini Süre:45s