UDP Flashcards
1
Q
How are TCP and UDP packets addressed to the same IP and port but from different senders treated differently?
A
The TCP packets packets are delivered to different sockets, while the UDP packets are delivered to the same socket
2
Q
What’s the different between the start of a TCP and UDP transmission?
A
TCP starts with a handshake, UDP just starts transmitting
3
Q
In UDP, what is the only thing to detect corrupted packets?
A
The checksum