Ask 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 destination port number 6789. Will both of these segments be directed to the same socket at Host C

+5
Answers (1)
  1. 15 February, 18:54
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers