Which port is commonly used by SSH on an alternative port for security through obscurity?

Study for the CPSA Port Numbers Exam. Practice with flashcards and multiple choice questions, each with hints and explanations. Get ready for your test!

Multiple Choice

Which port is commonly used by SSH on an alternative port for security through obscurity?

Explanation:
SSH runs over TCP, not UDP, and typically uses the default port 22. To reduce automated attempts, administrators sometimes configure SSH to listen on a nonstandard port, with 2222 being a common choice. Since SSH requires a reliable, connection-oriented transport, the port must be TCP, making 2222 TCP the correct option for an alternative port. Choosing UDP would break SSH’s reliable delivery, and sticking with 22 TCP would be the standard port rather than an alternative.

SSH runs over TCP, not UDP, and typically uses the default port 22. To reduce automated attempts, administrators sometimes configure SSH to listen on a nonstandard port, with 2222 being a common choice. Since SSH requires a reliable, connection-oriented transport, the port must be TCP, making 2222 TCP the correct option for an alternative port. Choosing UDP would break SSH’s reliable delivery, and sticking with 22 TCP would be the standard port rather than an alternative.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy