UDP
    User Datagram Protocol
        is an efficient but unreliable, connectionless protocol that is layered over IP (as is TCP).
        Application programs must supplement the protocol to provide error processing and
        retransmitting data. UDP is an OSI Layer 4 protocol.