Ask Question
12 June, 20:20

Suppose a process in Host C has a UDP socket with port number 6789. Suppose both Host A and Host B each send a UDP segment to Host C with destination port number 6789. Will both of these segments be directed to the same socket at Host C

+3
Answers (1)
  1. 12 June, 20:37
    0
    Yes, both of these segments (A and B) will be directed to the same socket at Host C.

    Explanation:

    Suppose both Host A and Host B each send a UDP segment to Host C with destination port number 6789, surely, both of these segments will be directed to the same socket at Host C.

    Reason being that, the operating system will provide the process with the IP details to distinguish between the individual segments arriving at host C - for each of the segments (A and B) recieved at Host C.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Suppose a process in Host C has a UDP socket with port number 6789. Suppose both Host A and Host B each send a UDP segment to Host C with ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers