A network administrator is deploying a real-time environmental sensor telemetry application across a corporate subnet. The application requires low-latency transmission of periodic status readings where lost updates are immediately superseded by newer readings and do not require retransmission. Which transport layer protocol characteristic best satisfies these operational requirements?
- User Datagram Protocol (UDP) due to its connectionless overhead structure and lack of delivery acknowledgment mechanisms.Cevap
- BTransmission Control Protocol (TCP) due to its connection-oriented session establishment and windowing flow control.
- CInternet Protocol (IP) due to its Layer 3 connectionless framing and path routing capabilities.
- DSecure Shell (SSH) using port 22 to manage connectionless delivery of stream telemetry.
Cevap
User Datagram Protocol (UDP) due to its connectionless overhead structure and lack of delivery acknowledgment mechanisms.
User Datagram Protocol (UDP) is a connectionless transport protocol that operates without establishing a prior session, maintaining state, or performing error recovery. Because real-time telemetry updates are frequent and superseded by subsequent readings, UDP's minimal header overhead and lack of retransmission delay make it the optimal choice.
Adım Adım Çözüm
Anahtar Kavram
Connection-Oriented vs Connectionless Protocols
Tahmini Süre:1m 0s