nerdexam
CompTIA

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.

Security architecture

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)
  • A
    3% (1)
  • B
    87% (26)
  • C
    3% (1)
  • D
    7% (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.

A21

Port 21 is used by FTP (File Transfer Protocol), which transmits data and credentials in plaintext and provides no encryption.

B22Correct

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.

C69

Port 69 is used by TFTP (Trivial File Transfer Protocol), which has no authentication or encryption and is primarily used for network booting scenarios.

D445

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

#SFTP#SCP#port 22#secure file transfer

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice