A client creates a packet to send to a server. The client is requesting SSH service. What number will be used as the destination port number in the sending packet?
- 22
- 69
- 67
- 80
Explanation & Hint:
SSH, or Secure Shell, typically uses port 22. This is the port that clients use to initiate a secure connection with a server for secure data communication, remote command-line login, remote command execution, and other secure network services. So, when a client creates a packet to send to a server requesting SSH service, the destination port number used in the sending packet will be 22. |