edited by
403 views
3 votes
3 votes

When a UDP segment arrives at a host, in order to direct the segment to the appropriate socket, the operating system's network stack uses which of the following fields? (Mark all the appropriate choices)

  1. the source IP address
  2. the destination IP address
  3. the source port number
  4. the destination port number
edited by

1 Answer

3 votes
3 votes
UDP is connectionless and hence uses only the destination address (IP, port).
Answer:

Related questions

3 votes
3 votes
2 answers
1
gatecse asked Oct 23, 2020
240 views
Which of the following is/are the services offered by UDP? (Mark all the appropriate choices)ReliabilityMulticastConnection-less serviceCongestion control