edited by
394 views
5 votes
5 votes

When a TCP segment belonging to an existing connection 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

4 votes
4 votes
TCP is connection-oriented and hence uses both the sender and destination addresses (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