UDP Response

后端 未结 6 1536
野趣味
野趣味 2021-01-19 02:17

UDP doesnot sends any ack back, but will it send any response?

I have set up client server UDP program. If I give client to send data to non existent server then wil

6条回答
  •  盖世英雄少女心
    2021-01-19 02:29

    "UDP is a simpler message-based connectionless protocol. In connectionless protocols, there is no effort made to set up a dedicated end-to-end connection. Communication is achieved by transmitting information in one direction, from source to destination without checking to see if the destination is still there, or if it is prepared to receive the information."

提交回复
热议问题