What is a characteristic of a TCP server process?
- Every application process running on the server has to be configured to use a dynamic port number.
- There can be many ports open simultaneously on a server, one for each active server application.
- An individual server can have two services assigned to the same port number within the same transport layer services.
- A host running two different applications can have both configured to use the same server port.
Explanation: Each application process running on the server is configured to use a port number, either by default or manually, by a system administrator. An individual server cannot have two services assigned to the same port number within the same transport layer services. A host running a web server application and a file transfer application cannot have both configured to use the same server port. There can be many ports open simultaneously on a server, one for each active server application.