An application architect is designing a lightweight heartbeat monitoring service for IoT sensors. To conserve network bandwidth over low-power links, the design requires minimizing transport layer protocol header overhead for small status payloads. Which transport layer characteristic makes UDP the most suitable choice for this application?
- AUDP guarantees in-order delivery of telemetry packets using sequence numbers without requiring acknowledgment packets.
- UDP utilizes a fixed 8-byte header and operates without connection setup overhead.Cevap
- CUDP provides flow control through a dynamic sliding window mechanism to adjust transmission rates on constrained links.
- DUDP reduces transmission overhead by dynamically negotiating a compressed 20-byte transport header during session establishment.
Cevap
UDP utilizes a fixed 8-byte header and operates without connection setup overhead.
UDP features a minimal, fixed 8-byte header (containing source port, destination port, length, and checksum) and operates connectionlessly without handshake or state management overhead, making it ideal for bandwidth-constrained, small-payload messaging.
Adım Adım Çözüm
Anahtar Kavram
UDP vs TCP Header Overhead and Connection Mechanics