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. FTP
B. SFTP
C. SMTP
D. HTTP
Answer: Option B
Solution (By JKSSB Mock Tests)
SFTP (SSH File Transfer Protocol) utilizes Secure Shell (SSH) security to provide safe and encrypted file transfer channels over networks.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which type of internet connection method relies on existing analog copper telephone network lines to deliver high-bandwidth digital data streams without blocking traditional voice calls?
A. DSL (Digital Subscriber Line)
B. Coaxial Fiber Grid
C. Satellite Link Array
D. Dial-up Connection

Correct Answer: Option A


Explanation:
DSL uses high-frequency bands over copper telephone wires to run continuous, high-speed internet data transmissions alongside standard voice calls.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which specific protocol is deployed over network lines to collect operational health statistics and performance data from managed network devices like routers and switches?
A. DHCP
B. SMTP
C. SNMP (Simple Network Management Protocol)
D. IMAP

Correct Answer: Option C


Explanation:
SNMP (Simple Network Management Protocol) is used to monitor network devices, log performance metrics, and track system status updates across IP networks.

This question belongs to: Computer Internet and Web Technologies
Question #3
What mechanism does a web server implement to gracefully instruct a browser that an old web resource has changed its location permanently to a new URL address asset?
A. Setting a temporary session tracking cookie inside memory
B. Issuing an HTTP 301 Moved Permanently response code with the new location header
C. Altering the local computer DNS router configurations
D. Issuing a general 500 Internal Error crash notification alert

Correct Answer: Option B


Explanation:
An HTTP 301 redirect informs browsers and search engines that a page has permanently relocated, prompting them to update their links and pass SEO ranking history to the new URL.

This question belongs to: Computer Internet and Web Technologies