Page 1 of 1

Suppose that a TCP server running at Host C listens for new connections to port 6000. Suppose that clients A and B are c

Posted: Fri May 20, 2022 11:44 am
by answerhappygod
Suppose that a TCP server running at Host C listens for new
connections to port 6000. Suppose that clients A and B are
connected to C and exchange data. Which one of the following
statements is TRUE?
a. Data sent from A and B pass through the same socket at Host C
with port number 6000
b. Data sent from A and B pass through the same socket at Host
C, which is assigned with a randomly generated port number
c. Data sent from A and B pass through different sockets at Host
C, both having randomly generated port numbers
d. Data sent from A and B pass through different sockets at Host
C, both with port number 6000