A network technician is evaluating transport layer requirements for real-time application traffic. Which two features are characteristic of the User Datagram Protocol (UDP) rather than the Transmission Control Protocol (TCP)? (Select two.)
- Low fixed header size of 8 bytesCevap
- BGuaranteed sequence delivery using acknowledgment numbers
- Connectionless datagram delivery without handshake overheadCevap
- DDynamic flow control managed through sliding window adjustments
Cevap
The characteristics unique to UDP are its low fixed header size of 8 bytes and its connectionless datagram delivery without handshake overhead.
The correct features of UDP are its minimal 8-byte header length and connectionless nature, which avoids connection setup delays.
Adım Adım Çözüm
Anahtar Kavram
UDP is a lightweight, connectionless transport layer protocol with minimal header overhead (8 bytes) and no built-in flow control or reliability mechanisms.