Ask Question

A process at Host C receiving two incoming UDP segments from two different hosts will know that they originated from two different hosts based on their respective originating IP addresses extracted by the operating system and provided to the process.

1) True

2) False

+2
Answers (2)
  1. 17 May, 22:07
    0
    Answer: True

    Explanation:

    Each connection socket is identified with a four-

    tuple: (source IP address, source port number, destination IP address,

    destination port number). When host C receives a segment, it

    examines the segment and the operating system will provide the process with the IP address.
  2. 17 May, 22:15
    0
    The answer is True

    Explanation:

    1) True

    Any Host process which is receiving UDP segments from various hosts will be able to know the IP address of the originating hosts and thus can differentiate the hosts.

    So any process at Host C which is receiving two number of incoming UDP segments from two different hosts will know that they originated from two different hosts based on their respective originating IP addresses extracted by the operating system and provided to the process.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A process at Host C receiving two incoming UDP segments from two different hosts will know that they originated from two different hosts ...” 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