409 views
1 votes
1 votes
Why UDP cannot communicate with multiple peers simultaneously, while it can connect twice to an already connected UDP socket?

1 Answer

0 votes
0 votes
because in computer there can be  more than two process which is comunicating to the server at the same time due to which it can used same udp sockets but for different peers communicating it need a fork system call which would tell different socket address of a computer but fork is not present in udp protocol

please correct me if I am  wrong .

Related questions

0 votes
0 votes
0 answers
1
dd asked Dec 5, 2016
650 views
Question :Solution :Please explain with a rough diagram showing how an application (at app layer) differentiates different source hosts (A or B) dealing with same port : ...
0 votes
0 votes
1 answer
3
soumayan bandhu asked Sep 15, 2018
477 views
Is packets come to destination in order for both TCP and UDP?
0 votes
0 votes
1 answer
4
LavTheRawkstar asked Apr 5, 2017
558 views
Are Both UDP and IP unreliable to the same degree? When will UDP be used instead of TCP ?