Answer :

When creating datagram to send into UDP socket, must specify: destination IP address and destination port #.

What is the UDP socket about?

UDP is a connectionless, unreliable protocol that allows applications to send and receive datagrams over a network. A datagram is a small unit of data that is transmitted over the network and consists of a header and a payload.

Therefore,  The destination IP address specifies the network address of the host that the datagram should be sent to, and the destination port number specifies the specific application or service on the host that should receive the datagram.

Learn more about IP address from

https://brainly.com/question/14219853
#SPJ1

See full question below

Connectionless demultiplexing

when creating datagram to send into UDP socket, must specify: destination ____and destination ____.