What does a client application select for a TCP or UDP source port number?
- a random value in the range of the registered ports
- a predefined value in the well-known port range
- a predefined value in the range of the registered ports
- a random value in the well-known port range
Explanation: The client randomly selects an available source port in the range of the registered ports.
|