In UDP, destination
Posted
by ert
on Stack Overflow
See other posts from Stack Overflow
or by ert
Published on 2010-04-14T11:53:01Z
Indexed on
2010/04/15
4:03 UTC
Read the original article
Hit count: 346
In UDP, destination IP and destination port number are used to demultiplex the packets, but in TCP destination IP, source IP, destination port number and source port numbers (4-tuple) all needed to distinguish between the connections why reasoning for this usage.
© Stack Overflow or respective owner