W5L1 - UDP Flashcards
1
Q
UDP
A
User Datagram Protocol
2
Q
What does UDP do?
A
Allows apps to send single packets
Provides a connectionless point for sending and receiving data
3
Q
What makes up the UDP header?
A
Source Port, Destination Port, UDP Length, Checksum
4
Q
Relating to connection, what is unique about DatagramSockets
A
A single socket can receive datagrams from many different ip addresses as it is not connected to anyone