SSH remote login uses which port and protocol?

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

SSH remote login uses which port and protocol?

Explanation:
SSH remote login uses port 22 over TCP. This pairing is chosen because SSH is a session-based, encrypted protocol that requires reliable, ordered delivery, which TCP provides. The default port 22 is the standard for SSH connections, so clients connect to that port to establish a secure remote login session. The other options correspond to different services: port 23 TCP is Telnet (an older, insecure remote login), port 25 TCP is SMTP for mail, and port 53 UDP is DNS (primarily UDP, with TCP used only for certain situations).

SSH remote login uses port 22 over TCP. This pairing is chosen because SSH is a session-based, encrypted protocol that requires reliable, ordered delivery, which TCP provides. The default port 22 is the standard for SSH connections, so clients connect to that port to establish a secure remote login session. The other options correspond to different services: port 23 TCP is Telnet (an older, insecure remote login), port 25 TCP is SMTP for mail, and port 53 UDP is DNS (primarily UDP, with TCP used only for certain situations).

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy