Ask Question
9 February, 09:25

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

+5
Answers (2)
  1. 9 February, 11:22
    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.
  2. 9 February, 12:34
    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.
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 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