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. HTTP
B. SFTP
C. SMTP
D. FTP
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 part of an email address indicates the specific domain or host mail server where the mailbox is located?
A. The signature block
B. The subject line header
C. The text following the '@' symbol
D. The text preceding the '@' symbol

Correct Answer: Option C


Explanation:
In an email address format (username@domain.com), the part following the '@' symbol represents the target host domain or mail server.

This question belongs to: Computer Internet and Web Technologies
Question #2
What kind of web tool acts as an indexed directory cataloging websites sorted manually into distinct hierarchy classes, rather than relying strictly on automated web crawlers?
A. Search Indexer Engine
B. Meta Crawler Portal
C. Proxy Gate
D. Web Directory

Correct Answer: Option D


Explanation:
Unlike automated search engines, traditional web directories (like the early Yahoo Directory or DMOZ) relied on human editors to catalog and organize websites into categories.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following network utilities is used to test the active reachability of a remote host across an Internet Protocol network and measure round-trip time?
A. Netstat
B. Traceroute
C. Ipconfig
D. Ping

Correct Answer: Option D


Explanation:
Ping sends ICMP Echo Request packets to a target host and measures the time it takes to receive an Echo Reply back, verifying connection performance.

This question belongs to: Computer Internet and Web Technologies