SY0-301 · Question #494
Which of the following ports is used to securely transfer files between remote UNIX systems?
The correct answer is B. 22. Port 22 is used by SFTP and SCP, both of which tunnel file transfer operations over SSH to provide encrypted, authenticated file transfers between UNIX systems.
Question
Which of the following ports is used to securely transfer files between remote UNIX systems?
Options
- A21
- B22
- C69
- D445
How the community answered
(30 responses)- A3% (1)
- B87% (26)
- C3% (1)
- D7% (2)
Why each option
Port 22 is used by SFTP and SCP, both of which tunnel file transfer operations over SSH to provide encrypted, authenticated file transfers between UNIX systems.
Port 21 is used by FTP (File Transfer Protocol), which transmits data and credentials in plaintext and provides no encryption.
SFTP (SSH File Transfer Protocol) and SCP (Secure Copy Protocol) both operate over SSH on port 22, providing fully encrypted and authenticated file transfers between UNIX systems. Unlike FTP, they protect both credentials and file contents in transit, making port 22 the correct answer for secure UNIX-to-UNIX file transfer.
Port 69 is used by TFTP (Trivial File Transfer Protocol), which has no authentication or encryption and is primarily used for network booting scenarios.
Port 445 is used by SMB/CIFS for Windows file sharing and is not associated with file transfers between UNIX systems.
Concept tested: SFTP/SCP secure file transfer over SSH port 22
Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
Topics
Community Discussion
No community discussion yet for this question.