18.1k views
3 votes
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

1 vote

Answer:

The answer is True

Step-by-step 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.

User Cam Connor
by
4.6k points
5 votes

Answer: True

Step-by-step 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.

User Wahid Sadik
by
5.3k points