104k views
0 votes
When communicating with sockets, a client process initiates a request for a connection and is assigned a port by the host computer. Which of the following would be a valid port assignmentfor the host computer?A) 21B) 23C) 80D) 1625

User Slow Harry
by
4.7k points

2 Answers

2 votes

Answer:

D. 80

Step-by-step explanation:

By default, the port number for a web server is 80.

User Pritesh Tupe
by
4.6k points
2 votes

Answer:

The valid port assignment for the host computer would be D) 1625.

Step-by-step explanation:

A port number is always associated with an IP address of a host and the protocol type of the communication. The lowest numbered 1024 port numbers identify the historically most commonly used services, and are called the well-known port numbers. Higher-numbered ports are available for general use by applications and are known as ephemeral ports. So in this case, a higher numbered port number should be valid.

User Pandu
by
4.1k points