What is a characteristic of a TCP server process?
a) Every application process running on the server has to be configured to use a dynamic port number.
b) There can be many ports open simultaneously on a server, one for each active server application.
c) An individual server can have two services assigned to the same port number within the same transport layer services.
d) A host running two different applications can have both configured to use the same server port.