A network technician is configuring an automated event notification system to send non-critical status alerts across the local network. The system requires a low-overhead transport layer protocol that transmits datagrams immediately without establishing a prior session or requiring packet delivery acknowledgments. Which protocol best fulfills these requirements?
- User Datagram Protocol (UDP)Answer
- BTransmission Control Protocol (TCP)
- CInternet Protocol (IP)
- DSecure Shell (SSH)
Answer
User Datagram Protocol (UDP) is the correct choice because it is a connectionless Transport layer protocol with minimal overhead that sends datagrams without establishing an initial session or expecting delivery acknowledgments.
User Datagram Protocol (UDP) is a connectionless Transport layer protocol. It transmits data without initiating a connection handshake, maintaining session state, or expecting reception acknowledgments, providing the lowest possible protocol overhead for non-critical notification alerts.
Step-by-Step Solution
Key Concept
Connection-Oriented vs Connectionless Transport Protocols