What standard protocol is used for securely transmitting files over an encrypted SSH connection on the internet? MCQ with Answer and Explanation

What standard protocol is used for securely transmitting files over an encrypted SSH connection on the internet?
A. SMTP
B. FTP
C. SFTP
D. HTTP
Answer: Option C
Solution (By JKExamLibrary)
SFTP (SSH File Transfer Protocol) utilizes Secure Shell (SSH) security to provide safe and encrypted file transfer channels over networks.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is a web technology used to create interactive maps?
A. OpenLayers
B. Google Maps API
C. Leaflet
D. All of the above

Correct Answer: Option D


Explanation:
Leaflet, Google Maps API, and OpenLayers are all JavaScript libraries for embedding interactive maps in web pages.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a valid IPv4 address?
A. 192.168.1
B. 192.168.1.1
C. 300.168.1.1
D. 192.168.1.1.1

Correct Answer: Option B


Explanation:
An IPv4 address consists of four octets (0-255) separated by dots. 192.168.1.1 is valid. 300 is invalid, and the others have incorrect structure.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following ports is designated by default for secure, encrypted Post Office Protocol version 3 (POP3S) communication?
A. 993
B. 995
C. 443
D. 110

Correct Answer: Option B


Explanation:
Port 995 is the globally recognized default network port assigned for POP3 operations run securely over an encrypted SSL/TLS connection.

This question belongs to: Computer Internet and Web Technologies