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
Suppose that a TCP server running at Host C listens for new connections to port 6000. Suppose that clients A and B are c
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am